@font-face {
    font-family: "Lato";
    src: url(fonts/Lato-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url(fonts/Lato-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url(fonts/Lato-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url(fonts/Lato-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url(fonts/Lato-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

html {
    font-size: 14px !important;
}

body {
    font-family: "Lato", sans-serif !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.py-2 {
    padding: 0.5rem 0 !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.px-4 {
    padding: 0 1.5rem !important;
}

.border-0 {
    border: unset !important;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
    overflow: hidden;
    margin-top: 3.5rem;
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
}

.CPLoginPage {
    font-family: "Lato", sans-serif !important;
}

.CPLoginPage .bgImgContainer {
    position: relative;
    height: 100vh;
    /* width: 100%; */
}

.CPLoginPage .bgImgContainer img.bg-img {
    width: 100%;
    height: 100%;
}


.CPLoginPage .bgImgContainer img.logo-img {
    position: absolute;
    left: 30;
    top: 30;
}

.CPLoginPage .loginFormContainer {
    padding: 30px 28px;
}

.CPLoginPage .loginFormContainer .headerContainer {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #424b55;
    line-height: 2.25;
}

.CPLoginPage .loginFormContainer label {
    font-size: 12px;
    line-height: 2;
    color: #222d39;
    margin-bottom: 0;
    font-weight: 600;
}

.CPLoginPage .loginFormContainer label#lbl_Popup_Error {
    color: #d0021b;
}



.CPLoginPage .loginFormContainer .form-control {
    font-size: 12px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #d6dce4;
    font-weight: 600;
}

.CPLoginPage .loginFormContainer .form-control:focus {
    box-shadow: unset;
}

.CPLoginPage .loginFormContainer a {
    color: #1db7ff;
    font-weight: 600;
}

.CPLoginPage .loginFormContainer .timer {
    display: inline-block;
    float: right;
    color: #d0021b;
    font-size: 12px;
    font-weight: bold;
}

.CPLoginPage .loginFormContainer .loginBtn {
    border-radius: 4px;
    background-color: #212b48;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.CPLoginPage .loginFormContainer .bg-red {
    height: 32px;
    background-color: #fce2e0;
    font-size: 14px;
    font-weight: bold;
    color: #ec382b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 80%;
    margin-left: 15px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .CPLoginPage .loginFormContainer .bg-red {
        position: fixed;
        width: 88%;
        left: 30px;
    }

    .CPAddrVerifyPage .smallHeader.mt-3 {
        margin-top: 3rem !important;
    }
}

@media screen and (max-width: 420px) {
    .CPLoginPage .loginFormContainer {
        padding: 15px 5px;
    }

    .CPLoginPage .loginFormContainer .headerContainer {
        font-size: 14px;
        line-height: 1.5;
    }

    .CPLoginPage .bgImgContainer img {
        top: 0;
    }

    .CPAddrVerifyPage {
        padding: 15px;
    }

    .CPAddrVerifyPage .blueContainer {
        width: 109% !important;
    }

    .CPAddrVerifyPage .smallHeader.mt-3 {
        margin-top: 6rem !important;
    }

    .CPLoginPage .loginFormContainer .bg-red {
        left: 10px;
    }
}


@media screen and (max-width: 920px) {
    .CPAddrVerifyPage .blueContainer {
        height: auto !important;
    }

    .CPAddrVerifyPage .smallHeader.mt-3 {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .CPLoginPage .bgImgContainer img {
        top: 0;
        left: 0;
        width: 100%;
    }
}

.CPAddrVerifyPage {
    padding: 0;
    margin-top: 50px;
}

.CPAddrVerifyPage h2 {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    color: #0b2360;
}

.CPAddrVerifyPage .breadcrumb {
    background-color: transparent;
    padding: 0px 0 15px 0;
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 0;
}

.CPAddrVerifyPage .breadcrumb .breadcrumb-item {
    font-size: 12px;
    font-weight: 600;
    color: #5b5b5b;
}

.CPAddrVerifyPage .breadcrumb .breadcrumb-item.active {
    color: #007cdc;
}

.CPAddrVerifyPage .blueContainer {
    background-color: #dde9fd;
    padding: 0.5rem 2rem;
    color: #0a2058;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: -15px;
    width: 102.6%;
    line-height: 1.43;
}


.CPAddrVerifyPage .whiteContainer {
    padding: 20px 28.5px 29px 30.5px;
    border-radius: 3px;
    box-shadow: -1px 1px 10px 0 #acacac29;
    background-color: #fff;
}

.CPAddrVerifyPage .whiteContainer h5 {
    color: #0b2360;
    font-size: 16px;
    font-weight: 600;
}


.CPAddrVerifyPage .whiteContainer .smallHeader {
    font-size: 14px;
    font-weight: 600;
    color: #1d2129;
}

.CPAddrVerifyPage .whiteContainer form {
    border-bottom: solid 0.5px #9b9b9b;
}

.CPAddrVerifyPage .whiteContainer form label {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.21;
    margin-bottom: 0;
    font-weight: normal;
}

.CPAddrVerifyPage .whiteContainer form .form-control-plaintext {
    font-size: 14px;
    color: #000;
    pointer-events: none;
}

.CPAddrVerifyPage .whiteContainer form .form-control-plaintext:focus-visible {
    outline: none;
}

.CPAddrVerifyPage .whiteContainer .form-check label {
    color: #2d2d2d;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    display: inline;
}

.ft-bold {
    font-weight: bold;
}

.btn {
    height: 32px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.secondary-btn {
    color: #fff;
    background-color: #9099b1;
}

.primary-btn {
    color: #fff;
    background-color: #478efd;
    line-height: 2.5;
}

.modal.right {
    font-family: "Lato", sans-serif;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-header {
    background-color: #dde9fd;
    height: 38px;
    padding: 7px 20px;
}

.modal.right .modal-header .close {
    opacity: 1;
}

.modal.right .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #0b2360;
    display: inline-block;
}

.modal.right .modal-header .close img {
    width: 18px;
    margin-top: 3px;
}

.modal.right .modal-content {
    height: 100%;
    border-radius: 0;
    overflow: auto;
}

.modal.right .modal-content form {
    padding: 10px 5px;
}

.modal.right .modal-content form label {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: inline;
}

.modal.right .modal-content form label.error {
    color: #a94442;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 0;
}

.modal.right .modal-content form .smallHeader{
    font-weight: bold;
    font-size: 14px;
    color: #0b2360;
}
.modal.right .modal-content form .fa {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal.right .modal-content form .form-control {
    height: 33px;
    border-radius: 3px;
    border: solid 1px #c1c1c1;
    font-size: 14px;
    color: #000;
    background-color: transparent;
}

.modal.right .modal-content form .form-control:focus {
    box-shadow: unset;
}

.modal.right .modal-content form .form-check label {
    margin-top: 3px;
}

.modal.right .modal-content form .form-group {
    margin-bottom: 0rem;
    min-height: 78px;
}

.modal.right .modal-body {
    padding: 15px 15px;
    overflow: auto;
    width: 100%;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show,
.modal.right.fade.in {
    opacity: 1;
}

.modal.fade.in {
    opacity: 1;
}

.modal.right.fade.show .modal-dialog,
.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

@media screen and (max-width: 500px) {
    .modal.right .modal-dialog {
        width: 100%;
    }

    .CPAddrVerifyPage .smallHeader.mt-3 {
        margin-top: 5.5rem !important;
    }
}

button:focus {
    outline: unset;
}

.btn-white-outline {
    border: 1px solid #1f2b4a;
    background: #fff;
    border-radius: 3px;
    color: #1f2b4a
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    background: #1f2b4a;
    color: #fff
}

.btn-red-outline {
    border: 1px solid #e03c31;
    background: #fff;
    border-radius: 3px;
    color: #e03c31
}

.btn-red-outline:hover,
.btn-red-outline:focus {
    background: #a71b12;
    color: #fff;
}

#Divsessionlogin .modal-content {
    margin-top: 6rem;
}

.overflow-none {
    overflow: hidden
}

.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 254, 254, 0.68);
    z-index: 99999;
    text-align: center;
    display: none;
}

.loader-block img {
    padding-top: 15%;
    width: 300px;
}

.lds-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #163da0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.loginfooter {
    font-size: 10px;
    font-weight: bold;
}
