﻿.customField {
    position: relative;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 5px;
}


.editText {
    /*all: revert !important;*/
    padding-right: 12px !important;
    padding-left: 12px !important;
    /*width: calc(100% - 25px) !important;
    margin-left: 50px;*/
    height: 35px !important;
    background-color: #F5F5F5 !important;
    border-radius: 3px !important;
    border: none !important;
    -webkit-appearance: none !important;
    -ms-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
}

input:focus::placeholder {
    color: transparent;
}

input::placeholder {
    color: #aaa;
    transition: color 0.3s ease;
}




/*BottomBar*/



.mobile-bottom-bar {
    width: 100%;
    height: 3.778rem;
    background: #1779ba;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mobile-bottom-bar .footer-link {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        color: #0c3e5f;
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: bold;
        padding: 0.907rem 1rem;
    }

        .mobile-bottom-bar .footer-link i.fa {
            opacity: 0.8;
            margin-right: 0.625rem;
            font-size: 1.5rem;
            vertical-align: middle;
        }

        .mobile-bottom-bar .footer-link:focus, .mobile-bottom-bar .footer-link:active {
            color: #0c3e5f;
        }

    .mobile-bottom-bar .footer-text {
        position: relative;
        top: 2px;
        font-weight: bold;
        font-size: 0.875rem;
        color: #0c3e5f;
    }






.buttombar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: clip;
    margin: 0px auto;
}

.buttombar__link {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-family: Vazir;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #204051;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

    .buttombar__link:hover {
        background-color: #EEEEEE;
    }

.buttombar__link__active {
    color: dodgerblue;
}

.buttombar__icon {
    margin-top: 10px;
    font-size: 18px;
    height: 20px !important;
    line-height: 20px !important;
}

.buttombar__text {
    margin-top: 4px;
    margin-bottom: 4px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.icon-bottombar {
    font-size: 25px;
    font-weight: bold;
    --ionicon-stroke-width: 48px;
    margin-top: 8px;
}
