﻿
a {
    color: #5f97af !important;
    font-size: 13px !important;
}
#status_content {
    margin-top: 30px;
}

p {
    margin-bottom: 0px !important;
}
button:hover, .button:hover {
    opacity: 0.5;
}
a {
    color: #5f97af !important;
    font-size: 13px !important;
}
button[disabled] {
    cursor: not-allowed !important;
}
.searchInputConteiner {
    display: flex;
    margin: 25px 0;
}

.needHelp > div:last-child > img:nth-child(2), .needHelpEN > div:last-child > img:nth-child(2) {
    top: 27px !important;
}

.needHelp {
    right: -155px !important;
}

.searchInputConteiner > div:first-child {
    margin-right: 25px;
}

.searchInputConteiner > div > p {
    font-family: FiraGOLight;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.table {
    width: 100% !important;
    max-width: 100% !important;
}

.row {
    margin: auto !important;
}

.SearchBtn1 {
    border: none;
    border-radius: 10px;
    width: 80px;
    height: 46px;
    margin: auto auto auto 25px;
    background: #6aa5d4;
    cursor: pointer;
}

    .SearchBtn1 > span {
        font-family: "firagoREG";
        color: #fff;
    }

.captcha {
    display: flex;
}

.input {
    background: #F1F3F6;
    border: none;
    border-radius: 10px;
    height: 43px;
    width: 300px;
    padding-left: 15px;
    color: #626262;
}

.SearchSpecialContainer {
    padding: 0 25px;
    margin: 25px auto 0 auto;
    max-width: 1200px;
}

.search {
    width: 696px;
    margin-bottom: 25px;
}

td, th {
    font-size: 12px !important;
}

.modal-header {
    height: 50px;
    border-bottom:none !important;
}
.modal-body {
    margin: auto;
}
.modal-footer {
    border-top: none !important;
}
.modal-header > button {
        /*outline: none !important;*/
        display:none !important;
 }

.needHelp *,
#contactUs * {
    box-sizing: content-box !important;
}



.widget-w-top-line p {
    top: 36% !important;
}
@media (max-width: 1229px) {
    .widget-w-top-line p {
        left: 8%;
        top: 36% !important;
        font-size: 21px !important;
    }

}
@media (max-width: 856px) {
    .widget-w-top-line img {
        margin-left: 0 !important;
     
    }
}

@media (max-width: 767px) {
    .content {
        width: 100% !important;
        text-align: center;
    }
    /*START HEADER CROP*/

    #content > div > article > div > div > div > div > div:nth-child(1) > article > div > img {
        /*display: none;*/
        margin-left: calc(50vw - 290px);
        height: 154px;
        width: auto !important;
    }

    #content > div > article > div > div > div > div > div:nth-child(1) > article > div {
        overflow: hidden;
    }
    /*END HEADER CROP*/
    .TaxPrivilegesContainer > h3 {
        text-align: center;
        font-size: 20px !important;
    }

    .search {
        width: 100%;
    }

    .SearchSpecialContainer {
        padding: 0 5px;
    }

    .searchInputConteiner {
        flex-direction: column;
    }

    .captcha {
        flex-direction: column;
    }

    .SearchBtn1 {
        margin: auto;
        width: 100%;
    }

    .searchInputConteiner > div:first-child {
        margin: 0;
    }

    .input {
        width: 100%;
    }

    .row {
        margin: auto !important;
    }


    #contactUs > div:nth-child(3) > div > p:nth-child(1) {
        margin-bottom: auto !important;
    }

    .g-recaptcha {
        margin: auto;
    }


    .payerTable {
        width: 100%;
        overflow: scroll;
    }

    #content > div > article > div > div > div > div > div:nth-child(1) > article > div > p:nth-child(1),
    #div_message {
        text-align: center;
        left: auto !important;
    }
}
@media (max-width: 525px) {
    .widget-w-top-line p{
        position: absolute;
        /* left: 8% !important; */
        top: 32% !important;
        font-family: "Noto Sans Georgian-Medium";
        font-size: 18px !important;
        padding: 0px 3px !important;
        color: #FFFFFF;
        width: 100%;
    }
}