html, body {
    height: 100%;
}

body {
    width: 100%;
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0 !important;
    position: relative;
    /*background-size: 107% 76%;
    background-position: top left;*/
    /*background: radial-gradient(#f2f5fb 15%, transparent 16%) 0 0, radial-gradient(#f2f3f5 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;*/
    /*background-color: #e0e5f3;*/
    background: url(../images/white_wall_bg.png) repeat;
}

/*body:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(225,225,225,0.2);
    }*/

textarea {
    resize: none;
}

:focus {
    outline: none;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

    ul, ul li {
        list-style: none;
    }

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1 {
    font-family: 'Poppins-SemiBold';
    color: #242f48;
    font-size: 2rem;
    margin-bottom: 0;
}

h2 {
    font-family: 'Poppins-SemiBold';
    color: #242f48;
    font-size: 1.6em;
    margin-bottom: 0;
}


h3 {
    font-family: 'Poppins-SemiBold';
    color: #000;
    font-size: 18px;
    margin-bottom: .8em;
}

h4 {
    font-family: 'Poppins-SemiBold';
    color: #242f48;
    font-size: 1.4rem;
    margin-bottom: .2em;
}

h5 {
    font-family: 'Poppins-Regular';
    color: #48465b;
    font-size: 17px;
    margin-bottom: 0;
}

h6 {
    font-family: 'Poppins-SemiBold';
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}


img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

a, button {
    color: #2a2f3a;
    transition: color .2s ease-in-out;
}

    a:hover, button:hover {
        transition: color .2s ease-in-out;
    }

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;
}

.form-control:focus {
    border: 1px solid rgb(0, 97, 213) !important;
}

.forny-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: var(--forny-font-family);
    color: #000;
    color: var(--forny-color-text);
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.forny-inner {
    display: flex;
    height: 100vh;
    width: 100%;
    flex-direction: column;
}

.forny-two-pane {
    height: 100%;
    display: flex;
    flex-direction: row;
}

    .forny-two-pane > div:first-child {
        display: flex;
        align-items: center;
        background: #fff;
        flex-direction: column;
        position: relative;
        width: 42%;
    }

.logo-area {
    width: 100%;
    padding: 1em 1em 0;
}

    .logo-area .logo {
        margin-top: 0;
        display: inline-block;
    }

#loginFormBox a.btn-link {
    font-size: 13px;
}

.forny-form {
    width: 29rem;
    margin: auto;
}

.forny-container h3 {
    font-family: 'Rajdhani-SemiBold';
    font-size: 1.9em;
    color: #4487d2;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.mt-6 {
    margin-top: .4rem !important;
    margin-bottom: 1rem !important;
    font-size: 14px;
    color: #1e2b51;
}

.forny-two-pane > div:last-child {
    background: #5249d8 url(../images/bg1.jpg) top center;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    color: #3c3b53;
    color: var(--forny-color-gray-900);
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 58%;
}

.mt-7 {
    text-align: center;
    font-size: 13px !important;
    color: #868484;
    margin-top: 0;
    padding: 0;
    line-height: 1.5em;
}

.forny-container .mt-7 {
    bottom: 11px;
    position: relative;
}

#loginFormBox label {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #272727;
    margin-bottom: 0;
    width: auto;
    padding: 0;
}

.form__wrapper {
    position: relative;
    z-index: 1;
}

    .form__wrapper .input-group-prepend {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        display: flex;
    }

.forny-form .input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
    padding: 4px;
    padding: var(--forny-form-control-padding);
    border-radius: var(--forny-form-control-radius);
    text-align: center;
    min-width: 62px;
    background: 0;
    font-size: 1.3rem;
    color: #909090;
    border: 0;
    display: inline-flex;
    justify-content: center;
}

.forny-form input {
    background: #0a2f77;
    flex: 1 1 auto;
    padding: 0 1em 0 0;
    border: 0;
    width: 1%;
    position: relative;
    font-size: 16px;
    color: #909090;
    margin: 0 .5rem;
    margin-left: 0;
}

.forny-form .form__wrapper input {
    margin-bottom: 0;
    background: #fcfdfe;
    border-radius: 12px;
    border-radius: var(--forny-form-control-radius);
    transition: box-shadow .3s;
    border-bottom: 1px solid #bab9b9;
    height: 40px;
    width: 100%;
    font-family: 'Poppins-SemiBold';
    color: #000;
    font-size: 14px;
    border-radius: 0;
    padding: 0 3.1rem 0 0;
    background: transparent;
    z-index: 1;
}

    .forny-form .form__wrapper input.error {
        border-bottom: 1px solid #db2828 !important;
    }

.forny-form #OTPloginUpdateform .form__wrapper input.error {
    border: 1px solid #db2828 !important;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.forny-inner .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #a8a8a8;
}

.forny-form .border {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: linear-gradient(93deg, #5348d5, #5349d9, #06a4a6, #23d5ab);
    z-index: -1;
    border: none !important;
    transition: height 0.3s, width 0.3s 0.1s;
}

.forny-form .form__wrapper input:focus {
    border-bottom: none;
}

    .forny-form .form__wrapper input:focus ~ .border {
        width: 100%;
        height: 2px;
    }

    .forny-form .form__wrapper input:focus ~ .input-group-prepend svg g [fill] {
        fill: #4992d2;
    }

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-top: 2rem;
}

#loginFormBox .container-login100-form-btn .submitbutton {
    width: 143px;
}

.container-login100-form-btn .submitbutton {
    width: 103px;
    margin-left: 1.2em;
    margin-right: 0;
}

.submitbutton {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .9rem 0 !important;
    width: 143px;
    margin-right: 1.2em;
    border-radius: 4px;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    line-height: 1.2;
    border: none;
}

    .submitbutton.color-1 {
        background-image: linear-gradient(to right, #5348d5, #14ccce, #14ccce, #5348d5);
    }

    .submitbutton.color-2 {
        background-image: linear-gradient(to right, #e62e38, #ff9a44, #ef9d43, #e75516);
    }

    .submitbutton:hover {
        color: #fff;
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.right-logo {
    float: right;
}

.custom-control {
    padding-left: 9px;
}

.custom-control-label::before {
    width: 15px;
    height: 15px;
    border: #c8d1da solid 2px;
}

.custom-control-label::after {
    top: 4px;
    left: -21px;
}

#loginFormBox .action_link label {
    font-size: 13px;
}

/**
 * Change animation duration
 */
.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.carousel {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.center-img {
    margin: auto;
}

.carousel h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 1.8em;
}

.carousel p {
    color: #fff;
    max-width: 78%;
    margin: 1.5em auto
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
}

.carousel-indicators .active {
    opacity: 1;
    width: 7px;
    height: 7px;
}

.navbar {
    padding: .4rem 0;
}

.navbar-brand {
    padding: 0;
}


.proflie-vr {
    width: 37px;
    height: 37px;
    border-radius: 55%;
    overflow: hidden;
    background: rgb(9, 57, 103);
}

.notifications li {
    display: flex;
    align-items: center;
}

.navbar-expand-lg .notifications .user-vr a {
    display: flex;
    align-items: center;
    padding: 0;
}

.user-vr .mt-7 {
    padding: 0 .6rem;
    margin: 0;
    font-size: 13px !important;
    font-weight: normal;
    color: #fff;
}

.blue_feather {
    fill: #fff;
}

.dropdown-menu {
    -webkit-animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
    animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
}

.user-vr .dropdown-menu {
    max-width: 280px;
    position: absolute;
    right: 0px;
    left: auto;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px 0 rgb(192 173 188 / 45%);
    font-size: .875rem;
    padding: 0;
    min-width: 230px;
    top: 44px;
}

.dropdown-header {
    display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    white-space: nowrap;
    border-bottom: 1px solid #f2f4f9;
    background: linear-gradient(rgb(136 176 255),rgba(80,102,224,.65)),url(../images/20.jpg) 199%;
    padding: 6px 0;
    color: #fff;
}

.user-vr a.dropdown-item {
    padding: 6px 10px !important;
}

.mb-3, .my-3 {
    margin-bottom: .3rem !important;
}

.dropdown-header .figure img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
}

.dropdown-header .info .name {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
}

.dropdown-item {
    padding-top: .5rem !important;
}

    .dropdown-item svg {
        width: 16px;
        height: 16px;
        margin-right: 20px;
    }

    .dropdown-item span {
        font-size: 14px;
    }

    .dropdown-item:hover {
        background: transparent;
        color: #2d82e6;
    }

.user-vr .dropdown-menu:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #82aee4;
    position: absolute;
    top: -7px;
    right: 17px;
    transform: rotate(45deg);
    border-top: 1px solid #76a1e6;
    border-left: 1px solid #76a1e6;
}

.navbar {
    padding: .4rem 0;
}

.navbar-brand {
    padding: 0;
}

header.main_header {
    background: #fff;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    transition: height 0.1s;
    transition: all .1s;
    height: 59px;
    box-shadow: 0 0 10px 1px rgb(68 102 242 / 5%);
}

.proflie-vr {
    width: 37px;
    height: 37px;
    border-radius: 55%;
    overflow: hidden;
    background: #dde5f5;
    display: inline-flex;
    text-align: center;
    border: 1px solid #ccdaf5;
}

    .proflie-vr img {
        vertical-align: middle;
        border-style: none;
        max-width: none;
        margin: auto;
        bottom: -4px;
        position: relative;
    }

.notifications li {
    display: flex;
    align-items: center;
}

.navbar-expand-lg .notifications .user-vr a {
    display: flex;
    align-items: center;
    padding: 0;
    color: #031b4e;
}

    .navbar-expand-lg .notifications .user-vr a.dropdown-item {
        padding: 6px 14px !important;
    }

    .navbar-expand-lg .notifications .user-vr a:hover {
        color: #0162e8;
    }

.user-vr .mt-7 {
    padding: 0 .6rem;
    margin: 0;
    font-size: 13px !important;
    font-weight: normal;
    color: #5b6e88;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-bottom: 0;
    line-height: normal;
}

.blue_feather {
    fill: #5b6e88;
}

.dropdown-menu {
    -webkit-animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
    animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
}

.mnb .dropdown-menu {
    max-width: 259px;
    position: absolute;
    right: 0px;
    left: auto;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px 0 rgb(192 173 188 / 45%);
    font-size: .875rem;
    padding: 0 0 .3em;
    min-width: 208px;
    top: 46px !important;
}

.dropdown-header {
    display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    white-space: nowrap;
    border-bottom: 1px solid #f2f4f9;
    padding: 6px 0;
    color: #fff;
}

.user-vr a.dropdown-item {
    padding: 3px 16px !important;
}

.mb-3, .my-3 {
    margin-bottom: .3rem !important;
}

.dropdown-header .figure img {
    width: 80px;
    height: 80px;
    border-radius: 0;
    padding: 3px;
}

.dropdown-header .info .name {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    width: 176px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.dropdown-header .info .email {
    font-size: 11px;
    margin: 0 !important;
    color: rgb(255 255 255 / 90%);
}

.dropdown-item {
    padding-top: .5rem !important;
}

    .dropdown-item svg {
        width: 15px;
        height: 15px;
        margin-right: 11px;
    }

    .dropdown-item span {
        font-size: 13px;
    }

    .dropdown-item:hover {
        background: transparent;
        color: #2d82e6;
    }

.user-vr .dropdown-menu:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #87aefe;
    position: absolute;
    top: -5px;
    right: 17px;
    transform: rotate(45deg);
    border-top: 1px solid #91c0df;
    border-left: 1px solid #91c0df;
}

.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f2c10f;
}

.navbar-expand-lg .notifications .user-vr a:hover .svg-icon svg g [fill] {
    fill: #284eb1;
}

.notifications li {
    display: flex;
    align-items: center;
    padding-left: 1em;
}

.header-icon-svgs2 {
    width: 19px;
    height: 19px;
    color: #64748b;
}

.navbar-expand-lg .notifications .nav-link {
    display: flex;
    padding-left: 0;
    position: relative;
    height: 100%;
    align-items: center;
}

.indicator {
    position: absolute;
    top: 2px;
    right: 0;
}

    .indicator .circle {
        background: #51eca4;
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

    .indicator.online-user .circle {
        background: #5ddc3d;
    }

        .indicator.online-user .circle:before {
            display: none;
        }

    .indicator .circle::before {
        animation-name: pulse;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }

    .indicator .circle::before {
        background-color: #51eca4;
        content: "";
        display: table;
        border-radius: 50%;
        position: absolute;
    }

@keyframes pulse {
    0% {
        opacity: 1;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }

    95% {
        opacity: 0.1;
        left: -10.5px;
        top: -10.5px;
        width: 28px;
        height: 28px;
    }

    100% {
        opacity: 0;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }
}

footer {
    text-align: center;
    color: #fff;
    padding: 8px 0;
}

.mt-7 {
    text-align: center;
    font-size: 11px !important;
    color: #000;
    padding: 0;
    line-height: 1.5em;
    margin: 0;
}

.common-wrapper {
    padding: 1.1em 0 0;
    flex: 1;
    margin-top: 53px;
    position: relative;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: border-box;
    border: 0 solid #edeef7 !important;
    box-shadow: 0 5px 15px 5px rgb(80 102 224 / 8%);
    border-radius: 10px;
    overflow: hidden;
}

.dataTables_wrapper .dataTable th {
    text-align: center;
    color: #fff;
}

.dataTables_wrapper .dataTable .selected td, .dataTables_wrapper .dataTable .selected th {
    background-color: #fff;
    color: #000;
    border-top: 1px solid #95b2f9;
    border-bottom: 1px solid #95b2f9;
}

    .dataTables_wrapper .dataTable .selected td:first-child {
        border-left: 1px solid #95b2f9;
    }

    .dataTables_wrapper .dataTable .selected td:last-child {
        border-right: 1px solid #95b2f9;
    }

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

.dataTables_length {
    float: left;
}

.form-control {
    font-family: 'Poppins-Regular';
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b3c7e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-multi {
    font-family: 'Poppins-Regular';
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b3c7e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu .form-control {
    width: 100% !important;
    height: 32px;
    border: 1px solid #d3d3d3;
    padding-left: .9rem;
    padding-right: .9rem;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: .25rem;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 78px;
}

.dataTables_filter label {
    text-indent: 0;
    font-size: 0 !important;
    position: relative;
}

    .dataTables_filter label::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f002";
        position: absolute;
        left: 1.5rem;
        top: 25%;
        color: #8791ab;
        z-index: 9;
        font-size: 13px;
    }

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    padding: 0 1rem 0 2.3rem;
}

.card label {
    font-size: 13px;
    margin: 0;
}

.sidebar-nav.tree {
    padding: 0 12px;
    list-style: none;
    top: 0;
}

#sidebar-wrapper aside {
    width: 280px;
    height: 100%;
}

#tree-view-vr .sidebar-menu {
    max-height: calc(100% - 171px);
    height: calc(100% - 172px);
    overflow: auto;
    position: relative;
    background: url(../images/treeview-bg.jpg) repeat 31% 15%;
    margin: 5em .5em 0;
    border-radius: 4px;
}


.sidebar-tree {
    display: block;
    width: 215px;
    padding-bottom: 0;
    margin-top: 0;
    max-height: calc(100% - 80px);
    height: 100%;
    padding: 0.5em 0.5em 0 0.5em;
}

.nav.tree {
    display: block;
    position: relative;
    border-radius: 4px;
    height: 100%;
}

.tree ul {
    margin-left: 7px;
    position: relative;
}

    .tree ul ul {
        margin-left: .5em
    }

    .tree ul li {
        padding: 0 1em;
    }

.navbar .sidebar-nav.tree li a {
    display: inline-block;
    font-size: 14px;
    font-family: 'BalooPaaji2-Regular';
    color: #fff;
    padding: 0;
    height: auto;
}

/*.navbar .sidebar-nav.tree li:before{
    display: none;
}*/

#sidebar-wrapper aside h2 {
    margin-bottom: .3em;
}

.tree ul:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    border-left: 1px solid #000 !important;
}

.tree li {
    margin: 0;
    padding: 0;
    /* line-height: 2em; */
    font-size: 13px;
    color: #000;
    position: relative;
    padding: 2px 0 2px 24px;
    border-radius: 4px;
}

.tree .fa-folder, .tree .fa-folder-open {
    position: relative;
}

    .tree .fa-folder:after {
        font-family: 'simple-line-icons';
        content: '\e095';
        top: 0;
        left: -16px;
        position: absolute;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .tree .fa-folder-open:after {
        font-family: 'simple-line-icons';
        content: '\e615';
        top: 0;
        left: -16px;
        position: absolute;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0;
    background: transparent;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 9px;
    height: 0;
    border-top: 1px solid #000;
    margin-top: -1px;
    position: absolute;
    top: 11px;
    left: -18px;
}

.master-fl {
    font-family: 'Poppins-SemiBold' !important;
    color: #305bcc !important;
}

.tree ul li:last-child:before {
    content: "";
    display: block;
    width: 9px;
    height: 0;
    border-top: 1px solid #000;
    margin-top: -1px;
    position: absolute;
    top: 11px;
    left: -18px;
}

.indicator {
    margin-right: 0;
}

.tree li a {
    text-decoration: none;
    color: #305bcc !important;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.tree .indicator {
    position: relative;
    top: 0;
    right: 0;
    color: #305bcc;
    text-shadow: none;
    font-size: 11px;
    padding: 0 3px;
}

.kt-portlet .kt-portlet__head {
    background: transparent;
    padding: 0;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    left: 0;
    outline: 0;
    background-color: #ebf1fb;
    border: 1px solid #d2def4;
    width: 100%;
    margin: 0;
    color: #000;
    height: calc(1.5em + 1.3rem + 2px);
    border-radius: 27px;
    width: calc(1.5em + 1.3rem + 2px);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #000;
    }

    .searchbox-input:-moz-placeholder {
        color: #000;
    }

    .searchbox-input::-moz-placeholder {
        color: #000;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #000;
    }

.searchbox-icon,
.searchbox-submit {
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background-color: #ebf1fb;
    border: 1px solid #d2def4;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 55%;
}

.searchbox-open {
    width: 100%;
}

    .searchbox-open .searchbox-input {
        width: 400px;
        padding-left: 3.5em;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px;
}

    .byline a {
        text-decoration: none;
        color: #d74b4b;
    }

.top_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #8c99bd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

    .top_header .ml-auto {
        display: flex;
        align-items: center;
    }

.kt-portlet .kt-portlet__head {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 1em;
}


.card-body {
    padding: 0;
    height: 100%;
}

    .card-body .col-10, .card-body .col-2 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .card-body .col-2 {
        border-right: 1px solid #cacaca;
    }

body,
html {
    height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    height: 100%;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0 !important;
}

    #wrapper.toggled {
        padding-right: 0;
    }

#sidebar-wrapper-vr {
    width: 230px;
    z-index: 1000;
    height: 100%;
    margin-top: 59px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}
/*
#sidebar-wrapper:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.2) 0px, rgba(0,0,0,0.2) 1px, rgba(0,0,0,0.1) 1px, rgba(0,0,0,0) 100% );
}*/

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
    box-shadow: -6px 0 6px -5px #d2d8e7;
}

#page-content-wrapper {
    width: 100%;
}

/*#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}*/

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sidebar-nav {
    position: relative;
    top: 18px;
    width: 220px;
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }

        .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            border-radius: 6px;
            width: 0;
            background-color: #174398;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        .sidebar-nav li a.active:before {
            width: 100%;
        }

        /*.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}*/
        /*.sidebar-nav li:nth-child(5n+1):before {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(5n+2):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(5n+3):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5n+4):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(5n+5):before {
    background-color: #7d5d81;   
}*/

        .sidebar-nav li:hover:before,
        .sidebar-nav li.open:hover:before {
            width: 100%;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        /*.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}*/

        .sidebar-nav li a:hover,
        .sidebar-nav li a:active,
        .sidebar-nav li a:focus,
        .sidebar-nav li.open a:hover,
        .sidebar-nav li.open a:active,
        .sidebar-nav li.open a:focus {
            color: #fff;
            text-decoration: none;
            background-color: transparent;
        }

.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em;
}

    .sidebar-brand a {
        color: #ddd;
    }

        .sidebar-brand a:hover {
            color: #fff;
            text-decoration: none;
        }

.dropdown-header {
    text-align: center;
    font-size: 1em;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.dropdown-menu.show {
    top: 0;
}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    content: "\f12e";
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
    display: none
}

.nav.sidebar-nav li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: 40px;
    padding: 0px 12px;
    font-family: 'BalooPaaji2-SemiBold';
}

    .nav.sidebar-nav li a:hover {
        color: #fff;
    }

    .nav.sidebar-nav li a span svg {
        width: 20px;
        height: 20px;
        margin-right: 14px;
        stroke-width: 3px;
        vertical-align: sub;
    }

.star {
    fill: #5d69dc !important;
}

.nav.sidebar-nav li a .svg-icon svg g [fill] {
    fill: #e6f536;
}

.nav.sidebar-nav li:nth-child(2) a .svg-icon svg g [fill] {
    fill: #78f1de;
}

.nav.sidebar-nav li:nth-child(3) a .svg-icon svg g [fill] {
    fill: #f9cf37;
}

.nav.sidebar-nav li:nth-child(4) a .svg-icon svg g [fill] {
    fill: #ff76e5;
}

.nav.sidebar-nav li:nth-child(5) a .svg-icon svg g [fill] {
    fill: #20e5fd;
}

.nav.sidebar-nav li:nth-child(6) a .svg-icon svg g [fill] {
    fill: #f57e92;
}

.nav.sidebar-nav li a:hover .svg-icon svg g [fill] {
    fill: #ffffff;
}

a[href*="#home"]::before {
    content: "\f015" !important;
}

a[href*="#about"]::before {
    content: "\f129" !important;
}

a[href*="#events"]::before {
    content: "\f073" !important;
}

a[href*="#events"]::before {
    content: "\f073" !important;
}

a[href*="#team"]::before {
    content: "\f0c0" !important;
}

a[href*="#works"]::before {
    content: "\f0b1" !important;
}

a[href*="#pictures"]::before {
    content: "\f03e" !important;
}

a[href*="#videos"]::before {
    content: "\f03d" !important;
}

a[href*="#books"]::before {
    content: "\f02d" !important;
}

a[href*="#art"]::before {
    content: "\f1fc" !important;
}

a[href*="#awards"]::before {
    content: "\f02e" !important;
}

a[href*="#services"]::before {
    content: "\f013" !important;
}

a[href*="#contact"]::before {
    content: "\f086" !important;
}

a[href*="#followme"]::before {
    content: "\f099" !important;
    color: #0084b4;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    border: 0px;
    border-radius: 55%;
    color: #fff;
    cursor: pointer;
    outline: 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
    background: #4254b5;
    font-size: 12px;
    border: 2px solid #b1c0eb;
}

    .hamburger span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#wrapper.toggled .hamburger {
    left: 428px;
    -webkit-transition: all .50s ease-in-out;
}

    #wrapper.toggled .hamburger svg {
        transform: rotate(180deg);
    }

#wrapper .hamburger {
    -webkit-transition: all .50s ease-in-out;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modal .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 55em;
        margin: 0 auto;
        height: 40px;
        background: #ecf0fa;
        border-radius: 8px;
        position: relative;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 63em;
        }
}

.navbar-brand-wrapper {
    width: 220px;
    background: #5d69dc;
    padding-left: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 6px;
}

.main_header .container-fluid {
    padding-left: 0;
}

.dropdown-toggle {
    padding-left: 10px;
    border-radius: 0px !important;
}

.dropdown.dropdown-lg .dropdown-menu {
    padding: 15px;
}

.input-group .form-control.form-control-search {
    width: 100%;
    border-radius: 0.25rem !important;
    height: 40px;
    padding-left: 0;
    border: none !important;
    background: transparent;
}

#adv-search .btn-primary {
    background: transparent;
    border: none;
    display: flex;
}

    #adv-search .btn-primary path {
        fill: #767676;
    }

.dropdown-menu {
    box-shadow: 1px 4px 8px -1px #c1c1c1;
}

.nav-header-vr {
    display: flex;
    align-items: center;
}

.mls {
    margin-left: 5px !important;
}

#adv-search .dropdown-menu.show {
    width: 100%;
    top: 100% !important;
    max-width: 100%;
}

.form-group label {
    font-family: 'Poppins-SemiBold';
    color: #000;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 4px;
}

.border {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 1;
    border: 1px solid transparent !important;
    border-radius: 8px;
}

#adv-search input:focus ~ .border {
    width: 100%;
    height: 40px;
    border: 1px solid #1060bf !important;
}

#txt_folder-error {
    display: none !important;
}

#adv-search .search-aph.field-error {
    width: 100%;
    height: 40px;
    border: 1px solid #ff0e0e !important;
    border-radius: 8px;
}

#adv-search .field-error input:focus ~ .border {
    width: 100%;
    height: 40px;
    border: 1px solid transparent !important;
}

.hamburger-menu-button {
    padding: 6px 12px 6px 35px;
    height: 25px;
    display: block;
    font-size: 17px;
    position: relative;
    z-index: 100;
    background-image: linear-gradient(to right, #5348d5, #14ccce);
    border: none;
    box-sizing: content-box;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 13px;
}

    .hamburger-menu-button-open,
    .hamburger-menu-button-open::before,
    .hamburger-menu-button-open::after {
        position: absolute;
        width: 12px;
        height: 2px;
        background: #fff;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .hamburger-menu-button-open::before,
        .hamburger-menu-button-open::after {
            left: 0;
            content: "";
        }

        .hamburger-menu-button-open::before {
            top: 6px;
            -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(0deg);
        }

        .hamburger-menu-button-open::after {
            bottom: 6px;
            -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(90deg);
        }

.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .hamburger-menu-button-close::before {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

    .hamburger-menu-button-close::after {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

.ham-menu {
    position: absolute;
    top: 44px;
    right: 0;
    margin: auto;
    max-width: 570px;
    overflow: visible;
    width: 244px;
}

    .ham-menu.on {
        z-index: 999999;
    }


    .ham-menu ul {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        padding: 12px;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
        visibility: hidden;
        opacity: 0;
    }

    .ham-menu.on ul {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .ham-menu ul {
        font-size: 0;
    }

        .ham-menu ul li {
            display: block;
        }

            .ham-menu ul li:first-child .ham-menu ul li a {
                padding-left: 30px;
            }

            .ham-menu ul li a {
                padding: 8px 48px 8px 8px;
                display: block;
                background-color: transparent;
                color: #333;
                text-transform: uppercase;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                font-size: 16px;
                text-transform: capitalize;
            }

                .ham-menu ul li a svg {
                    margin-right: 16px;
                }

                .ham-menu ul li.active a, .ham-menu ul li a:hover {
                    background-color: #eaeaea;
                    color: #000 !important;
                    border-radius: 4px;
                }

.add-area {
    position: relative;
}

.devider {
    margin: 1.5em 0;
    border-top: 1px solid #4c7bd6;
}

.body-content table th {
    font-family: 'BalooPaaji2-SemiBold';
    color: #464141;
    font-size: 16px;
    vertical-align: middle;
    padding: 8px 10px;
    border-bottom: 1px solid #e8e8e8;
}

.body-content table td {
    color: #000;
    padding: 6px 10px;
    font-size: 16px;
    vertical-align: middle;
}

    .body-content table td svg {
        width: 26px;
        height: 26px;
        margin-right: 7px;
    }

td {
    position: relative;
}



.top-navbar {
    height: 100%;
}

    .top-navbar .container-fluid, .nav-header-vr {
        height: 100%;
    }

#sidebar-wrapper .infoIcon {
    width: 24px;
    height: 24px;
    background: #4254b5;
    font-size: 12px;
    border: 2px solid #b1c0eb;
    display: inline-flex;
    border-radius: 55%;
    justify-content: center;
    align-items: center;
    margin: 0 0 0;
}

.heading-icon {
    display: flex;
    align-items: flex-start;
    margin: 2em 1em 0.9em;
}

#sidebar-wrapper .infoIcon i {
    font-size: 12px !important;
    color: #fff !important;
}

#sidebar-wrapper {
    z-index: 9;
    right: 0;
    width: 0;
    height: 100%;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    /*background: #f4f7ff;*/
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    margin-left: auto;
    position: fixed;
    top: 55px;
}

#style-1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #c5d3f9;
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #c5d3f9;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

#style-1::-moz-scrollbar-track {
    border-radius: 10px;
    background-color: #c5d3f9;
}

#style-1::-moz-scrollbar {
    width: 8px;
    background-color: #c5d3f9;
}

#style-1::-moz-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.table {
    position: relative;
    background: transparent;
}

.action-btn {
    width: 30px;
    height: 30px;
    padding: 10px 6px;
    border: 1px solid #d0d0d0;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    background: transparent;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: none !important;
    background-clip: border-box;
    border-radius: 5px;
    border: none;
    margin-bottom: 1.3rem;
    box-shadow: none;
}

.action-btn svg {
    margin: 0 !important;
    fill: #fff;
}

.common-wrapper .dropdown-menu.show {
    left: auto;
    right: 0;
    transform: none;
    top: 100%;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    margin: 0;
    white-space: nowrap;
    list-style: none;
    background: #fff;
    width: 226px;
    min-width: 10rem;
    z-index: 9999999;
}

.table .dropdown-menu.show li {
    position: relative;
    display: flex;
    align-items: center;
    color: #222;
    border-radius: 8px;
    cursor: pointer;
}

    .table .dropdown-menu.show li a {
        padding: 0;
        color: #222;
        font-size: 16px;
        padding: 8px 48px 8px 8px;
    }

        .table .dropdown-menu.show li a:hover {
            background-color: #eaeaea;
            color: #000 !important;
            border-radius: 4px;
        }

    .table .dropdown-menu.show li.divider {
        border-top: 1px solid #e8e8e8;
        padding: 0;
        margin: 4px 0;
    }

.exploder {
    color: #5d69dc;
    font-size: 11px
}

.sub-table {
    border: 1px solid #5d69dc;
    margin-bottom: 0;
}

table tr.explode td {
    padding: 0 !important;
}

    table tr.explode td table td {
        padding: 3px 10px !important;
    }

.icon-pencil {
    color: #7de83a !important;
}

.icon-docs {
    color: #ec425a !important;
}

.icon-link {
    color: #189ed2 !important;
}

.icon-star {
    color: #4276ec !important;
}

.icon-trash, .icon-close {
    color: #ff0000 !important;
}

.icon-note {
    color: #d746e8 !important;
}

.icon-user-following {
    color: #ff7600 !important;
}

.icon-action-undo {
    color: #ff0000 !important;
}

.icon-info {
    color: #3dd11e !important;
}

.icon-drawer {
    color: #b7a02d !important;
}

.icon-eye {
    color: #2867c5 !important;
}

.icon-cloud-download {
    color: #9c27b0 !important;
}

.topsub-col {
    margin-bottom: .8em;
    width: 100%;
}

    .topsub-col figure {
        background: #d0ddf1;
        border-radius: 8px;
        border: 1px solid #bfc9dc;
    }

        .topsub-col figure figcaption {
            padding: 8px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .topsub-col figure figcaption svg {
                width: 32px;
                height: 32px;
            }

        .topsub-col figure footer {
            display: flex;
            background: #fff;
            padding: 4px 6px;
            border-radius: 0 0 8px 8px;
            color: #000;
            align-items: center;
        }

            .topsub-col figure footer .btn-group {
                margin-left: auto;
            }

            .topsub-col figure footer .action-btn {
                border: none;
                height: auto;
            }

    .topsub-col .dropdown-menu {
        z-index: 99999;
        padding: 12px;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
        margin: 0;
        white-space: nowrap;
        list-style: none;
        background: #fff;
        right: 0;
        left: auto !important
    }

        .topsub-col .dropdown-menu li {
            position: relative;
            display: flex;
            align-items: center;
            color: #222;
            border-radius: 8px;
            cursor: pointer;
        }

            .topsub-col .dropdown-menu li a {
                color: #222;
                font-size: 16px;
                padding: 8px 48px 8px 8px;
            }

                .topsub-col .dropdown-menu li a:hover {
                    background-color: #eaeaea;
                    color: #000 !important;
                    border-radius: 4px;
                }

/* context menu */

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    transform: none;
    top: 100%;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    margin: 0;
    white-space: nowrap;
    list-style: none;
    background: #fff;
    width: 226px;
    min-width: 10rem;
    z-index: 9999999;
}


    .context-menu hr {
        margin-top: 2px;
        margin-bottom: 2px;
        border-top: 1px solid rgb(45 45 45 / 10%);
        padding: 0;
    }


    .context-menu li a i {
        margin-right: .75rem;
    }

    .context-menu li a:hover {
        background-color: #eaeaea;
        color: #000 !important;
    }

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu__item:last-child {
        margin-bottom: 0;
    }

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

    .context-menu__link:hover {
        color: #fff;
        background-color: #0066aa;
    }

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.add-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #14112d;
    width: 230px;
    max-height: 100%;
    z-index: 99999;
    background: url(../images/bg-10.jpg) 100% 3%;
    -webkit-box-shadow: 0 8px 14.72px 1.28px rgb(229 228 230 / 50%);
    box-shadow: 0 8px 14.72px 1.28px rgb(229 228 230 / 50%);
    border-right: 1px solid #e3e3e3;
    transition: left .3s ease,width .3s ease;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-content {
    padding-top: 0 !important;
    margin-left: 230px;
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0 !important;
    -webkit-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-fixed-top {
    position: fixed !important;
    width: 100% !important;
    left: 0;
    height: 58px;
    background: #fff;
    box-shadow: 5px 7px 26px -5px #cdd4e7;
    padding-left: 230px;
    z-index: 9999;
}

#toast-container {
    z-index: 9999999999;
}

.main-sidebar-header {
    padding: 2px 0;
    width: 229px;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: left .3s ease,width .3s ease;
}

.desktop-logo {
    height: auto !important;
    text-align: inherit !important;
    margin: 0 !important;
    justify-content: inherit !important;
}

.main-logo {
    display: block;
    align-items: center;
    position: relative;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    margin-top: 2.7em;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
        color: #fff;
        font-family: 'Poppins-Regular';
        font-size: 14px;
    }

        .sidebar-wrapper .sidebar-menu ul li a svg {
            width: 21px;
            height: 21px;
        }

    .sidebar-wrapper .sidebar-menu .label-submenu ul li a svg {
        width: 20px;
        height: 20px;
    }

    .sidebar-wrapper .sidebar-menu ul li .sidebar-submenu a {
        font-size: 13px;
        padding: 4px 30px 4px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li .sidebar-submenu a:hover {
            background: transparent;
            color: #76ffcf;
        }

    .sidebar-wrapper .sidebar-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.5);
    }

        .sidebar-wrapper .sidebar-menu ul li a:hover svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #76ffcf;
        }

.sidebar-submenu {
    background: rgba(0, 0, 0, 0.5);
}

.add-sidebar .sidebar-submenu .svg-icon {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 55%;
    margin-right: 6px;
    border: 2px solid #d4ff7a;
}

.add-sidebar .sidebar-submenu.Recent-Labels .svg-icon {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 55%;
    margin-right: 6px;
    border: none;
}

.sidebar-wrapper .sidebar-menu .Recent-Labels ul li a i, .fa-tag {
    width: auto;
    margin: 0 3px 0 0;
    transform: rotate( 135deg);
    height: auto;
    line-height: normal;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 0;
    font-size: 13px;
}

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
        content: "\e606";
        font-family: "simple-line-icons";
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        font-size: 7px;
        top: -2px;
        position: relative;
    }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu.label-submenu li a:before {
    display: none;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 8px;
}

.top_header .breadcrumb {
    margin-bottom: 0;
}

.add-sidebar .btn {
    font-family: 'Poppins-SemiBold';
    padding: 10px 7px;
    height: 36px;
    font-size: 14px;
    background: #4fc2de;
    border-color: #4fc2de;
    border-radius: 30px !important;
    color: #fff;
    align-items: flex-end;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
    text-align: left;
    box-shadow: 1px 2px 3px #325db3;
}

    .add-sidebar .btn:hover {
        background: #67d2ec;
        border-color: #67d2ec;
    }

/*.add-sidebar .btn svg{
    margin-right: 7px;
}
*/
.ml-auto .dropdown-menu.aria-menu.show {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    margin: 0;
    white-space: nowrap;
    list-style: none;
    background: #fff;
    left: auto !important;
    transform: none !important;
    top: 105% !important;
    width: 190px;
    right: 0 !important;
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    color: #222;
    padding: 4px 10px 4px 4px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

    .menu-item svg:not(.menu-item-arrow) {
        margin-right: 9px;
        transition: all 0.3s;
    }

    .menu-item:not([aria-disabled]):focus, .menu-item:not([aria-disabled]):hover {
        color: #222;
        background-color: #f4f4f4;
    }

.btn-group.show .btn svg {
    transform: rotate(45deg);
    transition: all 0.3s;
}

.sidebar-wrapper .btn-group .btn svg {
    background: #50a2b9;
    border-radius: 55%;
    padding: 3px;
}

.btn-group .btn svg {
    transition: all 0.3s;
    transition: all 0.3s;
}

.btn-group .btn span {
    margin: auto;
    line-height: 0;
}

.ml-auto .btn-group {
    margin: auto;
    float: right;
}

.common-wrapper .btn-group .btn {
    zoom: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background-color: #1fd1f9;
    background-image: linear-gradient( 315deg, #1fd1f9 0%, #b621fe 74%);
    border: 1px solid #f4f7ff;
    color: #fff;
    letter-spacing: .035em;
    line-height: 10px;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: background-color .05s ease-in-out,border-color .05s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 6px !important;
    font-size: 14px;
    height: 38px;
    font-family: 'Poppins-SemiBold';
    margin-right: 0;
    overflow: hidden;
    display: flex;
}

    .common-wrapper .btn-group .btn:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        /*animation: shiny-btn1 3s ease-in-out infinite;*/
    }

    .common-wrapper .btn-group .btn svg {
        margin-left: 6px;
    }

    .common-wrapper .btn-group .btn .fill-color {
        fill: #fff;
    }

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.svg-circleplus {
    stroke: #fff;
}

.common-wrapper .btn-group .btn.show-form-button {
    padding: 7px 13px;
    font-size: 13px;
    height: 34px;
    font-family: 'Poppins-Semibold';
    letter-spacing: 0;
    margin-bottom: .3em;
}

.ml-auto .btn-group .btn:focus {
    border: 1px solid #1060bf;
}

.card #example.table {
    border-spacing: 0 0.35rem !important;
}

.card-header {
    display: flex;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
    text-align: left;
    display: flex;
    margin-bottom: .8em;
}

.card .form-control {
    height: 34px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b3c7e4;
    padding: 0 1.2em;
    border-radius: 6px !important;
}

table.dataTable {
    margin: 0 !important;
}

#example thead {
    background: transparent;
}

table.dataTable tr, .table thead th, .table td {
    border: none;
}

#example td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#example td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table tbody tr:nth-child(odd) {
    background: #fff;
}

.table tbody tr:hover {
    transition: color .2s ease-in-out;
    background: #f5f7fd !important;
}

.table tbody tr:nth-child(even) {
    background: #fff;
}

.dataTables_wrapper .dataTable td {
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
}

.font-weight-bold {
    font-family: 'Poppins-SemiBold';
    font-weight: normal !important;
    font-size: 14px;
}

#document-list .btn i {
    width: 30px;
    height: 28px;
    padding: 10px 6px;
    font-size: 14px;
    border: 1px solid #c3d1f3;
    border-radius: 4px !important;
    display: inline-flex;
    align-items: center;
    background: #ecf0fa;
}

.dropdown-menu > .dropdown-item, .dropdown-menu > li > a {
    padding: 7px 20px 7px 20px !important;
    font-size: 13px;
    border-radius: 0;
    display: flex;
    align-items: center;
    line-height: 0;
    text-transform: capitalize;
}

.menu-item-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*.common-wrapper .dropdown-menu.show{
        left: auto !important;
}*/
.common-wrapper .dropdown-menu.show hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border-top: 1px solid rgb(45 45 45 / 10%);
}

.common-wrapper .dropdown-menu .dropdown-item:hover {
    color: #222;
    background-color: #f4f4f4;
}



/***** Demo 3 *********/
.opacity-animate1 {
    animation: opt-animation1 .2s;
    -moz-animation-fill-mode: forwards -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation1 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes opt-animation1 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes opt-animation1 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes opt-animation1 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.modal-dialog {
    width: 620px;
    max-width: 620px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 14px 22px;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 5%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%) !important;
    animation: none;
}

#labelModal .modal-dialog {
    width: 500px;
}

.ml-md-n3 .modal-dialog {
    width: 415px;
}


.modal-header {
    margin: 0;
    padding: 0;
    border: none;
}

    .modal-header h2 {
        font-family: 'Poppins-SemiBold';
        font-size: 18px !important;
    }

        .modal-header h2 span {
            color: #4254b5;
        }

.modal-content {
    border: none;
}

.modal-close-button {
    position: absolute;
    top: -9px;
    right: -16px;
    padding: 2px;
    color: #909090;
    font-weight: 700;
    font-size: 11px;
    background: none;
    border: 0;
    cursor: pointer;
}

.modal-body {
    padding: 1em 0 0;
}

    .modal-body .dataTables_filter {
        margin: .6em 0 1em;
    }

        .modal-body .dataTables_filter label {
            display: block;
        }

            .modal-body .dataTables_filter label input {
                width: 100% !important;
                height: 32px;
                border: 1px solid #d3d3d3;
                padding-left: 2.5rem;
                box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
                box-sizing: border-box;
            }

            .modal-body .dataTables_filter label::before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: "\f002";
                position: absolute;
                left: 1rem;
                top: 18%;
                color: #a0a0a2;
                z-index: 9;
                font-size: 14px;
            }

.table-grid li {
    display: flex;
    align-items: center;
    width: 100%;
}

.svg-icon-vr {
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px;
    width: 16px;
}

.file-name {
    flex: 1 0 0px;
    display: flex;
    align-items: center;
}

    .file-name i {
        font-size: 9px;
        margin-left: 6px;
    }


.table-cell {
    cursor: context-menu;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-left: 3px;
}

.modal .table-cell {
    font-size: 14px;
}

.item-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 449px;
    line-height: normal;
}

.grid-view .item-name p {
    white-space: break-spaces;
    width: auto;
    line-height: 1.3em;
    margin-bottom: 6px !important;
}

.item-name {
    display: flex;
}

/*#name-header{
    width: 218px;
}*/


.table-header.fixed {
    position: fixed;
    top: 50px;
    width: 1470px;
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    z-index: 999999;
}

.table-grid li {
    border-top: 1px solid #e2e2e2;
    padding: 6px 0;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

    .table-grid li:hover {
        background: #ecf2fb;
    }

    .table-grid li:last-child {
        border-bottom: 1px solid #e2e2e2;
    }

.mb10.radio {
    margin-bottom: 0;
    margin-right: 1em;
}

    .mb10.radio input {
        width: 16px;
        height: 16px;
    }

.table-grid {
    overflow-y: scroll;
}

#myModal .table-grid {
    height: auto;
    max-height: 119px;
}

.modal-footer {
    padding: 1em 0 0;
    text-align: right;
}

    .modal-footer .submitbutton {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5rem 0 !important;
        width: 99px;
        margin-left: 8px;
        margin-right: 0;
        border-radius: 6px;
        background-size: 300% 100%;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-size: 14px;
        font-family: 'Poppins-SemiBold';
        color: #fff;
        line-height: 1.2;
        border: none;
    }

        .modal-footer .submitbutton .svg-icon svg g [fill] {
            fill: #ffffff;
        }

        .modal-footer .submitbutton .svg-icon svg {
            margin-right: 5px;
        }

.submitbutton.color-3 {
    background: #858b8e;
}

.add-sidebar .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff;
}

.label-1 g [fill] {
    fill: #ef471d !important;
}

.label-2 g [fill] {
    fill: #f3d21c !important;
}

.add-sidebar .svg-icon {
    margin-right: 1em;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    color: #fff;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    text-transform: uppercase;
}

.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a8a8a8;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: left;
}

    .app-sidebar__user .user-pro-body {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #4183e4;
    }

        .app-sidebar__user .user-pro-body img {
            display: block;
            margin: 0 auto 0;
            border: 2px solid #3364c9;
            box-shadow: 0 5px 5px 0 rgb(44 44 44 / 20%);
            padding: 3px;
            background: #fff;
        }

.user-pro-body .profile-status {
    position: absolute;
    display: block;
    bottom: 0;
    right: 98px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 95%);
    border-radius: 100%;
    top: 73px;
    background: #22c03c;
}

.app-sidebar__user .user-info {
    margin: 0 auto;
    text-align: center;
}

    .app-sidebar__user .user-info h4 {
        color: #fff;
        font-size: 14px;
        border: none;
    }

.brround {
    border-radius: 50%;
}

.avatar-xl {
    width: 72px !important;
    height: 72px !important;
    font-size: 36px !important;
}

.page-link {
    padding: 0.3rem .75rem;
    font-size: 13px;
}

#example thead th {
    padding: 0 10px;
    font-size: 13px;
    color: #000000;
}


span.email-ids {
    float: left;
    border: 1px solid #d0d0d0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 2px;
    margin-bottom: 5px;
    background: #f1f1f1;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    font-size: 12px;
}

span.cancel-email {
    border: 1px solid #ccc;
    width: 18px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 8px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;
    cursor: pointer;
}

.col-sm-12.email-id-row {
    width: 100% !important;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .col-sm-12.email-id-row input {
        border: 0px;
        outline: 0px;
    }

span.to-input {
    display: block;
    float: left;
    padding-right: 11px;
}

.col-sm-12.email-id-row {
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 1em;
}

.share-body {
    height: 150px
}

#share-window .modal-dialog {
    width: 500px;
}

.logo {
    margin-top: 7px;
    display: block;
    text-align: center;
}

.pt-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-SemiBold';
}

.forny-form .digit-group input {
    width: 60px;
    background-color: transparent;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: white;
    margin: 0 2px;
    padding: 0;
    border: 1px solid #a9a5a5;
    height: 40px;
    font-family: 'Poppins-SemiBold';
    color: #000;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 1em;
}

.forny-form .field-error input {
    border: 1px solid #db2828;
    background: #fdf0f0;
}

    .forny-form .field-error input:focus {
        border-bottom: 1px solid #db2828 !important;
    }

#OTPloginUpdateform input:focus {
    border: 1px solid #5348d5 !important;
}

#OTPloginUpdateform label.error {
    display: none !important;
}

#OTPloginUpdateform label#digit-6-error {
    display: none !important;
}

.forny-form .digit-group input:focus {
    border-bottom: 1px solid #bab9b9;
}

.forny-form .digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.carousel-indicators {
    bottom: 2em;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
}

.breadcrumb li:first-child a {
    font-family: 'Poppins-SemiBold';
    color: #000;
}

.top_header .breadcrumb li, .title-page {
    font-size: 15px;
    color: #000;
}

    .top_header .breadcrumb li span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 171px;
        margin-bottom: 0;
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
    }


    .top_header .breadcrumb li a {
        color: #0e5ed4;
    }

.title-page {
    margin-bottom: 10px;
}

.top_header h1.title-page {
    padding-right: 20px;
    line-height: normal;
    position: relative;
    margin-right: 10px;
}

    .top_header h1.title-page:after {
        content: '\f30b';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 7px;
        font-size: 14px;
        color: #4585f5;
    }

.top_header .breadcrumb li:first-child {
    font-family: 'Poppins-SemiBold';
}

.breadcrumb li a {
    position: relative;
}

    .breadcrumb li a:after {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background: #4254b5;
        transition: all 0.3s ease;
    }

    .breadcrumb li a:hover:after {
        width: 100%;
    }

.list-grid-toggle {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 2px 2px 4px shade(#16a085, 20%);
    text-transform: uppercase;
    transition: all 0.15s ease;
    user-select: none;
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    margin: 0 .5em;
    justify-content: center;
    font-size: 21px;
    color: #4456b6;
}

    .list-grid-toggle i {
        position: absolute;
    }

    .list-grid-toggle:hover {
        background: shade(#16a085, 10%);
    }

    .list-grid-toggle .label {
        display: none;
    }

.icon-bar {
    position: relative;
    width: 4px;
    height: 4px;
    margin: 0 auto 3px 20px;
    background: #4153b5;
    box-shadow: 2px 2px 4px shade(#16a085, 20%);
    transition: all 0.15s ease;
    border-radius: 0;
}

    .icon-bar:last-child {
        margin-bottom: 0;
    }

    .icon-bar:before, .icon-bar:after {
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        background: #3f51b5;
        box-shadow: 2px 2px 4px shade(#16a085, 20%);
        content: '';
        opacity: 1;
        transition: all 0.15s ease;
    }


    .icon-bar:before {
        left: -6px;
    }

    .icon-bar:after {
        right: -6px;
    }

.icon-grid .icon-bar {
    width: 14px;
    height: 3px;
    border-radius: 0px;
}

    .icon-grid .icon-bar:before, .icon-grid .icon-bar:after {
        opacity: 1;
    }

    .icon-grid .icon-bar:before {
        left: 0;
        width: 4px;
        height: 4px;
        transform: translateX(-7px);
        border-radius: 0px;
    }

    .icon-grid .icon-bar:after {
        right: 0;
        transform: translateX(8px);
        width: 5px;
        height: 5px;
        border-radius: 0px;
        opacity: 0;
    }

.list-grid-toggle .icon-grid:before {
    display: none;
}

.pl-holder {
    border-bottom: none;
    height: 112px;
    display: flex;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

    .pl-holder img {
        margin: auto;
    }

.grid-view figcaption {
    background: #fff;
    display: flex;
    align-items: flex-end;
    width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -ms-flex-line-pack: flex-f;
    padding: 7px 0 7px 15px;
    border: 1px solid #cacdd6;
    border-radius: 0 0 6px 6px;
}

    .grid-view figcaption .dropdown {
        margin-left: auto;
    }

.content-holder {
    padding-left: .7em;
}

.grid-view figcaption p {
    font-size: 11px;
    color: #737d96;
    line-height: 1.4em;
}

.name-pl {
    color: #000 !important;
    font-family: 'Poppins-SemiBold';
    font-size: 13px !important;
}

.grid-view .row {
    margin-right: -9px;
    margin-left: -9px;
}

.grid-view .col-3 {
    padding-right: 9px;
    padding-left: 9px;
}

.context-menu li a {
    padding: 9px 20px 9px 20px !important;
    font-size: 15px;
    border-radius: 0;
    font-family: 'BalooPaaji2-Regular';
    display: flex;
    align-items: center;
    line-height: 0;
}

#document-list .table-row.grid-view {
    padding: 0 0 .8em 0;
    border: solid 1px #cacdd6;
}

#item-imagepl {
    background: #dbdbdd;
    padding: 10px 10px 0 10px;
    border-radius: 5px 5px 0 0;
    margin: 0 !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #3262cb !important;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
        border: none;
    }

.nav-tabs .nav-item {
    width: 50%;
}

    .nav-tabs .nav-item .nav-link {
        font-family: 'Poppins-Semibold';
        color: #000;
        font-size: 14px;
        text-transform: capitalize;
        padding: .45rem 1.95rem;
        border-bottom: 3px solid transparent;
    }

#sidebar-wrapper .d-flex {
    padding: 12px 12px 5px 12px;
    margin-bottom: .8em;
    align-items: flex-start !important;
}

#sidebar-wrapper .font-weight-bold {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    word-break: break-all;
    line-height: 1.4em;
    width: 248px;
    margin: 0 1em 0 0.5em;
}

.tab-content {
    padding: 12px 12px 12px 12px;
}

.image-holder {
    margin-bottom: 12px;
}

.tab-content table {
    width: 100%;
}

    .tab-content table tr td {
        padding: 5px 1px;
        font-size: 13px;
        vertical-align: top;
    }

        .tab-content table tr td:first-child {
            font-size: 13px;
            color: #63666f;
        }

.date-sm {
    font-size: 13px;
    color: #888b92;
    display: block;
}

.badge-pill {
    border-radius: 7px;
    line-height: 1.1em;
}

#close-sidebar {
    top: 5px;
    right: 3px;
    border: none;
    position: absolute;
    background: none;
}

#sidebar-wrapper .nav-tabs {
    background: url(../images/bg-10.jpg) 100% 30%;
    border-bottom: 1px solid #b8caf6;
    border-top: 1px solid #b8caf6;
    background-size: cover;
}

.modal {
    z-index: 999999999;
    background: rgba(0,0,0,.75);
}

.modal-backdrop {
    background: none;
}


.ml-modal .modal-dialog {
    width: 840px;
    max-width: 830px;
}

.modal-popup .form-control {
    -webkit-font-smoothing: antialiased;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    color: #222;
    padding: 7px;
    transition: border-color .15s linear,box-shadow .1s linear;
    margin-top: 5px;
    width: 100%;
}

    .modal-popup .form-control.error {
        background-color: #f5e8e7;
        border-color: #e67f8c;
    }

.modal-popup input.form-control {
    height: 32px;
}

.modal-popup .form-group label {
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 13px;
    margin: 0;
}

div.checkbox.switcher label *, div.radio.switcher label * {
    vertical-align: middle;
}

div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
    left: 56%;
}

div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
    top: 1px;
}

div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
    background: #3261cd;
    border-color: #3261cd;
}

div.checkbox.switcher label input + span, div.radio.switcher label input + span {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    width: 36px;
    height: 18px;
    background: #d4d4d4;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label, div.radio.switcher label {
    padding: 0;
    font-size: 13px;
}

    div.checkbox.switcher label input, div.radio.switcher label input {
        display: none;
    }

.switcher {
    text-align: right;
}

.dropzone {
    min-height: all;
    border: none;
    background: white;
    padding: 0;
}

.dz-default {
    background: #f5f8ff;
    min-height: 132px;
    border: 2px dashed #c4cced;
    padding: 4px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-SemiBold';
    color: #afb8d2;
    font-size: 16px;
    margin-top: 0 !important;
}

    .dz-default i {
        display: block;
        margin-bottom: .5em;
    }

.dropzone.dz-started .dz-message {
    display: block;
    background: #edf4f5;
    border: 2px dashed #8adeec;
    margin: 2em 0 1em;
}

.dropzone .dz-preview {
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 6px;
    padding: 4px 10px;
    box-shadow: 1px 2px 4px #f1f1f1;
    border: 1px solid #efefef;
    min-height: 59px;
    margin-bottom: .5em;
}

    .dropzone .dz-preview .dz-image {
        border-radius: 0;
        width: 30px;
        height: 30px;
    }

    .dropzone .dz-preview:hover .dz-image img {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        -webkit-filter: blur(8px);
        filter: none;
    }

    .dropzone .dz-preview .dz-details {
        z-index: 20;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        font-size: 13px;
        min-width: 168px;
        max-width: max-content;
        padding: 0;
        text-align: left;
        color: rgba(0,0,0,0.9);
        line-height: 150%;
    }

    .dropzone .dz-preview .dz-progress {
        position: relative;
        width: 23%;
        background: #e4eafc;
        opacity: 1 !important;
        left: 0;
        margin-left: 0;
        height: 7px;
        border-radius: 22px;
    }

.dz-filename {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    color: #343e5a;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 13px;
    color: #9a9eac;
}

    .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255,255,255,0.4);
        padding: 0 12px;
        border-radius: 3px;
        display: flex;
    }

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
    font-size: 13px;
    color: #9a9eac;
    font-weight: normal !important;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    margin-left: auto;
    position: relative;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .dropzone .dz-preview .dz-remove:before {
        content: "\f2ed";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    z-index: 500;
    position: relative;
    display: block;
    top: 0;
    left: 14px;
    margin-left: auto;
    margin-top: 0;
}

    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        width: 19px;
        height: 19px;
    }

.dropzone .dz-preview .dz-error-message {
    border-radius: 3px;
    font-size: 11px;
    top: 52px;
    left: 5px;
    width: auto;
    background: #ffe1e1;
    padding: 1px 8px;
    color: #ff0100;
}

    .dropzone .dz-preview .dz-error-message:after {
        border-bottom: 6px solid #f9e0e0;
    }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: none;
    background-color: none;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: none;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    width: 45%;
    background: linear-gradient(to bottom, #63e065, #2bc35a);
}

.dropzone.dz-clickable {
    display: flex;
    width: 100%;
    flex-flow: column;
}

.dz-default {
    order: 1;
}

.dz-preview {
    order: 2;
}

.dropzone .form-group {
    order: 3;
}

.dropzone .switcher {
    order: 4;
}

.dropzone .modal-footer {
    order: 5;
}

.tooltip {
    z-index: 999999;
}

.tooltip-inner {
    padding: 5px 12px;
    font-size: 13px;
}

.sidebar-menu hr {
    margin-top: .5em;
    margin-bottom: .5em;
    border: 0;
    border-top: 1px solid rgb(114 158 214);
}

.ml-modal .modal-dialog .table-grid {
    height: auto;
    max-height: 104px;
}

.activity-details li {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #d9dfef;
    padding-top: 8px;
    margin-top: 10px;
}

/*.activity-details li:last-child {
        border: none !important;
        margin: 0;
        padding: 0
    }*/

.profile-name span {
    width: 35px;
    height: 35px;
    border-radius: 55%;
    background: #3a74c2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

.content {
    padding-left: 11px;
    width: 85%;
    display: inline-block;
    font-size: 13px;
    line-height: 1.9em;
}

    .content p {
        line-height: 1.5em
    }

.common-wrapper .activity-details .dropdown-menu.show {
    width: 141px;
}

.label-icon svg, .label-svg {
    transform: rotate(45deg);
}

#version-list .modal-dialog {
    width: 668px;
    max-width: 638px;
}

#version-list .content {
    min-width: 318px;
}

#version-list .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    box-shadow: none;
    padding: 2px 0;
}

#version-list .dropdown-item:hover {
    color: #222;
    background-color: #f4f4f4;
}

#version-list .dropdown {
    margin-left: auto;
}

#version-list b {
    margin-bottom: 4px;
    display: block;
    font-weight: normal;
}

    #version-list b span {
        font-family: 'Poppins-SemiBold';
        color: #3a74c2;
    }


.icon-reload {
    position: relative;
}

    .icon-reload:after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-left: 1px solid #a3a6b4;
        border-bottom: 1px solid #a3a6b4;
        top: 3px;
        left: 5px;
    }

.buttons-group {
    display: flex;
    padding: 0px;
    margin-left: auto;
}

    .buttons-group .btn {
        padding: 7px 11px 7px 11px !important;
        font-size: 18px;
        border-radius: 0;
        font-family: 'BalooPaaji2-Regular';
        display: flex;
        align-items: center;
        line-height: 0;
    }

        .buttons-group .btn i {
            padding: 0;
        }

.dropzone .dz-message {
    margin: 1em 0;
}

.notifications .dropdown-menu.dropdown-lg {
    width: 350px;
    min-width: 350px;
}

.dropdown-lg .activity-details .profile-name {
    position: relative;
}

.dropdown-lg .activity-details li {
    padding: 12px 20px;
    border-bottom: 1px solid #d9dfef;
    margin: 0;
}

.dropdown-lg .activity-details .profile-name .circle {
    background: #6adc3d;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: -1px;
    border: 3px solid #fff;
}

.dropdown-lg .activity-details .profile-name span {
    background: #bccdf7;
    color: #3a5086;
    font-size: 18px;
}

.dropdown-lg .activity-details .date-sm {
    font-size: 13px;
}

.dropdown-lg .activity-details b {
    font-family: 'Poppins-SemiBold';
}

.float-end {
    float: right !important;
}

.online-count {
    font-size: 15px;
    color: #6adc3d;
}

.table-responsive .dataTables_wrapper .dataTable thead {
    background: url(../images/bg-10.jpg) 100% 112%;
    background-size: cover;
}

.table-responsive .dataTables_wrapper .dataTable th {
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
}

.table-responsive .dataTables_wrapper .dataTable td {
    padding: 1px 10px;
    border-bottom: 1px solid #e9e9e9;
}

    .table-responsive .dataTables_wrapper .dataTable td a {
        font-family: 'Poppins-SemiBold';
    }

    .table-responsive .dataTables_wrapper .dataTable td span {
        font-family: 'Poppins-SemiBold';
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        padding-left: 11px;
        position: relative
    }

        .table-responsive .dataTables_wrapper .dataTable td span:before {
            width: 8px;
            height: 8px;
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            border-radius: 55%;
        }

        .table-responsive .dataTables_wrapper .dataTable td span.inactive {
            color: #9d9a9a;
        }

            .table-responsive .dataTables_wrapper .dataTable td span.inactive:before {
                background: #9d9a9a;
            }

        .table-responsive .dataTables_wrapper .dataTable td span.active {
            color: #4a9d4d;
        }

            .table-responsive .dataTables_wrapper .dataTable td span.active:before {
                background: #4a9d4d;
            }

.table-responsive {
    margin-top: 0;
    overflow: visible
}

.dataTables_filter {
    margin-bottom: 8px;
}

.table-responsive .table tbody tr:nth-child(even) {
    background: #fafafc;
}

.kt-portlet__head {
    background-repeat: repeat-x;
    -webkit-transition: height .3s;
    transition: height .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    background: transparent;
    padding: 1rem 0 0;
    height: auto;
    border: none;
}

    .kt-portlet__head .kt-portlet__head-label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: flex-first;
        align-content: flex-first;
        text-align: left;
        display: flex;
        border-bottom: 1px solid #8c99bd;
        margin-bottom: .6rem;
    }

.show-form .form-control {
    font-family: 'Poppins-Regular';
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b3c7e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .show-form .form-control.error {
        background-color: #f5e8e7;
        border-color: #e67f8c;
    }

.show-form .form-control-multi.error {
    background-color: #f5e8e7;
    border-color: #e67f8c;
}

.show-form .form-control:focus {
    border: 1px solid #bca2f2 !important;
    background: #f6f1ff;
    box-shadow: 0px 2px 5px #d7caf3 !important;
}

.show-form .form-group label {
    font-family: 'Poppins-Medium';
    color: #000;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 4px;
}

    .show-form .form-group label.calender {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

        .show-form .form-group label.calender svg {
            color: #3465c9;
        }

.edit-area .col-6 {
    margin-bottom: .8rem;
}

.edit-area .col-12.alert-line {
    margin-bottom: 1.1rem;
    align-items: center;
    display: flex;
}

    .edit-area .col-12.alert-line .custom-control {
        padding-left: 37px;
    }

    .edit-area .col-12.alert-line .custom-control-label::before {
        width: 16px;
        height: 16px;
        border: #acb5cc solid 2px;
        top: 1px;
    }

.edit-area .custom-control-label::after {
    top: 2px;
    left: -20px;
}

.edit-area .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3261cd;
    background-color: #3261cd;
}

.ast {
    color: red;
}

.form-horizontal .form-group {
    margin-left: 20px;
    margin-right: 20px;
}

.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 0;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 0%;
    padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #315ecd url(../images/bg-1.jpg) top center;
    color: #ffffff;
    border-radius: 0;
    background-position: 58% 63%;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.bootstrap-datetimepicker-widget th.picker-switch {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 20px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 0;
    margin-top: 1px;
    z-index: 999999999 !important;
    border-radius: 4px;
}

.datepicker thead th {
    color: #fff;
}

    .datepicker thead th.datepicker-switch, .datepicker thead th.next, .datepicker thead th.prev {
        font-weight: 500;
        color: #fff;
    }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #263c9c !important;
}

.datepicker thead th.dow {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    text-align: center;
}

.datepicker tbody tr > td.day {
    color: #595d6e;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    border: none;
}

    .datepicker tbody tr > td.day.old {
        color: #000000;
    }

.datepicker tbody tr > td.day {
    color: #595d6e;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    border: none;
}

    .datepicker tbody tr > td.day.disabled {
        cursor: not-allowed;
        opacity: .5;
    }

    .datepicker tbody tr > td.day:hover {
        background: #89d0f1;
        color: #fff;
    }

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 0;
    display: table;
    width: 100%;
}


.submit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1em;
    padding-top: 0;
    width: 100%;
}

    .submit-wrapper .submitbutton {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .7rem 0 !important;
        width: 118px;
        margin: 0 9px;
        border-radius: 6px;
        background-size: 300% 100%;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-size: 14px;
        font-family: 'Poppins-SemiBold';
        color: #fff;
        line-height: 1.2;
        border: none;
    }

        .submit-wrapper .submitbutton .svg-icon svg {
            margin-right: 5px;
        }

            .submit-wrapper .submitbutton .svg-icon svg g [fill] {
                fill: #ffffff;
            }

.table-responsive .dataTable .btn-primary.btn-light {
    background-color: #d9d6f9;
    border-color: #9088e6;
    color: #493dcc;
}

.table-responsive .dataTable .btn-primary.btn-deep {
    background-color: #f7c7c3;
    border-color: #ea8894;
    color: #cc3629;
}

.table-responsive .dataTable .btn-primary {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: auto;
    font-size: 11px;
}

.table-responsive .dataTable .btn i {
    padding-right: 0;
    width: auto;
    height: auto;
    border: none;
    background: none;
    padding: 0;
}

/* Ripple effect */
.table-responsive .ripple {
    background-position: center;
    transition: background 0.8s;
}

    .table-responsive .ripple:hover {
        background: #fff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
    }

    .table-responsive .ripple:active {
        background-color: #6eb9f7;
        background-size: 100%;
        transition: background 0s;
    }

.bootstrap-datetimepicker-widget.bottom:after {
    border-bottom: 6px solid #3262cb;
}

.table-responsive .dataTables_wrapper .dataTable td {
    text-align: left;
}

.download {
    border: none;
    background: transparent;
    display: flex;
    font-size: 22px;
    align-items: flex-end;
    color: #7b849e;
}

    .download i {
        font-weight: bold;
    }

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 0;
    margin-top: 4px;
    border: #acb5cc solid 2px;
    border-radius: .25rem;
    margin-left: 15px;
    margin-right: 5px;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: 8px;
        line-height: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:checked + .cr {
        border: #3261cd solid 2px;
        background: #3261cd;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }

.table-row {
    display: grid;
    grid-template-columns: 40px repeat(2, 1fr) 2fr 1fr 3fr 95px;
    grid-column-gap: 10px;
    padding: 2px 5px;
}

#document-list .table-row {
    background: #fff;
    border-radius: 6px;
    font-size: 14px
}

#document-list .main-row.active {
    border: 1px solid #32a4ef;
    box-shadow: 2px -1px 5px #b9d6ff;
    background: #f7fcff;
}



.table-header {
    padding: 5px !important;
    align-items: center;
}

.relative {
    position: relative;
}

.sort-by, span.toggle-form, .btn, .contact-actions span, .cancel-edit-contact, #csv-show {
    cursor: pointer;
}

#document-view ul {
    list-style: none;
}

#document-view .list-view li {
    width: 100%;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#document-view .grid-view li {
    float: left;
    width: 20%;
    height: 50px;
    border-right: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 20px;
}

.avatar {
    width: 16px;
    height: 21px;
}

    .avatar.avatar-details {
        width: 26px;
        height: 21px;
        margin-right: 4px;
    }

        .avatar.avatar-details i {
            font-size: 19px;
            color: #4254b5 !important;
        }

.fa-folder {
    color: #f2c10f;
    text-shadow: 2px 2px 1px #dfdbdb;
}

.table.grid-view .fa-folder {
    margin: auto;
    font-size: 4.4em;
}

.table-header {
    padding: 5px !important;
    align-items: center;
    background: url(../images/bg-10.jpg) 100% 105%;
    background-size: cover;
    border-radius: 4px;
}

    .table-header.fixed {
        position: fixed;
        top: 0;
        width: 1470px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    }

@media(max-width: 1470px) {
    .table-header.fixed {
        width: 100%;
        padding: 15px 15px 5px !important;
        left: 0;
    }
}

.table-row {
    display: grid;
    grid-template-columns: 16px 22px 465px 89px 114px 144px repeat(1, 90fr)14fr 0fr;
    grid-column-gap: 4px;
    padding: 6px 5px;
}

.archive-table .table-row {
    grid-template-columns: 17px 22px 204px 228px 122px 207px repeat(1, 94fr)7fr 0fr;
}

.recyclebin-table .table-row {
    grid-template-columns: 30px 300px 300px 89px 114px 100px 175px 100px 175px 0fr;
}

form.table-row {
    background: #ecf7ff;
}

.table .table-row:not(.table-header) {
    border: solid 1px #dbdbdb;
}

.table-cell h3 {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

    .table-cell h3 a {
        color: #fff;
    }

#document-view .dropdown .blue_feather {
    fill: #fff;
}

#document-view button {
    background: none;
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Poppins-SemiBold';
    border: none;
}

#document-view .dropdown .dropdown-menu.sorting-list a {
    padding: 1.3em !important;
    font-size: 13px;
    text-transform: initial;
}

.grid-view .document-1 figure.table-row {
    padding: 0;
}

.table.grid-view .table-header {
    display: none;
}

#item-imagepl, #item-img {
    display: none;
}

.table.grid-view .document-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    vertical-align: top;
}

    .table.grid-view .document-1 figure {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid #c8c9cb;
        height: 100%;
        margin-bottom: 0 !important;
    }

    .table.grid-view .document-1 .check-id, .table.grid-view .document-1 .label-icon, .table.grid-view .document-1 .size-pl, .table.grid-view .document-1 .vr-name {
        display: none;
    }

        .table.grid-view .document-1 .check-id.fav-id {
            display: block;
            position: absolute;
            text-align: left !important;
            left: 16px;
            top: 8px;
        }

    .table.grid-view .document-1 #item-imagepl {
        display: block;
    }

/*#item-imagepl {
    flex: 1 0 100px;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1 0 100%;
}*/

.table.grid-view .icon-id {
    position: absolute;
    top: 149px;
    left: 20px;
}

.table.grid-view .item-name {
    padding: 0 0.9em;
    margin-top: 4px;
}

.table.grid-view .location {
    padding: 0 0.9em;
}


.table.grid-view .modi-date, .table.grid-view .owner-name {
    padding-left: 1em;
    font-size: 13px;
    color: #4d5362;
    line-height: 1.4em;
}

.table.grid-view .owner-name {
    margin-bottom: 4px;
}

#document-list.grid-view .btn i {
    width: 13px;
    height: 9px;
    padding: 0;
    font-size: 7px;
    border: none;
    border-radius: 4px !important;
    background: none;
    transform: rotate(90deg);
}

#document-list .grid-view .share-btn {
    display: none;
}

#document-list .table.grid-view .contact-actions {
    position: absolute;
    bottom: 36px;
    right: 20px;
}

.grid-view #document-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.55rem;
    margin-left: -.55rem;
}

#document-list .selected {
    box-shadow: 0px 0px 5px #bac6f5;
    border: 1px solid #487bea;
}

#document-view .grid-view .activity-details li {
    width: 100%;
    height: auto;
    border-right: none;
    padding: 0;
}

.btn-group-sm > .btn.btn-icon, .btn.btn-icon.btn-sm {
    height: auto;
    width: auto;
}

.common-wrapper .btn-group.inner-group .btn {
    height: 33px;
    padding: 7px 10px;
}

    .common-wrapper .btn-group.inner-group .btn.btn-default:hover {
        background: #c0c3ca;
        border-color: #8d93a0;
        color: #000 !important;
    }

        .common-wrapper .btn-group.inner-group .btn.btn-default:hover i {
            color: #000 !important;
        }

.btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i, .show > .btn.btn-default i {
    color: #000;
}

.common-wrapper .btn-group.inner-group .btn i {
    padding-right: 0;
}

.common-wrapper .btn-group.inner-group .btn:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.common-wrapper .btn-group.inner-group .btn:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.faq-list {
    list-style: none;
    padding: 0;
}

    .faq-list li {
        border: 1px solid rgb(185 200 236);
        padding: 12px 10px;
        margin: 0px auto 20px;
        text-align: left;
        width: 100%;
        border-radius: 6px;
        background: #fff;
    }


    .faq-list .faq-heading::before {
        content: '+';
        font-size: 20px;
        display: block;
        position: absolute;
        right: 0;
        top: 0px;
        color: #4a565f;
        font-family: 'Poppins-Regular';
    }

    .faq-list .the-active .faq-heading::before {
        content: '-';
    }

.faq-heading svg {
    background-color: #7892d0;
    border-radius: 50% !important;
    color: #fff !important;
    margin-right: 5px;
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
}

    .faq-heading:hover {
        color: var(--theme-color);
    }

.faq-text {
    display: none;
}

.faq-header {
    background: url(../images/common-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
    position: relative
}

    .faq-header:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background-image: repeating-linear-gradient(#ebeaea,#f1f1f1,#fff,#fff 100%);
    }

    .faq-header h1 {
        color: #3260cc;
    }

.faq-list p {
    margin-top: 1em;
    margin-left: 2.5em;
}

.common-wrapper.inner-wrapper {
    margin-top: 38px;
}

.banner-search-form {
    box-shadow: 0px 4px 10px 0px rgb(49 12 2 / 6%);
    max-width: 770px;
    margin: 0 auto;
    display: flex;
    background: #ffffff9e;
    border-radius: 30px;
    align-items: center;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 13px;
}

    .banner-search-form input {
        width: 100%;
        background: transparent;
        border: 0;
        padding: 15px 30px;
        height: 42px;
    }

.help-section {
    width: 46%;
    text-align: center;
}

.faq-header .help-section h1 {
    margin-top: 0;
}

.banner-search-form i {
    padding-right: 15px;
}

.help-article {
    text-align: center;
}

    .help-article ul {
        display: block;
        margin-top: 1em;
    }

        .help-article ul li {
            display: inline-block;
            margin: 5px;
        }

            .help-article ul li a {
                padding: 9px 17px;
                background: #ffffff;
                border-radius: 4px;
                color: #000000;
                display: block;
                box-shadow: 0px 4px 10px 0px rgb(49 12 2 / 6%);
                border: 1px solid #dae1f3;
            }

.help-fluid {
    text-align: center;
}

.nav-tabs.help-acticle {
    margin: auto;
    width: 40%;
    border: none;
}

    .nav-tabs.help-acticle .nav-item {
        width: auto;
        padding-right: 6px;
        padding-left: 6px;
    }

        .nav-tabs.help-acticle .nav-item .nav-link {
            font-family: 'Poppins-Semibold';
            color: #546388;
            font-size: 15px;
            text-transform: inherit;
            display: flex;
            align-items: center;
            flex-direction: column;
            background: #fff;
            border: 1px solid #e3e6ec;
            border-radius: 6px;
            padding: .7em .5em;
            box-shadow: 0px 4px 10px 0px rgb(49 12 2 / 6%);
            position: relative;
        }

            .nav-tabs.help-acticle .nav-item .nav-link:before {
                content: '';
                width: 14px;
                height: 14px;
                background: #ffffff;
                position: absolute;
                bottom: -4px;
                right: 0;
                left: 0;
                margin: auto;
                transform: rotate(45deg);
                border-bottom: 1px solid #3262cb;
                border-right: 1px solid #3262cb;
                opacity: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

    .nav-tabs.help-acticle .nav-link.active:before {
        opacity: 1;
        bottom: -8px;
    }

.help-fluid .nav-tabs.help-acticle .nav-item.show .nav-link, .help-fluid .nav-tabs .nav-link.active {
    border: 1px solid #3262cb !important;
}

.doc_features_item img {
    max-width: 45px;
    max-height: 45px;
    margin-bottom: 6px;
}

.help-fluid .nav-tabs.help-acticle .nav-item .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #4b4e56;
}

.nav-tabs.help-acticle .nav-item .nav-link.active {
    color: #4b4e56;
}

.help-fluid .tab-content {
    margin: 1em auto 0;
    width: 80%;
}

    .help-fluid .tab-content h2 {
        margin-bottom: 1em;
    }

.panel {
    text-align: left;
    margin-bottom: 1.7em;
}

    .panel h4 {
        margin-bottom: .7em;
    }

    .panel p {
        color: #464a4e !important;
    }

#sticky.stick {
    position: sticky;
    top: 54px;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e6ec;
}

#sticky.help-acticle.stick .nav-item .nav-link {
    font-size: 13px;
    border: none;
    box-shadow: none;
    padding: 8px 7px;
    flex-direction: row;
    border-radius: 0;
    justify-content: center;
}

#sticky.stick .doc_features_item img {
    max-width: 28px;
    max-height: 28px;
    margin-bottom: 0;
    margin-right: 6px;
}

.nav-tabs.stick .nav-link.active {
    border: none !important;
    border-bottom: 1px solid #3262cb !important;
}

.nav-tabs.help-acticle.stick .nav-link.active:before {
    opacity: 0;
}

.body-content {
    height: 100%;
}

.card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card.custom-card {
    background: #fff !important;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    padding: 2rem;
}

.card-wrapper > .forny-form .form__wrapper input {
    border-radius: 4px;
    color: #202124;
    font-size: 16px;
    height: 52px;
    padding: 12px 14px;
    border: 1px solid #dadce0;
}

.card.custom-card h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 1.6em;
    color: #4487d2;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.card.custom-card .form__wrapper .input-group-prepend {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    margin: 0;
}

.card-wrapper .forny-form {
    width: 33rem;
    margin: auto;
}

.card-wrapper #loginFormBox .form-group label {
    font-family: 'Poppins-Medium';
    margin-bottom: 6px;
    color: #5a5d61;
}

.card-wrapper #loginFormBox .form-group .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #a8a8a8;
}

.card-wrapper .forny-form #loginFormBox .form__wrapper input:focus ~ .input-group-prepend svg g [fill] {
    fill: #4992d2;
}

.card-wrapper > .forny-form .form__wrapper input:focus {
    border-bottom: none;
}

.card-wrapper .forny-form #loginFormBox .submitbutton {
    width: 106px;
}

.secret-qs {
    background: #fff !important;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    padding: 2rem;
    border-radius: 5px;
}

    .secret-qs li {
        margin-bottom: 1em;
    }

    .secret-qs select {
        height: 40px;
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid #dadce0;
        border-radius: 0;
    }

    .secret-qs .form-control:focus {
        border: none !important;
        border-bottom: 1px solid #3567c9 !important;
    }

    .secret-qs input.form-control {
        border: none;
        border-bottom: 1px solid #dadce0;
        border-radius: 0;
        height: 50px;
    }

.daterangepicker .drp-calendar {
    display: none;
    max-width: 100%;
}

    .daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
        background-color: #ecf0fa;
        color: #595d6e;
    }

    .daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
        border-radius: 0 !important
    }

#style-1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 3px solid #0e5ed4 !important;
    background: transparent;
}

.form-control:disabled, .form-control[readonly], .form-control.error:disabled {
    background-color: #e9ecef;
    opacity: .9 !important;
    border-color: #b3c7e4;
}

.tab-wrapper {
    width: 100%;
}

    .tab-wrapper .nav-tabs .nav-item {
        width: auto;
    }

    .tab-wrapper .nav-tabs .nav-link.active {
        background: transparent;
    }

    .tab-wrapper .nav-tabs {
        border-bottom: 1px solid #cdced2;
    }

    .tab-wrapper label {
        display: inline-block;
        margin-bottom: 0;
    }

.username-pl {
    display: flex;
    align-items: center;
}

.tab-wrapper .table-responsive .dataTables_wrapper .dataTable td span {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
}

    .tab-wrapper .table-responsive .dataTables_wrapper .dataTable td span.caret:before {
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        top: -2px;
        left: 3px;
    }

.tab-wrapper .table-responsive .dataTables_wrapper .dataTable td .btn.dropdown-toggle {
    font-size: 14px;
}

.tab-wrapper small {
    display: block;
    font-family: 'Montserrat-Regular';
    color: #9aa6b3;
}

.tab-wrapper .checkbox {
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

    .tab-wrapper .checkbox label {
        font-size: 13px !important;
    }

.common-wrapper .tab-wrapper .dropdown-menu {
    padding: 0;
}

    .common-wrapper .tab-wrapper .dropdown-menu li {
        width: 100%;
        padding: 2px 12px;
        border-radius: 0;
    }

        .common-wrapper .tab-wrapper .dropdown-menu li:hover {
            background: #eff5f7;
        }

.tab-wrapper .table-responsive .dataTables_wrapper .dataTable td .dropdown-menu span {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    margin-right: 8px;
    margin-top: 5px;
}

.fa-globe-asia {
    color: #98989a;
}

.container-login100-form-btn .checkbox .cr {
    margin-right: 6px;
    margin-top: 3px;
    margin-left: 3px;
}

/*.container-login100-form-btn .checkbox {
    margin-right: 2em;
}*/

.tab-wrapper .tab-content {
    padding: 12px 0;
}

input[type=text]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.intl-tel-input {
    position: relative;
    display: inline-block;
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .intl-tel-input .hide {
        display: none;
    }

    .intl-tel-input .v-hide {
        visibility: hidden;
    }

    .intl-tel-input input,
    .intl-tel-input input[type=text],
    .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0;
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px;
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px;
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555;
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #555;
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 1px solid #CCC;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll;
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -1px;
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px;
        }

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999;
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0, 0, 0, 0.05);
    }

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, 0.05);
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
    .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent;
    }

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer;
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em;
    }

.iti-flag {
    width: 20px;
}

    .iti-flag.be {
        width: 18px;
    }

    .iti-flag.ch {
        width: 15px;
    }

    .iti-flag.mc {
        width: 19px;
    }

    .iti-flag.ne {
        width: 18px;
    }

    .iti-flag.np {
        width: 13px;
    }

    .iti-flag.va {
        width: 15px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
    }
}

.iti-flag.np {
    background-color: transparent;
}

.hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}


#result {
    margin-bottom: 100px;
}

.intl-tel-input {
    display: block;
}

.edit-area .switcher {
    margin-left: 1em;
}

.jconfirm-content {
    display: none;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center
}

.bootstrap-datetimepicker-widget td {
    height: 24px;
    line-height: 24px;
    width: 34px;
    text-align: center;
}

    .bootstrap-datetimepicker-widget td span {
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px;
    }

.modal-popup .field-error .form-control {
    background-color: #f5e8e7;
    border-color: #e67f8c;
}

.breadcrumb.inner_breadcrumb li {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
}

/*.breadcrumb.inner_breadcrumb li:first-child {
    padding-left: 22px
    }*/


.breadcrumb li:first-child a {
    position: relative;
    padding-left: 22px
}

    .breadcrumb li:first-child a:before, .breadcrumb.inner_breadcrumb li:first-child:before {
        content: "\e039";
        font-family: 'simple-line-icons';
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 17px;
        color: #0e5ed4;
    }

/*.breadcrumb.inner_breadcrumb li:first-child a:before {
    content: "\e039";
    font-family: 'simple-line-icons';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: #0e5ed4;
}*/

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    background: rgb(255 255 255 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#waitscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    background: rgb(255 255 255 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    #waitscreen center {
        margin: auto;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.spinner-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .spinner-container .spinner {
        font-size: 2.7em
    }

    .spinner-container .spinner__leter {
        font-family: 'Rajdhani-SemiBold';
        position: relative;
        color: rgba(188,188,188,.25);
        text-transform: none
    }

        .spinner-container .spinner__leter:before {
            font-family: 'Rajdhani-SemiBold';
            content: attr(letter);
            position: absolute;
            top: 13px;
            left: 0;
            color: #333;
            animation: load-animation 2.8s infinite;
            animation-fill-mode: backwards;
        }

        .spinner-container .spinner__leter.e:before {
            color: #2700fd;
        }

        .spinner-container .spinner__leter.d:before {
            color: #da72e6;
        }

        .spinner-container .spinner__leter.o:before {
            color: #eb7f59;
        }

        .spinner-container .spinner__leter.c:before {
            color: #70e24c;
        }

        .spinner-container .spinner__leter:nth-child(2):before {
            animation-delay: .4s
        }

        .spinner-container .spinner__leter:nth-child(3):before {
            animation-delay: .8s
        }

        .spinner-container .spinner__leter:nth-child(4):before {
            animation-delay: 1.2s
        }

        .spinner-container .spinner__leter:nth-child(5):before {
            animation-delay: 1.6s
        }

        .spinner-container .spinner__leter:nth-child(6):before {
            animation-delay: 2s
        }

        .spinner-container .spinner__leter:nth-child(7):before {
            animation-delay: 2.4s
        }

        .spinner-container .spinner__leter:nth-child(8):before {
            animation-delay: 2.8s
        }

        .spinner-container .spinner__leter:nth-child(9):before {
            animation-delay: 3.2s
        }

        .spinner-container .spinner__leter:nth-child(10):before {
            animation-delay: 3.6s
        }

@keyframes load-animation {
    0%,80%,to {
        transform: rotateY(-90deg);
        opacity: 0
    }

    5% {
        opacity: .5
    }

    20%,50% {
        transform: rotateY(0);
        opacity: 1
    }
}

#Ques2-error {
    margin-top: 0;
}


.page .simple-pagination ul {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.simple-pagination li {
    display: inline-block;
    margin-left: 5px;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
}

.page .simple-pagination li a,
.page .simple-pagination li span {
    border-radius: 4px;
    font-size: 1rem;
    height: 30px;
    min-width: 30px;
    padding: 0 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: normal;
    color: rgba(0,0,0,.87);
    border: none;
    text-decoration: none;
    transition: .3s cubic-bezier(0,0,.2,1);
    width: auto;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.simple-pagination li .fas {
    font-size: 12px;
}

.simple-pagination .current {
    color: #FFF !important;
    background-color: #6094e6;
    border-color: #6094e6;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%) !important;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #1976d2;
    color: #FFF;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.explorer-frame .file-other-icon {
    font-size: 1.5em;
}

.kv-preview-data {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-explorer .explorer-frame .kv-file-content {
    width: 44px;
    height: 44px;
    padding: 5px;
    text-align: left;
}

.theme-explorer .file-actions-cell {
    position: relative;
    height: 60px;
    width: 200px;
}

.theme-explorer .file-drag-handle, .theme-explorer .file-upload-indicator {
    position: absolute;
    display: inline-block;
    bottom: 5px;
    right: 12px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.theme-explorer .file-preview-frame {
    border: none;
}

.theme-explorer .explorer-caption, .theme-explorer .file-footer-buttons {
    padding: 5px 5px 0;
    font-family: 'Poppins-Medium';
    color: #3e4964 !important;
}

.theme-explorer .btn.btn-sm i {
    margin-right: 0;
    padding: 0;
    font-size: 18px;
    color: #3e4964 !important;
}

.theme-explorer .btn.btn-default {
    border: none;
}

.text-info {
    color: #5578eb !important;
}

.theme-explorer .file-thumb-progress .progress {
    margin-top: 4px;
    margin-bottom: 4px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.theme-explorer .file-error-message ul {
    padding: 0px 0 0 11px;
    font-family: 'Poppins-Medium';
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 0 0 10px;
    border: 1px solid #ebccd1;
    border-radius: 6px;
    padding: 5px;
    font-size: 13px;
    line-height: 1.5em;
}

.kv-file-zoom {
    display: none;
}

.file-drop-zone-title {
    background: url(../images/folder-upload.png) top center no-repeat;
    padding: 4.5em 1em .4em;
    color: #afb8d2;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    color: #3c4763;
}

.file-drop-zone {
    background: transparent;
    min-height: 0;
    border: none;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-SemiBold';
    margin: 0;
    padding: 0;
}

.file-preview {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.file-drop-zone.clickable:hover, .file-drop-zone.clickable:focus {
    border: none;
}

.file-input .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0 !important;
    width: 142px;
    height: 38px;
    margin-left: 8px;
    margin-right: 0;
    border-radius: 4px;
    background-size: 300% 100% !important;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #fff !important;
    line-height: 1.2;
    border: none;
    background-image: linear-gradient(to right, #5348d5, #14ccce, #14ccce, #5348d5) !important;
    border-color: #007bff !important;
}

    .file-input .btn-primary:hover {
        color: #fff;
        background-position: 100% 0 !important;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.theme-explorer {
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 0;
}

.file-preview .fileinput-remove {
    position: relative;
    font-size: 0;
    top: -5px;
    right: 0;
    line-height: 10px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    border: 1px solid #63c8ce;
}

    .file-preview .fileinput-remove:before {
        transform: rotate( -45deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0px;
        margin-left: -5px;
        display: block;
        height: 1px;
        width: 11px;
        background-color: #504ed4;
        transition: all 0.25s ease-out;
        border-radius: 30px;
    }

    .file-preview .fileinput-remove:after {
        transform: rotate( -135deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0px;
        margin-left: -5px;
        display: block;
        height: 1px;
        width: 11px;
        background-color: #4e53d3;
        transition: all 0.25s ease-out;
        border-radius: 30px;
    }


.theme-explorer .file-preview-frame {
    border: none;
    display: flex;
    box-shadow: 1px 2px 4px #f1f1f1;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 5px 0;
}

.theme-explorer .explorer-frame .kv-file-content {
    width: 44px;
    height: 44px;
    padding: 5px;
    text-align: left;
}

.theme-explorer .file-details-cell {
    width: 60%;
    font-size: .95rem;
    text-align: left;
    margin-right: auto;
}

.theme-explorer .explorer-caption, .theme-explorer .file-footer-buttons {
    padding: 5px 5px 0;
    font-family: 'Poppins-Medium';
    color: #3e4964 !important;
}

.theme-explorer .file-preview-frame samp {
    font-size: .9rem;
}

.theme-explorer .file-actions-cell {
    position: relative;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1em;
}

.file-footer-buttons {
    padding: 0 !important;
}

.theme-explorer .file-drag-handle, .theme-explorer .file-upload-indicator {
    position: relative;
    display: inline-block;
    top: 0;
    right: 12px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover, .show > .btn.btn-outline-secondary {
    background-color: transparent;
}

.countdown__time {
    font-size: 13px;
}

.countdown__time--orange.countdown__time--red {
    color: #db2828;
}

.countdown__time--orange {
    color: #ffa808;
    animation: vibrate 0.5s 0s forwards;
}

.fileinput-remove-button {
    align-items: center;
    justify-content: center;
    padding: .5rem 0 !important;
    width: 142px;
    height: 38px;
    margin-left: 8px;
    margin-right: 0;
    border-radius: 4px;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
    color: #fff !important;
    line-height: 1.2;
    border: none;
    background-color: #858b8e !important;
    border-color: #858b8e !important;
}

    .fileinput-remove-button:hover {
        background-color: #65696b !important;
        border-color: #65696b !important;
    }

    .fileinput-remove-button i {
        color: #fff !important;
    }

.fileinput-upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0 !important;
    width: 142px;
    height: 38px;
    margin-left: 8px;
    margin-right: 0;
    border-radius: 4px;
    background-size: 300% 100% !important;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #fff !important;
    line-height: 1.2;
    border: none;
    background-image: linear-gradient(to right, #5348d5, #14ccce, #14ccce, #5348d5) !important;
    border-color: #007bff !important;
}

    .fileinput-upload i {
        color: #fff !important;
    }

    .fileinput-upload:hover {
        color: #fff;
        background-position: 100% 0 !important;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }



.file-preview-thumbnails {
    height: auto;
    max-height: 174px;
    overflow-x: scroll;
    padding: 0;
    width: 100%;
}

.btn-rm {
    margin-right: 0 !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    white-space: nowrap;
}

.dataTables_wrapper .dataTable.DTFC_Cloned {
    margin: 0 !important;
    background: #fff;
    border-left: none !important;
}

.subject-info-box-1, .subject-info-box-2 {
    float: left;
    width: 45%;
    padding: 0 15px;
}

    .subject-info-box-1 select, .subject-info-box-2 select {
        height: 200px !important;
        padding: 0;
    }

        .subject-info-box-1 select option, .subject-info-box-2 select option {
            padding: 4px 10px 4px 10px;
        }

            .subject-info-box-1 select option:hover, .subject-info-box-2 select option:hover {
                background: #eee;
            }

.subject-info-arrows {
    width: 10%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column
}

    .subject-info-arrows input {
        width: 70%;
        margin-bottom: 5px;
    }

    .subject-info-arrows .btn {
        width: 86%;
        margin: 6px 0;
        font-size: 14px;
        font-family: 'Poppins-SemiBold';
        color: #fff !important;
        background-size: 300% 100% !important;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .subject-info-arrows .color-1.btn {
        background-image: linear-gradient(to right, #5348d5, #14ccce, #14ccce, #5348d5);
    }

    .subject-info-arrows .color-3.btn {
        background: #858b8e;
    }

    .subject-info-arrows .btn:hover {
        color: #fff;
        background-position: 100% 0 !important;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.map-dropbox {
    display: flex;
    height: 100%;
}

#waitscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTable.DTFC_Cloned {
    margin: 0 !important;
    background: #fff;
    border-left: none !important;
}

.mr-y {
    margin-bottom: 1.5em;
}

.container-alert {
    box-sizing: border-box
}

    .container-alert .alert {
        margin-bottom: 10px
    }

        .container-alert .alert:last-child {
            margin-bottom: 0
        }

.alert {
    width: 100%;
    padding: 12px 9px 12px 9px;
    position: relative;
    border: none;
    border-left: 6px solid #bababa;
    background: #ededed;
    color: #a1a1a1;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: flex-start;
}

form .alert {
    padding: 8px 9px 8px 31px;
    font-size: 13px;
}

    form .alert:before {
        content: '\f071';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 10px;
        top: 9px;
    }

.alert.alert_success:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
}


.alert .alert--close, .alert .alert--icon {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.alert .alert--close_absolute, .alert .alert--icon_absolute {
    position: absolute;
    top: 10px;
    right: 10px;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto
}

.alert .alert--icon {
    margin-right: 10px
}

.alert .alert--close {
    margin-left: 10px;
    opacity: .7;
    transition: .5s;
    cursor: pointer
}

    .alert .alert--close:hover {
        opacity: 1
    }

.alert .alert--content {
    width: 100%;
    line-height: 1.5
}

.alert .alert--buttons {
    width: 100%;
    margin-top: 10px
}

.alert_sm {
    padding: 10px;
    font-size: 14px
}

    .alert_sm .alert--close, .alert_sm .alert--icon {
        font-size: 16px
    }

.alert_lg {
    font-size: 26px
}

    .alert_lg .alert--close, .alert_lg .alert--icon {
        font-size: 26px
    }

.alert .hr {
    height: 1px;
    width: 100%;
    border: none;
    background: #ddd;
    margin: 10px 0
}

.alert_success {
    border-color: #2ed573;
    background: #c3f3d7;
    color: #23ad5c
}

    .alert_success .hr {
        background: #23ad5c
    }

.alert_danger {
    border-color: #ff4757;
    background: #ffe0e3;
    color: #ff4757
}

    .alert_danger .hr {
        background: #ff4757
    }

.alert_warning {
    border-color: #ffa502;
    background: #ffdb9b;
    color: #ce8500
}

    .alert_warning .hr {
        background: #ce8500
    }

.alert_info {
    border-color: #71c9ff;
    background: #d7f0ff;
    color: #3eb6ff
}

    .alert_info .hr {
        background: #3eb6ff
    }

.alert_dark {
    border-color: #333;
    background: #4d4d4d;
    color: #ccc
}

    .alert_dark .hr {
        background: #1a1a1a
    }

.alert {
    transition: .5s ease-in-out;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: hidden;
    animation-name: showAlert;
    animation-duration: .5s;
    animation-fill-mode: both
}

@keyframes showAlert {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1
    }
}

.alert.alert_none {
    display: none
}

.fixed-alerts {
    box-sizing: border-box;
    position: fixed;
    z-index: 9999999;
    width: calc(100% - 20px);
    max-width: calc(400px - 20px)
}

.fixed-alerts_bottom {
    bottom: 10px
}

.fixed-alerts_top {
    top: 10px
}

.fixed-alerts_right {
    right: 10px
}

.fixed-alerts_left {
    left: 10px
}

.fixed-alerts .alert {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    margin-bottom: 10px
}

    .fixed-alerts .alert:last-child {
        margin-bottom: 0
    }

.uploadForm {
    position: relative;
    width: 100%;
    height: 100px;
    border: 2px dashed #c7d4d0;
    border-radius: 6px;
    text-align: center;
    padding-bottom: 1em;
    background: url(../images/folder-upload.png) top center no-repeat;
}

    .uploadForm p {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 1.7em;
        color: #000;
        font-family: 'Montserrat-Medium';
        font-size: 15px;
        padding: 1em 0;
    }

    .uploadForm input {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
        top: 0;
        left: 0;
    }

.progress_class {
    width: 100%;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
}

    .file-drop-area.is-active {
        background-color: rgba(255, 255, 255, 0.05);
    }

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.file-input:focus {
    outline: none;
}

.dropFiles {
    width: 100%;
    min-height: 100px;
    margin-bottom: 0.5em;
    z-index: 999;
    height: 148px;
    border: 2px dashed #a2c0f5;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Poppins-Medium';
    color: #435876;
    background: linear-gradient( 0deg, #f2f8ff, #f9faff 80%) no-repeat;
}

    .dropFiles input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        opacity: 0;
    }

#messages {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    display: flex;
    position: absolute;
    top: 6.5em;
}

    #messages img {
        width: 20px;
        margin-right: 8px;
    }

.highlightDropArea {
    border: 3px #447ce0 dashed;
}

.progress_class {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dr {
    width: 96%;
    border-top-color: #bdbec3;
}

progress {
    border: none;
    width: 100%;
    height: 5px;
    border-radius: 8px;
    background-color: #e4eafc;
    margin: 0;
    position: absolute;
    bottom: 8px;
}

#progress-label {
    margin-bottom: 0;
}

progress {
    color: lightblue;
}

    progress::-webkit-progress-value {
        background-color: #65d07a !important;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
        background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 1rem 1rem;
    }

    progress::-moz-progress-bar {
        background-color: #e4eafc;
    }

    progress::-webkit-progress-value {
        background-color: #65d07a !important;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
        background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 1rem 1rem;
    }

    progress::-webkit-progress-bar {
        background-color: #e4eafc;
    }

.progress_class .submitbutton.color-1, .progress_class .submitbutton.color-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 0 !important;
    width: 104px;
    margin: 0;
    border-radius: 6px;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    line-height: 1.2;
    border: none;
    margin-left: 8px;
}

.progress_class .submitbutton .svg-icon svg g [fill] {
    fill: #ffffff;
}

.progress_class .submitbutton .svg-icon svg {
    margin-right: 5px;
}

#numberFiles, #numberFiles-file {
    font-size: 13px;
    position: absolute;
    top: 8.5em;
}

.errorFile_name {
    padding-left: 0;
    font-size: 12px;
    text-align: left;
    color: #ff4757;
    width: 30%;
    position: absolute;
    bottom: -15px;
}
/*.errorFile_name:before {
        content: '\f071';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0px;
        top: 0px;
    }*/
.fileSize1 {
    font-size: 12px;
    color: #5c789f;
}

.dataTable label {
    margin: 0;
}

.switch {
    display: inline-block;
}

    .switch input {
        display: none;
    }

    .switch small {
        display: inline-block;
        width: 51px;
        height: 22px;
        background: #a7a7a7;
        border-radius: 30px;
        position: relative;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
    }

        .switch small:after {
            content: "OFF";
            position: absolute;
            color: #fff;
            font-size: 12px;
            width: 100%;
            left: 0px;
            text-align: right;
            padding: 0 6px;
            box-sizing: border-box;
            line-height: 1.9em;
        }

        .switch small:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background: #fff;
            border-radius: 50%;
            top: 4px;
            left: 4px;
            transition: .3s;
            box-shadow: -3px 0 3px rgb(0 0 0 /10%);
        }

    .switch input:checked ~ small {
        background: #3261cd;
        transition: .3s;
    }

        .switch input:checked ~ small:before {
            transform: translate(29px, 0px);
            transition: .3s;
        }

        .switch input:checked ~ small:after {
            content: "ON";
            text-align: left;
        }

.card_one {
    width: 425px;
    background: #FFFFFF;
    box-shadow: 0px 13.6919px 21.6187px -10.8094px rgb(0 48 209 / 15%);
    border-radius: 10.8094px;
    padding: 0;
    overflow: hidden
}

    .card_one .modal-header {
        padding: 10px 35px;
    }

    .card_one .modal-body {
        padding: 10px 35px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card_one .modal-close-button {
        position: absolute;
        top: 7px;
        right: 8px;
    }

    .card_one .modal-footer {
        border: none;
    }

        .card_one .modal-footer .btn {
            flex: 1;
            margin: 0;
            border-radius: 0;
            font-size: 14px;
            padding: 9px;
        }

            .card_one .modal-footer .btn.bg-primary {
                background: #3f7dd3;
                color: #fff;
            }

#drop-zone {
    width: 100%;
    min-height: 150px;
    border: 3px dashed rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;
}

    #drop-zone input {
        position: absolute;
        cursor: pointer;
        left: 0px;
        top: 0px;
        opacity: 0;
    }
    /*Important*/
    #drop-zone.mouse-over {
        border: 3px dashed rgba(0, 0, 0, .3);
        color: #7E7E7E;
    }
/*If you dont want the button*/
#clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: 150px;
    border-radius: 4px;
    background-color: #4679BD;
    padding: 10px;
}

    #clickHere:hover {
        background-color: #376199;
    }

#filename {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}

.file-preview {
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.closeBtn:hover {
    color: red;
}

div.dt-buttons {
    position: relative;
    float: left;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 55px;
}

.card-body .dt-button {
    color: #fff;
    background: #4c58d5 !important;
    border: 1px solid #3f4bcc;
    border-radius: 4px;
    font-size: 14px;
    padding: 0.3em 1em;
    margin-left: 1.2em;
    margin-right: 0;
    transition: all ease-in-out 300ms;
    height: 32px;
    text-shadow: 1px 1px 1px #3640a9;
}

.dt-button:hover {
    color: #fff;
    background: #3a44af !important;
    border: 1px solid #3a44af !important;
    text-shadow: none !important;
}

.dt-button span i {
    margin-right: 6px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: -5px;
    content: "\2191";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0px;
    content: "\2193";
}

.table-editable label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-size: 14px !important;
}

.table-responsive .dataTables_wrapper .table-editable.dataTable td {
    text-align: center
}

.increment_control button {
    width: 25px !important;
    height: 25px !important;
    border: none;
    font-size: 25px;
    color: #fff;
    border-radius: 55% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e4a8ad;
    border-color: #f1a2a9;
}

#btnAddJubilant, #btnAddCollaborator, #btnAddJubilantOwner, #btnAddCollaboratorOwner, #btnAddJubilantFOwner, #btnAddCollaboratorFOwner {
    float: right;
    width: auto;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    height: 30px;
}

#btnAddFJubilant, #btnAddFCollaborator {
    float: right;
    width: auto;
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

.table-editable tbody tr:nth-child(odd) {
    background: #fff;
}

.table-editable tbody tr:nth-child(even) {
    background: #fafafc;
}

.table-fixed tbody {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

    .table-fixed tbody.innertbl {
        display: block;
        max-height: 290px;
        overflow-y: auto;
    }

    .table-fixed thead, .table-fixed tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

/*.table-fixed thead {
    width: calc( 100% - 1em )
}*/

.table-responsive .dataTables_wrapper .dataTable.table-fixed td {
    padding: 4px 10px;
    border-bottom: 1px solid #e9e9e9;
    height: 30px;
}

table {
    border-collapse: collapse;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    text-transform: capitalize;
    background-color: #cdd7ff;
    color: #000000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-left: 12px;
}

    .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
        background-color: #0069d9;
        color: #fff;
    }

.table-responsive .dataTables_wrapper .map-table.dataTable.table-fixed td {
    text-align: left !important;
}

    .table-responsive .dataTables_wrapper .map-table.dataTable.table-fixed td:nth-of-type(1) {
        width: 80%;
    }


.selected-row {
    background: #ebf18f !important;
}

.map-table .checkbox .cr {
    margin-top: 0 !important;
}

.map-table.table-fixed tbody {
    max-height: 200px;
}

.dataTables_wrapper .map-table {
    margin-bottom: .8rem !important;
}


#tbladdRow {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: .8rem;
}

    #tbladdRow thead {
        background: #c8d2ec;
    }

    #tbladdRow th {
        font-family: 'Poppins-SemiBold';
        font-family: 'Poppins-Medium';
        color: #000;
        font-size: 13px;
        text-transform: none;
        margin-bottom: 4px;
        vertical-align: middle;
        padding: 6px 12px;
        white-space: nowrap;
        text-align: center;
    }

    #tbladdRow tbody td {
        padding: 4px 10px;
        border-bottom: 1px solid #e9e9e9;
        vertical-align: middle
    }

    #tbladdRow td:nth-of-type(1) {
        width: 50%;
    }

    #tbladdRow td:nth-of-type(2) {
        width: 50%;
    }

    #tbladdRow td label {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#add-row {
    font-size: 13px;
    font-family: 'Poppins-Regular';
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: auto;
    float: right;
}

#tbladdRow td label.error {
    margin-top: 5px;
    justify-content: flex-start;
}

.bin-area {
    text-align: center;
}

    .bin-area img {
        max-width: 81px;
    }


    .bin-area p {
        font-family: 'Poppins-Regular';
        color: #000;
        font-size: 16px;
        padding: .7em 0;
        word-break: break-all;
    }


.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    display: none;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 16px;
    padding: .7em 0;
}

.jconfirm-title {
    padding: 1em 0;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    font-size: 68px;
    margin: 0;
}

.dataTables_wrapper .pagination .page-item.first > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.previous > .page-link {
    background: #ffffff;
}

.dynamictable-row {
    margin: 0 30px .8rem;
}

    .dynamictable-row thead {
        background: #c8d2ec;
    }

        .dynamictable-row thead th {
            vertical-align: middle;
            padding: 6px 12px;
            white-space: nowrap;
            font-family: 'Poppins-Medium';
            color: #000;
            font-size: 13px;
        }

    .dynamictable-row tbody td {
        padding: 4px 10px;
        border-bottom: 1px solid #e9e9e9;
    }


    .dynamictable-row tbody tr:nth-child(odd) {
        background: #fafafc;
    }

    .dynamictable-row .btn i {
        margin: 0;
        padding: 0;
    }

    .dynamictable-row td:nth-of-type(1) {
        width: 50%;
    }

    .dynamictable-row td:nth-of-type(2) {
        width: 50%;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    margin-top: 8px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #909ba5;
    -webkit-transition: .4s;
    transition: .4s;
}

.table-responsive .dataTables_wrapper .dataTable td span.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 3px;
}

input:checked + .slider {
    background-color: #007bff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fa-star {
    color: #4276ec;
    cursor: pointer;
    font-size: 0.8em;
}

.table-cell .dropdown-item svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.table.grid-view .avatar {
    display: none;
}

.table.grid-view .contact-actions {
    position: absolute;
    bottom: 36px;
    right: 20px;
}



.a {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(50%, -1em);
    border-radius: 1.3em;
    transform-origin: 1.3em 2em;
    animation: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.a1 {
    animation-delay: 0.1s;
    background-color: orange;
}

.a2 {
    animation-delay: 0.2s;
    background-color: #56a3f2;
}

.a3 {
    animation-delay: 0.3s;
    background-color: #6267bc;
}

.a4 {
    animation-delay: 0.4s;
    background-color: #70e24c;
}

.a5 {
    animation-delay: 0.6s;
    background-color: #e96169;
}

#txt_foldername {
    height: 46px;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    font-size: 20px;
    padding: 0;
}

    #txt_foldername:focus {
        border: none !important;
        box-shadow: none;
        border-bottom: 2px solid rgb(0, 97, 213) !important;
    }

#renameModal .modal-footer {
    border: none;
}

.upload-icon-m {
    width: 60px;
    height: 60px;
    border: 2px solid #a7c1ef;
    border-radius: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 2em;
    color: #81a1d9;
}

.drag-txt {
    position: absolute;
    padding: 0 0px;
    width: 323px;
    bottom: 0.5em;
    z-index: -1;
}

.modal-body .card {
    border: 1px solid #dadada;
    padding: .6em;
}

.no-data {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 3em;
}

    .no-data h4 {
        font-size: 16px;
        line-height: 1.7em;
    }

    .no-data p {
        font-size: 13px;
    }

.widget-body .table-responsive table thead {
    background: #c8d2ec;
}

    .widget-body .table-responsive table thead th {
        vertical-align: middle;
        padding: 6px 12px;
        white-space: nowrap;
        font-family: 'Poppins-SemiBold';
        color: #464141;
        font-size: 13px;
    }

.dataTables_empty {
    text-align: center !important;
    color: red !important;
}

.card.list-card {
    background: #fff !important;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    border-radius: 5px;
}

    .card.list-card .card-header {
        background: #ecf9ff;
        padding: .45rem 1.25rem;
        margin-bottom: 0;
        font-family: 'Poppins-SemiBold';
        border-bottom: 1px solid rgb(206 230 241);
    }

    .card.list-card .card-media-description {
        padding: .45rem 1.25rem;
    }

.coming-area {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Poppins-SemiBold';
    font-size: 28px;
}

#upload_item {
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 6px;
    padding: 4px 0;
    min-height: 44px;
    position: relative;
}

    #upload_item span {
        font-family: 'Poppins-SemiBold';
        font-size: 14px;
        color: #343e5a;
    }

    #upload_item b {
        padding: 0 5px;
    }

    #upload_item img {
        width: 36px;
        margin-right: 8px;
        margin-top: 7px;
    }

    #upload_item small {
        position: relative;
        font-size: 13px;
        color: #9a9eac;
    }

.upload-prog {
    position: absolute;
    bottom: 0;
    width: 93.5%;
    left: 47px;
}

.progress-label {
    float: right;
    top: -8px;
    position: relative;
}

#file_uploadvr img {
    width: 36px;
    margin-right: 8px;
    margin-top: 0px;
}

#file_uploadvr p {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    color: #343e5a;
}

#file_uploadvr figure {
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 0;
    padding: 3px 0;
    min-height: 44px;
    border-bottom: 1px dashed #bbb;
    position: relative;
}

    #file_uploadvr figure:last-child {
        padding-bottom: 17px;
        border: none;
    }

    /*#file_uploadvr figure .progress-label-file {
    display:none;}*/

    #file_uploadvr figure .upload-prog {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    #file_uploadvr figure:last-child .upload-prog {
        display: block;
    }

.progress-label-file {
    float: right;
    top: -14px;
    position: relative;
    right: 28px;
}

#fileUpload_form .errorFile_name {
    padding-left: 0;
    font-size: 12px;
    text-align: left;
    color: #ff4757;
    width: 30%;
    position: relative;
    left: 47px;
    bottom: 0;
}

#file_uploadvr {
    height: auto;
    max-height: 119px;
    overflow-y: scroll;
}

.search-filter {
    padding-bottom: 8px;
    margin-bottom: 14px;
}

    .search-filter .form-group {
        align-items: flex-end;
        margin: 0 !important;
    }

    .search-filter .col {
        padding: 0;
    }

.form__wrapper {
    position: relative;
}

.search-filter .form__wrapper .input-group-prepend {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-filter .form__wrapper .input-group-prepend {
    height: 42px;
}

.search-filter .form-input {
    height: 42px;
    padding: 0 3.1rem 0px 1.2rem;
    border-radius: 0;
    border: 1px solid #9cb7df;
    font-size: 15px;
}

.form-group label.calender {
    padding: 0;
    width: auto;
    margin: 0;
    color: #3966ff;
}

.search-filter #startDate {
    border-right: none;
    border-radius: 7px 0 0 7px;
}

.form-label {
    position: absolute;
    left: 0;
    top: 23px;
    color: #999;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.btn-liquid {
    font-family: 'Poppins-SemiBold';
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #246de9;
    background-image: linear-gradient( 315deg, #0da5df 57%, #b621fe 82%);
    border: 1px solid #e0e5f3;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    border: none;
    height: 42px;
    border-radius: 0 7px 7px 0;
}

    .btn-liquid:hover {
        color: #fff;
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.search-filter #endDate {
    border-right: 0 !important;
    border-radius: 0 !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    left: inherit;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 12px;
    color: #878787;
}

i.fa-swatchbook {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #fbff00), color-stop(1, #f22) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #fbff00), color-stop(1, #f22) );
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
}

#document-view .list-view li.dropdown-submenu {
    padding: 0;
    margin: 0;
    border: none;
    height: auto;
    width: 100%;
    float: none;
}

.table .dropdown-menu.show li.dropdown-submenu a {
    font-size: 13px;
}

    .table .dropdown-menu.show li.dropdown-submenu a:hover {
        border-radius: 0 !important
    }

#switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 13rem;
    text-align: center;
    border-radius: 0 !important;
    padding: 5px;
    height: 44px;
}

    #switcher li {
        position: relative;
        float: none;
        width: 22px !important;
        height: 22px !important;
        border-radius: 4px;
        border: none !important;
        display: inline-block;
        margin: 5px !important;
        padding: 0 !important;
        transition: all 0.3s ease !important;
    }

.grid-view #switcher {
    min-width: 14.6rem;
}

#switcher li:hover {
    transform: scale(1.1);
}

#redButton {
    background: #e85539;
}

#greenButton {
    background: #7ad148;
}

#blueButton {
    background: #4985e7;
}

#yellowButton {
    background: #f2c10f;
}

#pinkButton {
    background: #ed90b2;
}

#maronButton {
    background: #ac725d;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 20px;
    height: 20px;
    margin: -25px 0 0 -25px;
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.cursor--hover .cursor-inner {
    transform: scale(0.5);
    opacity: 0;
}

.cursor--hover .cursor-outer {
    transform: scale(1.4);
    border-color: #e73d45;
    opacity: 1;
}

.cursor-move-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
}

.cursor-move-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor-inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #e73d45;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    box-sizing: border-box;
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.label-body figure {
    border-top: 1px solid #e2e2e2;
    margin: 1px 0;
    padding: 0.5em 0;
    transition: all 0.3s ease !important;
}

    .label-body figure:hover {
        background: #eef5f4;
        cursor: pointer;
    }

    .label-body figure .form-check {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .label-body figure .form-check i {
            overflow: hidden;
            margin-right: 12px;
            width: 16px;
            transform: rotate( 135deg);
        }

.form-check-label {
    flex: 1 0 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Work {
    color: #e85539;
}

.Personal {
    color: #4985e7;
}

.Important {
    color: #7ad148;
}

.Reference {
    color: #ed90b2;
}

.Sharable {
    color: #ac725d;
}

#versionModal .modal-dialog {
    width: 668px;
    max-width: 638px;
}

    #versionModal .modal-dialog ul.activity-details {
        height: 402px;
        overflow-y: auto;
    }

#versionModal b {
    margin-bottom: 4px;
    display: block;
    font-weight: normal;
}

    #versionModal b span {
        font-family: 'Poppins-SemiBold';
        color: #3a74c2;
    }

.activity-details .icon-reload:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-left: 1px solid #5495ed;
    border-bottom: 1px solid #5495ed;
    top: 5px;
    left: 7px;
}

.activity-details .icon-reload {
    color: #5495ed;
}

.size-file {
    font-family: 'Poppins-Regular' !important;
    font-size: 13px;
    color: #888b92 !important;
    padding-left: 5px;
}

.clear_search {
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 1em;
    font-family: 'Poppins-SemiBold';
}

#label-title {
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    color: #000;
}

.dataTables_wrapper .checkbox {
    display: inline-block;
    margin-right: 1em;
}

    .dataTables_wrapper .checkbox .cr {
        margin-top: 0;
    }

.dataTables_wrapper table tfoot th {
    text-align: right !important;
}

.container-login100-form-btn.submit-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

    .container-login100-form-btn.submit-wrapper .submitbutton {
        margin: 0 0 0 18px;
    }

.sidebar-wrapper {
    height: 100%;
    max-height: 100%;
}

.sidebar-menu {
    max-height: calc(100% - 110px);
    height: calc(100% - 110px);
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}

#sidebar-wrapper .activity-details-1 li {
    display: block;
    align-items: center;
    margin-bottom: 0.5em;
    width: 100% !important;
    border-bottom: 1px solid #dee2e6;
}

    #sidebar-wrapper .activity-details-1 li:last-child {
        border: none;
    }

    #sidebar-wrapper .activity-details-1 li .profile-name {
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: top;
    }

#document-view #sidebar-wrapper .grid-view li {
    width: 50%;
    height: auto;
    border: none;
    padding: 0;
}

.no-records {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins-Medium';
    color: #858585;
    font-size: 15px;
}

    .no-records img {
        margin-bottom: 6px;
    }

.search-form label.error {
    position: absolute !important;
}

.help-fluid em {
    font-style: normal;
    color: green;
    font-family: 'Poppins-SemiBold';
}

.help-fluid b {
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
}

.list-grid-toggle svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #4658b6;
}

.favorite-table .table-row {
    display: grid;
    grid-template-columns: 22px 22px 233px 188px 193px 142px repeat(1, 90fr)14fr 0fr;
}

.modal-title .icon-reload:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #74788d;
    border-bottom: 2px solid #74788d;
    top: 4px;
    left: 6px;
}

.DTFC_RightBodyLiner {
    overflow: hidden;
}

table.dataTable.DTFC_Cloned thead .sorting:before, table.dataTable.DTFC_Cloned thead .sorting:after {
    display: none;
}

#SecretQuestionModal .secret-qs {
    box-shadow: none;
    padding: 0;
    margin-top: 1.5em;
}

#SecretQuestionModal .modal-dialog {
    width: 670px;
    max-width: 670px;
}

#SecretQuestionModal .modal-title svg {
    background-color: #435070;
    border-radius: 50% !important;
    color: #fff !important;
    margin-right: 5px;
}

#SecretQuestionModal .col-12 {
    padding: 0;
}

.division-panel {
    text-align: left;
    background: #fff;
    padding-bottom: 1px;
    margin-bottom: 20px;
    border: 1px solid rgb(185 200 236);
    border-radius: 6px;
}

    .division-panel h3 {
        text-align: left;
        background: #f3f6ff;
        padding: 7px 19px;
        border-left: 4px solid #3260cc;
        margin-bottom: 11px;
        position: relative;
        border-bottom: 1px solid #cfd8ed;
        border-radius: 6px 6px 0 0;
    }

        .division-panel h3:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -7px;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #3260cc;
        }

    .division-panel .panel {
        text-align: left;
        margin-bottom: 5px;
        padding: 0px 17px;
    }

        .division-panel .panel h5 {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .division-panel .panel h4 {
            margin-bottom: 8px;
        }

        .division-panel .panel h4 {
            color: #000;
            position: relative;
            padding-left: 11px;
        }

        .division-panel .panel h5 {
            position: relative;
            padding-left: 11px;
            cursor: pointer;
            color: #3260cc;
        }

            .division-panel .panel h4:before, .division-panel .panel h5:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -4px;
                width: 0;
                height: 0;
                border-top: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid transparent;
                border-left: 5px solid #636f93;
            }

#userGuide .modal-dialog {
    width: 60%;
    max-width: 60%;
}

#userGuide .modal-body {
    padding: 1em 0 0;
    text-align: left;
}

    #userGuide .modal-body table td {
        border: 1px solid #dee2e6;
    }


#userGuide .modal-header {
    padding-bottom: 1em;
    border-bottom: 1px solid #dee2e6;
}

#userGuide .modal-footer {
    border: none;
}

#userGuide .modal-header h2 {
    font-size: 21px !important;
}

.submitbutton.color-4 {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

    .submitbutton.color-4:hover {
        background: #0459b5;
        border-color: #09509d;
    }

#userGuide .carousel-inner {
    text-align: center;
    height: 360px;
}

    #userGuide .carousel-inner img {
        margin: auto;
        max-height: 280px;
        margin-top: .5em;
    }

#userGuide .carousel-control-next, #userGuide .carousel-control-prev {
    width: 7%;
    color: #000;
    text-align: center;
    font-size: 18px;
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
}

#userGuide .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #454d5e;
}

#userGuide .carousel-indicators {
    bottom: -8px;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
    font-size: 13px;
    font-weight: normal;
    padding: 0.32em 0.7em;
    border-radius: 0.15rem;
    text-align: left;
}

    .badge-info ul {
        margin-top: 5px;
    }

        .badge-info ul li {
            padding: 2px 0;
        }



.col-label {
    font-family: 'Poppins-SemiBold';
    color: #000;
    font-size: 14px;
    text-transform: none;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}

.dropdown-menu-right .form__wrapper .input-group-prepend {
    width: 32px;
    height: 32px;
    align-items: center;
}

#adv-search .form-group.apply-area {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

    #adv-search .form-group.apply-area .btn-primary {
        background: #496ee7;
        border: none;
        display: flex;
        color: #fff;
    }

        #adv-search .form-group.apply-area .btn-primary:hover {
            background: #4165db;
        }

    #adv-search .form-group.apply-area .btn-light:hover {
        background: #ebeef3;
    }

    #adv-search .form-group.apply-area .btn {
        font-family: 'Poppins-SemiBold';
        width: 106px;
        margin-left: 8px;
        border-radius: 6px;
        text-align: center;
        justify-content: center;
        height: 37px;
        border: none;
    }

#frm_validDate .form__wrapper .input-group-prepend {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.search-dropdown-panel {
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    right: 0px;
    left: auto;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 5px 10px 0 rgb(192 173 188 / 45%);
    padding: 1em 0;
    top: 44px;
    border-radius: 8px !important;
    border: 1px solid #d7d4d4;
    -webkit-animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
    animation: kt-header-menu-submenu-fade-in .2s ease 1,kt-header-menu-submenu-move-down .2s ease-out 1;
}

.form-group.apply-area {
    margin: 0 !important;
}

.search-dropdown-panel .form__wrapper .input-group-prepend {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.search-dropdown-panel .bootstrap-select > .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    font-size: 15px;
    top: 1px;
    right: 6px;
}

.search-dropdown-panel .form-group .btn {
    font-family: 'Poppins-Regular';
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border-color: #b3c7e4;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
    height: 100%;
    line-height: 1.9em;
}

.search-dropdown-panel .dropdown-menu li a {
    font-size: 14px;
    padding: 1.2em 2em 1.2em 1.4em !important;
    display: block !important;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f058';
    color: green;
    font-size: 15px;
    top: 6px;
    position: absolute;
    right: 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

#adv-search.show .search-dropdown-panel {
    display: block;
}

.search-dropdown-panel .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
    color: #495057;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #daefc9;
}

.delete-image {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 18px;
}

.search-dropdown-panel .field-error .form-control, .search-dropdown-panel .field-error .dropdown-toggle {
    background-color: #f5e8e7 !important;
    border-color: #e67f8c !important;
}

.field-error .form-control, .field-error .dropdown-toggle {
    border-color: #e67f8c !important;
}

.fa-plus-square {
    color: #007bff;
}

.fa-minus-square {
    color: #dc3545;
}

.lavel-count {
    border-radius: .15rem;
    line-height: 1.1em;
}

.lavel-count {
    color: #212529;
    background-color: #ffc107;
    float: right;
    margin-top: 4px;
    margin-left: 5px;
    border-radius: 0.15rem;
    line-height: 1.1em;
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge {
    font-size: 12px;
    border-radius: 7px;
}

.carousel-item {
    font-size: 14px;
}

.panel h5:hover, .panel h4:hover, .panel h5:focus, .panel h4:focus {
    color: #000000;
}

.location-vr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
}

.archiveLocation_vr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 198px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    padding-right: 30px;
}

.owner_vr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 161px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    padding-right: 30px;
    min-width: 158px;
}

    .owner_vr:after {
        position: absolute;
        right: 10px;
        top: 0;
        content: "\f007";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 20px;
        height: 20px;
        border-radius: 55%;
        background: #3297f9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 10px;
        border: 1px solid #fff;
    }

    .owner_vr:before {
        position: absolute;
        right: 1px;
        top: 0;
        content: "\f007";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 20px;
        height: 20px;
        border-radius: 55%;
        background: #87e342;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 10px;
        z-index: 9;
        border: 2px solid #fff;
    }

.table.grid-view .owner_vr {
    max-width: 170px;
}


.owner_vr_large {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 379px;
    margin-bottom: 0;
    line-height: normal;
}

.limit-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 172px;
    margin-bottom: 0;
    line-height: normal;
}


.limit-txt-lg:after {
    position: absolute;
    right: 1px;
    top: 1px;
    content: '\e08b';
    font-family: 'simple-line-icons';
    color: #3848e9;
    font-size: 15px;
}

#versionModal .modal-body {
    padding-top: 0;
    margin-top: -1px;
}

#versionModal .modal-close-button {
    position: absolute;
    top: -3px;
    right: -5px;
}

.no-record {
    font-family: 'Poppins-SemiBold';
    background: #fff url(../images/no-record.jpg) no-repeat center 19%;
    width: 100%;
    text-align: center;
    background-size: 5%;
    padding-top: 4.2em;
    padding-bottom: 0.5em;
    color: #bc5e21;
    font-size: 14px;
}

.common-table {
    width: 100%;
    border: 1px solid #9eabc1;
}

    .common-table thead {
        background: #c2cde1;
    }


    .common-table th {
        vertical-align: middle;
        padding: 6px 12px;
        border: 1px solid #9eabc1;
    }

    .common-table td {
        vertical-align: middle;
        padding: 6px 12px;
        border: 1px solid #c2cde1;
        background: #fff;
    }

    .common-table label {
        margin-bottom: 0;
    }

    .common-table .checkbox .cr {
        border: #6c7b93 solid 2px;
        margin: 0;
    }

#sidebar-wrapper .tab-content {
    height: 100%;
    max-height: 100%;
}

    #sidebar-wrapper .tab-content .tab-pane {
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        overflow-y: auto;
        position: relative;
        padding-bottom: 3em;
    }

.help-block {
    display: none !important;
}

#frm_rename .results {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.blue-loader {
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    left: 0;
}

.wait-l {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wait-l p {
        font-size: 15px;
        position: absolute;
        top: 59%;
        left: 48%;
        letter-spacing: 1px;
    }
/*@keyframes anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
.upload-modal .form-group {
    margin-bottom: 0;
}

.carousel-item a {
    color: #3260cc;
}

.dck-logo {
    display: none;
}

.notifications li.toogle-menu {
    display: none;
}

.add-sidebar.toggled {
    width: 249px;
    box-shadow: none;
}

.search-btn button {
    border: none;
    background: none;
    display: none;
}

#sidebar-wrapper.toggled {
    width: 270px;
}

.size-pl, .modi-date {
    cursor: pointer;
}

.btn-light {
    color: #212529;
    background-color: #d8d9da;
    border-color: #d9dbdc;
}

#close-sidebar .svg-icon svg g [fill] {
    fill: #495bb8;
}

.tab-content table tr td span {
    margin-right: 4px;
}

.svg-icon.pl svg g [fill] {
    fill: #ed956d;
}

.svg-icon.pr svg g [fill] {
    fill: #6499fb;
}

.svg-icon.pn svg g [fill] {
    fill: #69d5bd;
}

.svg-icon.pg svg g [fill] {
    fill: #ed956d;
}

.svg-icon.pd svg g [fill] {
    fill: #6499fb;
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    color: #0e5ed4;
}

.nav-tabs .nav-item a {
    text-align: center;
}

form .alert.note:before {
    display: none !important;
}

form .alert.note {
    padding: 8px 9px 8px 5px;
    font-size: 13px;
    background: #cae4f7;
    border-color: #5eace5;
    color: #000;
}

    form .alert.note .svg-icon svg g [fill] {
        fill: #5eace5;
    }

.note {
    display: flex;
    align-items: center;
    background: #e4ecf7;
    padding: 6px 11px;
    margin-top: 7px;
    border-radius: 5px;
    font-size: 13px;
    color: #445976;
}

    .note i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 19px;
        height: 19px;
        border: 2px solid #445976;
        font-size: 11px;
        border-radius: 55%;
        margin-right: 8px;
    }

.size-pl i.fa-file {
    color: #2e58ce;
}


.size-pl i.fa-folder {
    text-shadow: none !important;
}

.hydra-vr:before {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.select-radio {
    display: none;
}


#sidebar-wrapper .nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    border-bottom: 3px solid #f1b914 !important;
}

#sidebar-wrapper .nav-tabs .nav-item .nav-link {
    color: #d8e9ff;
}

.email-id-row input {
    width: 100%;
}

#copylinkModal .modal-footer {
    border: none;
}

.treeview-button {
    width: 50px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    border: none;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6.2em;
    left: 13.5em;
    background: url(../images/white_wall_bg.png) repeat;
    z-index: 9999;
    border-radius: 15px;
}

    .treeview-button:before {
        content: "";
        position: absolute;
        top: -30px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 15px 15px 0px #e8e8e8;
    }

    .treeview-button:after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 15px -15px 0px #e8e8e8;
    }

.add-sidebar .treeview-button .svg-icon svg g [fill] {
    fill: #2e56cf;
}

.add-sidebar .treeview-button .svg-icon {
    margin: 0;
    position: relative;
    z-index: 999;
}

#tree-view-vr {
    height: 100%;
    max-height: 100%;
    box-shadow: -6px 0 6px -5px #d2d8e7;
    z-index: 9;
    right: 0;
    width: 0;
    height: 100%;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    background: url(../images/bg-10.jpg) 100% 17%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: right;
    margin-left: auto;
    position: absolute;
}

.toggled #tree-view-vr {
    width: 229px;
}

.toggled .treeview-button {
    -webkit-transition: all .50s ease-in-out;
}

.treeview-button .svg-icon-3x svg {
    display: none;
}

.toggled .treeview-button .svg-icon-2x svg {
    display: none;
    position: relative
}

.toggled .treeview-button .svg-icon-3x svg {
    display: block;
}

.search-iconArea {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0px;
    height: 40px;
    z-index: 99;
}

.search-aph {
    padding-left: 2.3em;
}

.search-bluearea {
    width: 100%;
}

.mobile-category {
    display: none;
}

.home-searchVR {
    pointer-events: none;
}

.jstree-default .jstree-icon {
    background-image: url(../images/32px.png);
}

.jstree-open .jstree-themeicon {
    background-position: -267px -62px;
}

.jstree-closed .jstree-themeicon {
    background-position: -266px -6px;
}

.jstree-default .jstree-anchor {
    font-size: 12px;
    padding: 0 8px 0 0px;
}

.jstree-last a {
    font-family: 'Poppins-SemiBold' !important;
    color: #0e5ed4 !important;
}

.jstree-last ul li a {
    font-family: 'Poppins-Regular' !important;
    color: #000 !important;
}

.jstree-default .jstree-node {
    margin-left: 17px;
}

.jstree-default .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 24px;
}


.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -100px -6px;
}

.modalButton4, .modalButton4-1, .modalButton4-2, .modalButton4-3, .modalButton4-4 {
    color: #3260cc !important;
}

.profile_avatar {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 2em 0 1em;
}

    .profile_avatar figure {
        width: 91px;
        height: 91px;
        border-radius: 55%;
        padding: 0;
        background: #ffffff;
        margin: auto;
        overflow: hidden;
        border: 1px solid #5eb3fd;
    }

        .profile_avatar figure img {
            margin-top: 6px;
        }


.intl-tel-input {
    position: relative;
    display: inline-block;
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .intl-tel-input .hide {
        display: none;
    }

    .intl-tel-input .v-hide {
        visibility: hidden;
    }

    .intl-tel-input input,
    .intl-tel-input input[type=text],
    .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0;
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px;
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px;
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555;
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #555;
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 1px solid #CCC;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll;
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -1px;
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px;
        }

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999;
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0, 0, 0, 0.05);
    }

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, 0.05);
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
    .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent;
    }

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer;
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em;
    }

.iti-flag {
    width: 20px;
}

    .iti-flag.be {
        width: 18px;
    }

    .iti-flag.ch {
        width: 15px;
    }

    .iti-flag.mc {
        width: 19px;
    }

    .iti-flag.ne {
        width: 18px;
    }

    .iti-flag.np {
        width: 13px;
    }

    .iti-flag.va {
        width: 15px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

#phone-error {
    position: absolute;
    bottom: -28px;
    font-family: 'Montserrat-Medium' !important;
    margin-top: 6px;
    padding: 0 !important;
    font-weight: normal;
    font-size: 12px !important;
    letter-spacing: 0;
    background: none;
    color: #db2828 !important;
}

button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer;
}

#result {
    margin-bottom: 100px;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

.iti-flag {
    background-image: url(../images/flags.png) !important;
}

.forny-form .card.custom-card {
    box-shadow: none !important
}

.bell-notification {
    padding: 0;
    border: none !important;
}

    .bell-notification:hover {
        background: none !important;
        border: none !important
    }

.mnb .dropdown-menu.dropdown-notification {
    min-width: 274px;
    top: 39px !important;
}

    .mnb .dropdown-menu.dropdown-notification li {
        padding: 0.5em 1em !important;
        line-height: 1.3em;
        border-bottom: 1px dashed #bfc0c1;
    }

        .mnb .dropdown-menu.dropdown-notification li:last-child {
            padding-bottom: 0;
            border: none;
        }

.me-3 {
    margin-right: .8rem !important;
}

.bg-soft-danger {
    background-color: rgba(240,101,72,.18) !important;
}

.fs-16 {
    font-size: 16px !important;
}
