﻿/* universal start colorcode */

:root {
    --logoRed: #db0011;
    --logoBlack: #000000;
    --logoWhite: #ffffff;
    --app-gray: #4d6474;
    --input-border: #929292;
    --input-hover: #376798;
    --input-active: #284e76;
    --input-error: #83000a;
    --input-color: #333;
    --red1: #e31d22;
    --red2: #ba1a19;
    --red3: #730c15;
    --grey1: #323332;
    --grey2: #767676;
    --grey3: #d7d8d6;
    --grey4: #edeeee;
    --grey5: #f3f3f3;
    --sidebarBg: #4d6474;
    --sidebarHov: #222f39;
    --subMenuBg: #1D262C;
    --pewter: #767676;
    --accent-color: #db0011;
    --anchor-link: #0d6efd;
    --btn-prim: #db0011;
    --btn-prim-hover: #af000d;
    --btn-prim-active: #83000a;
    --btn-secondary: #4D6474;
    --btn-secondary-hover: #3E505D;
    --btn-secondary-active: #1D262C;
    --btn-sucess: #198754;
    --btn-sucess-hover: #136a42;
    --btn-sucess-active: #0e5232;
    --btn-warn: #ea732d;
    --btn-warn-hover: #ad5521;
    --btn-warn-active: #8d471e;
    --btn-outline-hover: #d9d9d9;
    --btn-outline-active: #b6b7b6;
    --tbl-export-btn: #efefefb5;
}

/* universal end  colorcode */



@font-face {
    font-family: HSBC-Next-Regular;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/UniversNextforHSBC-Regular.otf);
}

@font-face {
    font-family: HSBC-Next-Light;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/UniversNextforHSBC-Light.otf")
}

@font-face {
    font-family: HSBC-Next-LightIt;
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/UniversNextforHSBC-LightIt.otf")
}

@font-face {
    font-family: HSBC-Next-Bold;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/UniversNextforHSBC-Bold.otf")
}

@font-face {
    font-family: HSBC-Next-UltLt;
    font-display: swap;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/UniversNextforHSBC-UltLt.otf")
}

@font-face {
    font-family: HSBC-Next-UltLtIt;
    font-display: swap;
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/UniversNextforHSBC-UltLtIt.otf")
}

@font-face {
    font-family: HSBC-Next-Thin;
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/UniversNexrforHSBC-Thin.otf")
}

@font-face {
    font-family: HSBC-Next-ThinIt;
    font-display: swap;
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/UniversNexrforHSBC-ThinIt.otf")
}

@font-face {
    font-family: HSBC-Next-Medium;
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/UniversNextforHSBC-Medium.otf")
}

@font-face {
    font-family: HSBC-Next-Light;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/UniversNextforHSBC-Light.otf")
}

@font-face {
    font-family: HSBC-Next-LightIt;
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/UniversNextforHSBC-LightIt.otf")
}

/*=== <scrollbar> ===*/

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-thumb {
    background-color: #6b8292;
    border-radius: 0px;
    height: 0.3rem;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 42%);
    border-radius: 0px;
}

/*=== </scrollbar> ===*/

/*=== <Spiiners> ===*/
.BtnSpinnerWrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.BtnSpinnerCircle {
    box-sizing: content-box;
    animation: ldio-irmm74x6mta 0.7874015748031495s linear infinite;
    left: 50%;
    right: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
}


@keyframes ldio-irmm74x6mta {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}


/*=== </spinners> ===*/
/*=== <checkbox> ===*/
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 2px;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    font-family: "FontAwesome";
    content: '\2714';
    width: 8px;
    height: 8px;
    color: #1564b5;
    position: absolute;
    top: 2px;
    left: 9px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/

[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    width: 0.45833333rem;
    height: 0.91666667rem;
    color: #1564b5;
    position: absolute;
    top: 10px;
    left: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
    border-right: 2px solid #008580;
    border-bottom: 2px solid #008580;
    transform: translate(-50%,-50%) rotate(45deg);
}

[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute !important;
    left: 5px;
    /* top: 0; */
    width: 18px;
    height: 18px;
    border: 1px solid #989ea4;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0, 5%), inset 0px -15px 10px -12px rgba(0,0,0, 5%);
}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute !important;
    left: -9999px;
}

    [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        padding-top: 2px;
        cursor: pointer;
        /* line-height: 1; */
        display: inline-block;
        /* color: #666; */
        padding-bottom: 6px;
    }

        [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute !important;
            left: 5px;
            /* top: 0; */
            width: 20px;
            height: 20px;
            border: 1px solid var(--grey2);
            border-radius: 0px;
            background: #ffffff;
            box-shadow: 0 1px 2px rgba(0,0,0, 5%), inset 0px -15px 10px -12px rgba(0,0,0, 5%);
        }

    [type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
        outline: auto;
    }

/*=== </checkbox> ===*/
/*body {
    height:100dvh!important;
}*/
.form-control {
    height: 30px;
    font-size: 12px;
    line-height: 16px;
    color: var(--input-color);
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 1px solid var(--input-border);
    padding: 0.3rem 0.4rem;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 10px 0px;
}

.btn-fill-primary {
    color: var(--logoWhite);
    background-color: var(--btn-prim);
    border-radius: 0px;
    border: none;
    /*outline: none;*/
    width: 6rem;
    padding: 0.3rem 0;
    font-size: 1rem;
    font-weight: 400;
    margin: 0.3rem 0.5rem 0 0.5rem;
    cursor: pointer;
}

    /*=== <buttons> ===*/
    .btn-fill-primary:hover {
        background: var(--btn-prim-hover);
    }
/*=== </buttons> ===*/

/* NavBar CSS */

.navbarCus {
    /*position: sticky;
    top: 0;
    z-index: 9;*/
    border-bottom: 1px solid #c5b8b8;
    background-color: var(--logoWhite);
}

.NavContent {
    width: 100%;
    height: 60px;
    padding: 16px 50px;
}

.logoMain {
    padding: 0;
    height: 28px;
    display: block;
    width: 140px;
    float: left;
    font-size: 12px;
}

.BrandLogo {
    width: auto;
    height: 100%;
}

.navb_wid {
    float: right;
    height: 100%;
}

.navList2 {
    height: 100%;
}

body {
    /*overflow:hidden;*/
    font-family: HSBC-Next-Regular,HSBC-Next-Thin, sans-serif;
    font-size: 0.81rem;
}

.BodyContent {
    min-height: 85dvh;
}

.dropDown {
    margin-right: 7%;
}

.drop1 {
    margin-right: 25px;
    position: absolute;
    left: 87%;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: -52%;
}

.loGo {
    margin-left: 89px;
}

/* End */


/* Main Form - img */

.loginimg {
    width: 100%;
    height: auto;
}

.LoginImgCon {
    width: 60%;
    float: right;
    height: 81vh;
    overflow: hidden;
    height: calc(97dvh) !important;
}

.formCon {
    width: 88%;
    /*background-color: #80808017;*/
    border-radius: 2px;
    /*    margin-top: -228px;*/
}


.ValidatMsg {
    padding: 10px 10px;
    font-size: 13px;
    height: auto;
    font-family: HSBC-Next-Regular;
}

    .ValidatMsg .FlValidMsg {
        padding: 0 0 0 32px;
    }

.validation-summary-errors ul {
    margin: 0;
}

.head_txt_log {
    position: absolute;
    left: 8%;
    top: 18%
}

.log_txt1 {
    color: white;
    font-size: 35px;
}

.log_txt2 {
    font-size: 18px;
    color: white;
    position: relative;
    top: 38px;
}

.formTitle {
    color: #3e3e3e;
    padding: 5px 0px;
    font-size: 2.1rem;
    display: inline-block;
    font-family: HSBC-Next-Regular;
}

.logmessage:before {
    content: "";
    color: red;
    border-left: 3px solid red;
    margin-left: -9px;
    margin-right: 5px;
}

.otpemail, .otpmobile, .authCountText {
    color: green;
}

    .otpemail .fa-check, .otpmobile .fa-check {
        margin-right: 5px;
    }

.authleb, .AuthOtpCounter {
    font-size: 12px;
}

.AuthOtpResend {
    text-decoration: underline;
    color: #767676;
    cursor: pointer;
    display: none;
}

    .AuthOtpResend:hover {
        color: #2a6cca;
    }

.mainformCon {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10%;
}

.ressauth {
    margin-left: 2%;
    margin-right: 5%;
}

.authdiv {
    width: 100%;
}

.TopLeft {
    position: relative;
    top: 7%;
    left: -21%;
    display: inline-block;
    color: var(--logoWhite) !important;
    font-size: 42px;
    z-index: 999;
}

.formBody {
    padding: 15px 42px 15px 0;
}

.back {
    background-color: var(--grey2);
    color: white;
    color: white;
    outline: none;
    border: none;
    padding: 11px 20px;
    border-radius: 2px;
}

.ressleb {
    font-size: 12px;
}

.mailInput1 {
    width:100% !important;
    height: 44px;
    font-size: 0.81rem;
    line-height: 16px;
    color: var(--input-color);
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 1px solid var(--input-border);
    padding-left: 5px;
}

    .mailInput1::placeholder {
        font-size: 0.75rem;
    }

.timer {
    font-size:0.81rem;
}

input:focus {
    border: 1px solid var(--input-hover);
    outline: none;
}

input:disabled {
    pointer-events: none;
    opacity: 0.5;
}


.disabled {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.custom-btn {
    color: var(--logoWhite);
    background-color: var(--btn-prim);
    min-width: 130px;
    min-height: 44px;
    /* outline: none;*/
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
   /* padding: 0.8125rem 0.875rem;*/
    margin: 0;
    line-height: normal;
    border: 1px solid var(--btn-prim);
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .custom-btn:hover {
        background: var(--btn-prim-hover);
        color: var(--logoWhite);
    }

    .custom-btn:active {
        background: var(--btn-prim-active);
        color: var(--logoWhite);
    }

.passwordInput1 {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 0.75rem;
    line-height: 16px;
    color: var(--input-color);
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 1px solid var(--input-border);
    padding: 0.3rem 0.4rem;
}

    .passwordInput1::placeholder {
        font-size: 0.75rem;
    }

.forgetDiv {
    font-size: 14px;
    margin: 5% 0px -12px 0px;
}

a {
    color: #3642a0;
    text-decoration: none;
    font-weight: 400;
}

.btnSec {
    /*  margin: 0px 10% 29px 0px;*/
}

.logbtn {
    color: #fff;
    background-color: #db0011;
    border: 1px solid #a10612;
    padding: 5px 10px;
    border-radius: 0px;
    width: 73px;
}


    .logbtn:hover {
        background: #d80d1d;
        color: #fff;
        box-shadow: 0px 0px 5px 1px #db0011;
    }


.mobView {
    display: none;
}

.rectangle {
    display: none;
}

.Error_msg {
    display: none;
}

.LoginContent {
    display: flex;
}

.LoginFormSec {
    /* position:absolute;*/
    width: 40%;
}

.log_font {
    font-size: 1rem;
    color: #525151;
    margin-bottom: 5px;
}

.under_line {
    margin-top: 10px;
    border-bottom: 1px solid #80808052;
    width: 100%;
    margin-left: 0px !important;
}

.pass_bold {
    font-weight: 600;
    font-size: 14px;
}

.VisiblePass {
    position: relative;
}

.eyeCon {
    position: absolute;
    right: 3%;
    top: 15px;
    /*    right: 12%;
    top: 5px;*/
}

#PassEye {
    cursor: pointer;
}

.form_row {
    margin-bottom: 1rem;
}

.ForgotAnc {
    float: right;
    font-size: 0.87rem;
    text-decoration: underline;
    color: var(--input-color);
}

.AncBtn {
    color: var(--input-color);
}

.RegisterBtn {
    color: var(--input-color);
    text-decoration: underline;
    font-size: 0.87rem;
}

.btnSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.Otp_sec {
    width: 45%;
    padding: 7em 0 0 0;
    margin: 0 auto 1em auto;
}


.Header_sec, .Input_sec {
    margin-bottom: 25px;
}

.BackAnc {
    font-size: 1rem;
    color: var(--input-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ResPasProgres {
    width: 100%;
    height: 5px;
    border: none;
}

    .ResPasProgres::-webkit-progress-value {
        background: var(--btn-prim);
    }

    .ResPasProgres::-moz-progress-value {
        background: var(--btn-prim);
    }

    .ResPasProgres::-webkit-progress-bar {
        background: #00000014;
    }

    .ResPasProgres::-moz-progress-bar {
        background: #00000014;
    }

input[type=text] {
    border: 1px solid var(--input-border);
}

/* *************** <T & N Start> *********** */
#TnModal {
    padding: 1rem 10% 3rem 10%;
    font-size: 16px;
    /*font-family: HSBC-Next-Thin,HSBC-Next-Regular, sans-serif;*/
    font-family: HSBC-Next-Light;
    color: var(--input-color);
    background-color: var(--logoWhite);
}


.x_panel {
    width: 100%;
    display: inline-block;
    background: #fff;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    padding: 0.4rem 0;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.h3-title {
    font-size: 20px;
    font-family: HSBC-Next-Regular;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 1rem 0rem;
    border-left: 3px solid var(--red1);
    color: #000000c9;
    display: flex;
    align-items: center;
}

.validation-error {
    font-size: 21px;
    font-family: HSBC-Next-Regular;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 1rem 0rem;
    border-left: 3px solid var(--red1);
    color: #000000c9;
    display: flex;
    align-items: center;
}
/*//@-=-===-=-=-=-==-=-=-=-==-= < ClapiToolTip > =-=-=-=-=-=-=-==-=-=-=-=-=-=--==-=@\\*/
.tooltiparea {
    position: absolute;
    right: -25px;
    color: var(--input-color);
    top: 7px;
    cursor: context-menu !important;
    border: none;
    width: fit-content;
    padding: 0;
    background: transparent;
}

    .tooltiparea::after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        background: url(/images/SvgIcons/Icons/forms_and_table/tooltip_information.svg)no-repeat center;
    }

.ClapiTooltipWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: auto;
    width: auto;
    border: 1px solid;
    background-color: #fff;
    font-size: 12px;
    max-width: 300px;
    opacity: 0;
    padding: 5px;
}

    .ClapiTooltipWrapper::after {
        content: "";
        border-left: 1px solid;
        border-bottom: 1px solid;
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        left: -6px;
        background-color: #fff;
    }

/*//@-=-===-=-=-=-==-=-=-=-==-= </ ClapiToolTip > =-=-=-=-=-=-=-==-=-=-=-=-=-=--==-=@\\*/
/*===-=-=-=-=-=-=-=-=-=-=-==-= < Custom Validator > -==-=-=-=-=-=-==-=-=-=-=-=-=-*/
.CustomValidate {
    border-color: var(--btn-prim);
}

.has-error, .Clapi-has-error {
    width: 100%;
    height: auto;
    color: var(--btn-prim);
    padding: 3px 0px 0 0;
}

    .has-error .help-block, .Clapi-has-error .help-block {
        padding: 0;
        margin: 0px;
        font-size: 13px;
    }

    .has-error .ValIcon, .Clapi-has-error .ValIcon {
        margin-right: 5px;
        color: var(--btn-prim);
        height: 14px;
    }

/*===-=-=-=-=-=-=-=-=-=-=-==-= </ Custom Validator > -==-=-=-=-=-=-==-=-=-=-=-=-=-*/


/* *************** </T & N Start> *********** */

#PasswordChangeSucess .modal-dialog, #ModalPopupValidation2 .modal-dialog {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    max-width: unset;
}

#PasswordChangeSucess .modal-content, #ModalPopupValidation2 .modal-content {
    height: 100%;
}

#PasswordChangeSucess .modal-dialog .pcs_content, #ModalPopupValidation2 .modal-dialog .pcs_content {
    background-color: var(--logoWhite);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Modal_Wrapper {
    position: sticky;
    top: 1em;
    width: 100%;
    z-index: 999;
}

.success-icon img, .validation-icon img {
    height: 40px
}

.successMsg {
    margin: 20px 0 40px 0;
}

.ValidionMsg2 {
    margin: 20px 0 20px 0;
}

#PasswordChangeSucess .MsgSection{
    width: 20rem;
    text-align: center;
    height: 10rem;
}

#ModalPopupValidation2 .MsgSection {
    width: 30rem;
    text-align: center;
    height: 12rem;
}


.ValidionMsg2 ul {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.ValidionMsg2 li {
    list-style: none;
    margin-bottom: 5px;
}
/* *************** Footer Start *********** */
.footer {
    background: var(--logoBlack);
    color: var(--grey5);
    width: 100%;
    height: 86px;
    padding: 16px 50px;
    display: inline-table;
}

.FootLinks a {
    margin-right: 40px;
    color: var(--grey5);
}

    .FootLinks a:hover {
        color: var(--grey5);
        text-decoration: underline;
    }

.FootText {
    margin-top: 15px;
}

.footer p {
    margin: 0;
}

/* *************** Footer End *********** */





#SucessAlert {
    border-radius: 0;
    border: 1px solid #00847F;
    background-color: #E5F2F2;
    position: unset;
    width: 98%;
    margin: auto;
}

    #SucessAlert .SucessAlertIcon {
        float: left;
        width: 5%;
    }

        #SucessAlert .SucessAlertIcon em {
            color: #00847F;
            font-size: 20px;
        }

.SucessAlertContent {
    float: left;
    font-weight: bold;
    margin: 1px 10px;
    font-size: 0.87rem;
    width: 90%;
}

.alertDismissBtn {
    float: right;
    width: 5%;
}

.SucessAlertBody {
    min-height: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.button-outline {
    height: 44px;
    min-width: 130px;
    border: 1px solid var(--app-gray);
    font-size: 1rem;
    font-weight: 400;
    padding: 10px;
    background-color: var(--logoWhite);
    color: var(--input-color);
}

    .button-outline:hover {
        background: var(--btn-outline-hover);
    }

    .button-outline:active {
        background: var(--btn-outline-active);
    }

button:disabled, input:disabled, .disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}


/*-=-==-=-=-==-=-=-=-=-=-=-=-==-=-=-=- <Custome Dropdown Start> <For Normal> -=-=-=-=-=-=-=-=-=-=-=-==-=-=- */

.Selector_target {
    display: none !important;
}

.Selector_Wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.CustomSelector {
    /*display: flex;*/
    height: 100%;
    height: 40px;
}

    .CustomSelector input.SelectInput {
        width: 100% !important;
        height: 100%;
        border-top-right-radius: 0px !important;
        /* padding-left: 12px;*/
    }

        .CustomSelector input.SelectInput:focus {
            border-color: #86b7fe;
        }

    .CustomSelector .SelectorArrow {
        width: 27px !important;
    }

        .CustomSelector .SelectorArrow .SelectorArrowBtn {
            /* height: 100%;
            width: 100%;
            padding: 5px 5px 5px 10px;
            background-color: #e8eeff;
            border-top-right-radius: 5px;
            border-bottom: 1px solid #6c757dab;*/
            height: 100%;
            width: 100%;
            padding: 2px 5px 5px 8px;
            /*background-color: #f3f3f3;*/
            border-top: 1px solid #c5c3c3;
            border-right: 1px solid #c5c3c3;
            border-bottom: 1px solid #c5c3c3;
        }

.Selector_Wrapper.activeSelect .SelectorArrow .SelectorArrowBtn {
    border-color: #0000ffa3;
}

.Selector_Wrapper .Selector_Dropdow {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    padding: 0px 0px;
    border: 1px solid #6c757dab;
    background-color: #ffffff;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 5px 1px #0000004f;
}

    .Selector_Wrapper .Selector_Dropdow .Select_Drop_ul {
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        margin: 0px 0px;
    }

        .Selector_Wrapper .Selector_Dropdow .Select_Drop_ul li {
            cursor: context-menu;
            border-bottom: 1px solid #e5e5e5;
            padding-left: 10px;
        }

            .Selector_Wrapper .Selector_Dropdow .Select_Drop_ul li.Selected_Li {
                border-left: 3px solid red;
                padding-left: 7px;
            }

            .Selector_Wrapper .Selector_Dropdow .Select_Drop_ul li.Hovered_Li {
                background-color: #F1F3F4;
            }


.activeSelect .CustomSelector::after {
    transform: rotateX(180deg);
}

.CustomSelector::after {
    content: ' ';
    position: absolute;
    right: 1% !important;
    top: 27%;
    width: 2rem;
    height: 40%;
    display: block;
    border-left: 1px solid var(--input-border);
    padding: 5px;
    background: url(/images/SvgIcons/Icons/chevrons/chevronDown.svg)no-repeat center center;
    background-size: contain;
    transition: 0.4s;
    pointer-events: none;
}

/*-=-==-=-=-==-=-=-=-=-=-=-=-==-=-=-=- </ Custome Dropdown Start> -=-=-=-=-=-=-=-=-=-=-=-==-=-=- */



/*Css AddOn By Saif*/


.s_buttonSecAlign {
    padding: 0;
    margin-top: 0;
}
/*
                @media only screen and (max-width: 1440px) {
                    .s_buttonSecAlign {
                        padding: 0px 25px 0px 25px;
                        margin-top: 40px;
                    }
                }*/
/*
@media only screen and (max-width: px) {
  
}*/

/*@media screen and (max-width: 2560px) {
    .BodyContent {
        overflow: hidden;
        min-height: 85vh;
    }
}*/


.ScrollableDiv {
    overflow: auto;
    height: 36vh;
}

ol {
    counter-reset: item
}

    ol li {
        display: block
    }

        ol li:before {
            content: counters(item, ".") ".";
            counter-increment: item;
            margin-left: -2rem;
        }

.BreakList {
    list-style-type: revert-layer;
}

    .BreakList li {
        display: list-item;
    }

        .BreakList li:before {
            display: none;
        }

.RemoveMarg {
    margin-left: -32px;
}

.cmb_20 {
    margin-bottom: 20px;
}

.cmb_10 {
    margin-bottom: 7px;
}

.cmb_20 li {
    margin-bottom: 5px;
}

.cmt_10 {
    margin-top: 7px;
}

.cmt_20 {
    margin-top: 20px;
}

.cml_5 {
    padding-left: 5px;
}

li label span {
    font-family: HSBC-Next-Medium;
}

.TextBold::before {
    font-family: 'HSBC-Next-Medium';
}

.fade:not(.show) {
    display: none !important;
}

input[type=password] {
    padding-right: 9%;
}
/*********************** Media Query ***************************/ /* {-------------Added By Tanmay---------------}*/
.Clapi-skippy-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}



/*@media (min-width: 1900px) and (max-width: 2560px) {
    .BodyContent {
        overflow: hidden;
        min-height: 85vh;
    }

}

@media (min-width: 1366px) and (max-width: 1440px) {
    .formCon {
        margin-top: -187px;
    }

    .BodyContent {
        min-height: 72.8vh;
    }

    #SucessAlert {
        top: -65px !important;
    }

    .formBody {
        padding: 0px 25px 0px 25px;
    }

    .formTitle {
        padding: 3px 27px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .formCon {
        margin-top: -187px;
    }

    #SucessAlert {
        top: -65px !important;
    }

    .LoginImgCon {
        width: 60%;
        float: right;
        height: 78vh;
    }

    .footer {
        background: var(--logoBlack);
        color: var(--grey5);
        width: 100%;
        height: 85px;
        padding: 6px 50px;
    }

    .under_line {
        margin-top: 10px;
        border-bottom: 1px solid #80808052;
        width: 80%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }

    .formTitle {
        padding: 11px 2px;
    }

    .TopLeft {
        left: -24%;
    }
}*/
/*--------------------------------------New Media Screen Added----------------------------------------*/
/*@media (min-width: 1080px) and (max-width: 1280px) {
}

@media (min-width: 768px) and (max-width: 1080px) {
}

@media (min-width: 480px) and (max-width: 768px) {
}

@media (min-width: 480px) and (max-width: 320px) {
}




@media (min-width: 1080px) and (max-width: 1280px) {*/
/*    @media screen and (max-width: 1280px) {*/
/*.BodyContent {
        min-height: 68.2vh;
    }

    .LoginImgCon {
        width: 60%;
        float: right;
        height: 78vh;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 80%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }


    .formTitle {
        margin: 0px 22px;
        padding: 11px 2px;
    }

    .LoginImgCon {
        height: 88vh;
    }

    .TopLeft {
        left: -24%;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {*/
/*   @media screen and (max-width:1234px) {*/
/*.under_line {
        border-bottom: 1px solid #80808052;
        width: 80%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }*/
/* .formCon {
            margin-top: -5%;
        }*/
/*.btnSec {
        margin: 0px 10% 29px 0px;
    }

    .formTitle {
        margin: 0px 22px;
        padding: 11px 2px;
    }

    .LoginImgCon {
        height: 100vh;
    }

    .TopLeft {
        left: -24%;
    }
}*/
/* @media screen and (max-width:) */
/* @media screen and (max-width:1142px) {*/
/*@media (min-width: 480px) and (max-width: 768px) {
    .under_line {
        border-bottom: 1px solid #80808052;
        width: 80%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }

    .btnSec {
        margin: 0px 10% 29px 0px;
    }

    .formTitle {
        margin: 0px 22px;
        padding: 11px 2px;
    }

    .LoginImgCon {
        height: 88vh;
    }

    .TopLeft {
        left: -24%;
    }
}



@media (min-width: 480px) and (max-width: 320px) {*/
/*   @media screen and (max-width:1068px) {*/
/*.formCon {
        width: 95%;
    }
}

@media screen and (max-width:1024px) {

    .drop1 {
        margin-right: 25px;
        position: absolute;
        left: 77%;
    }

    .formBody {
        padding: 0px 24px 0px 24px;
    }

    .mailInput1 {
        padding: 7px 66px 7px 7px;
    }

    .forgetDiv {
        margin: 0px 0px 24px 26px;
    }

    .btnSec {
        margin: 0px 10% 29px 0px;
    }*/
/* .formCon {
            margin-top: -13%;
            margin-left: 0%;
        }*/
/*.TopLeft {
        top: -28%;
        left: 6%;
        font-size: 2.5rem;
    }

    .passwordInput1 {
        padding: 7px 66px 7px 7px;
    }

    .LoginImgCon {
        background-size: cover;
        height: 122vh;
    }

    .dropDown {
        margin-right: 81px;
    }

    .loGo {
        margin-left: 53px;
    }
}

@media screen and (max-width: 955px) {
    .TopLeft {
        font-size: 2.2rem;
    }


    .drop1 {
        margin-right: 25px;
        position: absolute;
        left: 80%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -106%;
    }

    .TopLeft {
        font-size: 25px;
        top: 0%;
        left: 10%;
    }

    .LoginImgCon {
        height: 100%;
        width: auto;
    }

    .ValidatMsg {
        height: unset;
    }

    .btnSec {
        margin: 0px 10% 29px 0px;
    }

    .mobView {
        display: block
    }

    .mailInput1 {
        padding: 7px 6px 7px 7px;
        width: 100%;
    }

    .passwordInput1 {
        padding: 7px 6px 7px 7px;
    }

    .forgetDiv {
        margin: 8px 0px 14px 0px;
    }

    .loGo {
        margin-left: 44px;
    }

    .formBody {
        padding: 0px 24px 0px 52px;
    }

    .formTitle {
        padding: 0px 30px;
    }

    .dropDown {
        margin-right: 57px;
    }

    .rectangle {
        display: block;
        clip-path: polygon(55% 0, 98% 49%, 63% 100%, 0 100%, 0 0);
        background: #DB0011;
        height: 88vh;
        width: 100vw;
    }

    .mobView {
        display: inline-block;
        color: white;
        z-index: 999;
        top: 11%;
        left: 3%;
        position: relative;
        font-size: 16px;
    }

    .log_txt1 {
        color: white;
        font-size: 26px;
    }

    .log_txt2 {
        font-size: 14px;
        color: white;
        position: relative;
        top: 38px;
    }

    .LoginFormSec {
        position: relative;
    }


    .mainformCon {
        width: 40em;
        position: absolute;
        left: 50%;
        right: 50%;
        padding: 5% 0;
        margin: 0;
    }

    .formCon {
        width: 84%;
        width: 84%;
        background: #ffffff61;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .ValidatMsg .FlValidMsg {
        padding: 0 0 0 47px;
    }*/
/* ******* footer media 768px start ******* */
/*.footer p {
        margin: 0.3rem 0.3rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .LoginFormSec {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .mainformCon {
        margin: auto;
    }
}

@media screen and (max-width: 555px) {
    .mainformCon {
        height: auto;
        width: 37em;
        justify-content: center;
    }
}

@media screen and (min-width: 500px) and (max-width: 555px) {
    .LoginContent {
        height: 34rem;
    }

    .footer {
        background: var(--logoBlack);
        color: var(--grey5);
        width: 100%;
        min-height: 85px;
        padding: 6px 20px;
    }
}

@media screen and (max-width:500px) {
    .loGo {
        margin-left: 12px;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 93%;
        margin-left: 13px;
    }

    .navBar {
        height: 50px;
        margin-top: -10px;
    }

    .dropDown {
        margin-right: 25px;
    }

    .log_txt2 {
        display: none;
    }

    .log_txt1 {
        display: none;
        font-size: 15px;
    }

    .mainformCon {
        margin-left: 0%;
    }

    .formCon {
        height: 32rem;
        width: 100%;
        margin-top: 2%;
        margin-left: 0%;
    }

    .rectangle {
        display: block;
        clip-path: polygon(55% 0, 98% 49%, 63% 100%, 0 100%, 0 0);
        background: #DB0011;
        height: 87vh;
    }

    .rectangle {
        display: block;
        clip-path: polygon(55% 0, 98% 49%, 63% 100%, 0 100%, 0 0);
        background: #DB0011;
        height: 90vh;
    }

    .mobView {
        color: white;
        z-index: 999;
        top: 6%;
        left: 12%;
        position: relative;
        font-size: 15px;
    }

    .formBody {
        padding: 0px 15px 0px 15px;
    }

    .mailInput1 {
        padding: 7px 15px 7px 15px;
        width: 100%;
    }

    .passwordInput1 {
        padding: 7px 15px 7px 15px;
    }

    .drop1 {
        margin-right: 25px;
        position: absolute;
        left: 63%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -106%;            
    }

    .formTitle {
        padding: 0px 15px;
    }
}



@media screen and (max-width: 480px) {

    .formTitle {
        color: #000000;
        margin-left: 0px;
    }

    .forgetDiv {
        color: #000000;
    }

    .log_font {
        color: #000000;
    }

    .formCon {
        background: #ffffff61;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .navBar {
        height: 50px;
        margin-top: -10px;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 93%;
        margin-left: 13px;
    }

    .mainformCon {
        width: 30em;
    }
}

@media screen and (max-width: 430px) {
    .LoginContent {
        height: 40em;
    }
}

@media screen and (max-width:375px) {
    .formTitle {
        color: #000000;
        margin-left: 0px;
    }

    .forgetDiv {
        color: #000000;
    }

    .log_font {
        color: #000000;
    }

    .formCon {
        background: #ffffff61;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        height: 100%;
    }

    .navBar {
        height: 50px;
        margin-top: -10px;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 93%;
        margin-left: 13px;
    }

    .mainformCon {
        width: 23em;
    }

    .LoginContent {
        height: 43em;
    }

    .ForgotAnc {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .formTitle {
        color: #000000;
        margin-left: 0px;
    }

    .forgetDiv {
        color: #000000;
    }

    .log_font {
        color: #000000;
    }

    .formCon {
        background: #ffffff61;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .navBar {
        height: 50px;
        margin-top: -10px;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 93%;
        margin-left: 13px;
    }

    .LoginContent {
        height: 47em;
    }
}

@media screen and (max-width:260px) {
    .mainformCon {
        width: 18em;
    }
}*/
/*------------------------------------------------------------*/
/* **************Media Query**************** */
@media (min-width: 1900px) and (max-width: 2560px) {
    .BodyContent {
        overflow: hidden;
        min-height: 85vh;
    }

    .ForgotAnc {
        padding-right: 59px;
    }
}


@media (min-width: 1441px) and (max-width: 1899px) {
    .passwordInput1 {
        display: block;
        width: 100% !important;
    }

    .mailInput1 {
        display: block;
        width: 100% !important;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .formCon {
        /* margin-top: -187px;*/
    }

    .BodyContent {
        min-height: 72.8vh;
    }

    #SucessAlert {
        top: -65px !important;
    }

    .formBody {
        padding: 0px 25px 0px 25px;
    }

    .formTitle {
        padding: 3px 27px;
    }

    .passwordInput1 {
        display: block;
        width: 100% !important;
    }

    .mailInput1 {
        display: block;
        width: 100% !important;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {

    #SucessAlert {
        top: -65px !important;
    }

    .LoginImgCon {
        width: 60%;
        float: right;
    }

    .footer {
        background: var(--logoBlack);
        color: var(--grey5);
        width: 100%;
        height: 85px;
        padding: 6px 50px;
    }

    .under_line {
        margin-top: 10px;
        border-bottom: 1px solid #80808052;
        width: 100%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }

    .formTitle {
        padding: 11px 2px;
    }

    .TopLeft {
        left: -24%;
    }
}

@media (min-width: 1081px) and (max-width: 1280px) {

    /*    @media screen and (max-width: 1280px) {*/
    .BodyContent {
        min-height: 68.2vh;
    }

    .LoginImgCon {
        width: 60%;
        float: right;
        height: 78vh;
    }

    .under_line {
        border-bottom: 1px solid #80808052;
        width: 100%;
        margin-left: 23px;
    }

    .forgetDiv {
        font-size: 14px;
        margin: 5% 0px -12px 24px;
    }


    .formTitle {
        margin: 0px 0px;
        padding: 11px 0px;
    }

    .passwordInput1 {
        display: block;
        width: 100% !important;
    }

    .mailInput1 {
        display: block;
        width: 100% !important;
    }
    /*        margin: 0px 22px;
        padding: 11px 2px;*/


    .LoginImgCon {
        height: 88vh;
    }

    .TopLeft {
        left: -24%;
    }

    .passwordInput1 {
        display: block;
        width: 100% !important;
    }

    .mailInput1 {
        display: block;
        width: 100% !important;
    }
}

@media (min-width: 481px) and (max-width: 1080px) {
    body {
        overflow-x: hidden;
    }
    .mailInput1 {
        width: 100% !important;
    }

    .passwordInput1 {
        display: block;
        width: 100%;
    }

    .LoginFormSec {
        width: auto;
        background: rgb(255 255 255 / 80%);
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        margin: 30% 3%;
    }

    .LoginImgCon {
        width: 130%;
        float: right;
        height: 89dvh;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .footer {
        background: var(--logoBlack);
        color: var(--grey5);
        width: 100%;
        height: 110px;
        padding: 12px 20px;
    }
    .formBody {
        padding: 15px 0px 12px 0;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .mailInput1 {
        width: 100% !important;
    }

    .passwordInput1 {
        display: block;
        width: 100%;
    }
    .formBody {
        padding: 15px 0px 12px 0;
    }

    .LoginFormSec {
        width: auto;
        background: rgb(255 255 255 / 80%);
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        margin: 5% 3%;
    }

    .LoginImgCon {
        width: 100%;
        float: right;
        height: 95dvh;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .loginimg {
        height:100%;
        object-fit: cover;
    }

    .Otp_sec {
        width: 90%;
    }

    .tooltiparea {
        right: 10px;
    }

    .footer {
        background: var(--logoBlack);
        color: var(--grey5);
        width: 100%;
        height: 86px;
        padding: 12px 1px;
    }
}


table td dt {
    display: none !important;
}

.skippy {
    background-color: #000;
}

.skippy a {
    color: #fff;
}
.Tc_SubHeding {
    font-family: HSBC-Next-Medium;
    font-size: 16px;
}
.Tc_SubTitle{
    font-size:16px;
    font-weight:600;
    color:#333;
}
.sub-title {
    font-family: HSBC-Next-Light;
    height: 31px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 1rem 0rem;
    border-left: 3px solid var(--red1);
    display: flex;
    align-items: center;
    margin-bottom: 40px !important;
    font-size: 1.37rem !important;
}


.maintain_block_wrapper {
    display: none;
}

.maintain_block_message {
    transform: translate(0%, -3%);
    width: 100%;
    z-index: 999;
    background: #205889;
    color: white;
    display: flex;
    padding: 10px;
    align-items: start;
}

    .maintain_block_message p {
        width: 90%;
        margin-left: 5px;
        margin-bottom: 0;
    }

.notifications_img {
    margin-left: 26px;
    margin-right: 6px;
    margin-top: -1px;
}

.status_img {
    border-radius: 50%;
    height: 13px;
}

.maintainence_close, .maintainence_close1, .Registration_maintainence_close {
    border: none;
    background-color: #205889;
    color: #fff;
    font-size: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
}

    .maintainence_close .closebtn, .maintainence_close1 .closebtn, .Registration_maintainence_close .closebtn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
    }


.tab_margin {
    margin-top: 40px;
}


.claimSelectLab[for=preExisting] select {
    border: 1px solid var(--grey2);
    padding: 0.3rem;
}

.selectLab[for=preExisting] select {
    background: white;
    padding: 4px 7px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    color: var(--grey1);
}

.selectLab[for=preExisting]::after {
    content: ' ';
    /* content: '\f078'; */
    /* font-family: FontAwesome; */
    position: absolute;
    right: 1%;
    top: 22%;
    width: 2rem;
    height: 60%;
    display: block;
    border-left: 1px solid var(--grey2);
    padding: 5px;
    background: url('https://api.iconify.design/eva/arrow-ios-downward-fill.svg?color=%23323332') no-repeat center center;
    background-size: contain;
    transition: 0.4s;
    pointer-events: none;
}

.selectLab[for=preExisting] {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

    .selectLab[for=preExisting]:focus {
        outline: none;
        border: 1px solid var(--grey2);
        border-radius: 0;
    }

#preExisting:focus {
    outline: none;
    border: 1px solid var(--grey2);
    border-radius: 0;
}

.rdConrdCon {
    display: inline;
    padding: 2%;
}

.labCon {
    color: var(--grey1);
}

/*label {
    display: inline-block;
}*/

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-@=> Custom Selector <For API Call> <=@-=-=-=-=-=-=-=-==--=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/
.SelectInputNone {
    display: none !important;
}

.Select_wrapper {
    width: 100%;
    position: relative;
}

.SelectorArea {
    width: 100%;
    height: 40px;
}

.Sinput {
    width: 100%;
    height: 100%;
    display: flex;
}

.SelectInput {
    width: 90%;
    height: 100%;
    display: block;
    padding: 0.3rem 35px 0.3rem 0.4rem;
    font-size: 0.75rem;
    line-height: 16px;
    color: var(--input-color);
    background-color: #fff;
    background-image: none;
    border: 1px solid #6c757dab;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .SelectInput::placeholder {
        color: #84758e;
        opacity: 1; /* Firefox */
    }

    .SelectInput::-ms-input-placeholder { /* Edge 12-18 */
        color: #84758e;
    }


.SelectSearchBtn {
    border: 1px solid #6c757dab;
    border-left: 0;
    height: 100%;
    width: 10%;
    background: transparent;
}

    .SelectSearchBtn:hover {
        background-color: #9ca2a805;
    }

.SelectSearchIcon {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SelectOptions {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-height: 20em;
    background-color: #fff;
    border: 1px solid #6c757dab;
    border-top: none;
    box-shadow: 0px 2px 5px 0px #0000003d;
    overflow-y: auto;
    overflow-x: hidden;
}

    .SelectOptions ul {
        padding: 0;
        margin: 0;
    }

        .SelectOptions ul li {
            padding: 0 7px;
            margin: 0;
            color: #6c757d;
            cursor: context-menu;
        }

            .SelectOptions ul li:hover {
                background-color: #1f1fef9c;
                color: #fff;
            }

.afterLoad {
    display: none;
    animation: afterLoadSpin 0.3s infinite;
}

@keyframes afterLoadSpin {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.SelectNoData {
    color: #cf1919 !important;
    text-align: center;
    padding: 10px !important;
    pointer-events: none;
}

.SelectChar {
    padding: 10px !important;
    text-align: center;
    color: #1309ab !important;
    pointer-events: none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-@=>/ Custom Selector <=@-=-=-=-=-=-=-=-==--=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/