﻿.searchInputConteiner {
    display: flex;
    margin: 25px 0;
    align-items: center;
    justify-content: center;
}

.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;
    height:25px;
}

.table {
    width: 100% !important;
    max-width: 100% !important;
}

.row {
    margin: auto !important;
}

.SearchBtn1 {
    border: none;
    border-radius: 10px;
    width: 80px;
    height: 43px;
    margin: auto auto auto 25px;
    background: #31619D;
   
    cursor: pointer;
}

    .SearchBtn1 > span {
        font-family: "firagoREG";
        color: #fff;
    }



.input {
    background: #F1F3F6;
    border: none;
    border-radius: 10px;
    height: 43px;
    width: 250px;
    padding-left: 15px;
    color: #626262;
}

.ExporterStatusContainer {
    padding: 0 25px;
    margin: 25px auto 0 auto;
    max-width: 1200px;
}



.search {
    margin-top: 60px;
    margin-bottom: 25px;
}

td, th {
    font-size: 12px !important;
}

.modal-header {
    height: 50px;
}

    .modal-header > button {
        outline: none !important;
    }

.needHelp *,
#contactUs * {
    box-sizing: content-box !important;
    /*margin-bottom:auto !important;*/
}

@media (max-width: 767px) {
    .content {
        width: 100% !important;
        text-align: center;
    }
    .searchInputConteiner div {
        width: 100%;
    }
    /*START HEADER CROP*/

    #content > div > article > div > div:nth-child(1) > article > div > img {
        /*display: none;*/
        margin-left: -27vw;
        height: 154px;
        width: auto !important;
    }

    #content > div > article > div > div:nth-child(1) > article > div {
        overflow: hidden;
    }
    /*END HEADER CROP*/
    #rsAlert > div {
        width: 100% !important;
        min-width: 100% !important;
    }

    .search {
        width: 100%;
    }

    .ExporterStatusContainer {
        padding: 0 5px;
    }

    .searchInputConteiner {
        flex-direction: column;
    }

    .captcha {
        flex-direction: column;
    }

    .SearchBtn1 {
        margin: auto;
        width: 100%;
    }

    .modal {
        padding-top: 140px !important;
    }


    .modal-content {
        width: auto !important;
        min-width: initial !important;
    }

    .searchInputConteiner > div:first-child {
        margin: 0;
    }

    .input {
        width: 100%;
        padding:0;
    }

    .row {
        margin: auto !important;
    }


    #contactUs > div:nth-child(3) > div > p:nth-child(1) {
        margin-bottom: auto !important;
    }

    

    .ExporterStatusTable {
        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;
    }
}
