@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');

body {
    background-color: #f6f6f6;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    overflow-x: hidden;
}

a {
    color: #cc0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    a:hover {
        color: #005693;
    }
.font-14 {
    font-size: 14px;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.text-bold {
    font-weight: 600;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #a4aeb3;
}

.form-control::-moz-placeholder {
    color: #a4aeb3;
}

.form-control:-ms-input-placeholder {
    color: #a4aeb3;
}

.form-control:-moz-placeholder {
    color: #a4aeb3;
}
ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.primary-text {
    color: #cc0000;
}
.custom-text {
    color: #212529;
}
.text-underline {
    text-decoration: underline !important;
}
.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 2px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #005693;
    border-color: #005693;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #005693;
        border-color: #005693;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color:#034c7f;
        border-color: #005693;
        box-shadow:none;
    }

.btn-primary {
    background-color: #005693;
    border-color: #005693;
    color: #fff;
}


    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle, .btn-primary:active,
    .btn-primary:hover, .btn-primary.disabled:active,
    .btn-primary.disabled:hover,
    .btn-primary.focus,
    .btn-primary:focus {
        background-color: #034c7f;
        border-color: #034c7f;
        box-shadow: none;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }
.btn-outline-primary {
    color: #005693;
    border-color: #005693;
}
    .btn-outline-primary:hover, .btn-outline-primary:focus,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #034c7f;
        border-color: #034c7f;
    }
.btn-secondary {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #fff;
}

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle, .btn-secondary:active,
    .btn-secondary:hover, .btn-secondary.disabled:active,
    .btn-secondary.disabled:hover,
    .btn-secondary.focus,
    .btn-secondary:focus {
        background-color: #b60404;
        border-color: #b60404;
        box-shadow: none;
    }
.btn.btn-default {
    background-color: #ddd;
}
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle, .btn-default:active,
.btn-default:hover, .btn-default.disabled:active,
.btn-default.disabled:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    box-shadow: none;
}
.btn-outline-default {
    color: #6c757d;
    border-color: #6c757d;
}
    .btn-outline-default:hover, .btn-outline-default:focus,
    .btn-outline-default:not(:disabled):not(.disabled).active,
    .btn-outline-default:not(:disabled):not(.disabled):active,
    .show > .btn-outline-default.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
.btn-orange {
    color: #fff;
    background-color: #ff8100;
    border-color: #ff8100;
}
    .btn-orange:hover, .btn-orange:focus {
        color: #fff;
        background-color: #ef7e0a;
        border-color: #ef7e0a;
    }
    .btn:focus, .btn:active, .btn:active:focus, .custom-select:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none;
}
.btn-danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}
.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    background-color: #fefeff;
    border-color: #375c76;
}

.bb-0 {
    border-bottom: 0px !important;
}

.form-group .control-label, .form-group label {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0px;
    color: #6c757d;
}

.form-control, .input-group-text,
.custom-select, .custom-file-label {
    background-color: #fdfdff;
    border-color: #dcdffd;
}

    .input-group-text,
    select.form-control:not([size]):not([multiple]),
    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 14px;
        padding: 10px 15px;
        height: 42px;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.btn.btn-lg {
    padding: 0.55rem 1.5rem;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.pt-10 {
    padding-top: 10px !important;
}

.text-muted {
    color: #98a6ad !important;
}
.bd-title {
    font-size: 20px;
    margin: 0px;
}
.bg-primary {
    background-color: #00bde0 !important;
}

.text-white {
    color: #fff !important;
}

.btn.btn-sm {
    line-height: 10px;
    padding: 8px 8px;
    font-size: 12px;
}
.wh-nowrap {
    white-space: nowrap;
}
.hint-text {
    font-weight: 500;
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
}

.form-group .custom-checkbox label.custom-control-label {
    padding-top: 3px;
}

.required {
    color: #f11919;
}

.form-group .list-radio label.custom-control-label {
    padding-top: 3px;
}

textarea.form-control {
    height: auto !important;
}
.page-item.active .page-link {
    background-color: #005693;
    border-color: #005693;
}
.custom-control label.custom-control-label {
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    font-weight: 400;
}
.bootstrap-filestyle label {
    margin: 0px;
    outline: none;
}
.text-center .bootstrap-filestyle {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
    .text-center .bootstrap-filestyle .group-span-filestyle {
        outline: none !important;
    }
    .text-center .bootstrap-filestyle .btn .badge {
        background-color: #fff;
        color: #17a2b8;
        font-weight: 600;
    }
.form-control.file {
    width: auto;
}
.nav.nav-pills .nav-item .nav-link {
    background-color: #ebebeb;
    color: #212121;
}
    .nav.nav-pills .nav-item .nav-link:hover,
    .nav.nav-pills .nav-item .nav-link:focus {
        background-color: #9f9f9f;
        color: #fff;
    }
    .nav.nav-pills .nav-item .nav-link.active {
        background-color: #005693;
        color: #fff;
    }
.nav.nav-pills .nav-item {
    margin-right: 5px;
}
.nav.nav-pills .nav-item:last-child {
    margin-right: 0px;
}


.custom-file, .custom-file-input {
    height: 42px;
}
.custom-file label.custom-file-label {
    height: 42px;
    margin-bottom: 0px;
}
    .custom-file label.custom-file-label:after {
        height: 40px;
        padding: 10px 15px;
    }
.uploadimg-box {
    position: relative;
    border: 1px dashed #999;
    padding: 10px;
    min-height: 170px;
    min-width: 170px;
    max-height: 170px;
    max-width: 170px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}
    .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #005693;
    background-color: #005693;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.form-control.input-validation-error {
    border-color: #dc3545;
}
.card-innertitle {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0px;
}

    /*--- Loader :: Start ---*/
    .preloader {
    background-color: #005693;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
}

    .preloader .loader {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: auto;
        position: relative;
        border: 4px solid #fff;
        -webkit-animation: loader 2s infinite ease;
        animation: loader 2s infinite ease;
    }

.d-table {
    width: 100%;
    height: 100%;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.preloader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
/*--- Loader :: End ---*/

/*--- Login :: Start ---*/
.auth-wrapper {
    height: 100vh;
    background-color: #fff;
}

    .auth-wrapper .auth-content {
        padding: 40px 70px;
        width: 550px;
        margin: 0px auto;
    }

    .auth-wrapper .login-logo {
        margin-bottom: 60px;
    }
        .auth-wrapper .login-logo img { 
            width:250px;
        }

    .auth-wrapper .login-desc {
        font-weight: 600;
        font-size: 22px;
        color: #171F46;
        margin-bottom: 10px;
    }

    .auth-wrapper .footer-cont {
        position: absolute !important;
        text-align: center;
        bottom: -40px;
        left: 0;
        right: 0;
    }

    .auth-wrapper .copyright-area.text-muted {
        font-weight: 500;
        font-size: 12px;
    }

    .auth-wrapper .wcal-jarallax-image {
        position: relative;
        height: 100vh;
        background-color: #e8f0fe;
    }

.form-group label.toggle-password {
    padding: 11px 15px;
    background-color: #f5f5fd;
    border: 1px solid #e4e6fc;
    line-height: 1.4;
    border-radius: 0px 2px 2px 0px;
}
p.inner-text {
    font-weight: 400;
    font-size: 18px;
}
.form-control.otp-text {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 4px;
}
/*--- Login :: End ---*/

/*--- Header :: Start ---*/
.main-wrapper {
    height: 100%;
}

.navbar {
    height: 70px;
    left: 250px;
    right: 0;
    position: absolute;
    z-index: 890;
    background-color: #ffffff;
    box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
}

.sticky {
    position: fixed !important;
    top: 0;
}

.main-sidebar, .navbar,
.main-content, .main-footer,
.sidebar-mini .fixed-bottom,
.fixed-bottom {
    transition: all 0.5s;
}

    .navbar .nav-link {
        color: #f2f2f2;
        padding-left: 12px !important;
        padding-right: 12px !important;
        height: 100%;
    }

        .navbar .nav-link.nav-link-lg .feather {
            width: 20px;
            height: 20px;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
            color: #555556;
        }

    .navbar .dropdown-list-toggle .notification-toggle .headerBadge1 {
        position: absolute;
        top: 4px;
        right: 0px;
        font-weight: 300;
        font-size: 12px;
        padding: 3px 6px;
        background: #ff8100;
        border-radius: 10px;
    }

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 5px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0)
    }

    1% {
        -webkit-transform: rotateZ(30deg)
    }

    3% {
        -webkit-transform: rotateZ(-28deg)
    }

    5% {
        -webkit-transform: rotateZ(34deg)
    }

    7% {
        -webkit-transform: rotateZ(-32deg)
    }

    9% {
        -webkit-transform: rotateZ(30deg)
    }

    11% {
        -webkit-transform: rotateZ(-28deg)
    }

    13% {
        -webkit-transform: rotateZ(26deg)
    }

    15% {
        -webkit-transform: rotateZ(-24deg)
    }

    17% {
        -webkit-transform: rotateZ(22deg)
    }

    19% {
        -webkit-transform: rotateZ(-20deg)
    }

    21% {
        -webkit-transform: rotateZ(18deg)
    }

    23% {
        -webkit-transform: rotateZ(-16deg)
    }

    25% {
        -webkit-transform: rotateZ(14deg)
    }

    27% {
        -webkit-transform: rotateZ(-12deg)
    }

    29% {
        -webkit-transform: rotateZ(10deg)
    }

    31% {
        -webkit-transform: rotateZ(-8deg)
    }

    33% {
        -webkit-transform: rotateZ(6deg)
    }

    35% {
        -webkit-transform: rotateZ(-4deg)
    }

    37% {
        -webkit-transform: rotateZ(2deg)
    }

    39% {
        -webkit-transform: rotateZ(-1deg)
    }

    41% {
        -webkit-transform: rotateZ(1deg)
    }

    43% {
        -webkit-transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(0)
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0)
    }

    1% {
        -moz-transform: rotate(30deg)
    }

    3% {
        -moz-transform: rotate(-28deg)
    }

    5% {
        -moz-transform: rotate(34deg)
    }

    7% {
        -moz-transform: rotate(-32deg)
    }

    9% {
        -moz-transform: rotate(30deg)
    }

    11% {
        -moz-transform: rotate(-28deg)
    }

    13% {
        -moz-transform: rotate(26deg)
    }

    15% {
        -moz-transform: rotate(-24deg)
    }

    17% {
        -moz-transform: rotate(22deg)
    }

    19% {
        -moz-transform: rotate(-20deg)
    }

    21% {
        -moz-transform: rotate(18deg)
    }

    23% {
        -moz-transform: rotate(-16deg)
    }

    25% {
        -moz-transform: rotate(14deg)
    }

    27% {
        -moz-transform: rotate(-12deg)
    }

    29% {
        -moz-transform: rotate(10deg)
    }

    31% {
        -moz-transform: rotate(-8deg)
    }

    33% {
        -moz-transform: rotate(6deg)
    }

    35% {
        -moz-transform: rotate(-4deg)
    }

    37% {
        -moz-transform: rotate(2deg)
    }

    39% {
        -moz-transform: rotate(-1deg)
    }

    41% {
        -moz-transform: rotate(1deg)
    }

    43% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(30deg)
    }

    3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    9% {
        transform: rotate(30deg)
    }

    11% {
        transform: rotate(-28deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }

    43% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    60% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.navbar .nav-link.nav-link-user {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    padding-right: 12px !important;
}

    .navbar .nav-link.nav-link-user:after {
        display: none;
    }

    .navbar .nav-link.nav-link-user .user-img-radious-style {
        border-radius: 6px;
        box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
    }

    .navbar .nav-link.nav-link-user img {
        width: 30px;
    }

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: none;
    width: 200px;
}

.btn.btn-icon-split i, .dropdown-item.has-icon i {
    text-align: center;
    width: 15px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.dropdown-item.has-icon i {
    margin-top: -1px;
    font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #00bde0;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-list {
    width: 300px;
    padding: 0;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-list .dropdown-footer, .dropdown-list .dropdown-header {
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
}

    .dropdown-list .dropdown-footer a, .dropdown-list .dropdown-header a {
        font-weight: 600;
    }

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-list .dropdown-list-content {
    height: 250px;
    overflow: hidden;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #fbfbfb;
    border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

a.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 1.4;
    white-space: normal;
    color: #34395e;
    margin-left: 15px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    color: #aaa;
    float: left;
    width: 100%;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
/*--- Header :: End ---*/

/*--- Sidebar :: Start ---*/
.main-sidebar {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;
    z-index: 9998;
    left: 0;
}

    .main-sidebar .sidebar-brand {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0px 0px;
        overflow: hidden;
    }

        .main-sidebar .sidebar-brand a {
            display: block;
            padding:9px 0px;
        }
.sidebar-mini .main-sidebar .sidebar-brand {
    padding: 0px 0px;
}
.sidebar-mini .main-sidebar .sidebar-brand a img {
    width:210px;
}
.sidebar-mini .main-sidebar .sidebar-brand a {
    display: block;
    padding: 5px 10px 5px;
    overflow: hidden;
    margin:0px;
}

.main-sidebar .sidebar-brand a img {
    width:186px;
}

.main-sidebar .sidebar-menu {
    padding: 0;
    margin: 0;
}

    .main-sidebar .sidebar-menu li {
        display: block;
    }

        .main-sidebar .sidebar-menu li a {
            position: relative;
            display: flex;
            align-items: center;
            height: 50px;
            padding: 0 20px;
            width: 100%;
            letter-spacing: 0.3px;
            color: #333;
            font-weight: 400;
            text-decoration: none;
        }

            .main-sidebar .sidebar-menu li a:hover {
                background-color: #f2f5f8;
            }

            .main-sidebar .sidebar-menu li a .feather {
                height: 20px;
                width: 20px;
                margin-right: 10px;
                text-align: center;
                fill: #eaeff0;
            }

        .main-sidebar .sidebar-menu li.active a .feather {
            fill: #90b5cf;
        }

            .main-sidebar .sidebar-menu li a span {
                margin-top: 3px;
                width: 100%;
                white-space: nowrap;
            }

        .main-sidebar .sidebar-menu li .menu-toggle:before {
            content: "\f067";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            font-size: 10px;
            right: 17px;
            transform: scale(1);
            transition: all 0.3s;
        }

        .main-sidebar .sidebar-menu li .menu-toggle.toggled:before {
            transform: scale(0);
        }

        .main-sidebar .sidebar-menu li .menu-toggle:after {
            content: "\f068";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            font-size: 10px;
            right: 17px;
            transform: scale(0);
            transition: all 0.3s;
        }

        .main-sidebar .sidebar-menu li .menu-toggle.toggled:after {
            transform: scale(1);
        }

        .main-sidebar .sidebar-menu li ul.dropdown-menu {
            padding: 0;
            margin: 0;
            display: none;
            position: static;
            float: none;
            width: 100%;
            border-radius: 0px;
            box-shadow: none;
            background-color: transparent;
        }

            .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
                color: #60686f;
                height: 35px;
                padding-left: 50px;
                font-weight: 400;
            }

        .main-sidebar .sidebar-menu li.active > a {
            background-color: #005693;
        }

        .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
            color: #cc0000;
            font-weight: 500;
            background-color: #dfe5e9;
        }

.sidebar-mini .main-sidebar {
    width: 65px;
    overflow: initial !important;
}

.sidebar-mini .navbar,
.sidebar-mini .fixed-bottom {
    left: 65px;
}

.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
    display: none;
}

.sidebar-mini .main-sidebar .sidebar-menu li a .feather {
    margin-right: 0px;
}

.sidebar-mini .main-sidebar .sidebar-menu > li {
    padding: 10px;
}

    .sidebar-mini .main-sidebar .sidebar-menu > li > a {
        border-radius: 3px;
        height: 45px;
        padding: 0;
        justify-content: center;
    }

.sidebar-mini .main-sidebar .sidebar-menu li .menu-toggle:before,
.sidebar-mini .main-sidebar .sidebar-menu li .menu-toggle:after {
    display: none;
}

.sidebar-mini .main-content {
    padding-left: 65px;
}

body.sidebar-gone .main-sidebar {
    left: -250px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    transition: 0.5s;
    left: 30px;
    color: #868e96;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a:before {
    color: #cc0000;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
    color: #005693;
    font-weight: 500;
    left: 35px;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
    display: block !important;
}

.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
    position: absolute;
    background-color: #fff;
    left: 65px;
    top: 10px;
    width: 200px;
    display: none;
    padding-bottom: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li:hover a {
    background-color: #fff;
}

.main-sidebar .sidebar-menu li.active a {
    box-shadow: none;
    color: #fff;
}

.light-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active ul.dropdown-menu li.active a {
    background-color: #f0f3ff !important;
}
/*--- Sidebar :: End ---*/


/*--- Main Body :: Start ---*/
.main-content {
    padding-left: 250px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 55px;
    width: 100%;
    position: relative;
}

.card {
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

    .card .card-statistic {
        position: relative;
        color: #000000;
        padding: 15px 20px;
        border-radius: 3px;
        overflow: hidden;
    }

.card-content .dash-title-t1 {
    font-size: 16px;
    color: #60686f;
    margin-bottom: 10px;
}

.card-content .dash-title-t2 {
    font-size: 30px;
    margin: 0px;
    color: #292929;
}

.card .card-statistic .banner-img {
    text-align: right;
}

    .card .card-statistic .banner-img img {
        width: 140px;
    }

.card .card-header {
    background-color: transparent;
    border-bottom-color: #e7e8e9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
}

    .card .card-header h4 {
        font-size: 16px;
        margin-bottom: 0;
        color: #212529;
        font-weight:600;
    }

        .card .card-header h4 + .card-header-action, .card .card-header h4 + .card-header-form {
            margin-left: auto;
        }

            .card .card-header h4 + .card-header-action .btn, .card .card-header h4 + .card-header-form .btn {
                font-size: 12px;
                padding: 0px 15px;
                line-height: 33px;
            }

.card-header-action .btn-group-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-area .inline-block {
    float: left;
}
.inline-block.paystatus {
    padding-top: 3px;
}
.card-header-action .mainsearch-form .form-control {
    border-radius: 0px;
}

.card-header-action .mainsearch-form select.form-control {
    width: 150px;
}

.datatablesearch {
    display: inline-block;
}

    .datatablesearch .dataTables_filter > label {
        font-size: 0px;
        display: flex;
        margin: 0px;
        position: relative;
        top: -4px;
    }

    .datatablesearch .dataTables_filter label input {
        width: 300px;
    }

.mainsearch-form {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.card-header-action .mainsearch-form select.form-control,
.card-header-action .mainsearch-form .form-control {
    height: 35px;
    padding: 8px 15px;
}

.card-header-action .mainsearch-form select.form-control {
    border-radius: 4px 0px 0px 4px;
}

.card-header-action .mainsearch-form .form-control {
    border-radius: 0px;
}
.order-tools-link .dropdown-item:hover {
    background-color: #ddd;
    cursor: pointer;
}

.custom-modal .modal-header {
    position: relative;
    padding: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    display: block;
    -ms-flex-align: center;
}

    .custom-modal .modal-header .close {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: red;
        margin: 0;
        padding: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        outline: none !important;
        text-shadow: none;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        border-radius: 50%;
        padding-left: 2px;
        text-align: center;
    }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.dropdown-table .btn.dropdown-toggle {
    position: absolute;
    left: 15px;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 5px 10px;
    height: 50px;
    vertical-align: middle;
}

table > thead > tr > th {
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

table img.user-pic {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    vertical-align: middle;
}
.dataTables_wrapper .table td, .dataTables_wrapper .table th {
    border-top: 0px solid #dee2e6;
}
.tb-img {
    width: 200px;
}
img.tb-icon {
    width: 31px;
    background-color: #7d7d7d;
    padding: 6px;
    border-radius: 4px;
}
.category-area table select.user-status.form-control {
    width: 125px;
    padding: 5px 10px !important;
}
table select.user-status.form-control {
    width: 120px;
    height: 32px !important;
    padding: 5px 15px !important;
    display: block;
    margin: 0px auto;
}

table th[data-orderable="false"] {
    padding: .75rem !important;
}

th[data-orderable="false"]:before,
th[data-orderable="false"]:after {
    display: none !important;
}

.checkbox-table .header-check {
    position: relative;
}

.checkbox-table .header-check .dropdown-table {
    display: none;
    position: absolute;
    top: 6.5px;
    left: 44px;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.checkbox-table .header-check .dropdown-table .btn {
    font-size: 12px;
    padding: 10px 10px;
    line-height: 1;
}

.checkbox-table .header-check .dropdown-table .dropdown.show .btn {
    border-radius: .25rem .25rem 0rem 0rem;
}

.checkbox-table .header-check .dropdown-table .dropdown-menu {
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 0px;
    padding: 0px;
    border-radius: 0rem 0rem 0.25rem 0.25rem;
    width: 100%;
}

.checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item {
    background-color: transparent;
    font-weight: 400;
    padding: 8px 15px;
}

.checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled {
    font-weight: 500;
    font-size: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

    .checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled:first-child {
        border-top: 0px solid rgba(0, 0, 0, 0.2);
        margin-top: 0px;
    }

.checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px;
    border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item i {
    margin: 0px;
    padding-right: 8px;
}

.checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:hover,
.checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:focus {
    cursor: pointer;
    background-color: #00bde0;
    color: #fff !important;
}




.action-area {
    white-space: nowrap;
}

.fixed-bottom {
    left: 250px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    left: 250px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.dataTables_length label {
    margin-bottom: 0px;
}

.dataTables_length select.custom-select.form-control {
    width: 100px;
    height: 35px !important;
    padding: 6px 10px !important;
}

.customPaginationContainer .pagination {
    float: right;
    margin: 0px;
}

.footer-area .customttotalContainer {
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
}

.profile-header {
    display: block;
    margin-bottom: 30px;
}

.profile-header img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0px auto 25px;
}

.profile-header .user-name {
    font-weight: 600;
    font-size: 24px;
    color: #404345;
    text-align: center;
}

.profile-header .user-year {
    font-weight: 400;
    font-size: 14px;
    color: #808791;
    text-align: center;
}

.profile-body .inner-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.profile-body .inner-list > li {
    padding: 10px 0px;
}

.profile-body .label-2 {
    font-weight: 500;
}

.badge {
    font-weight: 400;
    font-size: 12px;
    padding: 6px 10px;
}

.badge.badge-warning {
    background-color: rgba(255, 190, 11, 0.2);
    color: #ffbe0b;
}

    .badge.badge-primary {
        background-color: #005693;
    }

.badge.badge-secondary {
    background-color: #34395e
}

.badge.badge-success {
    color: #00c9a7;
    background: rgba(0, 201, 167, 0.1);
}

.badge.badge-info {
    background-color: #3abaf4
}

.badge.badge-danger {
    background-color: rgba(255, 92, 117, 0.2);
    color: #ff5c75;
}

.badge.badge-light {
    background-color: #e3eaef;
    color: #191d21
}

.badge.badge-white {
    background-color: #fff;
    color: #191d21
}

.badge.badge-dark {
    background-color: #191d21
}

.uploadimage-block {
    display: block;
}

.uploadimage-block .preview-upload-area {
    position: relative;
    border: 1px dashed #999;
    padding: 140px 50px 10px 50px;
    width: 200px !important;
    height: 200px !important;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.uploadimage-block .fileUpload {
    height: 200px;
    width: 200px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    position: absolute;
    z-index: 10;
}

.uploadimage-block .portimg {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    max-width: 200px;
    max-height: 200px;
    z-index: 9;
}

.uploadimage-block .removebtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border: 1px solid #ff2337;
    background-color: #ff2337;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 99;
}

.uploadimage-block .removebtn:hover,
.uploadimage-block .removebtn:focus {
    opacity: 0.9;
    outline: none;
}

.uploadimage-block .preview-upload-area:before {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 58%;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    color: #666;
    transform: translateX(-50%) translateY(-50px);
}

.uploadimage-block .preview-upload-area:after {
    content: "drag & drop your image here";
    display: block;
    position: absolute;
    text-align: center;
    top: 55%;
    left: 42%;
    width: 112px;
    height: 40px;
    margin: -25px 0 0 -100px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    transform: translate(50%, 50%);
}

.multiselectdropdown ~ .btn-group .multiselect {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 0px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    white-space: initial;
    text-align: left;
    border: 0px;
    padding: 8px 12px;
}
.multiselectdropdown ~ .btn-group .multiselect li {
    font-weight: 400;
    display: inline-block;
}
.multiselectdropdown ~ .btn-group .multiselect li:first-child:before {
    content: '';
}

.multiselectdropdown ~ .btn-group .multiselect li:before {
    content: ', ';
}
.multiselectdropdown ~ .btn-group {
    display: block !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.bootstrap-select > button.btn.dropdown-toggle {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
}
.bootstrap-select > button.btn.dropdown-toggle:focus {
    outline: none !important;
    border-color: #0062cc;
    box-shadow: none !important;
    background-color: #ffffff !important;
}
.bs-searchbox {
    position: relative;
}
.bs-searchbox:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 15px;
}

.bs-searchbox .form-control {
    padding: .375rem 3rem .375rem .75rem;
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0062cc;
}

.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    outline: none !important;
    color: #fff !important;
    background-color: #0062cc;
}

.bootstrap-select.form-control {
    padding: 0px !important;
}

.input-box {
    margin-right: 5px;
}

    .input-box .input-groups {
        position: relative;
    }

.input-box .input-groups input {
    border-radius: 4px !important;
    padding-right: 35px !important;
}

.input-groups .input-group-append .input-group-text {
    padding: 5px 10px;
    height: 35px;
    border: 0px;
    background-color: transparent;
    border-radius: 5px;
}

.input-groups .input-group-append {
    position: absolute;
    top: 0px;
    right: 0px;
}

.report-box {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.modal-body .report-box:last-child {
    border-bottom: 0px solid #ddd;
}

.report-box .report-img {
    float: left;
}
.report-box .report-img img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.report-box .report-details {
    margin-left: 75px;
}

.report-box .report-details .report-name {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    margin-bottom: 5px;
}

.report-box .report-details .report-name > .report-date {
    margin-left: auto;
    font-size: 14px;
    padding-top: 3px;
}
.report-box .report-details .report-mobile {
    margin-bottom: 5px;
}
.report-box .report-mobile > i,
.report-box .report-comment > i {
    width: 20px;
    text-align: center;
    padding-right: 2px;
}
.report-box .report-comment {
    color: #e75e5e;
}
/*--- Main Body :: End ---*/

/*--- dashboard page :: End ---*/

.overflowhidden {
    overflow: hidden;
}
.overflowhidden.card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.overflowhidden.card .body .p-40 {
    padding: 40px !important;
}
.overflowhidden.card .body .p-40 h3 {
    font-weight:600;
}
.progress-transparent.custom-color-blue {
    background-color: rgba(14,155,226,0.2);
}

.progress.progress-xs {
    height: 5px;
}
.progress-transparent.custom-color-blue .progress-bar {
    background-color: #0E9BE2;
}
.progress.progress-xs .progress-bar {
    text-indent: -9999px;
}
.progress-transparent.custom-color-purple {
    background-color: rgba(171,125,246,0.2);
}
.progress-transparent.custom-color-purple .progress-bar {
    background-color: #AB7DF6;
}
.progress-transparent.custom-color-yellow {
    background-color: rgba(243,187,35,0.2);
}
    .progress-transparent.custom-color-yellow .progress-bar {
        background-color: #F3BB23;
    }
.progress-transparent.custom-color-green {
    background-color: rgba(124,172,37,0.2);
}
.progress-transparent.custom-color-green .progress-bar {
    background-color: #7CAC25;
}

/*--- dashboard page :: End ---*/

/*--- Admin Login :: Start ---*/

.title-border {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 0px;
    line-height: 30px;
    margin-top: 0px;
}

.form-control {
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
}


    .form-control:hover, .form-control:focus {
        outline: none;
        box-shadow: none;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.admin-login .btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 2px !important;
}
/*--- Admin Login :: End ---*/

/*--- Add New Product :: End ---*/


.add-product-area ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495057;
    opacity: 1; /* Firefox */
}

add-product-area :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057;
}

add-product-area ::-ms-input-placeholder { /* Microsoft Edge */
    color: #495057;
}

.date-picker.input-daterange .input-group-addon {
    padding: 10px;
    background-color: #dfe0e1;
}
.datepicker-dropdown.dropdown-menu {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border: none;
    width: 220px;
}
.datepicker table tr td, .datepicker table tr th {
    font-size: 14px;
}
/*--- Add New Product :: End ---*/
.card-data-list {
    list-style: none;
    padding: 0px;
    margin:0px;
}
    .card-data-list .card-inner-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .card-data-list li {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .card-data-list li:last-child {
        border-bottom: 0px solid #e3e3e3;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .card-data-list .card-inner-box .card-inner-label {
        font-weight: 600;
        margin-bottom: 0px;
    }
    .card-data-list .card-inner-box .btn {
        width: 150px;
        padding: 6px 10px;
        line-height: 1.2;
        margin-left: auto;
    }
.card .card-foot {
    padding: 1rem;
}
.card-state-icon {
    float: left;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 20px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
    border-radius: 4px;
    background-color: #ddd;
}
.card-thumb-body .card-thumb-heading {
    font-weight: 600;
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 18px;
}
.card-thumb-body .card-thumb-body-stat {
    font-weight: 600;
    font-size: 26px;
}

.bg-violet {
    background: #181a5a !important;
}
.bg-red {
    background: #a70e1b !important;
}
.bg-blue {
    background: #39adb5 !important;
}
.bg-green {
    background: #76a234 !important;
}
.mainsearch-form .date-picker.input-daterange .input-group-addon {
    padding: 7px 10px;
    background-color: #dfe0e1;
}
button.btn.btn-primary.btn-sm.table-toggle {
    padding: 6px;
}
.table-toggle.collapsed::before {
    content: "\f067";
}
.table-toggle::before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-weight: 600;
    font-size: 9px;
    width: 13px;
    height: 13px;
    line-height: 13px;
}
table.table-parent .child td {
    
    background-color: #fcfcfc !important;
}
table.table-parent tr.parent:nth-of-type(2) {
    background-color: #ddd !important;
}
.table-child tr th {
    height: auto !important;
}
.table-responsive > .table-bordered.table-parent {
    border: 1px solid #dee2e6;
}

.modal-inner-box {
    padding: 30px 30px;
}
    .modal-inner-box .modal-title {
        text-align: center;
        font-weight: 800;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
.close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #cc0000 !important;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 19px;
    padding-left: 0px !important;
    z-index: 9;
    border: 0px;
    padding: 0px;
}
.close-modal:focus {
    outline: none;
}










