html {
    position: relative;
    min-height: 100%;
    font-family: ProximaNova !important;
}

body {
    overflow-x: hidden;
    color: #383838;
    font-weight: 500;
    font-family: ProximaNova;
    background-color: #fff;
    /* padding-bottom: 60px; */
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/Proxima_Nova/ProximaNova-Regular.otf);
    font-weight: 500;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/Proxima_Nova/ProximaNovaThin.otf);
    font-weight: 400;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/Proxima_Nova/ProximaNovaBold.otf);
    font-weight: 600;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/Proxima_Nova/ProximaNovaExtrabold.otf);
    font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input {
    font-family: ProximaNova;
}

.btn {
    font-family: ProximaNova;
}

.btn-lg {
    padding: 0.5rem 1.3rem;
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 20px;
    color: #4b4b5a;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #263756;
}

.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
    color: #263756;
}

#wrapper {
    min-height: 100%;
    width: 100%;
}

.content-page {
    margin-left: 270px;
    padding: 0 17.5px 5px 17.5px;
    min-height: 100%;
    overflow: hidden;
    margin-top: 72px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.left-side-menu {
    width: 270px;
    color: #fff;
    /* border: solid 0.5px #d9d9d9; */
    background-color: #fff;
    bottom: 0;
    /* padding: 0 0 30px 0; */
    position: fixed !important;
    top: 72px;
    display: grid;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    z-index: 99;
}

.left-side-menu .sidebar-content {
    height: 100%;
    overflow-y: auto;
}

.sidebar-content::-webkit-scrollbar {
    display: none;
}

#sidebar-menu {
    padding-bottom: 30px;
}

#sidebar-menu > ul > li.mm-active > a {
    border-left: 0px solid #17202a;
    color: #ffffff;
    background-color: #17202a;
}

#sidebar-menu > ul > li.mm-active > a svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

#sidebar-menu > ul > li > a {
    display: block;
    padding: 12px 22px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-left: 0px solid transparent;
}

#sidebar-menu > ul > li > a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 3px;
    color: #4b4b5a;
    fill: rgba(75, 75, 90, 0.12);
}

#sidebar-menu > ul > li > a img {
    /* width: 16px; */
    margin-right: 7px;
    text-align: center;
    align-self: center;
    align-content: center;
    margin-bottom: 2px;
}

#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover {
    color: #263756;
    text-decoration: none;
    background-color: #e5f2fa;
}

#sidebar-menu > ul > li > a:active svg,
#sidebar-menu > ul > li > a:focus svg,
#sidebar-menu > ul > li > a:hover svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}

#sidebar-menu > ul > li > a i {
    display: inline-block;
    line-height: 1rem;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu > ul > li > a.active {
    border-left: 0px solid #e5f2fa;
    color: #fff;
    background-color: #263756;
}

.badge-success {
    color: #263756;
    background-color: #ffffff;
}

#sidebar-menu > ul > li > a.active svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

#sidebar-menu > ul > li > ul {
    padding-left: 43px;
}

#sidebar-menu > ul > li > ul ul {
    padding-left: 20px;
}

#sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    position: absolute;
    right: 30px;
    display: inline-block;
    font-family: unicons;
    text-rendering: auto;
    line-height: 1.3rem;
    font-size: 0.9rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15px;
}

#sidebar-menu .menu-arrow:before {
    content: "\e82f";
}

#sidebar-menu .badge {
    margin-top: -3px;
}

#sidebar-menu .nav-second-level > li .menu-arrow {
    top: 8px;
}

#sidebar-menu li.mm-active > a > span.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu .menu-title {
    padding: 15px 30px 10px 30px;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #4b4b5a;
}

.user-profile {
    padding: 15px 20px 15px 30px;
}

.user-profile .avatar-xs {
    display: none;
}

.user-profile .pro-user-name {
    color: #ffffff;
    font-weight: 500;
}

.user-profile .pro-user-desc {
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.user-profile .dropdown-toggle svg {
    width: 18px;
    height: 18px;
    color: #4b4b5a;
    background-color: rgb(255 255 255);
    border-radius: 3px;
}

.left-side-menu-condensed .logo {
    width: 70px !important;
    text-align: center;
}

.left-side-menu-condensed .logo span.logo-sm {
    display: block !important;
}

.left-side-menu-condensed .navbar-custom {
    left: 0 !important;
    padding-left: 10px;
}

.left-side-menu-condensed .navbar-custom .button-menu-mobile.disable-btn {
    display: block !important;
}

.left-side-menu-condensed .left-side-menu {
    position: absolute;
    width: 70px !important;
    z-index: 5;
}

.left-side-menu-condensed .left-side-menu .slimScrollDiv,
.left-side-menu-condensed .left-side-menu .slimscroll-menu {
    overflow: inherit !important;
    height: auto !important;
}

.left-side-menu-condensed .left-side-menu .slimScrollBar {
    visibility: hidden;
}

.left-side-menu-condensed .left-side-menu .sidebar-content {
    height: auto;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu .badge,
.left-side-menu-condensed .left-side-menu #sidebar-menu .label,
.left-side-menu-condensed .left-side-menu #sidebar-menu .menu-arrow,
.left-side-menu-condensed .left-side-menu #sidebar-menu .menu-title {
    display: none !important;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a {
    /* padding: 15px; */
    min-height: 54px;
    -webkit-transition: none;
    transition: none;
    margin: 0;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a img {
    margin-right: 0;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:active,
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:focus,
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: #263756;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a svg {
    width: 26px;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px;
    vertical-align: baseline;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a.active {
    background-color: #263756;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #263756 !important;
    background-color: #f7f7ff;
    -webkit-transition: none;
    transition: none;
}

.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span {
    display: inline;
}

.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    a.mm-active
    :after,
.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    a.open
    :after {
    display: none;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}

.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    ul {
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
}

.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    a:hover {
    color: #263756;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    height: auto !important;
    position: absolute;
    width: 190px;
}

.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    ul
    li
    > a
    span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul li.active a {
    color: #c8cddc;
}

.left-side-menu-condensed .user-profile {
    padding: 15px;
}

.left-side-menu-condensed .user-profile .avatar-sm {
    display: none;
}

.left-side-menu-condensed .user-profile .avatar-xs {
    display: block;
}

.left-side-menu-condensed .user-profile .pro-user-desc,
.left-side-menu-condensed .user-profile .pro-user-name {
    display: none;
}

.left-side-menu-condensed
    .user-profile
    .profile-dropdown-menu
    .dropdown-toggle
    svg {
    background-color: transparent;
}

.left-side-menu-condensed .content-page {
    margin-left: 70px;
}

.left-side-menu-condensed .footer {
    left: 70px !important;
}

.left-side-menu-condensed .user-box {
    display: none;
}

@media (min-width: 769px) {
    body.left-side-menu-condensed {
        min-height: 1200px;
    }
}

@media (max-width: 1024px) {
    .left-side-menu {
        top: 72px;
        padding: 12px 0;
    }

    .left-side-menu-condensed .left-side-menu {
        padding-top: 12px;
    }
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .left-side-menu {
        display: none;
        z-index: 10 !important;
        top: 72px;
    }

    .sidebar-enable .left-side-menu {
        display: block;
    }

    .content-page,
    .left-side-menu-condensed .content-page {
        margin-left: 0 !important;
        padding: 0 10px;
    }

    /* .pro-user-name {
    display: none;
  } */
    .logo-box {
        display: none;
    }
}

.left-side-menu-dark .metismenu li a[aria-expanded="true"] {
    color: #fff !important;
}

.left-side-menu-dark .left-side-menu {
    background-color: #323742;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li.mm-active > a {
    color: #fff;
    background-color: #3b414e;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li.mm-active > a svg {
    color: #fff;
    fill: rgba(255, 255, 255, 0.12);
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a {
    color: #9097a7;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a svg {
    color: #9097a7;
    fill: rgba(255, 255, 255, 0.12);
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:active,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:focus,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: #c8cddc;
    background-color: #3b414e;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active {
    color: #fff;
    background-color: #3b414e;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active svg {
    color: #fff;
    fill: rgba(255, 255, 255, 0.12);
}

.left-side-menu-dark .left-side-menu #sidebar-menu .menu-title {
    color: #adb5bd;
}

.left-side-menu-dark .nav-second-level li a,
.left-side-menu-dark .nav-thrid-level li a {
    color: #9097a7;
}

.left-side-menu-dark .nav-second-level li a:focus,
.left-side-menu-dark .nav-second-level li a:hover,
.left-side-menu-dark .nav-thrid-level li a:focus,
.left-side-menu-dark .nav-thrid-level li a:hover {
    background-color: transparent;
    color: #c8cddc;
}

.left-side-menu-dark .nav-second-level li.mm-active > a,
.left-side-menu-dark .nav-thrid-level li.mm-active > a {
    color: #fff;
}

.left-side-menu-dark.left-side-menu-condensed
    .left-side-menu
    #sidebar-menu
    > ul
    > li:hover
    > a {
    background-color: #3b414e;
    color: #fff !important;
}

.left-side-menu-dark.left-side-menu-condensed
    .nav-second-level
    li.mm-active
    > a,
.left-side-menu-dark.left-side-menu-condensed
    .nav-thrid-level
    li.mm-active
    > a {
    color: #263756;
}

.left-side-menu-dark .user-profile .pro-user-desc,
.left-side-menu-dark .user-profile .pro-user-name {
    color: #adb5bd;
}

.left-side-menu-dark .user-profile .profile-dropdown-menu .dropdown-toggle svg {
    background-color: #3b414e;
    color: #fff;
}

.navbar-custom {
    padding: 0 10 px 0 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}

.navbar-custom .topnav-menu > li {
    float: left;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #4b4b5a;
    min-width: 32px;
    display: block;
    line-height: 72px;
    text-align: center;
    max-height: 72px;
}

.navbar-custom .topnav-menu .nav-link svg {
    height: 24px;
    width: 24px;
    color: #4b4b5a;
    /* fill: rgba(75, 75, 90, 0.12); */
}

.navbar-custom .topnav-menu .nav-link:active svg,
.navbar-custom .topnav-menu .nav-link:focus svg,
.navbar-custom .topnav-menu .nav-link:hover svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05);
}

.navbar-custom .menu-left {
    overflow: hidden;
}

.navbar-custom .app-search {
    padding: 17px 0;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-custom .app-search form {
    max-width: 320px;
}

.navbar-custom .app-search .form-control {
    border: 1px solid transparent;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #f3f4f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.3rem;
}

.navbar-custom .app-search .form-control:focus {
    background-color: #fff;
    border: 1px solid #f3f4f7;
}

.navbar-custom .app-search svg {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    color: #adb5bd;
    line-height: 38px;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #adb5bd;
    display: block;
    height: 72px;
    line-height: 72px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
    margin-right: 45px;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}

.navbar-custom .button-menu-mobile .menu-icon {
    display: inline-block;
}

.navbar-custom .button-menu-mobile .close-icon {
    display: none;
}

.navbar-custom .button-menu-mobile.open .menu-icon {
    display: none;
}

.navbar-custom .button-menu-mobile.open .close-icon {
    display: inline-block;
}

.navbar-custom .logo span.logo-sm {
    /* display: none; */
}

.text-logo {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.noti-scroll {
    max-height: 230px;
}

.notification-list {
    margin-left: 0;
}

.notification-list .noti-title {
    background-color: transparent;
    padding: 0;
}

.notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 100px;
    width: 12px;
    height: 12px;
    background-color: #263756;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    -webkit-animation: blinker 3s linear infinite;
    animation: blinker 3s linear infinite;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.notification-list .notify-item {
    padding: 12px 20px;
}

.notification-list .notify-item span {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    /* margin-left: 45px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #343a40;
    line-height: 1.5;
}

.notification-list .notify-item .notify-details b {
    font-weight: 500;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}

.notification-list .profile-dropdown-items .notify-item {
    padding: 0.35rem 1.5rem;
}

.profile-dropdown {
    display: none;
}

.profile-dropdown-items {
    width: 170px;
}

.profile-dropdown-items i {
    vertical-align: middle;
    margin-right: 5px;
}

.nav-user {
    padding: 0 12px !important;
}

.nav-user img {
    height: 32px;
    width: 32px;
}

.arrow-icon {
    width: 13px;
    height: 7px;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .navbar-custom {
        left: 0;
        padding: 0 10px;
        margin: 0;
    }

    .navbar-custom .button-menu-mobile.disable-btn {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .navbar-custom .page-title {
        display: none;
    }
}

.page-title-topbar {
    font-size: 20px;
    margin: 0;
    line-height: 72px;
}

.page-title {
    padding: 12px 0;
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.page-title h4 {
    font-size: 19px;
}

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    /* color: #6c757d; */
    left: 270px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #1a1a1a;
}

.footer .footer-links a {
    color: #6c757d;
    margin-left: 1.5rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .footer-links a:hover {
    color: #212529;
}

.footer .footer-links a:first-of-type {
    margin-left: 0;
}

.footer-alt {
    left: 0 !important;
    text-align: center;
    background-color: transparent;
}

.terms {
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}

body[data-layout="topnav"] .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
}

body[data-layout="topnav"] .navbar-custom {
    position: relative;
    padding: 0;
}

body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:active svg,
body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:focus svg,
body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:hover svg {
    color: #4b4b5a;
}

body[data-layout="topnav"] .content-page {
    margin-top: 0;
    margin-left: 0 !important;
    padding: 5px 0 5px 0;
}

body[data-layout="topnav"] .footer {
    left: 0;
}

body[data-layout="topnav"] .user-profile {
    padding: 20px 0;
}

body[data-layout="topnav"] .profile-dropdown {
    display: block;
}

.topnav {
    background: #fff;
}

.topbar-nav {
    margin: 0;
    padding: 0;
}

.topbar-nav .badge {
    display: none;
}

.topbar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.topbar-nav .metismenu .has-arrow:after {
    width: 0.4em;
    height: 0.4em;
    right: 1rem;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}

.topbar-nav .metismenu .menu-title {
    display: none;
}

.topbar-nav .metismenu li:active,
.topbar-nav .metismenu li:focus,
.topbar-nav .metismenu li:hover {
    color: #263756;
    text-decoration: none;
}

.topbar-nav .metismenu li:active svg,
.topbar-nav .metismenu li:focus svg,
.topbar-nav .metismenu li:hover svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

.topbar-nav .metismenu li a {
    color: #4b4b5a;
    font-size: 1rem;
    position: relative;
    padding: 1rem;
    display: block;
}

.topbar-nav .metismenu li a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    color: #4b4b5a;
    fill: rgba(75, 75, 90, 0.12);
}

.topbar-nav .metismenu li a > span {
    vertical-align: middle;
}

.topbar-nav .metismenu li a:active,
.topbar-nav .metismenu li a:focus,
.topbar-nav .metismenu li a:hover {
    color: #263756;
    text-decoration: none;
}

.topbar-nav .metismenu li a:active svg,
.topbar-nav .metismenu li a:focus svg,
.topbar-nav .metismenu li a:hover svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

.topbar-nav .metismenu li:nth-child(2) a {
    padding-left: 0;
}

.topbar-nav .metismenu li .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    display: inline-block;
    font-family: unicons;
    text-rendering: auto;
    line-height: 1.3rem;
    font-size: 1.25rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: middle;
    margin-left: 5px;
}

.topbar-nav .metismenu li .menu-arrow:before {
    content: "\e82d";
}

.topbar-nav .metismenu li.mm-active > a {
    color: #263756;
}

.topbar-nav .metismenu li.mm-active > a svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

.topbar-nav .metismenu li.mm-active > a > span.menu-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topbar-nav .metismenu li.active > a {
    color: #263756;
}

.topbar-nav .metismenu li.active > a svg {
    color: #263756;
    fill: rgba(83, 105, 248, 0.1);
}

.topbar-nav .metismenu li .nav-second-level {
    color: #4b4b5a;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 0.2rem 0.2rem;
    min-width: calc(10rem + 1.5rem);
    font-size: calc(0.875rem - 0.01rem);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    padding: 0.5rem 0;
}

.topbar-nav .metismenu li .nav-second-level li:active,
.topbar-nav .metismenu li .nav-second-level li:focus,
.topbar-nav .metismenu li .nav-second-level li:hover {
    color: #263756;
    text-decoration: none;
}

.topbar-nav .metismenu li .nav-second-level li:first-of-type {
    padding-top: 0.5rem;
}

.topbar-nav .metismenu li .nav-second-level li:last-of-type {
    padding-bottom: 0.5rem;
}

.topbar-nav .metismenu li .nav-second-level a {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem !important;
    clear: both;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.topbar-nav .metismenu li .nav-second-level a:focus,
.topbar-nav .metismenu li .nav-second-level a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.topbar-nav .metismenu li .nav-second-level .has-arrow:after {
    margin-top: -2px;
}

.topbar-nav .metismenu li .nav-second-level .menu-arrow {
    float: right;
}

.topbar-nav .metismenu li .nav-third-level {
    color: #4b4b5a;
    min-width: calc(10rem + 1.5rem);
}

.topbar-nav .metismenu li .nav-third-level li:active,
.topbar-nav .metismenu li .nav-third-level li:focus,
.topbar-nav .metismenu li .nav-third-level li:hover {
    color: #263756;
    text-decoration: none;
}

.topbar-nav .metismenu li .nav-third-level li:first-of-type {
    padding-top: 0.5rem;
}

.topbar-nav .metismenu li .nav-third-level li:last-of-type {
    padding-bottom: 0.5rem;
}

.topbar-nav .metismenu li .nav-third-level a {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem !important;
    clear: both;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-left: 2.2rem !important;
}

.topbar-nav .metismenu li .nav-third-level a:focus,
.topbar-nav .metismenu li .nav-third-level a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.topbar-nav .metismenu li .nav-third-level .has-arrow:after {
    margin-top: -2px;
}

.topbar-nav .metismenu li .nav-third-level .menu-arrow {
    float: right;
}

@media (min-width: 992px) {
    body[data-layout="topnav"] .container-fluid {
        max-width: 85%;
    }

    body[data-layout="topnav"] .navbar-custom .logo {
        display: block;
    }

    body[data-layout="topnav"] .navbar-custom .logo span.logo-lg {
        display: block;
    }

    body[data-layout="topnav"].left-side-menu-condensed
        .navbar-custom
        .button-menu-mobile.disable-btn {
        display: none !important;
    }

    body[data-layout="topnav"].boxed-layout .container-fluid {
        max-width: 97%;
    }

    .topbar-nav .metismenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .topbar-nav .metismenu > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .topbar-nav .metismenu > li > ul {
        position: absolute;
        z-index: 1001;
    }

    .topbar-nav .metismenu .side-nav-item:first-of-type .side-nav-link {
        padding-left: 0;
    }

    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 991.98px) {
    body[data-layout="topnav"] .navbar-custom .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .topnav {
        overflow: auto;
    }

    .topbar-nav {
        max-height: 400px;
    }

    .topbar-nav .metismenu li a {
        padding: 15px 0;
    }

    .topbar-nav .metismenu li .nav-second-level {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }

    .topbar-nav .metismenu li .nav-second-level li:first-of-type {
        padding: 0;
    }

    .topbar-nav .metismenu li .nav-second-level a {
        padding-right: 0 !important;
    }

    .topbar-nav .metismenu li .nav-second-level a:focus,
    .topbar-nav .metismenu li .nav-second-level a:hover {
        background-color: transparent;
    }

    .topbar-nav .metismenu li .menu-arrow {
        float: right;
        margin-top: 2px;
    }
}

@media (min-width: 992px) and (max-width: 1180px) {
    .topbar-nav .metismenu li .menu-arrow {
        display: none;
    }
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
        0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 280px;
    z-index: 9999;
    float: right !important;
    right: -290px;
    top: 0;
    bottom: 0;
    padding-bottom: 60px;
}

.right-bar button.close {
    color: #eb6565;
    font-size: 30px;
    opacity: 1 !important;
    font-weight: 400;
}

.right-bar .rightbar-title {
    padding: 25px 25px;
    border-bottom: solid 1px #70707030;
}

.right-bar .right-bar-toggle {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}

.right-bar .demo-img {
    height: 200px;
}

.rightbar-overlay {
    background-color: rgba(52, 58, 64, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
    }

    .right-bar .slimscroll-menu {
        height: auto !important;
    }
}

.activity-widget .activity-list {
    border-bottom: 1px solid #f6f6f7;
    padding: 12px 0;
}

.activity-widget .activity-list:last-child {
    border: none;
}

.upgrade-wid .laptop-img {
    position: relative;
    bottom: 22px;
}

@media (min-width: 1200px) {
    .scrollable-layout {
        padding-bottom: 0;
    }

    .scrollable-layout #wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .scrollable-layout .left-side-menu {
        position: relative;
        min-width: 250px;
        min-height: 100vh;
    }

    .scrollable-layout .navbar-custom {
        position: absolute;
    }

    .scrollable-layout .content-page {
        margin-left: 0;
        width: 100%;
        padding-bottom: 60px;
    }

    .scrollable-layout.left-side-menu-condensed .left-side-menu {
        min-width: 70px;
    }

    .scrollable-layout.left-side-menu-condensed .content-page {
        margin-left: 0 !important;
    }
}

.boxed-layout {
    background: #edeef3;
}

.boxed-layout #wrapper {
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #f3f4f7;
}

.boxed-layout .navbar-custom {
    max-width: 1300px;
    margin: 0 auto;
}

.boxed-layout .footer {
    margin: 0 auto;
    max-width: calc(1300px - 250px);
    background: #f3f4f7;
}

.boxed-layout.left-side-menu-condensed {
    min-height: auto;
}

.boxed-layout.left-side-menu-condensed .footer {
    max-width: calc(1300px - 70px);
}

.width-xs {
    min-width: 80px;
}

.width-sm {
    min-width: 95px;
}

.width-md {
    min-width: 110px;
}

.width-lg {
    min-width: 140px;
}

.width-xl {
    min-width: 160px;
}

.font-family-secondary {
    font-family: ProximaNova;
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
    border: 0.5px solid #263756;
}

.avatar-sm {
    height: 2.5rem !important;
    width: 2.5rem !important;
    border: 0.5px solid #263756;
}

.avatar {
    height: 32px !important;
    width: 32px !important;
    border: 0.5px solid #d9d9d9;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-xl {
    height: 6rem;
    width: 6rem;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    padding-left: 12px;
}

.avatar-group .avatar-group-item {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
}

.font-weight-medium {
    font-weight: 500;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sp-line-1 {
    -webkit-line-clamp: 1;
}

.sp-line-2 {
    -webkit-line-clamp: 2;
}

.sp-line-3 {
    -webkit-line-clamp: 3;
}

.sp-line-4 {
    -webkit-line-clamp: 4;
}

.pull-in {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
}

.widget-flat {
    position: relative;
    overflow: hidden;
}

.widget-flat i.widget-icon {
    font-size: 36px;
}

.conversation-list {
    list-style: none;
    /* height: 332px; */
    padding: 15px;
}

.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 100%;
}

.conversation-list .chat-avatar img {
    border-radius: 100%;
    width: 100%;
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}

.conversation-list .ctext-wrap {
    background: #f0f2fe;
    color: #263756;
    border-radius: 0.3rem;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    min-width: 160px;
}

.conversation-list .ctext-wrap i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    position: relative;
}

.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
    right: 98%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f0f2fe;
    border-width: 6px;
    margin-left: -1px;
    border-right-color: #f0f2fe;
}

.conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 100%;
}

.conversation-list .odd .chat-avatar {
    float: right !important;
}

li.clearfix.odd {
    float: right;
}

.conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important;
}

.conversation-list .odd .ctext-wrap {
    background-color: #e2e7f1;
    color: #4b4b5a;
}

.conversation-list .odd .ctext-wrap:after {
    border-color: transparent;
    border-left-color: #e2e7f1;
    border-top-color: #e2e7f1;
    left: 99% !important;
}

.profile-widget {
    position: relative;
}

.profile-widget .card-action {
    position: absolute;
    right: 7px;
    top: 12px;
    z-index: 100;
}

.profile-widget .card-img-top {
    max-height: 220px;
}

.profile-widget .profile-info {
    margin-top: -2.7rem;
}

.calendar-widget .flatpickr-calendar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f6f6f7 !important;
}

.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
}

.checkbox label::before {
    background-color: #e2e7f1;
    border-radius: 3px;
    border: 2px solid #e2e7f1;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: 0 !important;
    top: 2px;
}

.checkbox label::after {
    color: #4b4b5a;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

.checkbox.checkbox-single label:before {
    margin-left: 0;
}

.checkbox.checkbox-single label:after {
    margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #263756;
    border-color: #263756;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before {
    background-color: #1e2139;
    border-color: #1e2139;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #43d39e;
    border-color: #43d39e;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #25c2e3;
    border-color: #25c2e3;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffbe0b;
    border-color: #ffbe0b;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff5c75;
    border-color: #ff5c75;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked + label::before {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.checkbox-light input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked + label::before {
    background-color: #343a40;
    border-color: #343a40;
}

.checkbox-dark input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #6c757d;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: 0 !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s
        cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #4b4b5a;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33),
        -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #263756;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #263756;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #263756;
}

.radio-secondary input[type="radio"] + label::after {
    background-color: #1e2139;
}

.radio-secondary input[type="radio"]:checked + label::before {
    border-color: #1e2139;
}

.radio-secondary input[type="radio"]:checked + label::after {
    background-color: #1e2139;
}

.radio-success input[type="radio"] + label::after {
    background-color: #43d39e;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #43d39e;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #43d39e;
}

.radio-info input[type="radio"] + label::after {
    background-color: #25c2e3;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #25c2e3;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #25c2e3;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffbe0b;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffbe0b;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffbe0b;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ff5c75;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ff5c75;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ff5c75;
}

.radio-light input[type="radio"] + label::after {
    background-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked + label::before {
    border-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked + label::after {
    background-color: #f8f9fa;
}

.radio-dark input[type="radio"] + label::after {
    background-color: #343a40;
}

.radio-dark input[type="radio"]:checked + label::before {
    border-color: #343a40;
}

.radio-dark input[type="radio"]:checked + label::after {
    background-color: #343a40;
}

@media print {
    .footer,
    .left-side-menu,
    .navbar-custom,
    .page-title-box,
    .right-bar {
        display: none;
    }

    .card-body,
    .content,
    .content-page,
    .right-bar,
    body {
        padding: 0;
        margin: 0;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3f4f7;
    z-index: 9999;
}

#status {
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}

.spinner > div {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #263756;
    border-radius: 50%;
    -webkit-animation: circle-loader 1s infinite ease-in-out both;
    animation: circle-loader 1s infinite ease-in-out both;
    margin: 0 7px;
}

.spinner .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes circle-loader {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes circle-loader {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slimScrollDiv {
    height: auto !important;
}

.apex-charts {
    min-height: 10px !important;
}

.apex-charts text {
    font-family: ProximaNova;
    /* fill: #4b4b5a; */
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto;
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: ProximaNova;
}

.apexcharts-legend-series {
    font-weight: 400;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: #f8f9fa;
}

.apexcharts-legend-text {
    color: #6c757d !important;
    font-family: ProximaNova;
    font-size: 13px !important;
}

.apexcharts-pie-label {
    fill: #fff !important;
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: ProximaNova;
    /* fill: #000; */
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
    fill: #fff;
}

.apexcharts-radar-series polygon {
    fill: transparent;
    stroke: #e2e7f1;
}

.apexcharts-radar-series line {
    stroke: #e2e7f1;
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-pie-label {
    fill: #fff !important;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin: 10px 0 5px 0;
}

.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-weight: 500;
}

th.fc-day-header {
    padding: 0.5rem 0;
}

.fc-day {
    background: 0 0;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #e2e7f1;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e2e7f1;
}

.fc-unthemed .fc-divider,
.fc-unthemed td.fc-today {
    background: #e2e7f1;
}

.fc-button {
    background: #e2e7f1;
    border: none;
    color: #4b4b5a;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}

.fc-state-hover {
    background: #e2e7f1;
}

.fc-state-highlight {
    background: #e2e7f1;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: #263756;
    color: #fff;
    text-shadow: none;
}

.fc-cell-overlay {
    background: #e2e7f1;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}

.fc-basic-view .fc-content {
    color: #fff;
}

.fc-time-grid-event .fc-content {
    color: #fff;
}

@media (max-width: 767.98px) {
    .fc-toolbar {
        display: block;
    }

    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar > * > * {
        float: none;
    }

    .fc-today-button {
        display: none;
    }
}

.fc-toolbar .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #e2e7f1;
    height: calc(1.5em + 1rem + 2px);
    background-color: #fff;
    outline: 0;
    border-radius: 0.3rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 0px;
    color: #1a1a1a;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 0 solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid #e2e7f1;
    background-color: #fff;
    color: #4b4b5a;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #263756;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #263756;
    color: #fff;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #263756;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 1rem + 2px);
    border: 1px solid #e2e7f1 !important;
    background-color: #fff;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #4b4b5a;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #263756;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
}

.ms-container {
    background: transparent url(../images/plugin/multiple-arrow.png) no-repeat
        50% 50%;
    width: auto;
    max-width: 370px;
}

.ms-container .ms-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e2e7f1;
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #263756;
}

.ms-container .ms-selectable {
    background-color: #fff;
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: #6c757d;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #263756;
    color: #fff;
}

.ms-container .ms-selection {
    background-color: #fff;
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: #6c757d;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #263756;
    color: #fff;
}

.ms-selectable {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.ms-optgroup-label {
    font-weight: 500;
    font-family: ProximaNova;
    color: #343a40 !important;
    font-size: 13px;
}

.flatpickr-calendar {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e2e7f1;
}

.flatpickr-calendar .flatpickr-time {
    border: none !important;
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm,
.flatpickr-calendar .flatpickr-time input {
    color: #6c757d;
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-calendar .flatpickr-time input:focus,
.flatpickr-calendar .flatpickr-time input:hover {
    background: #e2e7f1;
}

.flatpickr-day {
    color: #6c757d;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #263756;
    border-color: #263756;
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #263756;
    box-shadow: -10px 0 0 #263756;
}

.flatpickr-day.today {
    border-color: #e2e7f1;
}

.flatpickr-day.inRange {
    background: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: -10px 0 0 #f5f5f5;
    box-shadow: -10px 0 0 #f5f5f5;
}

.flatpickr-day.inRange.nextMonthDay {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(108, 117, 125, 0.4);
}

.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day.today:focus,
.flatpickr-day.today:hover,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e2e7f1;
    border-color: #e2e7f1;
    color: #6c757d;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #f8f9fa;
}

.flatpickr-months .flatpickr-month {
    height: 48px;
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: #6c757d;
}

.flatpickr-current-month {
    color: #6c757d;
    font-size: 1rem;
    padding: 8px 0 0 0;
}

.flatpickr-current-month
    .flatpickr-monthDropdown-months
    .flatpickr-monthDropdown-month {
    color: #4b4b5a;
}

.flatpickr-weekdays {
    background: #263756;
}

.flatpickr-weekday {
    color: rgba(255, 255, 255, 0.6) !important;
}

.bootstrap-touchspin .btn .input-group-text {
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list > li {
    list-style: none;
    color: #ff5c75;
    margin-top: 10px;
    padding: 4px 7px 4px 28px;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 92, 117, 0.2);
    border-radius: 7px;
}

.parsley-errors-list > li:before {
    content: "\ebee";
    font-family: unicons;
    position: absolute;
    left: 8px;
    top: 4px;
}

.parsley-errors-list > li:after {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: rgba(255, 92, 117, 0.2);
    position: absolute;
    left: 14px;
    top: -16px;
}

.parsley-error {
    border-color: #ff5c75;
}

.parsley-success {
    border-color: #43d39e;
}

.sw-main {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbe1ee;
}

.sw-main .sw-toolbar {
    background: 0 0;
    padding: 10px;
}

.sw-main .step-content {
    background-color: transparent !important;
}

.sw-theme-default .step-content {
    background-color: transparent;
}

.sw-theme-default > ul.step-anchor > li > a {
    color: #6c757d;
}

.sw-theme-default > ul.step-anchor > li > a:hover {
    color: #6c757d;
}

.sw-theme-default > ul.step-anchor > li > a:after {
    background: #263756;
}

.sw-theme-default > ul.step-anchor > li.active > a {
    color: #263756 !important;
}

.sw-theme-default > ul.step-anchor > li.done > a {
    color: #6c757d !important;
}

.sw-theme-default > ul.step-anchor > li.done > a:after {
    background: #43d39e;
}

.sw-theme-arrows > ul.step-anchor {
    background: #e2e7f1;
    border-bottom-color: #e2e7f1;
}

.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li > a:hover {
    background: #e2e7f1;
    color: #6c757d;
}

.sw-theme-arrows > ul.step-anchor > li > a::after {
    border-left-color: #e2e7f1 !important;
}

.sw-theme-arrows > ul.step-anchor > li > a::before {
    border-left-color: #ced4da !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
    background: #263756 !important;
    border-color: #263756 !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left-color: #263756 !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
    background: #c9d0fd !important;
    border-color: #c9d0fd !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left-color: #c9d0fd !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a::before {
    border-left-color: #263756 !important;
}

.sw-theme-circles > ul.step-anchor {
    margin-top: 30px;
    background-color: transparent;
}

.sw-theme-circles > ul.step-anchor:before {
    background-color: #e2e7f1;
}

.sw-theme-circles > ul.step-anchor > li > a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding: 12px 0;
    background-color: #e2e7f1;
    border-color: #f6f6f7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sw-theme-circles > ul.step-anchor > li > a:hover {
    background-color: #e2e7f1;
}

.sw-theme-circles > ul.step-anchor > li > a small {
    bottom: -20px;
    width: 100%;
}

.sw-theme-circles > ul.step-anchor > li > a,
.sw-theme-circles > ul.step-anchor > li > a:hover {
    color: #6c757d;
}

.sw-theme-circles > ul.step-anchor > li > a small,
.sw-theme-circles > ul.step-anchor > li > a:hover small {
    color: #6c757d;
}

.sw-theme-circles > ul.step-anchor > li.active > a {
    background: #263756 !important;
    border-color: #263756 !important;
    color: #fff !important;
}

.sw-theme-circles > ul.step-anchor > li.active > a > small {
    color: #263756;
}

.sw-theme-circles > ul.step-anchor > li.done > a {
    background: #43d39e !important;
    border-color: #43d39e !important;
    color: #fff !important;
}

.sw-theme-circles > ul.step-anchor > li.done > a > small {
    color: #43d39e;
}

.sw-theme-dots > ul.step-anchor {
    background-color: transparent;
}

.sw-theme-dots > ul.step-anchor:before {
    background-color: #e2e7f1;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
    bottom: -6px;
    background: #e2e7f1;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
    left: 45%;
    bottom: -8px;
    background: #ced4da;
}

.sw-theme-dots > ul.step-anchor > li > a,
.sw-theme-dots > ul.step-anchor > li > a:focus,
.sw-theme-dots > ul.step-anchor > li > a:hover {
    color: #6c757d;
}

.sw-theme-dots > ul.step-anchor > li.active > a {
    color: #263756;
}

.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #263756;
}

.sw-theme-dots > ul.step-anchor > li.done > a {
    color: #43d39e;
}

.sw-theme-dots > ul.step-anchor > li.done > a:after {
    background: #43d39e;
}

@media (max-width: 768px) {
    .sw-main > ul.step-anchor > li {
        display: block;
        width: 100%;
    }

    .sw-theme-circles > ul.step-anchor > li > a > small {
        bottom: 14px;
        left: 76px;
    }

    .sw-theme-dots > ul.step-anchor > li > a:after {
        top: -36px;
        left: -31px !important;
    }
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/summernote.eot);
    src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"),
        url(../fonts/summernote.woff?) format("woff"),
        url(../fonts/summernote.ttf?) format("truetype");
}

.note-editor.note-frame {
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fbfbfc;
    border-top: 1px solid #fff;
}

.note-editor.note-frame .note-editing-area .note-editable {
    border: none;
    color: #6c757d;
    background-color: transparent;
}

.note-status-output {
    display: none;
}

.note-editable {
    border-radius: 0.3rem;
    padding: 0.5rem 0.75rem;
}

.note-editable p:last-of-type {
    margin-bottom: 0;
}

.card-header.note-toolbar .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 344px;
}

.note-popover {
    border-color: #e2e7f1;
}

.card-header.note-toolbar,
.note-popover .popover-content {
    background-color: #e2e7f1;
}

.note-toolbar {
    z-index: 1;
    background-color: transparent !important;
    border-bottom: 2px solid #fff;
}

.dropzone {
    border: 2px dashed rgba(52, 58, 64, 0.2);
    background: #fff;
    border-radius: 6px;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #263756;
}

table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    border-color: #263756;
}

table.dataTable tbody td:focus {
    outline: 0 !important;
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #263756 !important;
    outline-offset: -1px;
    color: #263756;
    background-color: rgba(83, 105, 248, 0.15);
}

.dataTables_info {
    font-weight: 500;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    background-color: #43d39e;
    /* top: 0.75rem; */
    top: 0 !important;
    bottom: 0;
    margin: auto 0;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th:first-child:before {
    background-color: #ff5c75;
    /* top: 0.75rem; */
    top: 0 !important;
    bottom: 0;
    margin: auto 0;
}

div.dt-button-info {
    background-color: #263756;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 767.98px) {
    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem;
    }

    li.paginate_button {
        display: none;
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1rem 0 0 !important;
    }

    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1rem;
    }
}

.activate-select .sorting_1 {
    background-color: #f8f9fa;
}

#pagination-list .pagination li a {
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    display: block;
    line-height: 1.25;
    margin: 0 3px;
}

#pagination-list .pagination li.active a {
    background-color: #263756;
    color: #fff;
}

#transaction-list .sort {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
}

#noresult-list .error-message {
    display: none;
}

.tasklist {
    min-height: 40px;
    margin-bottom: 0;
}

.tasklist > li {
    background-color: #fff;
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 7px;
}

.tasklist > li:last-of-type {
    margin-bottom: 0;
}

.tasklist > li:last-of-type .btn-sm {
    padding: 2px 8px;
    font-size: 12px;
}

.task-placeholder {
    border: 1px dashed #e2e7f1 !important;
    background-color: #fff !important;
    padding: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*!
* metismenujs - v1.1.0
* A menu plugin
* https://github.com/onokumus/metismenujs#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
*/

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

[dir="rtl"] .metismenu .arrow {
    float: left;
}

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.metismenu .fa.arrow:before {
    content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107";
}

.metismenu .ion.arrow:before {
    content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0";
}

.metismenu .plus-times {
    float: right;
}

[dir="rtl"] .metismenu .plus-times {
    float: left;
}

.metismenu .fa.plus-times:before {
    content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metismenu .plus-minus {
    float: right;
}

[dir="rtl"] .metismenu .plus-minus {
    float: left;
}

.metismenu .fa.plus-minus:before {
    content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.metismenu .has-arrow {
    position: relative;
}

.metismenu .has-arrow::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
}

.metismenu .has-arrow[aria-expanded="true"]::after,
.metismenu .mm-active > .has-arrow::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}

[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after,
[dir="rtl"] .metismenu .mm-active > .has-arrow::after {
    -webkit-transform: rotate(225deg) translate(0, -50%);
    transform: rotate(225deg) translate(0, -50%);
}

.metismenu {
    padding: 0;
}

.metismenu li {
    list-style: none;
}

.metismenu li a[aria-expanded="true"] {
    color: #263756 !important;
}

.metismenu ul {
    padding: 0;
}

.metismenu ul li {
    width: 100%;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

.icons-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    color: #6c757d;
}

.icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.icons-list-demo .col-lg-4 {
    border-radius: 3px;
    background-clip: padding-box;
    margin-top: 10px;
}

.icons-list-demo .col-lg-4:hover i {
    background-color: #263756;
    color: #fff;
    text-shadow: 5px 5px rgba(255, 255, 255, 0.2);
}

.icons-list .icon-item {
    padding: 15px 0;
    color: #6c757d;
}

.icons-list .icon-item svg {
    margin-right: 10px;
}

.icons-list .icon-item span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.board {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.tasks {
    display: inline-block;
    width: 22rem;
    padding: 0 1rem 1rem 1rem;
    vertical-align: top;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 0.2rem;
}

.tasks.tasks:not(:last-child) {
    margin-right: 1.25rem;
}

.tasks .card {
    white-space: normal;
    margin-top: 1rem;
}

.tasks .task-header {
    background-color: #fff;
    padding: 1rem;
    margin: 0 -1rem;
    border-radius: 0.2rem;
}

.task-list-items {
    min-height: 100px;
    position: relative;
}

.task-list-items .card {
    cursor: pointer;
}

.task-list-items:before {
    content: "No Tasks";
    position: absolute;
    line-height: 110px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.task-modal-content .form-control-light {
    background-color: #fdfdfd !important;
    border-color: #fdfdfd !important;
}

.gantt-task-details {
    min-width: 220px;
}

.task-search .search-input {
    padding-left: 32px;
    z-index: 10;
}

.task-search .icon-search {
    z-index: 11;
    position: absolute;
    left: 10px;
    top: 10px;
}

.email-container {
    margin-bottom: 24px;
    background-color: #fff;
}

.email-container .inbox-leftbar {
    padding: 1.25rem;
    width: 250px;
    float: left;
    padding-bottom: 184px;
    margin-bottom: -184px;
}

.email-container .inbox-rightbar {
    margin-left: 250px;
    border-left: 5px solid #f3f4f7;
    padding: 0 0 1.5rem 25px;
}

.message-list {
    display: block;
    padding-left: 0;
}

.message-list li {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: default;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fff;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}

.message-list li a {
    color: #4b4b5a;
}

.message-list li:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list li .col-mail {
    float: left;
    position: relative;
}

.message-list li .col-mail-1 {
    width: 320px;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left;
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
    color: #adb5bd;
    margin-left: 10px;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 50px;
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0;
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0;
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 100px;
    padding-left: 10px;
}

.message-list li.active,
.message-list li.mail-selected {
    background: #f8f9fa;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #25c2e3;
    box-shadow: inset 3px 0 0 #25c2e3;
}

.message-list li.unread a {
    color: #292d32;
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 2px #ced4da;
    box-shadow: inset 0 0 0 2px #ced4da;
    border-radius: 3px;
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #6c757d;
    opacity: 0;
    margin-bottom: 0 !important;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list .checkbox-wrapper-mail label:active {
    background: #87949b;
}

.mail-list a {
    color: #4b4b5a;
    padding: 7px 10px;
    display: block;
}

.reply-box {
    border: 2px solid #f8f9fa;
}

@media (max-width: 648px) {
    .email-container .inbox-leftbar {
        width: 100%;
        float: none;
        margin-bottom: 21px;
        padding-bottom: 1.25rem;
    }

    .email-container .inbox-rightbar {
        margin-left: 0;
        border: 0;
        padding-left: 0;
    }
}

@media (max-width: 520px) {
    .inbox-rightbar > .btn-group {
        margin-bottom: 10px;
    }

    .message-list li .col-mail-1 {
        width: 150px;
    }

    .message-list li .col-mail-1 .title {
        left: 80px;
    }

    .message-list li .col-mail-2 {
        left: 160px;
    }

    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px;
    }
}

.chatbox {
    position: fixed;
    right: 35px;
    bottom: 10px;
    width: 300px;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.chatbox .chat-input .form-control {
    padding-right: 60px;
}

.chatbox .chat-link {
    position: absolute;
    right: 4px;
    top: 10px;
}

.left-timeline .events {
    border-left: 3px solid #e2e7f1;
    padding-left: 35px;
}

.left-timeline .events .event-list {
    position: relative;
}

.left-timeline .events .event-list::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 6px;
    height: 18px;
    width: 18px;
    background-color: #263756;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 9;
}

.left-timeline .events .event-list::after {
    content: "";
    position: absolute;
    left: -38px;
    top: 14px;
    height: 3px;
    width: 30px;
    background-color: #e2e7f1;
}

.left-timeline .album img {
    height: 36px;
    width: auto;
    border-radius: 4px;
}

.timeline {
    margin-bottom: 50px;
    position: relative;
}

.timeline:before {
    background-color: #e2e7f1;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
}

.timeline .timeline-box {
    display: block;
    position: relative;
    padding: 20px;
}

.timeline .timeline-album {
    margin-top: 12px;
}

.timeline .timeline-album a {
    display: inline-block;
    margin-right: 5px;
}

.timeline .timeline-album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .timeline .time-show {
        right: 69px;
        text-align: right;
    }

    .timeline .timeline-box {
        margin-left: 15px;
    }

    .timeline .timeline-icon {
        background: #263756;
        border-radius: 50%;
        display: block;
        height: 20px;
        left: -24px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 15%;
        width: 20px;
        border: 5px solid #fff;
        z-index: 9;
    }

    .timeline .timeline-icon:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 19px;
        background-color: #e2e7f1;
        left: 15px;
        top: 3px;
    }

    .timeline .timeline-desk {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }

    .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.timeline-item-left:after {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.timeline-item-left .timeline-desk .album {
        float: right;
        margin-top: 20px;
    }

    .timeline-item.timeline-item-left .timeline-desk .album a {
        float: right;
        margin-left: 5px;
    }

    .timeline-item.timeline-item-left .timeline-icon {
        left: auto;
        right: -26px;
    }

    .timeline-item.timeline-item-left .timeline-icon:before {
        left: auto;
        right: 15px;
    }

    .timeline-item.timeline-item-left:before {
        display: none;
    }

    .timeline-item.timeline-item-left .timeline-box {
        margin-right: 15px;
        margin-left: 0;
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .timeline .time-show {
        text-align: center;
        position: relative;
    }

    .timeline .event-date {
        float: left !important;
        margin-right: 1.5rem;
        margin-left: 0 !important;
    }

    .timeline .timeline-icon {
        display: none;
    }
}

.card-pricing .card-pricing-features li {
    padding: 10px;
}

.card-pricing .card-pricing-features li:before {
    color: #263756;
}

body.authentication-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.authentication-form .form-group .input-group-text {
    background-color: transparent;
}

.authentication-form .form-group .input-group-text svg {
    height: 22px;
    width: 22px;
}

.icon-fb {
    color: #3c5a98;
}

.icon-google {
    color: #e94134;
}

.auth-page-sidebar {
    padding: 0;
    background-image: url(../image/other/login.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 621px;
    background-position: center;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.auth-page-sidebar .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.auth-page-sidebar .auth-user-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.form-control {
    font-size: 16px;
    min-height: 50px;
    border-radius: 7px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    font-weight: 600;
    text-align: center;
    color: #1a1a1a;
}

.form-control {
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: none;
    height: 60px;
    text-align: left;
}

.bg-gray {
    background-color: #f3f4f7;
}

.card {
    box-shadow: none;
    border-radius: 5px;
}

.form-control {
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    height: 60px;
    text-align: left;
}

.form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa !important;
}

.hide-password {
    background-image: url(/assets/image/svg/hide.svg);
    background-repeat: no-repeat;
    padding-right: calc(1.5em + 1.3rem);
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.45em + 1.2rem) calc(0.45em + 0.65rem);
}

.show-password {
    /* background-image: url(/assets/image/svg/show.svg); */
    background-repeat: no-repeat;
    padding-right: calc(-0.5em + 1.3rem);
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.45em + 1.2rem) calc(0.45em + 0.65rem);
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-83 {
    margin-top: 83px;
}

.mt-103 {
    margin-top: 103px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-187 {
    margin-top: 187px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mr-10 {
    margin-right: 10px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.px-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.form-control:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa !important;
}

.form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa !important;
}

.btn-primary {
    border-radius: 5px;
    color: #fff !important;
    background-color: #263756;
    border-color: #263756;
}

.btn-lg {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.btn-sm {
    padding: 4px 14.9px 4px 15px !important;
    border-radius: 3px !important;
    background-color: #263756 !important;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-color: #263756;
    cursor: pointer;
}

.noticication-name {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.badge {
    display: inline-block;
    padding: 0.4em 0.6em;
    font-size: 90%;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item {
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
}

.title-box h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #263756;
}

.title-box span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #383838;
}

.title-box {
    padding: 20px;
}

.steps-box .step-circle.active {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 30px 22.5px 30.2px 22.8px;
    background-color: #34c77e;
    text-align: center;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-26 {
    font-size: 26px;
}

.steps-box {
    padding: 55px 32px;
}

.steps-box h2 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 0;
}

.steps-box p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 7px;
}

.steps-box .step-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 30px 22.5px 30.2px 22.8px;
    background-color: #f3f4f7;
    text-align: center;
}

.text-blue {
    color: #263756 !important;
}

.text-skyblue {
    color: #00b9ff !important;
}

.steps-box .step-circle span {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.85;
    letter-spacing: normal;
    color: #263756;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.header-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.opacity8 {
    opacity: 0.8;
}

.dropdown-lg {
    width: 374px;
}

.table td {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.text-black {
    color: #000000 !important;
}

.text-black1 {
    color: #383838 !important;
}

.form-body .card-body {
    padding: 30px 30px;
}

.card-body {
    padding: 30px;
}

.btn-lg-fix {
    width: 180px;
    border-radius: 3px;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #263756;
}

.white-arrow {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 3px;
}

.list-title {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
    margin: 0;
}

.list-subtitle {
    font-family: ProximaNova;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #263756;
    margin: 0;
}

.btn-copy-link {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: #ecf5fb;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: right;
    color: #263756;
}

.online-tab {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    border-radius: 3px;
    background-color: #cbefff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.offline-tab {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    border-radius: 3px;
    background-color: #fde4d1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.online-offline-tab {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    border-radius: 3px;
    background-color: #ebe1f3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.bg-soft-primary {
    background-color: #26375630 !important;
}

.modal-header .close {
    right: 40px;
    position: absolute;
    top: 20px;
    font-size: 29px;
    font-weight: 500;
    color: #666;
    opacity: 1;
}

.cancel-img {
    right: -18px;
    position: absolute;
    top: -20px;
    font-size: 29px;
    font-weight: 500;
    color: #666;
    opacity: 1;
}

.text-primary {
    color: #263756 !important;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

.upload-profile-img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.upload-profile-img img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.files-update {
    position: relative;
    text-align: center;
    /* padding: 30px 0; */
    width: 100% !important;
    overflow: hidden;
    border-radius: 10px;
}

.files-update input {
    width: 100% !important;
    height: 160px;
    border: none;
    padding: 0;
    background-color: #f2f2f2;
    text-align: center;
    opacity: 0;
}

.files-update {
    position: relative;
}

.certificate-img {
    width: 67px;
    height: 43px;
    object-fit: contain;
    cursor: pointer;
}

.btn-outline-secondary {
    color: #7a7a7a;
    padding: 12px 19px 14px;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.ff {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.js-example-basic-single {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-origin: content-box !important;
    cursor: pointer !important;
    height: 45px;
    background: url(../image/other/arrow.svg) no-repeat right 0.75rem
        center/12px 10px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    color: #777 !important;
    background-color: #fff !important;
    padding-right: 35px !important;
}

.top-0 {
    top: 0px !important;
}

.classlist {
    padding: 7px 15px 7px;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 100%;
    float: left;
}

.classlist-tab {
    padding: 12px 12px;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 100%;
    float: left;
}

.checkbox-success label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 25px;
}

.checkbox-success-tab label {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    cursor: pointer;
    left: 35px;
}

.checkbox-success label::before {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: none;
    background-color: rgba(72, 158, 214, 0.1);
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #263756;
    border-color: #263756;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    border-color: #263756;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    display: table;
    width: 7px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn {
    border-radius: 7px;
}

.border {
    border: 1px solid #d4d4d4 !important;
}

.accordion > .card:first-of-type,
.accordion > .card {
    border-radius: 5px !important;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 5px;
}

.card-header {
    padding: 0.95rem 1.25rem;
}

.border-top {
    border-top: 1px solid #d4d4d4 !important;
}

.border-bottom {
    border-bottom: 1px solid #d4d4d480 !important;
}

.col-form-label {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.text-logos {
    padding: 35px 9px;
    border-radius: 58px;
    background-color: #e5f2fa;
    border-radius: 50%;
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.71;
    letter-spacing: normal;
    text-align: center;
    color: #263756;
}

/* .text-gray {
    color: #7a7a7a ;
} */

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.ff {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 100%; */
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

.btn-primary:hover {
    border-color: #263756 !important;
    color: #263756 !important;
    background-color: transparent !important;
}

.boder-blue {
    border: 0.5px solid #263756 !important;
}

.banner-section {
    background-image: url(../image/other/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    display: flex !important;
}

.banner-section-password {
    background-image: url(../image/other/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    display: flex !important;
}

.banner-section-forgot {
    background-image: url(../image/other/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    display: flex !important;
}

.banner-section-code {
    background-image: url(../image/other/bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    display: flex !important;
}

.center-view {
    align-self: center;
    width: 100%;
}

.welcome h2 {
    font-family: ProximaNova;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 7px;
}

.welcome p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #666;
}

.login-section {
    padding: 30px;
}

.forgot-password {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.go-to {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.s-title {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.left-placeholder::-webkit-input-placeholder {
    text-align: left;
}

.left-placeholder:-ms-input-placeholder {
    text-align: left;
}

.left-placeholder::placeholder {
    text-align: left;
}

.btn-black {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 7px;
    background-color: #1d2b36;
}

.btn-black:hover {
    background-color: transparent;
    border: 1px solid #1d2b36;
    color: #1d2b36;
}

.t-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.btn-green {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 7px;
    background-color: #263756;
}

.btn-green:hover {
    background-color: transparent;
    color: #263756;
    border: 1px solid #263756;
}

.logo-border {
    padding: 34px 10px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
}

.sub-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.pdf-file {
    padding: 44px 16px 43px;
    border-radius: 7px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.pdf-file p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.document {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    text-decoration: underline !important;
}

.cancel {
    position: absolute;
    top: -10px;
    right: 0;
}

.carousel-indicators li {
    width: 8px;
    height: 7px;
    border-radius: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: 5px;
    left: auto;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 3%;
    margin-left: 15%;
    list-style: none;
}

.carousel-item img {
    min-height: 194px;
    max-height: 194px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.white-box {
    padding: 15px;
}

.white-box h1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
    margin-bottom: 5px;
}

.white-box h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3rem;
}

.btn-green-details {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #1d2b36;
}

.btn-green-download {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #263756;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.btn-green-details:hover {
    border-color: #1d2b36;
    color: #1d2b36;
    background-color: transparent;
}

.btn-green-download:hover {
    border-color: #263756;
    color: #263756;
    background-color: transparent;
}

.site {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa;
    border-top: 1px solid #e8e8e8;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.modal-body p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.btn-secondary {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    border-radius: 8px;
    border: solid 1px #e0e0df;
    background-color: #fff;
}

.modal-header {
    border-bottom: 1px solid #e8e8e8;
}

.m-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.m-title span {
    font-weight: bold;
}

.modal-img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    border-radius: 7px;
    border: solid 1px #70707050;
}

.pdf-file1 {
    padding: 28px 14px 28px;
}

.s-data {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.edit {
    position: absolute;
    bottom: 5px;
    margin-left: -35px;
}

.modal-footer {
    border-top: 1px solid #e8e8e8;
}

.checkbox-success-tab label span {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    position: absolute;
    top: 2px;
}

.upload {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.text-underline {
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.custom-file-label::after {
    display: block;
    height: calc(2em + 1rem);
    padding: 0.7rem 1.2rem;
    color: #fff;
    content: "Browse";
    background-color: #263756;
}

.custom-file-input {
    height: calc(2em + 1rem);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2em + 1rem);
    padding: 0.65rem 0.75rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa;
}

.btn-edit {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #1d2b36;
}

.btn-remove {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #ff5a5a;
}

.table td {
    padding: 0.6rem;
}

.table td,
.table th {
    border-top: 1px solid #e8e8e8;
}

.table th {
    padding: 0.75rem 0.4rem;
}

.btn-mark {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #263756;
}

.user-imgs {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d9d9d950;
}

.input-group-addon {
    min-height: 50px;
    border-radius: 7px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    font-weight: 600;
    vertical-align: middle;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 12px;
}

i.fa.fa-eye-slash,
i.fa.fa-eye {
    color: #aaaaaa;
}

.text-red {
    color: #ff5a5a !important;
}

.cusrsor-pointer {
    cursor: pointer;
}

.worker-details {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.worker-details span {
    font-weight: bold;
}

.worker-img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
}

.inducted {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.btn-red {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 7px;
    background-color: #ff5a5a;
}

.select-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

input#example-date {
    text-align: left;
    text-transform: uppercase;
}

.b-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.download-modal h2 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.download-modal p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.download-modal span {
    font-weight: bold;
}

.modal-download-date {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa !important;
}

.comments {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.chat-date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    padding: 7px 15px 6px;
    border-radius: 5px;
    background-color: #f5f5f5;
    width: fit-content;
    margin: 0 auto;
}

.chat-conversation {
    min-height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
    overflow-x: auto;
    margin-bottom: 25px;
}

.chat-title p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1a1a1a;
    margin-left: -10px;
    margin-bottom: 12px;
}

.odd .chat-box {
    background-color: #f5f5f5;
    border: 0;
}

.odd .chat-box p {
    text-align: left !important;
}

.chat-box h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1a1a1a;
}

.chat-box p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    /* text-align: right; */
    color: #aaaaaa;
    margin-bottom: 0;
}

.odd .chat-title p {
    margin-right: -10px !important;
}

.chat-box {
    border-radius: 7px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    padding: 15px;
}

h6.mt-0.mb-0.font-weight-medium.font-size-15 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.form-control:focus {
    background-color: #f9f9f9;
    border-color: #e8e8e8;
}

.chat-input.left-placeholder {
    text-align: left;
}

.form-placeholder {
    border-radius: 7px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.form-placeholder:hover,
.form-placeholder:active,
.form-placeholder:focus {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.digit-group {
    margin: 0 auto;
    text-align: center;
}

.digit-group input {
    width: 50px;
    height: 56px;
    background-color: #f7f7f7;
    line-height: 56px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #998f8f;
    margin: 0 2px;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #151515;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.verify-otp {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
    margin-bottom: 10px;
}

.verify-otp-p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
}

#sidebar-menu > ul > li > a.active .icon-active {
    display: inline-block !important;
    width: auto;
}

#sidebar-menu > ul > li > a.active .icon-deactive {
    display: none;
    width: auto;
}

#sidebar-menu > ul > li > a:active .icon-active {
    width: auto;
    display: inline-block !important;
}

#sidebar-menu > ul > li > a:active .icon-deactive {
    width: auto;
    display: none;
}

#sidebar-menu > ul > li > a.active:active .icon-active {
    width: auto;
    display: inline-block;
}

#sidebar-menu > ul > li > a.active:active .icon-deactive {
    width: auto;
    display: none;
}

#sidebar-menu > ul > li > a:active .icon-active,
#sidebar-menu > ul > li > a:focus .icon-active,
#sidebar-menu > ul > li > a:hover .icon-active {
    width: auto;
    display: inline-block;
}

#sidebar-menu > ul > li > a:active .icon-active,
#sidebar-menu > ul > li > a:focus .icon-active,
#sidebar-menu > ul > li > a:hover .icon-active {
    display: none;
    width: auto;
}

#sidebar-menu > ul > li > a.active:active .icon-active,
#sidebar-menu > ul > li > a.active:focus .icon-active,
#sidebar-menu > ul > li > a.active:hover .icon-active {
    width: auto;
    display: inline-block;
}

#sidebar-menu > ul > li > a.active:active .icon-active,
#sidebar-menu > ul > li > a.active:focus .icon-active,
#sidebar-menu > ul > li > a.active:hover .icon-active {
    width: auto;
    display: none;
}

#sidebar-menu > ul > li > a .icon-active {
    width: auto;
    display: none;
}

#sidebar-menu > ul > li > a .icon-deactive {
    width: auto;
    display: inline-block;
}

.list-box .card-body {
    padding: 27px 23px;
}

.list-box h2 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: left;
    color: #263756;
    margin-bottom: 10px;
    margin-top: 0;
}

.list-box p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 0;
}

.nav-pills {
    width: fit-content;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #1a1a1a;
    font-weight: 700;
}

.nav-pills .nav-link {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
}

.table th {
    font-weight: 600;
    color: #100b00;
    font-size: 16px;
}

.table-view-task {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #263756;
}

.table-t {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.table-icon {
    padding: 10px 9px;
    /* padding: 10px; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    background-color: #e2e2e2 !important;
    margin: 0;
    text-transform: uppercase;
}

.table-blue {
    background-color: #d0deff;
}

.icon-with-text {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.btn-accept {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #263756;
    border: 1px solid #263756;
}

.btn-accept:hover {
    color: #263756;
    background-color: #fff;
}

.btn-reject:hover {
    color: #ff5a5a;
    background-color: #fff;
}

.btn-reject {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ff5a5a;
    background-color: #ff5a5a;
}

.modal-reject-btn {
    padding: 11px 21px;
}

.table-orange {
    background-color: #f7e0d3;
}

.table-pink {
    background-color: #e5daf8;
}

.table-dark-blue {
    background-color: #d0deff;
}

.ongoin-box {
    border-radius: 5px;
    border: solid 1px rgba(102, 102, 102, 0.1);
    padding: 20px;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ongoin-box-inner h1 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #100b00;
    margin-top: 0;
    margin-bottom: 7px;
}

.ongoin-box-inner p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.ongoin-box-inner-menu p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    margin: 0;
}

.ongoin-box-inner-menu h5 {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
}

.delivery-time {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.delivery-time h3 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin: 0;
}

.delivery-time p {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin: 0;
}

.ongoin-box-bottom {
    border-radius: 5px;
    border: solid 1px #e0e0df;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-light-blue {
    background-color: #e5f2fa;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #263756;
    padding-top: 15px;
    padding-bottom: 15px;
}

.upload-profile-img1 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.upload-profile-img1 img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
}

.files-update1 {
    position: relative;
    text-align: center;
    padding: 15px 0;
    width: 100% !important;
    overflow: hidden;
    border-radius: 10px;
}

.files-update1 input {
    width: 100% !important;
    height: 130px;
    border: none;
    padding: 0;
    background-color: #f2f2f2;
    text-align: center;
    opacity: 0;
}

.files-update1 {
    position: relative;
}

.files-update1:after {
    pointer-events: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 130px;
    right: 0;
    height: 130px;
    content: "";
    display: block;
    margin: 0 auto;
    background-size: 100% 100%;
    border-radius: 50%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.update-box {
    padding: 32px 10px;
    border-radius: 10px;
    border: solid 1px rgba(102, 102, 102, 0.1);
    background-color: #fff;
    text-align: center;
}

.update-box p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-top: 7px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 1.25rem;
    word-break: break-word;
}

.table-gray {
    background-color: #f7f7f7;
}

.cancel-icons {
    position: absolute;
    top: -12px;
    right: 0;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 615px;
    }
}

@media (max-width: 992px) {
    .btn-lg-fix {
        width: 100%;
    }

    .card-body {
        padding: 20px;
    }

    .delivery-time {
        margin-top: 20px;
    }

    .ongoin-box-bottom .btn {
        margin-bottom: 10px;
    }

    /* .card .form-group {
        margin-bottom: 5px;
    } */
}

@media (max-width: 768px) {
    .ongoin-box-bottom .btn {
        display: block;
    }

    .noticication-name {
        display: none;
    }

    .notification-list .noti-icon-badge {
        right: 17px;
    }

    .vd-form .form-control {
        width: 100%;
        border-radius: 7px;
    }

    .vd-form .input-group-append {
        width: 100%;
    }

    .vd-form .btn {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        margin-top: 7px;
    }

    .content-page {
        padding-bottom: 72px;
    }

    .chat-title-select {
        margin-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .conversation-list .conversation-text {
        float: left;
        font-size: 12px;
        margin-left: 0;
        width: 100% !important;
    }

    .chat-box {
        border-radius: 7px;
        border: solid 1px #e8e8e8;
        background-color: #ffffff;
        padding: 5px;
    }

    .conversation-list .odd .conversation-text {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .footer {
        bottom: 0;
        padding: 8px;
        font-size: 14px;
    }
}

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

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

    .chat-box {
        max-width: 400px;
    }
}

.z-index-1 {
    z-index: 1;
}

.position-relative {
    position: relative !important;
}

.top-icon {
    position: absolute;
    top: 25px;
    left: 25px;
}

.payment {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* padding: 50px 50px; */
    display: flex;
    flex-direction: column;
}

.payment-details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.payment-details-center {
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
}

.payment-details-inner {
    align-self: center;
    min-width: 100%;
}

.payment-details-inner .h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.payment-details-inner .p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.btn-blue {
    padding: 20px;
    border-radius: 10px;
    background-color: #263756;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
}

.f-link {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

p.text-gray1.f-16 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.object-cover {
    object-fit: cover !important;
}

/* .h-100vh {
    max-height: 100vh;
} */

.steps {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.81;
    letter-spacing: normal;
    text-align: left;
    color: #7c7c7c;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #d9d9d9;
}

.styled-checkbox:hover + label:before {
    background: #263756;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #263756;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background: white;
    width: 2.5px;
    height: 2.5px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.styled-checkbox-1 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #263756;
}

.digit-group {
    margin: 0 auto;
    text-align: left;
}

.digit-group input {
    width: 50px;
    height: 56px;
    background-color: #f7f7f7;
    line-height: 56px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #998f8f;
    margin: 0 2px;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #151515;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.verify-otp {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
    margin-bottom: 10px;
}

.verify-otp-p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
}

.digit-group {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.logo-lg img {
    width: 74px;
    height: 59px;
}

.crical-box {
    background-color: #e4f7ff;
    width: 121px;
    height: 121px;
    display: inline-flex;
    margin: 0 auto;
    padding: 30px;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #263756;
    border-radius: 50%;
}

.h1-title {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.f-18 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.no {
    background: #263756;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
}

.yes {
    background: #e9eaee;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #263756;
    padding: 20px 40px;
    border-radius: 8px;
}

.hh-100 {
    height: calc(100vh - 160px);
}

.side-box {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
}

.h2-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.p-title {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.box-border {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
}

.radius-t-left-0 {
    border-top-left-radius: 0px;
}

.f22-title {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.bg-blue {
    background-color: #263756;
    padding: 20px;
}

.previous2 {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 20px 26px;
    border-radius: 8px;
    border: solid 1px #fff;
    background-color: #263756;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: -5px;
}

.next2 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #263756 !important;
    border: none;
    padding: 20px 40px;
    border-radius: 8px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: -5px;
}

.footer-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.border-8px {
    border-radius: 8px !important;
}

.f1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.p1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.v1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.inner-boxs {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.81;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.mb-150 {
    margin-bottom: 200px;
}

.p2 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 0;
    margin-top: 20px;
}

.line {
    border-bottom: 1.5px solid #e0e0df;
    width: 25px;
    display: block;
    margin: 0 auto;
}

.line1 {
    width: 95%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fix-logo {
    width: 166px !important;
    height: 48px !important;
}

.bg-light-blue {
    border-radius: 10px;
    background-color: #e5f8ff;
}

.bg-light-blue h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin-top: 8px;
}

.bg-light-blue h3 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00b9ff;
    margin: 0;
}

.bg-light-red {
    border-radius: 10px;
    background-color: #ffeaea;
}

.bg-light-red h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 8px;
    color: #1a1a1a;
}

.bg-light-red h3 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e55451;
    margin: 0;
}

.bg-dark-gray {
    /* padding: 20px 30px 30px; */
    border-radius: 10px;
    border: solid 1px #e0e0df;
    background-color: #f9f9f9;
}

.bg-light-gray {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.f20 {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.f-bold {
    font-weight: 600 !important;
}

.btn-all {
    padding: 7px 10px;
    border-radius: 5px;
    border: solid 1px #e0e0df;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.f-16 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1a1a1a;
}

.wi-50 {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
}

.text-gray {
    color: #7c7c7c !important;
}

.f-14 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
}

.btn-active {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #4cc320 !important;
    padding: 6px 14px;
    border-radius: 5px;
    background-color: #4cc32010;
}

.btn-completed {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #4cc320 !important;
    border-radius: 5px;
    background-color: #4cc32010;
}

.btn-active-blue {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #263756;
    border-radius: 5px;
    background-color: #e9eaee;
}

.table-responsive {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
    padding: 30px;
}

.btn-deactive {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #e55451 !important;
    border-radius: 5px;
    background-color: #fdeded;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    background-image: url(../image/svg/arrow-down.svg);
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
}


.dropdown-menu.show {
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e0e0df;
    background-color: #fff;
}

a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    white-space: normal;
    color: #1a1a1a;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #263756;
}

.edit-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.edit-icon-logo {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pointer-cursor {
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-lg {
        max-width: 1000px;
    }
}

.modal-header,
.modal-footer {
    border: none;
}

.btn-change-photo {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #263756;
    background-color: #e9eaee;
    padding: 20px 40px;
    border-radius: 8px;
}

.btn-change-photo:hover {
    color: #ffff;
    background-color: #263756;
}

.text-light-gray {
    color: #7c7c7c !important;
}

.table-icon1 {
    padding: 6px;
    border-radius: 99%;
    width: 80px;
    height: 62px;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    background-color: #e2e2e2 !important;
    margin: 0;
    text-transform: uppercase;
}

.f-35 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #263756;
}

.border-bottom-15 {
    border-bottom: 1.5px solid #e0e0df;
}

.arrow-none::after {
    display: none;
}

.dropdown-divider {
    border-top: 1px solid #e0e0df;
}

.step-page {
    height: calc(100% - -93px);
    padding-bottom: 100px;
}

.input-group-text {
    color: #1a1a1a;
    background-color: #f9f9f9;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.bg-gray2 {
    background-color: #484848;
}

.border-10px {
    border-radius: 10px !important;
}

.border-tr10px {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.f26-title {
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
}

.box-same {
    border-radius: 10px;
    /* padding: 25px 20px;
    word-wrap: break-word; */
    box-shadow: 0 20px 50px 0 rgba(41, 55, 84, 0.08);
    text-align: center;
}

.bg-skyblue {
    background-color: #00b9ff;
}

.bg-darkblue {
    background-color: #263756;
}

.bg-lightblue {
    background-color: #00bdff;
}

.bg-red {
    background-color: #e55451;
}

.bg-green {
    background-color: #4cc320;
}

.bg-dashboard-green {
    background-color: #52c625;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fs-22 {
    font-size: 22px;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-black2 {
    color: #1a1a1a !important;
}

.badge-green {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #4cc320;
    border-radius: 5px;
    background-color: #4cc32010;
}

.red-dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #e55451;
    display: inline-block;
}

.tooltip-inner {
    max-width: 280px;
    padding: 0.3rem 0.6rem;
    color: #fff;
    text-align: left;
    background-color: #000;
    border-radius: 0.3rem;
}

.h-50px {
    height: 50px;
}

.dropdown-font {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1a1a1a;
    word-wrap: break-word;
}
.dropdown-font::after {
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    background-image: url(../image/svg/arrow-down.svg);
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
}


.select2-container .select2-selection--single {
    padding: 20px 20px !important;
    border-radius: 10px !important;
    background-color: #f9f9f9 !important;
    border: none !important;
    height: 60px !important;
    text-align: left !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 4px;
    width: 20px;
}

.separator {
    width: 100%;
    height: 0.5px;
    /* margin: 30px 0 30.5px; */
    background-color: #e0e0df;
}

.custom-control-label {
    cursor: pointer;
}

.custom-switch .custom-control-label::after {
    top: calc(0.052rem + 2px);
    left: calc(-2.1rem + 0px);
    height: 31px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4cc320;
    background-color: #4cc320;
    content: "Yes";
    padding: 8px 12px;
}

.custom-switch .custom-control-label::before {
    width: 75px;
    height: 36px;
    left: -2.25rem;
    top: 0 !important;
    pointer-events: all;
    border-radius: 4.5rem;
    background-color: #d7d7d7;
    content: "No";
    z-index: inherit;
    padding: 8px 0;
    padding-left: 40px;
    color: #7c7c7c;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(2.55rem);
}

.custom-switch {
    padding-right: 2.25rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 2px !important;
    transform: rotate(-135deg);
    top: 16px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: block;
    border-bottom: 2px solid #7c7c7c !important;
    border-right: 2px solid #7c7c7c !important;
    transform: rotate(45deg);
    height: 11px;
    width: 11px;
    position: absolute;
    cursor: pointer;
    right: 50%;
    top: 50%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -10px;
    margin-top: -6px;
}

.pdf-box {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
    width: 177.2px;
    height: 177.2px;
    margin-left: 0px !important;
}

.pdf-box-doc {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
    padding: 70px 30px;
    width: 177.2px;
    height: 177.2px;
}

.pdf-box-doc:hover {
    border-radius: 10px;
    border: solid 1px #00b7ff;
    background-color: #263756;
}

.pdf-doc-img:hover {
    opacity: 0.6;
}

.btn-blue2 {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.43; */
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.btn-upload {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #263756 !important;
    border-radius: 5px;
    background-color: #26375610;
    cursor: pointer;
}

.btn-Message {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff !important;
    border-radius: 5px;
    background-color: #263756;
    cursor: pointer;
}

.menu-right-drop {
    right: 20px !important;
    position: absolute !important;
    transform: translate3d(0px, -7px, 0px) !important;
    top: 0px !important;
    left: -113px !important;
}

.dot-color {
    color: #bcbcbc !important;
}

.min-w-230 {
    min-width: 230px;
}

.gray-drop {
    border-radius: 0 10px 10px 0;

    background-color: #efefef;
}

.bg-gray3 {
    background-color: #f9f9f9;
}

.nav-pills-custom {
    background: 0 !important;
    border-radius: 0 !important;
    padding: 0px !important;
}

.nav-link-custom.active {
    color: #ffffff !important;
    padding: 0.9rem 1.3rem !important;
    background-color: #263756 !important;
}

.nav-link-custom {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    background-color: #f9f9f9 !important;
    padding: 0.9rem 1.3rem !important;
}

.text-green {
    color: #4cc320 !important;
}

.class-box {
    /* padding: 44px 23px 35px; */
    border-radius: 10px;
    border: solid 1px #e0e0df;
    background-color: #fff;
    text-align: center;
    display: block;
}

.class-box p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #bcbcbc;
    margin-bottom: 0;
}

.class-box h2 {
    margin-top: 10px;
    color: #263756;
    margin-bottom: 5px;
}

.class-box:hover {
    background-color: #263756;
}

.class-box:hover h2,
.class-box:hover p {
    color: #fff;
}

.active-img {
    display: none;
}

.border-15px {
    border-radius: 15px !important;
}

.nav-pills .nav-link.active .active-img {
    display: initial !important;
}

.nav-tabs-new {
    font-size: 16px !important;
    font-weight: 600;
    color: #1a1a1a !important;
    background-color: #f9f9f9 !important;
    border-color: transparent !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.nav-tabs-new.active {
    color: #fff !important;
    background-color: #263756 !important;
    border-color: transparent !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.new-table {
    padding: 0;
}

.new-table th {
    padding: 1.5rem 1.4rem;
}

.new-table td {
    padding: 0.8rem 1.5rem;
}

.custom-ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.custom-ul li {
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #263756 !important;
    margin: 0 3px;
}

.custom-ul li a {
    color: #263756 !important;
}

.custom-ul .active {
    background-color: #263756;
    color: #fff !important;
}

.custom-ul .active a {
    color: #fff !important;
}

.custom-ul li:hover a {
    color: #fff !important;
}

.custom-ul li:hover {
    background-color: #263756;
    color: #fff !important;
}

.card-scroll {
    overflow-y: auto;
    height: calc(100vh - 308px) !important;
}

.doc-padding td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.custom-control {
    top: -7px;
}

.custom-switch2 {
    top: -1px;
    left: -14px;
}

.custom-switch2 .custom-control-input2:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(1.45rem);
}

.custom-control-input2:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4cc320;
    background-color: #4cc320;
    padding: 8px 12px;
}

.custom-switch2 .custom-control-label::before {
    width: 44px;
    height: 22px;
    top: 0 !important;
    pointer-events: all;
    border-radius: 4.5rem;
    background-color: #d7d7d7;
    z-index: inherit;
    padding: 8px 0;
    padding-left: 40px;
    color: #7c7c7c;
}

.custom-switch2 .custom-control-label::after {
    top: calc(0.039rem + 1px);
    left: calc(-2.1rem + 11px);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
}

.border-left-10px {
    border-radius: 10px 0px 0px 10px;
}

.edit-img {
    right: 10px;
    position: absolute;
    top: 10px;
}

.clone_btn {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}

.none-arrow .select2-selection__arrow {
    display: none !important;
}

.none-arrow .select2-container .select2-selection--single:focus {
    border: 1px solid #52b8f9 !important;
}

.child,
.parent {
    border-radius: 5px;
    height: 20px;
    width: 20px;
    border: solid 0.5px #e0e0df;
    background-color: #ffff;
    accent-color: #263756;
}

.select2-container--default .select2-results__group {
    padding: 6px 12px;
    padding-left: 1em;
}
.background-white .select2-container .select2-selection--single {
    background-color: #ffffff !important;
}
@media (max-width: 992px) {
    .br {
        display: none;
    }
}
.icon-eye {
    width: 22.4px;
    height: 14.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../image/icons/eye.svg);
}
.icon-eye.show {
    background-image: url(../image/icons/eye-open.svg);
}
.pad-b-100 {
    padding-bottom: 100px;
}
.pad-b-150 {
    padding-bottom: 150px;
}

.pricing-border {
    border-radius: 10px;
    border: solid 0.5px #e0e0df;
    background-color: #fff;
}
.pricing-border.active {
    background-color: #263756;
}
.pricing-border.active .f1,
.pricing-border.active .p1,
.pricing-border.active .p2,
.pricing-border.active .v1,
.pricing-border.active .line,
.pricing-border.active .line1,
.pricing-border.active .inner-boxs {
    color: #fff;
}

.scroll-screen {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .overflow-screen {
        overflow: hidden;
        height: 100vh;
    }
}

.tooltip-set {
    position: absolute;
    right: -30px;
    bottom: 20px;
}
.nav-link {
    display: block;
    padding: 0.8rem 1.5rem;
}

.nav-tabs {
    border-bottom: 1px solid #e0e0df;
}

.notification-number {
    position: absolute;
    top: -4px;
    right: -6px;
    height: 13px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e55451;
    color: #fff;
}

.cursor {
    cursor: pointer;
}

.text-delete {
    color: #e55451 !important;
}

.btn-right {
    float: "right";
}

.owl-dots {
    text-align: center !important;
    display: block !important;

}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.custom_image_size{
    max-height: 45px;
    max-width: 45px;
}

/* .sky-radio {
    display: block;
    position: relative;
    right: -5px;
    top: 6px;
    margin: 0px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sky-radio .sky-radio-btn {
    position: absolute;
    top: -1px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0px !important;
}



.sky-radio-mark {
    position: absolute;
    top: 0;
    left: -23px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}
.sky-radio .sky-radio-btn:checked ~ .sky-radio-mark {
    background-color: #00b9ff;
}

.sky-radio .sky-radio-btn:checked ~ .sky-radio-mark:after {
    display: block;
}

.sky-radio .sky-radio-mark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
} */

.sky-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 9px;
    margin: 0px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sky-radio .sky-radio-btn {
    position: absolute;
    top: -1px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0px !important;
}

.sky-radio-mark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}

.sky-radio .sky-radio-btn:checked~.sky-radio-mark {
    background-color: #00b9ff;
}
.sky-radio .sky-radio-btn:checked~.sky-radio-mark:after {
    display: block;
}

.sky-radio .sky-radio-mark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.verify-phone {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
}

.verify-phone2 {
    position: absolute;
    top: 20px;
    right: 45px;
    z-index: 11;
}

.btn-grey{
    background-color: rgb(105 111 122 / 27%) !important;
    color: #293242e0 !important;
    border-color: #fff !important;
}

/* #basic-addon2{
    position: absolute;
} */
.scroll-select .multiselect-container,
.scroll-select .select2-results ul {
    scrollbar-width: auto;
    scrollbar-color: #263756 #ffffff;
}

.scroll-select .multiselect-container::-webkit-scrollbar,
.scroll-select .select2-results ul::-webkit-scrollbar {
    width: 16px;
}

.scroll-select .multiselect-container::-webkit-scrollbar-track,
.scroll-select .select2-results ul::-webkit-scrollbar-track {
    background: #ffffff;
}

.scroll-select .multiselect-container::-webkit-scrollbar-thumb,
.scroll-select .select2-results ul::-webkit-scrollbar-thumb {
    background-color: #263756;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.multi-select .dropdown-toggle:after {
    top: 45%;
}

.multi-select .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
}
.border-right-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.user-nav::after {
    top: 10%;
}

.link-disable{
    pointer-events: none;
}
.switch {
    border: 1px solid #00b7ff;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0px !important
}
.switch .switch-btn {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switch-round:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #00b9ff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch-btn:checked + .switch-round {
    background-color: white;
}
.switch-btn:checked + .switch-round:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

@media (min-width: 576px) {
    .border-switch {
        border: solid 0.5px #e0e0df;
        padding: 8px 20px;
        border-radius: 50px;
    }
}

.color-picker {
    appearance: auto;
    inline-size: 37px;
    block-size: 34px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background-color: buttonface;
    border: 1px solid #e0e0df;
    color: buttontext;
    border-radius: 10px;
    border-image: initial;
    padding: 13px;
}

/* Chart start */
.pieID {
    display: inline-block;
    /* vertical-align: top; */
}

.pie {
    height: 200px;
    width: 200px;
    position: relative;
    /* margin: 0 15px 15px 0; */
}

.pie::before {
    content: "";
    /* display: block; */
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 70%;
    background: #fff;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.pie::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    margin: 220px auto;
}

.slice {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.legend li {
    height: 1.25em;
    text-align: left;
    margin-bottom: 1.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend em {
    font-size: 16px;
    font-weight: 600;
    color: #7c7c7c;
}

.ls-none {
    list-style: none;
}

.scroll-x {
    overflow-x: auto;
}

.gauge {
    position: relative;
    display: inline-block;
    font-size: 33px;
    line-height: 1em;
    height: 1em;
    width: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gauge.gauge-big {
    font-size: 117px;
}

.gauge.gauge-small {
    font-size: 17px;
}

.gauge:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 100%;
    height: 2em;
    width: 2em;
    line-height: 1em;
    border: 0.35em solid #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    clip: rect(auto, auto, 1em, auto);
}

.gauge .gauge-arrow {
    height: 1em;
    width: 0.075em;
    margin-left: -.05em;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gauge .gauge-arrow,
.gauge .gauge-arrow:before {
    position: absolute;
    display: inline-block;
    background: #00b9ff;
    left: 50%;
    border-radius: 50% 50% 50% 50% / 50% 50% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gauge .gauge-arrow:before {
    content: '';
    height: 0.15em;
    width: 0.15em;
    bottom: -0.1em;
    margin-left: -0.075em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.gauge-blue.gauge:before {
    border-color: #253655;
}

.progress {
    background-color: #253655;
    border-radius: 20px;
    height: 35px;

}

.progress-done {
    background: #00b9ff;
    border-radius: 20px;
    height: 100%;
    width: 0;
    transition: 1s ease 0.3s;
}
.c-drop-right{
    right:  0px !important;
}
/* END Chart CSS */

/* Recommend CSS */
.c-badge-sky{
    color: #fff;
    background-color: #62caf2;
    border: solid 1px #41c8fc;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: -14px;
    left: 33%;

}
@media (min-width: 375px){
    .c-badge-sky{
        color: #fff;
        background-color: #62caf2;
        border: solid 1px #41c8fc;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: -14px;
        left: 35%;

    }
}
@media (min-width: 425px){
    .c-badge-sky{
        color: #fff;
        background-color: #62caf2;
        border: solid 1px #41c8fc;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: -14px;
        left: 39%;

    }
}
@media (min-width: 576px){
    .c-badge-sky{
        color: #fff;
        background-color: #62caf2;
        border: solid 1px #41c8fc;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: -14px;
        left: 35%;
    }
}
@media (min-width: 768px){
    .c-badge-sky{
        color: #fff;
        background-color: #62caf2;
        border: solid 1px #41c8fc;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: -14px;
        left: 39%;
    }
}

@media (min-width: 992px){
    .c-badge-sky{
        color: #fff;
        background-color: #62caf2;
        border: solid 1px #41c8fc;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: -14px;
        left: 35%;
    }
}
/* END: Recommend CSS */
.btn-whites{
    font-size: 16px;
    font-weight: bold;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    color: #263756 !important;
}

.speedometer-chart {
    width: 100%;
    height: 400px;
    margin-bottom: -125px;
}

.rediobtn {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    margin-bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rediobtn .radiobtn-input {
    position: absolute;
    opacity: 0;
    left: 2px;
    top: 5px;
    cursor: pointer;
}

.checkmark-radio {
    position: absolute;
    top: -4px;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #d7d7d7;
    border-radius: 50%;
}

.checkmark-radio:before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}

.rediobtn .radiobtn-input:checked~.checkmark-radio {
    background-color: #253655;
}


#range-slider__range {
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d7d7d7;
    outline: none;
}

#range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 1px #00b9ff;
    background-color: #fff;
    cursor: pointer;
}

.range-slider__box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    height: 60px;
    color: #1a1a1a;
    text-align: center;
    border-radius: 3px;
    background: #f9f9f9;
    border-radius: 10px;
}

.rediobtn2 {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    margin-bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rediobtn2 .radiobtn-input2 {
    position: absolute;
    opacity: 0;
    left: 2px;
    top: 5px;
    cursor: pointer;
}

.checkmark-radio2 {
    position: absolute;
    top: -4px;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #d7d7d7;
    border-radius: 50%;
}

.checkmark-radio2:before {
    content: "";
    position: absolute;
    display: block;

}

.rediobtn2 .radiobtn-input2:checked~.checkmark-radio2 {
    background-color: #253655;
}

.checkmark-radio2:after {
    content: "";
    position: absolute;
    display: none;
}

.rediobtn2 .radiobtn-input2:checked~.checkmark-radio2:after {
    display: block;
}

.rediobtn2 .checkmark-radio2:after {
    top: 6px;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}

.arrow_clr .bootstrap-datetimepicker-widget a.btn{
    color: black !important;
}

.arrow_clr .bootstrap-datetimepicker-widget .separator{
    background-color: transparent !important;
}

.date_calendar {

    background-image: url(../image/svg/calendar.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.time_clock {
    background-image: url(../image/svg/clock.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}
.text-done {
    font-size: 26px;
    font-weight: 600;
    color: #263756;
}

.min-height-452 {
    min-height: 382px;
    max-height: 382px;
}

.graph_red_box {
    border: 1px solid #e0e0df;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #e55451;
}
.graph_orange_box {
    border: 1px solid #e0e0df;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #FFA500;
}
.graph_green_box {
    border: 1px solid #e0e0df;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #4cc320;
}

.medium_box{
    margin-left: 14px;
}
.high_box{
    margin-left: 4px;
}

.dashboard_image {
    height: 160px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}

.speedometer-chart {
    position: relative;
}
    .speedometer-chart .rpm {
        font-size: 18px;
        font-weight: bold;
        line-height: 11px;
        text-align: center;
        color: #263756;
        position: absolute;
    }

    .speedometer-chart .rpm:nth-child(1) {
        left: 12px;
        top: 50%;

    }

    .speedometer-chart .rpm:nth-child(2) {
        left: 32px;
        top: 29%;
    }

    .speedometer-chart .rpm:nth-child(3) {
        left: 84px;
        top: 12%;

    }

    .speedometer-chart .rpm:nth-child(4) {
        left: 166px;
        top: 3%;
    }

    .speedometer-chart .rpm:nth-child(5) {
        left: 250px;
        top: 3%;
    }

    /* .speedometer-chart .rpm:nth-child(7) {
        left: 268px;
        top: 4%;

    } */

    .speedometer-chart .rpm:nth-child(6) {
        left: 332px;
        top: 10%;

    }

    .speedometer-chart .rpm:nth-child(7) {
        left: 384px;
        top: 28%;
    }
    /* .speedometer-chart .rpm:nth-child(7) {
        left: 394px;
            top: 36%;

    } */
    .speedometer-chart .rpm:nth-child(8) {
        left: 400px;
        top: 50%;
    }
    .speedometer-number{
        height: 100%;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: 0px;
        width: 415px!important;
    }

    .welcome_blue_color{
        color: #00bdff;
    }

    .mt-130{
        margin-top: 130px;
    }

    .apx-legend-position-right{
        top: 10px !important;
    }
