@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.navbar-white {
    background: #0094A2;
}

li.nav-item i {
    color: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background: #0094A2;
    height: 57px;
}

.dropdown a {
    color: #05747E !important;
}

.dropdown-menu a.black i,
.dropdown-menu a.black {
    color: #565555 !important;
}

.dropdown-menu-lg {
    max-width: 300px;
    /*min-width: 200px;*/
    padding: 0;
}

.login-logo a img {
    width: auto;
}

.login-logo {
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

.form-control {
    display: block;
}

.login-page2 .row {
    margin: 0;
}

.login-box {
    width: 100% !important;
}

body,
html,
.login-container {
    height: 100%;
    min-height: 100% !important;
    width: 100% !important;
}

.os-content {
    background: #334b5f
}

.info-box i {
    color: #fff !important;
}

form label {
    font-weight: 500 !important;
    margin: 0;
}

.card-back {
    background: #eff3f9;
    border: 1px solid #c3c1c1;
}

.input-group-text {
    background: #007bff;
    color: #fff;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.form-check input {
    padding-right: 10px;
}

.form-check label {
    padding-right: 10px;
}

.bg-info {
    background-color: #00c0ef !important;
}

.bg-success {
    background-color: #00a65a !important;
}

.bg-warning {
    background-color: #f39c11 !important;
}

.layout-footer-fixed .wrapper .main-footer {
    position: static !important;
}

.bg-warning {
    background-color: #f39c11 !important;
    color: #fff !important;
}

.bg-warning,
.bg-warning>a {
    color: #fff !important;
}

.ui-icon {
    float: right;
}

.dropdown-header {
    background: #e3fdff;
    padding: 10px;
}

.dropdown img {
    width: 28px;
    height: 28px;
}

.dropdown span {
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
}

.dropdown-header img {
    width: 58px;
    height: 58px;
    border: 3px solid #3674b7;
}

.dropdown-header p {
    color: #2d8a93;
    margin-top: 10px;
}

.dropdown .nav-link {
    display: block;
    padding: 6px 0.5rem !important;
    background: #cceaed;
    border-radius: 50px;
    font-size: 15px;
}

.refresh {
    padding-top: 8px;
    cursor: pointer;
    display: inline;
}

.error {
    color: #FF0000;
}

#newCaptcha {
    height: 38px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    display: inline-block;
}

#newCaptcha img {
    width: auto;
}

#example_wrapper {
    margin-top: 15px;
    border: 1px solid #d35f871f;
    padding: 10px;
}

.dt-buttons {
    display: inline;
}

#example_length {
    width: 15%;
    float: left;
}

#example_filter {
    width: 50%;
    float: right;
}

#example_info {
    width: 50%;
    float: left;
    padding-top: 0 !important
}

#example_paginate {
    width: 50%;
    float: left;
}

#frmContainer {
    display: none;
}

.wd-50 {
    width: 50px;
}

.wd-100 {
    width: 100px;
}

.wd-140 {
    width: 140px;
}

.wd-160 {
    width: 160px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item.active>.nav-link,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

label.bold {
    font-weight: 700 !important;
}

.wrapper_img {
    height: 200px;
    padding: 10px;
    background: #e4e8fa;
    position: relative;
    overflow: hidden;
}

.img_holder {
    height: 100%;
    text-align: center;
}

.img_holder img {
    max-width: 100%;
    height: 100%;
}

.upload {
    position: absolute;
    bottom: -2px;
    padding: 7px 0;
    width: 87%;
    left: 10px;
    right: 0;
    background: #0094A2;
    bottom: 10px;
    text-align: center;
}

.upload i {
    padding: 7px 8px;
    background: #0094A2;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #fff;
    margin-top: -15px;

}

.image-upload {
    line-height: 0 !important;
    height: 0;
}

.image-upload>input {
    display: none;

}

.nav-item {
    position: relative !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
    color: #fff;
    background-color: #4262af !important;
    padding-left: 30px;
    padding-right: 18px;
}


.nav-tabs .nav-link {
    color: #4262af;
    background-color: #fff !important;
    padding-left: 30px;
    padding-right: 18px;
}



.nav-tabs .nav-link.active:before,
.nav-tabs .show>.nav-link:before {
    content: "";
    left: 0px;
    height: 0;
    top: 1px;
    width: 0;
    border-left: 20px solid #f1f6fa;
    border-right: 10px solid #4262af;
    border-top: 20px solid #4262af;
    border-bottom: 20px solid #4262af;
    position: absolute;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .show>.nav-link:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -38px;
    height: 0px;
    /* bottom: 15px; */
    width: 0;
    border: 20px solid transparent;
    border-left-color: #4262af;
    z-index: 999;
}

.nav-tabs .nav-link:before,
.nav-tabs .show>.nav-link:before {
    content: "";
    left: 0px;
    height: 0;
    top: 1px;
    width: 0;
    border-left: 20px solid #f1f6fa;
    border-right: 10px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: absolute;
}

.nav-tabs .nav-link:after,
.nav-tabs .show>.nav-link:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -38px;
    height: 0px;
    /* bottom: 15px; */
    width: 0;
    border: 20px solid transparent;
    border-left-color: #fff;
    z-index: 999;
}

.nav-tabs .nav-item {
    margin-right: 9px;
}

.nav-tabs .nav-link {
    background: #fff;
}

.content-header fa-plus {
    display: inline-block;
    margin-top: 10px;
}

h1 small {
    font-size: 12px;
}

@media all and (-ms-high-contrast:none) {
    .image-upload>input {
        display: block;
        position: absolute;
        bottom: 0;
        opacity: 0
    }
}

[class*=sidebar-dark-] {
    background-color: #0094A2 !important;
}


.heading {
    background: #0094A2;
    padding: 7px;
    margin-bottom: 15px;
    color: #fff;
}

.form-block-wrapper {
    background: #e0e9fe;
    padding: 15px;
}

.heading h5 {
    display: inline-block;
    padding: 6px 0 0 6px;
}

.span-bn {
    margin-top: 27px
}

.heading .span-bn {
    margin-top: 6px
}

.span-bn button {
    padding: 0px 6px !important;
}

.span-bn button i {
    font-size: 12px;
}

.form-block-wrapper {
    padding-right: 50px;
    position: relative;
}

.col_minus {
    position: absolute;
    right: 13px
}

label {
    font-size: 14px;
}

.ucfirst:first-letter {
    text-transform: capitalize;
    margin-bottom: 0;
}

.form-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 3px;
    padding-top: 25px;
}

.input-group .fas {
    color: #0094A2;
}

@media (min-width: 1024px) {
    .modal-header {
        background: #0094A2;
        color: #FFFFFF;
    }

    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

/******profile page******/
.profile_img {
    position: relative;
}

.profile_img .profile_img_wrapper {
    padding: 0px 0 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.column_block {
    padding: 2px 4px;
    display: inline-block;
}

.column_block b {
    padding-right: 8px;
}

.profile_img_wrapper img {
    width: 62px;
    height: 70px;
    margin-bottom: 10px;
}

.profile_img_wrapper b,
.profile_img_wrapper span {
    display: block;
    line-height: 18px;
}

.bg-custom .nav-item {
    background: #fff;
    box-shadow: 2px 2px 4px 1px #dbd9d9;
    margin-right: 15px;
    border: 1px solid #d3d1d1;
    width: 140px;
    padding: 6px 0;
    border-radius: 5px;
}

.bg-custom .nav-item img {
    width: 55px;
    height: auto
}

.bg-custom .nav-item a {
    color: #817f7f;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

.bg-custom .nav-item a span {
    display: block;
}

.bg-custom .nav-item:last-child {
    margin-right: 0
}

.bg-custom {
    overflow: auto;
}


/* width */
::-webkit-scrollbar {
    height: 10px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 10px;
    /* width of vertical scrollbar */
    border: 1px solid #c7c9ca;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7c9ca;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bg-custom .nav-item:hover {
    background: #dbdbdb;
}

.active_nav {
    background: #dbdbdb !important;
}

.error-page>.error-content {
    display: block;
    margin-left: 0px;
}

.profile_img .card-back {
    margin-left: 80px;
    padding: 0px 20px;
    display: table;
    min-height: 70px;
    vertical-align: middle;
    width: 93%;
}

.id_details {
    display: table-cell;
    vertical-align: middle;
}

.modal_wrapper {
    height: 400px;
    overflow: auto;
}

/************tooltip**********/
.toolwrap {
    position: relative
}

.tool {
    padding: 5px;
    color: #0094A2;
    border-radius: 50%;
    cursor: pointer;
}

.direct-chat-text {
    display: none;
    position: absolute;
    left: -18px;
    top: -12px;
    width: 220px;
    z-index: 1000;
}

.tool:hover+.direct-chat-text {
    display: block;
    font-size: 12px;
}

/************profile css **********/
.back_trans {
    width: 100%;
    float: left;
}

.form-group {
    width: 100%;
    float: left;
}

.card-changed {
    box-shadow: none;
    background: none;
}

.profile-table thead th {
    background: #77c1ff !important;
    color: #fff;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: solid #ced4da 1px !important;
}

.select2-container--default .select2-container--focus {
    border: solid #ced4da 1px !important;
}

.nav-treeview {
    float: left;
    width: 100%;
    /*max-height:150px;*/
    overflow: auto;
}

#suggesstionBox {
    position: absolute;
    top: 64px;
    z-index: 999;
    width: 96%;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow: auto;
    background: #fbfbfb;
    margin: 0px 0px 0 10px;
}

#suggesstionBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px;

}

#suggesstionBox ul li {
    color: #2c2c2c;
    background: #fffefe;
    display: block;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    border-top: 1px solid #e5e4e4;
}

#suggesstionBox ul li:hover {
    background: #f1f1f1;
    cursor: pointer;
}

.tableWraper {
    width: 100%;
    max-height: 400px;
}

.pagination {
    margin: 5px 0 !important;
}

.navbar-nav .nav-item h1 {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0px;
    font-weight: bold !important;
}

h1.mainhead i {
    font-size: 16px;
    color: #ffffff;
    background: #0094A2;
    padding: 15px;
    border-radius: 50px;
    margin-right: 10px;
}

.card-back {
    background: #fff;
    border: 1px solid #c3c1c1;
}

p.ucfirst {
    margin-bottom: 0 !important;
}

.fa-camera-retro {
    cursor: pointer;
}


.dataTable thead {
    background: #0094A2 !important;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #0094A2;
    border: 0;
    color: #fff;
}

.mainhead span {
    margin-top: 5px;
    display: inline-block;
}

h1.mainhead i {
    float: left
}

section.content.application .col-lg-3 {
    background: #fff;
}

.member {
    position: relative;
    /* box-shadow: 0px 2px 15px rgb(0 0 0 / 10%); */
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    min-height: 224px;
}

.member .pic {
    /* overflow: hidden; */
    width: 50%;
    margin: 0 auto 20px;
    /* border-radius: 50%; */
}

.member .member-info {
    width: 100%;
    text-align: center;
}

.member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    /*font-size: 18px;*/
    color: #37517e;
}

.member .pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 100px;
}

.member h4 a {
    font-size: 18px;
}

.screen_wrapper img {
    width: 100%;
}

.login-header h4 {
    font-size: 2em;
    color: #fff;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.login-header {
    background: transparent;
    padding: 5px;
    width: 100%;
    margin-bottom: 70px !important;
}

.login-header .logoimg img {
    width: auto;
}

.card {
    background-color: #ffffff85 !important;
}

.login-card-body,
.register-card-body {
    background-image: linear-gradient(to bottom, #56D9E4,
            #257C84) !important;


    color: #000 !important;
    padding: 50px 40px 70px;
}

.login-box .card {
    border-radius: 0;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link {
    color: #fff !important
}

.sidebar-mini.sidebar-collapse .brand-text,
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
    margin-left: 1px !important;
}


.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 350px !important;
}


.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 350px !important;
}

li.nav-item.menu-open:after {
    content: "";
    border-style: solid;
    border-width: 16px 0px 16px 16px;
    border-color: transparent transparent transparent #55d8e3;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 11px;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    /* background: #aedce2 !important; */
    background-image: linear-gradient(to right, #257C84, #56D9E4);
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    top: 22px
}

nav ul li {
    padding-right: 15px;
}

nav ul.nav-sidebar li a {
    /* background-color: #1B6D78 !important; */
    background-image: linear-gradient(to right, #257C84, #56D9E4) !important;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    padding: 15px 15px !important;
}

aside {
    position: fixed !important;
    top: 66px !important;
    bottom: 0;
}

[class*=sidebar-dark-] {
    background-color: #EDEDED !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25em !important;
    border-bottom-right-radius: .25em !important;
}

.gradient-one {
    background-image: linear-gradient(to right, #5FD791, #2E8978);
    border: 1px solid #3EA280;
    border-radius: 12px;
}

.gradient-one .card-header {
    color: #fff !important;
    font-size: 18px;
}

.gradient-one span {
    color: #fff;
    font-size: 18px;
    margin: 5px 0 0 10px;
}

.gradient-one .status span {
    font-size: 16px;
}

.gradient-one .status .fw-bold {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.gradient-two .status span {
    font-size: 16px;
}

.gradient-two .status .fw-bold {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.gradient-one .card-text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.gradient-one i {
    color: #fff;
    font-size: 24px;
}

.gradient-two {
    background-image: linear-gradient(to right, #257C84, #56D9E4);
    border: 1px solid #28828A;
    border-radius: 12px;
}

.gradient-two .card-header {
    color: #fff !important;
    font-size: 18px;
}

.gradient-two span {
    color: #fff;
    font-size: 18px;
    margin: 5px 0 0 10px;
}

.gradient-two .card-text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.gradient-two i {
    color: #fff;
    font-size: 24px;
}

/* .main-sidebar {
    z-index: -1 !important;
} */

.flat-card {
    background: #e3fdff !important;
}

.theme-color {
    color: #278089
}

@-webkit-keyframes background {
    0% {
        background-image: url(../img/background.jpg);
    }

    25% {
        background-image: url(../img/background.jpg);
    }

    50% {
        background-image: url(../img/background.jpg);
    }

    100% {
        background-image: url(../img/background.jpg);
    }
}

.newtab .nav-tabs .nav-link.active:before,
.nav-tabs .show>.nav-link:before {
    border: 0 !important;
}

.newtab .nav-tabs .nav-link.active:after,
.nav-tabs .show>.nav-link:after {
    border: 0 !important;
}

.newtab .nav-tabs .nav-link:before,
.nav-tabs .show>.nav-link:before {
    border: 0 !important;
}

.newtab .nav-tabs .nav-link:after,
.nav-tabs .show>.nav-link:after {
    border: 0 !important;
}

@media (max-width: 720px) {
    #newCaptcha img {
        width: 65%;
    }

    .login-header h4 {
        font-size: 1.42em;
    }

    .login-header img {
        width: 100%;
        max-width: 100px;
    }

    .img-fluid {
        border-radius: 50%;
        border: 1px solid #fff;
    }
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 0px;
    top: 2px;
    border-radius: 50px;
    background: #ff5e00;
    color: #fff;
    text-align: center;
}

.notification_popup {
    position: absolute;
    left: 0;
    top: -54px;
    right: 0;
    z-index: 999;
    color: #0094A2;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.layout-navbar-fixed .wrapper .main-header {
    z-index: 99
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.login-box-msg,
.register-box-msg {
    color: #fff !important;
    font-size: 38px;
}

.login-submit {
    font-size: 24px;
}

.login-box-msg,
.register-box-msg {
    padding: 0 20px 50px !important;
}

.refresh a {
    color: #ffffff;
    background: #41C0D0;
    padding: 8px;
    border-radius: 50px;
}

.form-control2 {
    background: transparent;
    border: 0px 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.form-control2::placeholder {
    color: #fff;
}

.form-control2:focus-visible {
    outline: 0px;
}

h1.app-name {
    font-weight: 400 !important;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
    border-radius: 50%;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.95rem;
    border: 2px solid #f46e9f;
    padding: 4px;
}

.symbol.symbol-40px>img {
    width: 40px;
    height: 40px;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
    border-radius: 50%;
}

.symbol>img {
    width: 50px;
    height: 50px;
}

.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.95rem;
}

.symbol .symbol-badge {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}

.ms-4 {
    margin-left: 1rem !important;
}

.text-gray-900 {
    color: #211f1c !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.nav.nav-pills.nav-pills-custom .nav-link.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active {
    background-color: #d35f87;
    border: 1px solid #d35f87;
    transition-duration: 1ms;
    position: relative;
}

.nav.nav-pills.nav-pills-custom .nav-link,
.nav.nav-pills.nav-pills-custom .show>.nav-link {
    border: 1px dashed #cacaca;
    border-radius: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #03dac6;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.95rem;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.me-3 {
    margin-right: 0.75rem !important;
}

/* .nav-link {
    display: block;
    padding: 0.1rem 0.9rem 0rem 0.6rem;
} */
.register-add {
    padding: 3px 20px;
    background: #e3e4e5;
    border-radius: 38px;
}

a.register-add {
    color: #374450;
    font-weight: 600;
    padding: 7px 20px 3px 20px;
    border: 1.5px dotted #374556;
}

.register-add img {
    width: 30px;
    background: #ffb2ce;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    top: -2px;
    left: -13px;
}

.register-add:hover {
    background: #03dac6;
}

.dataTable thead {
    background: #0094A2;
    color: #fff;
    font-size: 14px;
}

.btn-x-sm {
    color: #fff;
    background-color: #03dac6;
    border-color: #03dac6;
    box-shadow: none;
    padding: 2px 7px;
    font-size: 11px;
}

.btn-x-sm-pink {
    color: #fff;
    background-color: #0094A2;
    border-color: #0094A2;
    box-shadow: none;
    padding: 2px 7px;
    font-size: 11px;
}

tr>td {
    font-size: 13px !important;
}

button.dt-button.buttons-excel.buttons-html5 {
    /*background: #a45a6d;*/
    border: 0;
    color: #fff;
}

.table td,
.table th {
    padding: 0.3rem;
}

.unicode-font {
    font-family: 'arialuni';
}

.button_print {
    background: #4ce8cd;
    border: 2px solid #fff;
    padding: 4px 11px;
    border-radius: 20px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0094A2;
    border-color: #0094A2;
}

.dataTables_info,
#example_paginate {
    margin-top: 20px;
}

.btn-custom {
    color: #fff;
    background: #0094a2;
    border-color: #0094a2;
}

.btn-custom:hover {
    color: #fff;
    background: #07AFBF;
    border-color: #07AFBF;
}

.content-wrapper {
    overflow-x: hidden;
}

.btn-info {
    color: #fff;
    background-color: #0094A2;
    border-color: #0094A2;
}

.btn-primary {
    color: #fff;
    background: #41C0D0;
    border-color: #41C0D0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #07AFBF;
    border-color: #0094a2;
}

a {
    color: #0094A2;
    text-decoration: none;
    background-color: transparent;
}

.page-link {
    color: #0094A2;
}

.readonly {
    pointer-events: none;
    color: #6c757d;
}

li.nav-item ul li {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 0px !important;
    }
}

.navbar-white {
    background-image: linear-gradient(to right, #257C84, #56D9E4) !important;
}

.card-style-one {
    border-radius: 20px;
    background: #e9fff4 !important;
    border-color: #63dfbf !important;
}

.card-style-one span {
    font-size: 20px;
    line-height: 22px;
    color: #43b880;
}

.card-style-one .card-text {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #4a937d;
}

.card-style-two {
    border-radius: 20px;
    background: #faf0eb !important;
    border-color: #ffcf65 !important;
}

.card-style-two span {
    font-size: 20px;
    line-height: 22px;
    color: #f09673;
}

.card-style-two .card-text {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #ee8e69;
}

.card-style-three {
    border-radius: 20px;
    background: #dbdff7 !important;
    border-color: #cfa2db !important;
}

.card-style-three span {
    font-size: 20px;
    line-height: 22px;
    color: #896bb8;
}

.card-style-three .card-text {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #73599c;
}

.card-style-four {
    border-radius: 20px;
    background: #edcbca !important;
    border-color: #cfa2db !important;
}

.card-style-four span {
    font-size: 20px;
    line-height: 22px;
    color: #da504b;
}

.card-style-four .card-text {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #da504b;
}

.card-style-one .status .status-val {
    border-top: 1px solid #93dbb8;
}

.card-style-one .status .status-val .fw-bold {
    font-size: 20px;
    color: #43b880;
}

.card-style-one .status .status-val span {
    font-size: 16px;
    line-height: 8px;
}

.card-style-two .status .status-val .fw-bold {
    font-size: 20px;
    color: #ee8e69;
}

.card-style-two .status .status-val span {
    font-size: 16px;
    line-height: 8px;
}

.card-style-two .status .status-val {
    color: #ee8e69;
    border-top: 1px solid #ffc8b2;
    ;
}

.card-style-three .status .status-val .fw-bold {
    font-size: 20px;
    color: #73599c;
}

.card-style-three .status .status-val span {
    font-size: 16px;
    line-height: 8px;
}

.card-style-three .status .status-val {
    color: #73599c;
    border-top: 1px solid #cab8e7;
    ;
}

.card-style-four .status .status-val .fw-bold {
    font-size: 20px;
    color: #da504b;
}

.card-style-four .status .status-val span {
    font-size: 16px;
    line-height: 8px;
}

.card-style-four .status .status-val {
    color: #da504b;
    border-top: 1px solid #da8c89;

}

.card-white {
    border-radius: 20px;
    box-shadow: 0px 6px 6px 2px #e4e4e4;
    background-image: linear-gradient(to right, #257C84, #56D9E4);
}

.card-white .card-detail span {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
}

.card-white .card-detail .card-text {
    /* color: #689905 */
    color: #fff
}

.card-white .card-body {
    height: 120px;
    align-items: center !important;
}

.card-white.card2 {
    background-image: linear-gradient(to right, #257C84, #56D9E4);
    border: 1px solid #28828A;
}

.register-link{
    color: #fff !important;
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
}

.register-link a {
    color: #41C0D0 !important;
}

.register-link a:hover {
    color: #07AFBF !important;
}

.login-logo {
    max-width: 150px;
    height: auto;
}