:root {
    --primary-color: 17, 64, 92;
    --secondary-color: 91, 209, 215;
    --text-color: 0, 77, 97;
    --gray-light: 224, 224, 224 --theme-primary: #FAB614;
    --theme-secondary: #182252;
    --theme-primary-rgb: 7, 125, 197;
    --color-primary: hsl(228, 100%, 66%);
    --color-white: hsl(0, 0%, 100%);
    --color-black: hsl(230, 6%, 20%);
    --color-slateGray: hsl(205, 15%, 46%);
    --color-body: hsl(240, 14%, 93%);
    --color-card: hsl(0, 0%, 100%);
    --ff: 'prompt-regular', sans-serif;
    --fw-regular: 400;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --theme-nav-color: 255,255,255;
    --line-btn: #06c755;
    --line-btn-hover: #06c755;
}
/*#3699FF*/
.list-group-item.active {
    z-index: 2;
    /* color: #fff; */
    background-color: #fff !important;
    border-color: #EBEDF3 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

* {
    font-family: 'Prompt', sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.login.login-1 .login-signin,
.login.login-1 .login-signup,
.login.login-1 .login-forgot {
    display: none;
}

.login.login-1.login-signin-on .login-signup {
    display: none;
}

.login.login-1.login-signin-on .login-signin {
    display: block;
}

.login.login-1.login-signin-on .login-forgot {
    display: none;
}

.login.login-1.login-signup-on .login-signup {
    display: block;
}

.login.login-1.login-signup-on .login-signin {
    display: none;
}

.login.login-1.login-signup-on .login-forgot {
    display: none;
}

.login.login-1.login-forgot-on .login-signup {
    display: none;
}

.login.login-1.login-forgot-on .login-signin {
    display: none;
}

.login.login-1.login-forgot-on .login-forgot {
    display: block;
}

.login-bg {
    padding: 2em;
    border-radius: 20px;
    background: rgba( 0, 0, 0, 0.4 );
    box-shadow: 0 5px 20px 0 rgba( 31, 38, 135, 0.2 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 6px );
    border-radius: 20px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

@media (min-width: 992px) {
    .login.login-1 .login-aside {
        width: 100%;
        max-width: 700px;
    }

    .login.login-1 .login-form {
        width: 100%;
        max-width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .login.login-1 .login-aside {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 991.98px) {
    .login.login-1 .login-form {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 575.98px) {
    .login.login-1 .login-form {
        width: 100%;
        max-width: 100%;
    }
}

#cny_auth_backgroud {
  /*  background: url(../assets/backgroud/4853433.webp);
    background-repeat: no-repeat;
    background-size: cover;*/
  z-index: 100;
}

@keyframes ldio-hb0vup27k4m {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.ldio-hb0vup27k4m > div {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 107.5px;
    animation: ldio-hb0vup27k4m 1.25s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 1) {
        background: #ec1c24
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 2) {
        background: #fdbd10
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 3) {
        background: #0066b2
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n) {
        background: #ec1c24
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 1) {
        left: 60px;
        animation-delay: -0.41666666666666663s
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 2) {
        left: 107.5px;
        animation-delay: -0.20833333333333331s
    }

    .ldio-hb0vup27k4m > div:nth-of-type(4n + 3) {
        left: 155px;
        animation-delay: 0s
    }

.loadingio-spinner-message-upwfqza5gke {
    width: 250px;
    height: 250px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-hb0vup27k4m {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

    .ldio-hb0vup27k4m div {
        box-sizing: content-box;
    }

.cny-loading {
    position: absolute;
    z-index: 1500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
}

.card_icon {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 120px;
    right: 0;
    margin-right: 0px;
    margin-bottom: -30px;
}

    .card_icon img {
        width: 120px;
        height: 120px;
        opacity: 0.5;
        transform: rotate(20deg);
    }


.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portal-sync {
    animation-name: portal-sync-animate;
    animation-duration: 15.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes portal-sync-animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-default {
    font-size: 8pt !important;
}

.chip {
    padding: 0 12px;
    background-color: rgb(var(--gray-light));
    border-radius: 100px;
    display: inline-flex;
    margin: 4px;
    color: rgba(0, 0, 0, .87);
    align-items: center;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

    .chip span {
        font-size: 8pt;
    }

    .chip .icon {
        font-size: 16px;
        color: rgba(0, 0, 0, .54);
        width: 20px;
        text-align: center;
    }

    .chip .icon-leadind {
        margin: 2px 4px 0 -4px;
    }

    .chip .icon-trailing {
        margin: 2px -4px 0 4px;
    }

.chips_choice .chip.chip-active {
    color: rgb(var(--primary-color));
    background-color: rgba(var(--primary-color), 0.2);
}

.chips_filter .chip .chip-check {
    display: none;
}

.chips_filter .chip.chip-active .chip-check {
    display: block;
}

:root {
    --spacing-m: 12px;
    --content-color-secondary: var(--grey-50);
    --text-size-l: 14px;
    --line-height-m: 20px;
    --text-weight-medium: 600;
    --grey-50: #6b6b6b;
    --border-color-strong: var(--grey-30);
    --grey-30: #e6e6e6;
}

.top-navigation-buttons .top-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    user-select: none;
    cursor: pointer;
    padding: var(--spacing-m);
    font-size: var(--text-size-l);
    line-height: var(--line-height-m);
    font-weight: var(--text-weight-medium);
    color: var(--content-color-secondary) !important;
}

.requester-header {
    background-color: var(--background-color-primary);
    z-index: 90;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 var(--border-color-strong);
    align-items: center;
    flex: 0 0 48px;
}

.btn-xsm {
    font-weight: bold !important;
    height: 24px !important;
    padding: 6px 8px !important;
    line-height: 12px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 85% !important;
    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.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: 0px;
    -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.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.flex-continer {
    display: flex;
    flex-wrap: wrap;
}

    .flex-continer > div {
        flex-grow: 1;
        width: 33%;
        height: 100%;
    }

    .flex-continer .flex-w-20 {
        width: 20%;
    }

.flex-menu-group {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    position: relative;
}

.more-option {
    position: absolute;
    right: 7px;
    top: 4px;
}

.btn-xxs {
    width: 24px !important;
    height: 18px !important;
}

@keyframes ldio-525dur6018a {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-525dur6018a div {
    left: 47px;
    top: 24px;
    position: absolute;
    animation: ldio-525dur6018a linear 1s infinite;
    background: #474747;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 26px;
}

    .ldio-525dur6018a div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #474747;
    }

    .ldio-525dur6018a div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #474747;
    }

.loadingio-spinner-spinner-95ffqntxtse {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-525dur6018a {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-525dur6018a div {
        box-sizing: content-box;
    }


.navi.navi-active .navi-item .navi-link.active {
    background-color: #E1F0FF !important;
    border-radius: 5px;
    /* margin-left: 5px;
    margin-right: 5px;*/
}

.custome-select {
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .custome-select:hover {
        background-color: #dfe4ea;
    }



.profile-pic-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pic-holder {
    text-align: center;
    position: relative;
    width: 150px;
    height: 180px;
    /*overflow: hidden;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin-bottom: 20px;
}

    .pic-holder .pic {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .pic-holder .upload-file-block,
    .pic-holder .upload-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(90, 92, 105, 0.7);
        color: #f8f9fc;
        font-size: 12px;
        font-weight: 600;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .pic-holder .upload-file-block {
        cursor: pointer;
    }

    .pic-holder:hover .upload-file-block,
    .uploadProfileInput:focus ~ .upload-file-block {
        opacity: 1;
    }

    .pic-holder.uploadInProgress .upload-file-block {
        display: none;
    }

    .pic-holder.uploadInProgress .upload-loader {
        opacity: 1;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        margin-left: 50px;
        padding: 0;
        border: none;
        background: none;
    }

    .sidenav .img-close {
        width: 20px;
        height: 20px;
        float: right;
        margin-top: -30px;
        margin-right: 20px;
        background: url('/assets/icons/icon-close2.png');
    }

.close-menu {
    float: right;
    width: 15%;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}