.forCV {
    display: none;
}

#ModelOTP {
    display: none;
}

.SubFOSPopup {
    top: 0;
    position: fixed;
    box-shadow: 0 0 1px 1px #e5e5e5;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 9999;
    font-family: Arial !important;
}

.SubFOSScreen {
    width: 30%;
    top: 40%;
    left: 50%;
    padding: 7px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 3px;
}

.centerAlign {
    text-align: center;
}

.boldFont {
    font-weight: 700;
}

.FOSHeader h4 {
    margin: 0px;
    font-size: 18px;
}

.MainContentBlog h6 {
    font-size: 15px;
}

.MainContentBlog p {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.MainContentBlog .otp_txtbx input {
    width: 50%;
    margin: 0px;
    border-bottom: 1px solid #999;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer
}

.closeotppopup {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 8px;
}

.verifybx,
.verifybx button {
    display: inline-block;
}

.verify {
    background: #1A81FF;
    color: #fff;
    cursor: pointer;
    margin: 14px;
    padding: 5px 20px;
    border: 2px solid #1A81FF;
}

.resend {
    background: #1A81FF;
    color: #fff;
    cursor: pointer;
    margin-top: 14px;
    padding: 5px 20px;
    border: 2px solid #1A81FF
}

.closeotppopup {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 8px;
}

.spanErrFastlane {
    color: #CC1010;
}

.dashboardImg {
    width: 110px;
    margin-left: 9%;
    margin-top: -60px;
}

/* start for auth-login */

.auth-token-popup {
    position: fixed;
    top: 1px;
    padding: 10px 5px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    color: black;
    left: 0%;
}

.auth-token-dialog-model {
    width: 340px;
}

.auth-token-input {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.auth-token-sub-btn {
    padding: 9px 29px;
    border-radius: 10px;
}

.auth-token-anchor:hover {
    color: #007bf;
    text-decoration: underline;
}

/* end for auth-login */

/* start for profile popup */

.profile-popup {
    position: absolute;
    right: 120px;
    background-color: white;
    padding: 10px 5px;
    box-shadow: 0 0 5px grey;
    border-radius: 3px;
    width: 200px;
    text-align: center;
    display: none;
    z-index: 999;
    color: black;
}

.logOut-btn {
    background-color: #1A81FF;
    width: 90px;
    margin: auto;
    color: white;
    border: 1px solid #1A81FF;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px;
}

.profile-popup a {
    font-size: 14px;
    text-decoration: none;
    color: #6a6a6a;
}

.profile-popup:hover {
    display: block;
}

.profile-popup a {
    text-decoration: none;
    color: #6a6a6a;
}

/* end for profile popup */

@media (max-width: 768px) {
    .SubFOSScreen {
        width: 93%;
        top: 40%;
        left: 50%;
        padding: 7px;
        position: absolute;
        transform: translate(-50%, -50%);
        background: rgb(255, 255, 255);
        border-radius: 3px;
    }
    .spanErrFastlane {
        font-size: 14px;
        color: #CC1010;
    }
    .profile-popup {
        right: -3px;
    }
    .dashboardImg {
        width: 110px;
        margin-left: 5%;
        margin-top: -60px;
    }
    /* start for auth-login */
    .auth-token-dialog-model {
        width: 92%;
    }
    .auth-token-dialog-model-login {
        width: auto;
    }
    .auth-token-input {
        width: 78%;
    }
    .auth-token-sub-btn {
        padding: 11px 29px;
        border-radius: 10px;
    }
    /* end for auth-login */
}

@media (max-width: 767px) {
    .profile-popup {
        display: none;
    }
}

.error_message {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.error_container {
    width: 25%;
    margin: 0px auto;
    background: #ffff;
    border-radius: 5px;
    padding: 10px;
    animation: rotateHorz;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ErrpopupSection1 {
    padding: 10px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    height: 82%;
    overflow-y: auto;
    text-align: center;
}

.ErrpopClose1 {
    position: absolute;
    right: 2%;
    font-size: 40px;
    top: -5px;
    color: #cecece;
    cursor: pointer;
}

.OK_Btn {
    display: block;
    text-align: -webkit-center;
    background-color: #1A81FF !important;
    border: 1px solid #1A81FF;
    color: rgb(255, 255, 255);
    padding: 4px 20px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    margin: 15px auto;
}

@media (max-width: 767px) {
    .error_container {
        width: 50%;
    }
    .headerPaadding {
        padding-top: 35px !important;
    }
    .removeCss {
        flex: unset !important;
        max-width: unset !important;
    }
}

/*travel css*/

.errDisplay {
    border: 2px solid #CC1010 !important;
}

.btn-hidden {
    display: none;
}

.allign-flex {
    display: flex;
}

.width-date {
    width: 100% !important;
}

.dropdown-toggle {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px rgba(26, 129, 255, 0.1);
}

.width-full {
    cursor: pointer !important;
}

.errforsubmit {
    color: #cc1010 !important;
}

/* .addedfortraveler{
  display: block !important;
} */

.dashboardImg {
    width: 110px;
    margin-left: 9%;
    margin-top: -60px;
}

@media(min-width: 320px) {
    .dashboardImg {
        width: 110px;
        margin-left: 5%;
        margin-top: -60px;
    }
}

@media(min-width: 768px) {
    .dashboardImg {
        width: 110px;
        margin-left: 5%;
        margin-top: -60px;
    }
}

@media(min-width: 1024px) {
    .dashboardImg {
        width: 110px;
        margin-left: 9%;
        margin-top: -60px;
    }
}

.modal .modal-dialog {
    height: auto !important;
}

/*travel css end*/

/* edited css */

#login_dropdown {
    max-width: 194px;
}

#drop_down_li {
    width: 162px;
}

#login_input {
    right: 20px;
}

@media(max-width: 575px) {
    #login_dropdown {
        max-width: 94px;
    }
}

/*remove dropdown extra space*/

.ui-autocomplete {
    max-height: 180px;
}

.tag-field-box.active::after {
    min-height: auto;
}

.initiateCheckboxError {
    outline: 2px solid #c00;
}

.alternate-color tbody tr:nth-of-type(odd) {
    background-color: #eef6ff !important;
}

.alternate-color tbody tr:nth-of-type(even) {
    background-color: #ffff !important;
}

@media (max-width: 575px) {
    .claims-listing-section .claims-main-area .claims-listing-area .claims-listing-row .claims-listing-box .content-box {
        padding: 0px;
    }
    .add-padding {
        padding-left: 15px !important;
    }
}

.insurance-title-box {
    padding-left: 12px !important;
}

/* claim settelment */

.claim-border {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.claim-even-odd:nth-child(even) {
    background-color: #eef6ff;
}

.claimpagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.claimpagination a.active {
    background-color: #007bff;
    color: white;
}

.claimpagination a:hover:not(.active) {
    background-color: #ddd;
}

.wrap {
    word-break: break-all;
}

/* start for auth-login */

.otp-param-popup {
    position: fixed;
    top: 1px;
    padding: 10px 5px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    color: black;
    left: 0%;
}

.otp-dialog-model {
    width: 340px;
}

.otp-input {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.otp-sub-btn {
    padding: 9px 29px;
    border-radius: 10px;
}

.otp-anchor:hover {
    color: #007bf;
    text-decoration: underline;
}

/*verify - your account modal*/

.verify-your-account .modal-dialog {
    max-width: 370px;
}

.verify-your-account .modal-dialog .modal-content {
    border: none;
    border-radius: 15px;
}

.verify-your-account .modal-dialog .modal-content .modal-body {
    padding: 30px 25px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 18px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title h3 {
    font-family: Helvetica-bold-700;
    color: #000;
    margin-bottom: 10px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title p {
    font-family: Helvetica-regular-400;
    color: #444444;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title .phone-number-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title .phone-number-box p {
    font-family: Helvetica-regular-400;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-title .phone-number-box .edit-icon a img {
    border: 1px solid #1A81FF;
    border-radius: 5px;
    padding: 3px 2px;
    margin: 0 8px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-heading .modal-button-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section .input-field-block-box .input-field-blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    margin-bottom: 12px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section .input-field-block-box .input-field-blocks-row .input-field-blocks-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section .input-field-block-box .input-field-blocks-row .input-field-blocks-col .input-field-box {
    position: relative;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section .input-field-block-box .input-field-blocks-row .input-field-blocks-col .input-field-box .input-field.otp-input-field {
    min-height: 60px;
    max-width: 60px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 15px;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section button {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.verify-your-account .modal-dialog .modal-content .modal-body .modal-bottom-section .resend-otp-link {
    font-family: Helvetica-medium-500;
    color: #1A81FF;
}

@media (max-width: 575px) {
    .verify-your-account .modal-dialog {
        margin: 0 auto;
    }
}

@media (max-width: 375px) {
    .verify-your-account .modal-dialog {
        margin: 0.5rem;
    }
}

/* end for auth-login */

/*login button*/

.mainHeader header .nav-right-box li .language-dropdown.language-dropdown-custom::after {
    background: none;
}