

@font-face {
    font-family: arial;
    src: url('../Fonts/arial.ttf');
}

@font-face {
    font-family: arialbd;
    src: url('../Fonts/arialbd.ttf');
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.30);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #4fc3f7;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.m-t-10 {
    margin-top: 10px;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: #f2f2f2 !important;
    color: #595959;
    /*overflow-y: hidden;*/
}
.login-textpad {
    padding: 0px 10px 10px 0px;
    background-color: #263b74;
    margin: 73px 0 0 27px;
    font-size: 45px;
    width: 75%;
    height: 155px;
    position:absolute;
}

    .login-textpad h5.head-config {
        font-size: 35px;
        color:#fff;
        line-height:normal;
    }
    *:focus,
    textarea:focus,
    input:focus,
    a:focus,
    a:active {
        outline: none !important;
        box-shadow: none !important;
    }

p {
    color: #808080;
    font-size: 14px;
    font-family: IBM Plex Sans;
    line-height: 20px;
    font-weight: 400;
}

h1 {
    color: #595959;
    margin: 10px 0px !important;
    padding: 0px !important;
    font-size: 26px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*"Ubuntu",sans-serif!important;*/
}

h1 span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*"Ubuntu",sans-serif!important;*/
}


h2 span {
    color: #595959;
    text-transform: capitalize;
    font-size: 14px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*"Ubuntu",sans-serif !important;*/
}


.WebsiteMaxWidth {
    max-width: 2200px;
    margin: 0 auto;
    position: relative;
}

.paddingLeftRight10px {
    padding: 0px 10px !important;
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear8 {
    clear: both;
    height: 8px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}


.bg-offwhite {
    background-color: #F5F5F5;
}


.cardBody {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.8);
    padding: 24px 24px 32px 24px;
}

.mb-15 {
    margin-bottom: 18px !important;
}

h5.heading-log {
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin-bottom: 6px;
}

h5.heading-log-E {
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #F44336;
    margin-bottom: 6px;
    margin-top: 0;
}

.heading-green {
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #51B389;
    margin-bottom: 12px;
    margin-top: 0;
}

h5.heading-log span {
    color: rgba(76, 197, 144, 1);
}

.login-input {
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    line-height: 20px;
    color: #262626 !important;
    padding: 8px 10px 8px 10px;
    font-weight: 400;
    border-radius: 8px;
}


.errortxt {
    color: #F44336;
    font-family: "IBM Plex Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 13px;
    /* position: absolute !important; */
    bottom: -4px;
    /* border: 1px solid #ccc; */
    /*right: -47px;*/
    width: 415px;
    text-align: left;
    padding: 0;
    /* background-color: #ffe492; */
    border-radius: 0;

}

.linkbtn {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #60BCDF;
    text-decoration: underline;
}

.btn-custom {
    background-color: #578C46;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px !important;
    padding: 5px 12px 5px 12px;
    align-items: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    /*width: 100%;*/
    border: none;
}

.loader {
    border: 16px solid #f2f2f2; /* Light grey background */
    border-top: 16px solid #3da40b; /* Blue color */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9;
    position: absolute;
    top: 5%;
    text-align: center;
    left: 30%;
}
    .btn-custom:hover {
        background-color: #578C46;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
        border-radius: 8px !important;
        padding: 5px 12px 5px 12px;
        align-items: center;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        /*width: 100%;*/
    }

.btn-custom[disabled] {
    box-shadow: none;
}

.pass-head {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
}

ul.login-list {
    padding-left: 15px;
}

ul.login-list li {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    color: #595959;
}

.userbox {
    width: auto;
    height: auto;
    border: 1px solid #D6D6D6;
    border-radius: 50px;
    padding: 4px 12px 4px 4px;
    display: inline-flex;

}

.useric {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-color: #008fff;
    color: white;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 20px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.username-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    color: #595959;
}

label {
    color: #595959;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: 'IBM Plex Sans';
}

.powered {
    color: #595959;
    font-family: IBM Plex Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}


.footer {
    text-align: center;
}

.powered {
    margin-top: 10px;
    margin-bottom: 5px;
}


@media (min-width: 992px) {
    .footer {
        position: absolute;
        bottom: 0;        
        margin-left: 28px;
    }
}


@media (max-width: 1399.98px) {
    .cardBody {
        width: 421px !important;
       
    }
}

@media (max-width: 575.98px) {
    .cardBody {
        width: auto !important;
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .cardBody {
        width: auto !important;
        margin-top: 16px;
    }
}

@media (max-width: 991.98px) {
    .cardBody {
        width: auto !important;
        margin-top: 16px;
    }
}

@media (max-width: 1199.98px) {
    .cardBody {
        width: auto !important;
        margin-top: 16px;
    }
}

.blue-text {
    color: #578C46;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 150% */
    text-decoration-line: underline;
    cursor: pointer;
}

.blue-text2 {
    color: #578C46;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.made {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
}


.popup {
    margin: 7rem;
}

.redtxt {
    color: #F44336;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    /* 142.857% */
}

.marg {
    margin-bottom: 24px;
}

.modal-body {
    width: 1029px;
    margin: none;
    padding: 24px !important;
}

.passtxt2 {
    color: #595959;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.border-success {
    border: 1px solid var(--primary, rgba(0, 173, 97, 0.70)) !important;
}

.image {
    width: 311px;
    height: 329px;
}

.label-input {
    border: 1px solid #ccc;
    width: 100%;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    line-height: 20px;
    color: #262626 !important;
    padding: 8px 10px 8px 10px;
    font-weight: 400;
    border-radius: 8px;
}

.icon-position {
    right: 8px;
    top: 4px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1029px !important;
        margin: 2rem auto;
    }
}

.cancle-btn {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #578C46;
    border: 2px solid #578C46;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: auto;
    height: 40px;
}

.save-btn {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    background-color: #578C46;
    width: auto;
    height: 40px;
}

.error {
    border-color: red !important;
}

.error-label {
    color: red;
}

.errortxt {
    display: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #EFF0F2;
    pointer-events: none;
    color: #9F9F9F;
    border: none;
    opacity: var(--bs-btn-disabled-opacity);
}


input[type="password"]::-ms-reveal,
/*input[type="password"]::-webkit-reveal {
    background-image: url('/NewDesign/images/eye-pass.svg');
   
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    -webkit-text-security: disc;
}*/

.form-control:focus {
    border: 1px solid #D6D6D6;
}

.highlight {
    color: #3D3B77;
    font-weight:500;
}

.p-color{
  color:  #428bca;
  font-weight:500;
}

.img-bg {
    display: block;
}
@media screen and (max-width: 768px) {
    .bg-bluebg {
        background: url(../NewDesign/images/apx_loginbg_big.svg) no-repeat #263b74;
        border-radius: 8px;
        background-position: center center;
    }
    .img-bg {
        display: none;
    }
    #loginbox, #showforgot {
        position: inherit;
        top: 12px;
        margin: 0;
    }
    .ps-mobile {
        padding-left: 15px !important;
    }
    .cancle-btn, .save-btn {
        width: auto;
    }
    .footer {
        position: inherit;
        bottom: 0;
        margin-left: 0;
        margin-top: 34px !important;
    }
    .login-textpad {
        height: auto;
        margin: 10px 0 0 15px;
        position:inherit;
    }

        .login-textpad h5.head-config {
            font-size: 1.8rem;
        }
}