/**
* Template Name: NiceAdmin
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    direction: rtl !important;
    font-family: 'Shabnam','Vazir','Anjoman';
}

:root {
    scroll-behavior: smooth;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    position: fixed;
    float: left;
    color: #909090;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 144, 144, .6);
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(144, 144, 144, .9);
        background-image: -webkit-linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .2) 75%, transparent);
    }

*::-webkit-scrollbar {
    position: absolute;
    left: 0;
}

*::-webkit-scrollbar-thumb {
    animation: showaway 1s ease-out;
    display: none;
    opacity: 0;
}

*:active::-webkit-scrollbar-thumb,
*:focus::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
    display: block;
    opacity: 1;
}

@keyframes showaway {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: .1;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

/* body */
body {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background-color: #f9f9f9;
    position: relative;
    z-index: 0;
    padding: 0;
}

    body:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: url(../img/bg-light.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: .5;
        z-index: -1;
    }

    body.body-full {
        padding: 0 !important;
        background-color: #fff;
        background-blend-mode: lighten;
    }

        body.body-full:after {
            position: fixed;
            background: url(../img/bg-dark.jpg) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            opacity: 1;
        }

    body.body-blank {
        padding: 0 !important;
        background-color: #fff;
        background-blend-mode: lighten;
    }

        body.body-blank:after {
            background: none !important;
        }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
    color: #004339;
    text-decoration: none;
}

    a:hover {
        color: #006359;
        text-decoration: none;
    }

label {
    margin-bottom: 0;
}

input[type=radio],
input[type=checkbox] {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-grid;
    place-content: center;
}

    input[type=radio]::before,
    input[type=checkbox]::before {
        content: "";
        width: 10px;
        height: 10px;
        transform: scale(0);
        transform-origin: bottom left;
        background-color: #fff;
        clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
    }

    input[type=radio]:checked::before,
    input[type=checkbox]:checked::before {
        transform: scale(1);
    }

    input[type=radio]:checked,
    input[type=checkbox]:checked {
        background-color: #0075FF;
        border: 1px solid #0075FF;
    }

        input[type=radio]:checked.disabled,
        input[type=radio]:checked:disabled,
        input[type=checkbox]:checked.disabled,
        input[type=checkbox]:checked:disabled {
            background-color: #bbb;
            border: 1px solid #bbb;
        }

.input-radio:checked {
    box-shadow: 0px 0px 0px 4px #0075FF;
    background-color: #0075FF;
}

.input-radio.on:checked {
    box-shadow: 0px 0px 0px 4px #00eb27;
    background-color: #51ff6e;
}

.input-radio.off:checked {
    box-shadow: 0px 0px 0px 4px #eb0000;
    background-color: #ff5151;
}

.input-radio.disabled:checked {
    box-shadow: 0px 0px 0px 4px #999;
    background-color: #bbb;
}

.input-radio:disabled {
    box-shadow: 0px 0px 0px 4px #999;
    background-color: #ddd;
}

.w-25p {
    width: 25px !important;
}

.w-50p {
    width: 50px !important;
}

.w-75p {
    width: 75px !important;
}

.w-90p {
    width: 90px !important;
}

.w-100p {
    width: 100px !important;
}

.mw-25p {
    min-width: 25px !important;
}

.mw-50p {
    min-width: 50px !important;
}

.mw-75p {
    min-width: 75px !important;
}

.mw-90p {
    min-width: 90px !important;
}

.mw-100p {
    min-width: 100px !important;
}

.mw-120p {
    min-width: 120px !important;
}

.center-text {
    text-align: center;
}

.flip-h {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.flip-v {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.mirror {
    display: inline-block;
    font-size: 30px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.radius {
    border-radius: 0.5rem !important;
}

.radius-sm {
    border-radius: 0.25rem !important;
}

.radius-lg {
    border-radius: 1rem !important;
}

.radius-none {
    border-radius: 0 !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-md {
    box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.bg-red {
    background-color: rgba(255, 0, 0, .9) !important;
    border-color: #ff0000;
}

.bg-light-red {
    background-color: #ffe6e6 !important;
    border-color: #ffe6e6 !important;
}

.bg-liver {
    background-color: rgba(187, 0, 0, .9) !important;
    border-color: #bb0000;
}

.bg-orang {
    background-color: rgba(255, 153, 0, .9) !important;
    border-color: #ff9900;
}

.bg-light-orang {
    background-color: #ffebd2 !important;
    border-color: #ffebd2;
}

.bg-orangred {
    background-color: rgba(255, 68, 0, .9) !important;
    border-color: #ff4400;
}

.bg-yellow {
    background-color: rgba(255, 255, 0, .9) !important;
    border-color: #ffff00;
}

.bg-light-yellow {
    background-color: #ffffd5 !important;
    border-color: #ffffd5;
}

.bg-green {
    background-color: rgba(0, 181, 106, .9) !important;
    border-color: #00b56A;
}

.bg-light-green {
    background-color: #dcffdc !important;
    border-color: #dcffdc;
}

.bg-black {
    background-color: rgba(51, 51, 51, .9) !important;
    border-color: #333333;
}

.bg-blue {
    background-color: rgba(0, 102, 255, .9) !important;
    border-color: #0066ff;
}

.bg-light-blue {
    background-color: #99ddff !important;
    border-color: #99ddff;
}

.bg-blue-violet {
    background-color: rgba(118, 33, 255, .9) !important;
    border-color: #7621ff;
}

.bg-gray {
    background-color: rgba(102, 102, 102, .9) !important;
    border-color: #666;
}

.bg-light-gray {
    background-color: #bbb !important;
    border-color: #bbb;
}

.bg-white {
    background-color: rgba(255, 255, 255, .9) !important;
    border-color: #fff;
}

.bg-light-white {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0;
}

.cursor-pointer {
    background-color: #3366ff !important;
    border-color: #3366ff;
    cursor: pointer;
}

.bg-disabled {
    background-color: #999 !important;
    border-color: #999;
}

.bg-empty {
    background-color: #999 !important;
    border-color: #999;
    cursor: default;
}

.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

.bg-glass {
    background-color: rgba(248, 248, 249, .96) !important;
    border: 2px solid rgba(211, 211, 212, .3);
}

.bg-glass-dark {
    background-color: rgba(48, 48, 49, .9) !important;
    border: 2px solid rgba(21, 21, 21, .3);
}

.text-shadow {
    text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.9) !important;
}

.text-shadow-sm {
    text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.6) !important;
}

.text-shadow-md {
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6) !important;
}

.text-shadow-lg {
    text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.9) !important;
}

.text-shadow-none {
    text-shadow: none !important;
}

.color-red {
    color: #ff0000 !important;
}

    .color-red:hover,
    .color-red:focus,
    .color-red.focus,
    .color-red:active,
    .color-red.active,
    .open > .dropdown-toggle.color-red {
        color: #990000 !important;
    }

.color-liver {
    color: #bb0000 !important;
}

    .color-liver:hover,
    .color-liver:focus,
    .color-liver.focus,
    .color-liver:active,
    .color-liver.active,
    .open > .dropdown-toggle.color-liver {
        color: #660000 !important;
    }

.color-orang {
    color: #ff9900 !important;
}

    .color-orang:hover,
    .color-orang:focus,
    .color-orang.focus,
    .color-orang:active,
    .color-orang.active,
    .open > .dropdown-toggle.color-orang {
        color: #996600 !important;
    }

.color-orangred {
    color: #ff4400 !important;
}

    .color-orangred:hover,
    .color-orangred:focus,
    .color-orangred.focus,
    .open > .dropdown-toggle.color-orangred {
        color: #992200 !important;
    }

.color-yellow {
    color: #ffff00 !important;
}

    .color-yellow:hover,
    .color-yellow:focus,
    .color-yellow.focus,
    .open > .dropdown-toggle.color-yellow {
        color: #dddd00 !important;
    }

.color-green {
    color: #00b56A !important;
}

    .color-green:hover,
    .color-green:focus,
    .color-green.focus,
    .color-green:active,
    .color-green.active,
    .open > .dropdown-toggle.color-green {
        color: #007030 !important;
    }

.color-black {
    color: #333333 !important;
}

    .color-black:hover,
    .color-black:focus,
    .color-black.focus,
    .color-black:active,
    .color-black.active,
    .open > .dropdown-toggle.color-black {
        color: #000000 !important;
    }

.color-blue {
    color: #0066ff !important;
}

    .color-blue:hover,
    .color-blue:focus,
    .color-blue.focus,
    .color-blue:active,
    .color-blue.active,
    .open > .dropdown-toggle.color-blue {
        color: #003090 !important;
    }

.color-blue-violet {
    color: #7621ff !important;
}

    .color-blue-violet:hover,
    .color-blue-violet:focus,
    .color-blue-violet.focus,
    .color-blue-violet:active,
    .color-blue-violet.active,
    .open > .dropdown-toggle.color-blue {
        color: #400090 !important;
    }

.color-gray {
    color: #666 !important;
}

    .color-gray:hover,
    .color-gray:focus,
    .color-gray.focus,
    .color-gray:active,
    .color-gray.active,
    .open > .dropdown-toggle.color-gray {
        color: #333 !important;
    }

.color-light-gray {
    color: #bbb !important;
}

    .color-light-gray:hover,
    .color-light-gray:focus,
    .color-light-gray.focus,
    .color-light-gray:active,
    .color-light-gray.active,
    .open > .dropdown-toggle.color-light-gray {
        color: #666 !important;
    }

.color-white {
    color: #fff !important;
}

    .color-white:hover,
    .color-white:focus,
    .color-white.focus,
    .color-white:active,
    .color-white.active,
    .open > .dropdown-toggle.color-gray {
        color: #ccc !important;
    }

.cursor-pointer {
    color: #3366ff !important;
    cursor: pointer;
}

.color-disabled {
    color: #999 !important;
}

.color-empty {
    color: #999 !important;
    cursor: default;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 2rem !important;
}

.text-lightblue {
    color: #3c8dbc !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-maroon {
    color: #d81b60 !important;
}

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

.text-indigo {
    color: #6610f2 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-teal {
    color: #20c997 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #6c757d !important;
}

.text-gray-light {
    color: #ccc5dd !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.tm-site-icon {
    color: #656565;
}

.tm-site-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 2rem;
    margin-right: 1rem;
    color: #656565;
    letter-spacing: 1px;
}

.tm-nav-title {
    display: inline-block;
    font-size: 1.5rem;
    color: #656565;
}

.tm-text-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #247e45;
}

.tm-text-title-sm {
    font-size: 1rem;
    color: #247e45;
}

.tm-text-title-md {
    font-size: 1.2rem;
    color: #247e45;
}

.tm-text-title-lg {
    font-size: 1.8rem;
    color: #247e45;
}

.tm-text-title-xl {
    font-size: 2.4rem;
    color: #247e45;
}

.tm-text-title-xxl {
    font-size: 3.2rem;
    color: #247e45;
}

.tm-text-title-xh {
    font-size: 2.2rem;
    font-weight: 600;
    color: #247e45;
}

.tm-logout-icon {
    font-size: 1.5em;
}

.tm-bg-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.tm-mt-big {
    margin-top: 70px;
}

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

.tm-mb-big {
    margin-bottom: 70px;
}

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

.tm-block {
    padding: 50px 45px;
}

.tm-block-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 25px;
}

    .tm-block-title.tm-block-number {
        font-family: "Vazir";
        font-weight: 600;
    }

    .tm-block-title.tm-block-number-sm {
        font-family: "Vazir";
        font-weight: 600;
        font-size: 1.2rem;
    }

    .tm-block-title.tm-block-number-md {
        font-family: "Vazir";
        font-weight: 600;
        font-size: 1.8rem;
    }

    .tm-block-title.tm-block-number-lg {
        font-family: "Vazir";
        font-weight: 600;
        font-size: 2.4rem;
    }

    .tm-block-title.tm-block-number-xl {
        font-family: "Vazir";
        font-weight: 600;
        font-size: 3.6rem;
    }

    .tm-block-title.tm-block-number-xxl {
        font-family: "Vazir";
        font-weight: 600;
        font-size: 4.8rem;
    }

.tm-block-title-normal {
    font-family: "Anjoman" !important;
    font-size: 1.6rem !important;
    color: #333 !important;
}

.tm-block-title-bold {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.tm-linear-wipe-blue {
    background: linear-gradient(to right, #353535 20%, #0066ff 40%, #00bbff 60%, #353595 80%);
    background-size: 200% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

.tm-linear-wipe-green {
    background: linear-gradient(to right, #353535 20%, #009955 40%, #00dd55 60%, #356535 80%);
    background-size: 200% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

.tm-linear-wipe-red {
    background: linear-gradient(to right, #353535 20%, #ff3300 40%, #ffbb00 60%, #953535 80%);
    background-size: 200% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

.tm-linear-wipe {
    background: linear-gradient(to right, #353535 10%, #0066ff 20%, #00bbff 30%, #356535 40%, #009955 50%, #00dd55 60%, #953535 70%, #ff3300 80%, #ffbb00 90%, #353595 100%);
    background-size: 200% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.tm-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 40px;
    bottom: 30px;
    background: rgba(32, 201, 151, .6);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    z-index: 996;
}

    .tm-to-top i {
        font-size: 25px;
        color: #fff;
        line-height: 0;
        opacity: .6;
    }

    .tm-to-top:hover {
        background: #20c997;
    }

        .tm-to-top:hover i {
            opacity: 1;
        }

    .tm-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.tm-to-scroll {
    position: fixed;
    visibility: visible;
    top: 150px;
    right: 35px;
    font-size: 65px;
    color: #f5f5f5;
    text-shadow: 0px 0px 3px #313131, 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 7px 2px rgba(16,16,16,0.4), 1px 8px 4px rgba(16,16,16,0.2), 1px 9px 6px rgba(16,16,16,0.2), 1px 10px 8px rgba(16,16,16,0.4);
    animation: spin-arrow 2s linear infinite;
    transition: all 1s;
    opacity: 1;
}

    .tm-to-scroll.inactive {
        visibility: hidden;
        transition: all 1s;
        opacity: 0;
    }

@keyframes spin-arrow {
    0% {
        top: 350px;
        right: 35px;
        opacity: 0;
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
    }

    100% {
        top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tm-block-title,
    .tm-block-title.tm-block-number-sm {
        font-size: .8rem;
        margin-bottom: 10px;
    }

        .tm-block-title.tm-block-number-md,
        .tm-block-title.tm-block-number-lg {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .tm-block-title.tm-block-number-xl,
        .tm-block-title.tm-block-number-xxl {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tm-block-title,
    .tm-block-title.tm-block-number-sm {
        font-size: 1rem;
        margin-bottom: 15px;
    }

        .tm-block-title.tm-block-number-md {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        .tm-block-title.tm-block-number-lg {
            font-size: 1.4rem;
            margin-bottom: 15px;
        }

        .tm-block-title.tm-block-number-xl {
            font-size: 1.6rem;
            margin-bottom: 15px;
        }

        .tm-block-title.tm-block-number-xxl {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tm-block-title,
    .tm-block-title.tm-block-number-sm {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

        .tm-block-title.tm-block-number-md {
            font-size: 1.4rem;
            margin-bottom: 20px;
        }

        .tm-block-title.tm-block-number-lg {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .tm-block-title.tm-block-number-xl {
            font-size: 2.4rem;
            margin-bottom: 20px;
        }

        .tm-block-title.tm-block-number-xxl {
            font-size: 2.8rem;
            margin-bottom: 20px;
        }
}

.tm-content-row {
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px; /* To offset col padding */
}

.tm-col {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.tm-col-big {
    width: 39%;
}

.tm-col-small {
    width: 21.95%;
}

.tm-link-black {
    color: black;
}

    .tm-link-black:hover,
    .tm-link-black:focus {
        color: #209f39;
    }

ol {
    margin-bottom: 0;
}

.tm-list-group {
    counter-reset: myOrderedListItemsCounter;
    padding-right: 0;
}

    .tm-list-group > li {
        list-style-type: none;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 8px;
    }

.tm-list-group-pad-big > li {
    padding: 20px;
}

.tm-list-group > li:hover {
    color: #209f39;
}

.tm-list-group-alternate-color > li:nth-child(odd) {
    background-color: #e6e6e6;
}

.tm-list-group > li:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter) ".";
    margin-left: 0.5em;
}

.tm-list {
    padding-right: 30px;
}

    .tm-list > li {
        margin-bottom: 20px;
    }

.tm-notify-btn {
    font-size: 1.1rem !important;
    text-align: center !important;
    padding: 10px 25px !important;
    width: 100% !important;
    color: #fff !important;
    background: #209f39 !important;
    border: 2px solid #209f39 !important;
    border-radius: 50px !important;
}

.tm-notify-btn-big {
    font-size: 1.2rem !important;
    font-weight: 600;
    text-align: center !important;
    padding: 20px 55px !important;
}

.tm-notify-btn:hover {
    color: #209f39 !important;
    background: none !important;
}

.tm-notify-btn:focus,
.tm-notify-btn:active {
    color: #fff !important;
    border: 2px solid #209f39 !important;
    box-shadow: 0 0 8px #209f39 !important;
}

.tm-notify-btn.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

    .tm-notify-btn.btn-danger:hover {
        color: #dc3545 !important;
        background: none !important;
    }

.tm-notify-btn.btn-info:focus {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.tm-notify-btn.btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

    .tm-notify-btn.btn-info:hover {
        color: #000 !important;
        background: none !important;
    }

    .tm-notify-btn.btn-info:focus {
        color: #000 !important;
        background-color: #31d2f2 !important;
        border-color: #25cff2 !important;
    }

.tm-notify-btn.btn-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

    .tm-notify-btn.btn-primary:hover {
        color: #0b5ed7 !important;
        background: none !important;
    }

    .tm-notify-btn.btn-primary:focus {
        color: #fff !important;
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }

.tm-notify-btn.btn-default {
    color: #000 !important;
    background-color: rgba(223, 223, 223, .8) !important;
    border-color: #bbb !important;
}

    .tm-notify-btn.btn-default:hover {
        color: #000 !important;
        background-color: rgba(223, 223, 223, .2) !important;
    }

    .tm-notify-btn.btn-default:focus {
        color: #000 !important;
        background-color: #dfdfdf !important;
        border-color: #bbb !important;
    }

    .tm-notify-btn.btn-disabled,
    .tm-notify-btn.btn-disabled:hover,
    .tm-notify-btn.btn-default:focus {
        color: #666 !important;
        background-color: rgba(223, 223, 223, .4) !important;
        border-color: #ddd !important;
    }

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    right: 0 !important;
    float: right !important;
}

.pull-left {
    left: 0 !important;
    float: left !important;
}

.float-start {
    float: right !important;
}

.float-end {
    float: left !important;
}

.float-none {
    float: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

hr.separator-xs {
    margin: 2px 0 5px 0;
    border-color: #a0a9a0;
}

hr.separator-sm {
    margin: 2px 0 5px 0;
    border: 1px solid #a0a9a0;
}

hr.separator-md {
    margin: 5px 0 7px 0;
    border-color: #a0a9a0;
}

hr.separator-lg {
    margin: 5px 0 7px 0;
    border: 1px solid #a0a9a0;
}

/*--------------------------------------------------------------
# Main wrapper
--------------------------------------------------------------*/
.wrapper {
    min-height: 100%;
}

.wrapper {
    position: relative;
}

    .wrapper .content-wrapper {
        margin-top: 60px;
        transition: all 0.3s;
        height: calc(100vh - 122px);
        background-color: rgba(250, 250, 250, 0.6);
        overflow: hidden;
    }
/*--------------------------------------------------------------
# Main frame
--------------------------------------------------------------*/
.frame {
    position: relative;
    margin: 0;
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
    height: calc(100vh - 122px) !important;
    background-color: transparent !important;
    border: none !important;
    overflow: hidden;
    z-index: 1;
}

.frame-body {
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    height: calc(100vh - 125px) !important;
    background-color: transparent !important;
    border: none !important;
    overflow-x: hidden;
    overflow-y: auto;
}

    .frame-body:after {
        background: none transparent !important;
    }

    .frame-body .content-frame {
        padding: 20px;
        transition: all 0.3s;
    }

.frame-detail {
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
    height: max-content !important;
    min-height: calc(100vh - 125px) !important;
    background-color: transparent !important;
    border: none !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.frame-detail-box {
    width: 100% !important;
    padding: 0.25rem 2rem 0 0.1rem !important;
}

.section-title {
    font-family: "Hamoon" !important;
    font-size: 22px !important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader,
.waiting {
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    transition: height 200ms linear;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.preloader,
.waiting {
    background-color: rgba(250, 250, 250, 0.7) !important;
}

    .preloader > i.spin,
    .waiting > i.spin {
        width: 70px;
        aspect-ratio: 1;
        border-radius: 50%;
        border: 8px solid #209f39;
        animation: l20-1 1s infinite linear alternate, l20-2 2s infinite linear;
    }

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 18px;
    clear: both;
}

    .pagetitle h1 {
        font-size: 24px;
        font-family: "Anjoman";
        font-weight: 400;
        color: #188685;
        text-align: start;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #209f39;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #658075;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(70, 75, 70, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5d0d0;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-left: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9f9;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        left: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #e0efe0;
        border-right: 1px solid #e0efe0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-print-menu {
    position: absolute;
    display: none;
    left: 0;
    margin: 1px 0 0 0;
    padding: 2px 7px;
    min-width: fit-content;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    list-style-type: none;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0.25rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

    .dropdown-print-menu a {
        font-weight: normal;
        color: #999;
    }

        .dropdown-print-menu a:hover {
            color: #096;
        }

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 10px rgba(70, 75, 70, 0.1);
}

    .card.card-tabs:not(.card-outline) > .card-header {
        border-bottom: 0;
    }

        .card.card-tabs:not(.card-outline) > .card-header .nav-item:first-child .nav-link {
            border-right-color: transparent;
        }

    .card.card-tabs.card-outline .nav-item {
        border-bottom: 0;
    }

        .card.card-tabs.card-outline .nav-item:first-child .nav-link {
            border-right: 0;
            margin-right: 0;
        }

@media (max-width: 991px) {
    .card {
        margin-bottom: 15px !important;
    }
}

.card-header,
.card-footer {
    border-color: #e0efe0;
    background-color: #fff;
    color: #909f9f;
    padding: 15px;
}

.card-title {
    padding: 20px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #002616;
}

    .card-title.login-title {
        font-family: "Iranian Nastaliq" !important;
        font-size: 36px !important;
        font-weight: bold;
    }

    .card-title span {
        color: #909f9f;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

    .card-body.card-auto {
        min-height: 379px;
        max-height: calc(50vh - 230px);
    }

    .card-body.card-sm {
        min-height: 307px;
        max-height: calc(50vh - 260px);
    }

    .card-body.card-fix {
        min-height: 399px;
        height: calc(100vh - 215px);
    }

    .card-body.card-fix-extra {
        min-height: 399px;
        height: calc(100vh - 230px);
    }

    .card-body.card-fix-large {
        min-height: 399px;
        height: calc(100vh - 240px);
    }

    .card-body.card-inside {
        padding: 7px 5px 5px 5px !important;
        height: calc(100vh - 135px);
    }

    .card-body .title-text {
        min-width: 120px;
    }

    .card-body .title-dash {
        color: #d0d0d0 !important;
        font-size: 1.125rem;
        font-weight: lighter !important;
        margin: 0 5px;
    }

@media (max-width: 767.98px) {
    .card-body .title-dash {
        display: none;
    }
}

.card-footer {
    color: rgba(0, 0, 0, 0.5);
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

.card-set {
    padding: 3px 5px;
    padding-top: 7px;
    border: 1px solid #cbcbcb !important;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

    .card-set .set-legend {
        font-size: 1rem;
        font-weight: bold;
        text-shadow: none;
        margin: 5px 0;
        width: auto;
    }

    .card-set .set-text {
        text-align: left;
        min-width: 78px;
        padding-left: 3px;
    }

    .card-set .set-value {
        width: 100%;
    }

    .card-set.set-details {
        font-size: 13px;
        padding: 0 5px 10px 5px !important;
        background-color: #f9f9f9;
    }

.card-result {
    text-align: center;
    box-shadow: 0 0 1px 1px #dddddd;
    height: auto;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}

    .card-result.no-shadow {
        box-shadow: none !important;
    }

    .card-result .title {
        font-size: 2em;
        font-family: "Anjoman";
        margin: 7px;
    }

    .card-result .form {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-result label {
        cursor: pointer;
    }

    .card-result .form .input-radio {
        box-shadow: 0 0 0 1px #6d6d6d;
        font-size: 3em;
        width: 25px;
        height: 25px;
        margin-left: 7px;
        border: 4px solid #fff;
        background-clip: border-box;
        border-radius: 50%;
        appearance: none;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .card-result .form label {
        display: flex;
        font-family: "Anjoman";
        font-size: 1.2em;
        margin: 10px 15px;
    }

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    left: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .box-header > .box-tools.pull-left .dropdown-menu {
        left: 0;
        right: auto;
    }

.box-header .box-title,
.box-header .box-app-area {
    position: relative;
    float: right;
}

.box-content {
    padding: 0.25rem !important;
    padding-top: 0px !important;
    margin-top: 0.25rem !important;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

/* Splitter */
.card-splitter {
    width: 100% !important;
    height: calc(100vh - 165px);
    min-height: 399px;
    display: flex;
}

    .card-splitter div.separator {
        cursor: col-resize;
        background-color: rgba(0, 0, 0, 0.03);
        min-width: 9px !important;
        height: 100%;
        /* Prevent the browser's built-in drag from interfering */
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .card-splitter div.separator:before {
            content: "\f7a5";
            font-family: FontAwesome;
            font-size: 15px;
            position: relative;
            top: calc(50% - 6px);
            right: calc(50% - 3px);
            display: inline-block;
            transform: scale(.75, 2.5);
            opacity: .3;
        }

    .card-splitter div.first-child,
    .card-splitter div.second-child {
        width: 50%;
        min-width: 350px;
        max-width: calc(100% - 350px);
        padding: 0 15px;
        height: 100%;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .card-splitter.vertical {
        display: block;
    }

        .card-splitter.vertical div.separator {
            cursor: row-resize;
            width: 100% !important;
            height: 9px;
            min-height: 9px;
        }

            .card-splitter.vertical div.separator:before {
                content: "\f7a4";
                top: calc(50% - 11px);
                transform: scale(2.5, .75);
            }

        .card-splitter.vertical div.first-child,
        .card-splitter.vertical div.second-child {
            width: 100%;
            max-width: 100%;
            height: 50%;
            max-height: calc(100% - 120px);
            min-height: 120px;
            overflow-x: hidden;
            overflow-y: auto;
        }

    .card-splitter.child-body {
        height: calc(100%);
        min-height: calc(100%);
        max-height: calc(100vh - 345px) !important;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .card-splitter.child-body div.separator {
            cursor: row-resize;
            width: 100% !important;
            height: 9px;
            min-height: 9px;
        }

            .card-splitter.child-body div.separator:before {
                content: "\f7a4";
                top: calc(50% - 11px);
                transform: scale(2.5, .75);
            }

        .card-splitter.child-body div.first-child,
        .card-splitter.child-body div.second-child {
            width: 100%;
            max-width: 100%;
            height: fit-content;
            max-height: calc(100% - 75px);
            min-height: 75px;
            overflow-x: hidden;
            overflow-y: auto;
        }

@media (max-width: 767.98px) {
    .card-splitter {
        display: block;
        align-content: start !important;
    }

        .card-splitter div.separator {
            display: none !important;
        }

        .card-splitter div.first-child,
        .card-splitter div.second-child {
            width: 100% !important;
            max-width: 100% !important;
            max-width: 100% !important;
        }
}

div.view-section {
    width: 100%;
    max-height: calc(100vh - 170px);
    padding: 7px;
    overflow: hidden;
    overflow-y: auto;
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

/* button */
.btn-add-important {
    position: absolute;
    right: -30px;
    color: #909090;
    font-weight: bold;
}

    .btn-add-important:hover {
        color: #3366ff
    }

.btn-list {
    font-weight: bold;
    color: #000;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 2px;
}

    .btn-list:hover {
        background-color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .btn-list.disable,
    .btn-list.disabled,
    .btn-list.disable:hover,
    .btn-list.disabled:hover {
        font-weight: normal;
        color: #999;
        background-color: transparent !important;
        text-shadow: none;
    }

.btn-corner {
    float: left !important;
    padding: 2px !important;
    margin: 1px !important;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    border: none;
}

    .btn-corner:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

    .btn-lg.btn-2x {
        padding: 10px 43px;
    }

.btn-md,
.btn-group-md > .btn {
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 3px;
}

    .btn-md.btn-2x {
        padding: 7px 21px;
    }

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

    .btn-sm.btn-2x {
        padding: 5px 29px;
    }

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

    .btn-xs.btn-2x {
        padding: 1px 18px;
    }

.btn-outline {
    color: #909f90;
    background-color: #ffffff;
    border-color: rgba(145, 145, 145, .3);
}

    .btn-outline:hover {
        color: #000;
        background-color: #f0f0f0;
        border-color: #d0dfd0;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #e0efe0;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #002616;
    background-color: #f6f9f9;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #004339;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3f5050;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    color: #909f9f;
    font-weight: 600;
}

    .breadcrumb a {
        color: #909f9f;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #209f39;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #909f9f;
    }

    .breadcrumb .active {
        color: #006359;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #e0efe0;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #005349;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #189645;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #006359;
            border-bottom: 2px solid #006359;
        }

.nav-tabs .nav-link {
    color: #909f9f !important;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active, .nav-tabs .nav-link:focus {
        color: #28a545 !important;
        cursor: pointer;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #28a545 !important;
        font-weight: bold !important;
    }

.nav-tabs.nav-danger .nav-link {
    color: #909f9f !important;
}

    .nav-tabs.nav-danger .nav-link:hover, .nav-tabs.nav-danger .nav-link:active, .nav-tabs.nav-danger .nav-link:focus {
        color: #d81b60 !important;
        cursor: pointer;
    }

    .nav-tabs.nav-danger .nav-link.active,
    .nav-tabs.nav-danger .nav-item.show .nav-link {
        color: #d81b60 !important;
        font-weight: bold !important;
    }

.nav-tabs.nav-tiny-tabs .nav-link {
    max-width: 88px !important;
    overflow: hidden;
    transition: max-width 1s ease;
}

    .nav-tabs.nav-tiny-tabs .nav-link.active,
    .nav-tabs.nav-tiny-tabs .nav-item.show .nav-link {
        max-width: fit-content !important;
        transition: max-width 0.5s ease;
    }

    .nav-tabs.nav-tiny-tabs .nav-link.active,
    .nav-tabs.nav-tiny-tabs .nav-item.show .nav-link {
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    }

    .nav-tabs.nav-tiny-tabs .nav-link .title-dots {
        display: inline;
    }

    .nav-tabs.nav-tiny-tabs .nav-link:hover .title-dots,
    .nav-tabs.nav-tiny-tabs .nav-link.active .title-dots,
    .nav-tabs.nav-tiny-tabs .nav-item.show .nav-link .title-dots {
        display: none;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    width: 36px;
    height: auto;
    margin-left: 10px;
}

.logo span {
    color: #fff;
    font-size: 18px;
    font-family: "Iranian Nastaliq" !important;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgb(0, 115, 19), -1px -1px 0 rgb(0, 115, 19), 1px -1px 0 rgb(0, 115, 19), -1px 1px 0 rgb(0, 115, 19), 1px 1px 0 rgb(0, 115, 19);
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login {
    padding: 0 20px;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1;
}

    .login .login-title {
        font-family: "Hamoon" !important;
        font-size: 36px !important;
        font-weight: bold;
        color: #f06000;
    }

    .login .login-form {
        margin: 0 auto;
        margin-top: 4em;
        background-color: rgba(255, 255, 255, 0.9);
    }

        .login .login-form .form-control {
            font-size: 1.2rem;
        }

        .login .login-form p,
        .login .login-title p {
            font-style: italic;
            font-size: 16px;
            font-family: "Anjoman" !important;
            text-align: justify;
            text-align-last: center;
            width: 100%;
        }

            .login .login-form p a {
                font-style: italic;
                font-size: 16px;
                font-family: "Anjoman" !important;
                color: #3594b4;
            }

                .login .login-form p a:hover {
                    color: #2b768f;
                }

        .login .login-form .form-control {
            padding: 19px 18px;
            line-height: 1;
            text-align: right;
            width: 100%;
            height: 50px;
            border: 1px solid #dde1e5;
            border-radius: 0;
        }

    .login .logo {
        width: 100% !important;
    }

        .login .logo img {
            display: block !important;
            margin: 0 auto !important;
            width: 65%;
            height: auto;
            clear: both;
        }

        .login .logo span {
            color: #000;
            font-size: 32px;
            font-family: "Iranian Nastaliq" !important;
            margin-top: 20px;
            display: block !important;
            text-shadow: 1px 1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255);
        }

    .login .error-message {
        display: none;
        font-size: 1.2rem;
        font-family: "Anjoman" !important;
        text-align: center;
        padding: 20px 35px;
        width: 100%;
        color: #ff0000;
        background: #fff;
        border: 2px solid #ff0000;
        border-radius: 50px !important;
    }

    .login .submit-message {
        display: none;
        font-size: 1.2rem;
        font-family: "Anjoman" !important;
        text-align: center;
        padding: 20px 35px;
        width: 100%;
        color: #209f39;
        background: #fff;
        border: 2px solid #209f39;
        border-radius: 50px !important;
    }

        .login .submit-message.submit-loading:before {
            content: "";
            display: inline-block;
            margin: 0 0 -6px 10px;
            width: 28px;
            height: 28px;
            border: 3px solid #209f39;
            border-top-color: #eee;
            border-radius: 50px !important;
            animation: animate-loading 1s linear infinite;
        }

    .login .loading {
        display: none;
        font-size: 1.2rem;
        font-family: "Anjoman" !important;
        text-align: center;
        padding: 20px 35px;
        width: 100%;
        color: #3594b4;
        background: #fff;
        border: 2px solid #3594b4;
        border-radius: 50px !important;
    }

        .login .loading:before {
            content: "";
            display: inline-block;
            margin: 0 0 -6px 10px;
            width: 28px;
            height: 28px;
            border: 3px solid #3594b4;
            border-top-color: #eee;
            border-radius: 50px !important;
            animation: animate-loading 1s linear infinite;
        }

    .login .notify-btn {
        font-weight: 600;
        font-size: 1.2rem;
        font-family: "Anjoman" !important;
        text-align: center;
        padding: 23px 35px;
        width: 100%;
        color: #209f39;
        background: #fff;
        border: 2px solid #209f39;
        border-radius: 50px !important;
    }

        .login .notify-btn:hover {
            color: #209f39;
            background: none;
        }

        .login .notify-btn:focus,
        .login .notify-btn:active {
            color: #fff;
            border: 2px solid #209f39;
            box-shadow: 0 0 8px #209f39;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .login {
        padding: 0 !important;
    }

        .login .login-form {
            margin: 0 auto;
            margin-top: 10px !important;
        }
}

.login-col {
    max-width: 680px;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(70, 75, 70, 0.1);
    background-color: #fff;
    padding-right: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 28px;
        font-weight: bolder;
        padding-right: 10px;
        margin-top: 5px;
        cursor: pointer;
        color: #fff;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(70, 75, 70, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: #53b86a;
        padding: 3px 38px 3px 8px;
        border-radius: 5px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            color: #333;
            background-color: #9ae2aa;
            box-shadow: 0 0 10px 0 rgba(70, 75, 70, 0.15);
            border: 1px solid rgba(70, 75, 70, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-right: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #002616;
        }

.search-area {
    align-content: end;
}

    .search-area button {
        width: 100%;
    }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #fff;
    margin-left: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #fff;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #909090;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9f9;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #909090;
        }

        .header-nav .messages .message-item:hover {
            background-color: #91da84;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-left: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #91da84;
        }

.header-bg-green {
    background: #209f39;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c0c0c0 transparent;
    box-shadow: 0px 0px 20px rgba(72, 82,82, 0.2);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        right: -300px;
    }
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-right: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        right: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-right: 0;
    }

    .toggle-sidebar .sidebar {
        right: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

        .sidebar-nav .nav-item.nav-sep {
            border-top: 1px solid rgba(145, 150, 145, .1);
            margin-top: 10px !important;
        }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        background: #209f39;
        padding: 10px 15px;
        border-radius: 4px;
    }

        .sidebar-nav .nav-link i {
            font-size: 14px;
            margin-left: 10px;
            color: #fff;
            line-height: .8em;
        }

            .sidebar-nav .nav-link i.icon {
                font-size: 22px;
                line-height: .5em;
            }

        .sidebar-nav .nav-link.collapsed {
            color: #002616;
            background: #fff;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: #209f39;
            }

        .sidebar-nav .nav-link:hover {
            color: #000;
            background: #dbfebf;
        }

            .sidebar-nav .nav-link:hover i {
                color: #000;
            }

        .sidebar-nav .nav-link .bi-chevron-down {
            margin-left: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 25px 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 100;
            color: #608075;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 14px;
                margin-left: 8px;
                margin-right: 18px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #209f39;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #006359;
                }

.note-small {
    float: right;
    font-size: 13px;
    margin: 0 5px;
}

    .note-small.danger {
        color: #ff0000;
    }

    .note-small.warning {
        color: #ff9900;
    }

    .note-small.success {
        color: #18d26e;
    }

    .note-small.info {
        color: #00b0ff;
    }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    left: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #c0c0c0;
        padding-left: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #209f39;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #c0c0c0;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #002616;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #209f39;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            left: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: right;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-right: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #002616;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #209f39;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-right: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #002616;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #005349;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(70, 75, 70, 0.5);
    line-height: 0;
    margin-left: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #002616;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #002616;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(70, 75, 70, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(70, 75, 70, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #004339;
}

.faq .basic p {
    color: #699990;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #209f39;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #002616;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: right;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #209f39;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #209f39;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-section {
    padding: 0;
}

    .error-section h1 {
        font-family: "Hamoon";
        font-size: 140px;
        font-weight: 800;
        color: #209f39;
        margin-bottom: 0;
        line-height: 150px;
        cursor: wait;
    }

    .error-section h2 {
        font-family: "Hamoon";
        font-size: 24px;
        font-weight: 700;
        color: #002616;
        margin-bottom: 30px;
    }

    .error-section .btn {
        padding: 8px 30px;
    }

@media (min-width: 992px) {
    .error-section img {
        max-width: 50%;
    }
}

.err-invalid {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

    .err-invalid.err-next {
        position: fixed;
        float: left;
        margin: 6px 6px 0 0;
    }

.err-warning {
    border: 1px solid #ff3545;
    padding-left: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.err-conflict {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .err-conflict:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffd505' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffd505' stroke='none'/%3e%3c/svg%3e");
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    margin-left: 0 !important;
    min-height: 0 !important;
    color: #8f908f;
    background-color: #fff;
    border-top: 1px solid #d0dfd0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

    .footer.login-footer {
        margin: 0 !important;
        background-color: transparent !important;
        border-top: none !important;
    }

    .footer .copyright {
        float: right;
        font-weight: normal !important;
        opacity: .9;
    }

    .footer .credits {
        padding-top: 5px;
        float: left;
        font-size: 13px;
        font-weight: bold !important;
        text-shadow: 0 0 2px #fff;
    }

        .footer .credits a {
            color: #00683c !important;
        }

    .footer .error-license {
        color: #f02200 !important;
        font-weight: bold;
        filter: brightness(110%);
        text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #f90b3e, 0 0 5px #f93b6e, 0 0 6px #f96b9e, 0 0 7px #f93bce, 0 0 8px #f90bfe;
        -webkit-animation: orang 1.5s ease-in-out infinite alternate;
        animation: orang 1.5s ease-in-out infinite alternate;
    }

@-webkit-keyframes orang {
    to {
        text-shadow: 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2px #fff, 0 0 2.5px #f90b3e, 0 0 3px #f93b6e, 0 0 3.5px #f96b9e, 0 0 5px #f93bce, 0 0 5.5px #f90bfe;
    }
}

@keyframes orang {
    to {
        text-shadow: 0 0 0 #fff, 0 0 .2px #fff, 0 0 .4px #fff, 0 0 .6px #f9fb1e, 0 0 .8px #f9fb1e, 0 0 1px #f9cb1e, 0 0 1.2px #f99b1e, 0 0 1.4px #f99b1e;
    }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-red {
    color: #ff0000 !important;
}

    .color-red:hover,
    .color-red:focus,
    .color-red.focus,
    .color-red:active,
    .color-red.active,
    .open > .dropdown-toggle.color-red {
        color: #990000 !important;
    }

.color-liver {
    color: #bb0000 !important;
}

    .color-liver:hover,
    .color-liver:focus,
    .color-liver.focus,
    .color-liver:active,
    .color-liver.active,
    .open > .dropdown-toggle.color-liver {
        color: #660000 !important;
    }

.color-orang {
    color: #ff9900 !important;
}

    .color-orang:hover,
    .color-orang:focus,
    .color-orang.focus,
    .color-orang:active,
    .color-orang.active,
    .open > .dropdown-toggle.color-orang {
        color: #996600 !important;
    }

.color-orangred {
    color: #ff4400 !important;
}

    .color-orangred:hover,
    .color-orangred:focus,
    .color-orangred.focus,
    .open > .dropdown-toggle.color-orangred {
        color: #992200 !important;
    }

.color-yellow {
    color: #ffff00 !important;
}

    .color-yellow:hover,
    .color-yellow:focus,
    .color-yellow.focus,
    .open > .dropdown-toggle.color-yellow {
        color: #dddd00 !important;
    }

.color-green {
    color: #00b56A !important;
}

    .color-green:hover,
    .color-green:focus,
    .color-green.focus,
    .color-green:active,
    .color-green.active,
    .open > .dropdown-toggle.color-green {
        color: #007030 !important;
    }

.color-black {
    color: #333333 !important;
}

    .color-black:hover,
    .color-black:focus,
    .color-black.focus,
    .color-black:active,
    .color-black.active,
    .open > .dropdown-toggle.color-black {
        color: #000000 !important;
    }

.color-blue {
    color: #0066ff !important;
}

    .color-blue:hover,
    .color-blue:focus,
    .color-blue.focus,
    .color-blue:active,
    .color-blue.active,
    .open > .dropdown-toggle.color-blue {
        color: #003090 !important;
    }

.color-blue-violet {
    color: #7621ff !important;
}

    .color-blue-violet:hover,
    .color-blue-violet:focus,
    .color-blue-violet.focus,
    .color-blue-violet:active,
    .color-blue-violet.active,
    .open > .dropdown-toggle.color-blue {
        color: #400090 !important;
    }

.color-gray {
    color: #666 !important;
}

    .color-gray:hover,
    .color-gray:focus,
    .color-gray.focus,
    .color-gray:active,
    .color-gray.active,
    .open > .dropdown-toggle.color-gray {
        color: #333 !important;
    }

.color-light-gray {
    color: #bbb !important;
}

    .color-light-gray:hover,
    .color-light-gray:focus,
    .color-light-gray.focus,
    .color-light-gray:active,
    .color-light-gray.active,
    .open > .dropdown-toggle.color-light-gray {
        color: #666 !important;
    }

.color-white {
    color: #fff !important;
}

    .color-white:hover,
    .color-white:focus,
    .color-white.focus,
    .color-white:active,
    .color-white.active,
    .open > .dropdown-toggle.color-gray {
        color: #ccc !important;
    }

.cursor-pointer {
    color: #3366ff !important;
    cursor: pointer;
}

.color-disabled {
    color: #999 !important;
}

.color-empty {
    color: #999 !important;
    cursor: default;
}

.bg-red {
    background-color: #ff0000 !important;
}

.bg-light-red {
    background-color: #ffe6e6 !important;
}

.bg-liver {
    background-color: #bb0000 !important;
}

.bg-orang {
    background-color: #ff9900 !important;
}

.bg-light-orang {
    background-color: #ffebd2 !important;
}

.bg-orangred {
    background-color: #ff4400 !important;
}

.bg-yellow {
    background-color: #ffff00 !important;
}

.bg-light-yellow {
    background-color: #ffffd5 !important;
}

.bg-green {
    background-color: #00b56A !important;
}

.bg-light-green {
    background-color: #dcffdc !important;
}

.bg-black {
    background-color: #333333 !important;
}

.bg-blue {
    background-color: #0066ff !important;
}

.bg-light-blue {
    background-color: #99ddff !important;
}

.bg-blue-violet {
    background-color: #7621ff !important;
}

.bg-gray {
    background-color: #666 !important;
}

.bg-light-gray {
    background-color: #bbb !important;
}

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

.bg-light-white {
    background-color: #f0f0f0 !important;
}

.cursor-pointer {
    background-color: #3366ff !important;
    cursor: pointer;
}

.bg-disabled {
    background-color: #999 !important;
}

.bg-empty {
    background-color: #999 !important;
    cursor: default;
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 2rem !important;
}

.text-lightblue {
    color: #3c8dbc !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-maroon {
    color: #d81b60 !important;
}

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

.text-indigo {
    color: #6610f2 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-teal {
    color: #20c997 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #6c757d !important;
}

.text-gray-light {
    color: #ccc5dd !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-box {
    padding: 20px 10px;
    min-height: 315px !important;
}

.form-group {
    margin-bottom: .5rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.tree-box {
    display: block;
    width: 100%;
    min-height: 200px;
    max-height: 400px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
}

    .tree-box.tree-full {
        max-height: calc(100vh - 315px) !important;
    }

@media (prefers-reduced-motion: reduce) {
    .tree-box {
        transition: none;
    }
}
/*--------------------------------------------------------------
# input
--------------------------------------------------------------*/
label.form-control,
input.form-control,
textarea.form-control {
    padding: 0.435rem 0.75rem;
    width: 100% !important;
    line-height: 1;
    border: 1px solid #dde1e5;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.35rem !important;
}

textarea.form-control {
    line-height: 1.8;
}

label.form-control {
    padding: 0.535rem 0.75rem;
}

.form-control:focus {
    color: var(--bs-body-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + 0.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-radius: 0.35rem !important;
}

    .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.form-select.is-invalid {
    border-color: #dc3545;
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        padding-left: 4.125rem;
        background-position: left 0.75rem center, center left 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }


.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

label.form-label.details,
input.form-label.details,
textarea.form-label.details {
    padding: 0.435rem 0.75rem;
    line-height: 1;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dde1e5;
}

input.form-label.details,
textarea.form-label.details {
    border-bottom: 1px solid #007dff;
    box-shadow: 0 1px 1px rgba(0, 125, 255, .2);
}

    input.form-label.details:focus,
    textarea.form-label.details:focus {
        box-shadow: 0 3px 2px rgba(0, 125, 255, .3);
    }

    input.form-label.details.is-invalid,
    textarea.form-label.details.is-invalid {
        border: none;
        border-bottom: 1px solid #dc3545;
        box-shadow: 0 1px 1px rgba(220, 53, 69, .2);
    }

        input.form-label.details.is-invalid:focus,
        textarea.form-label.details.is-invalid:focus {
            box-shadow: 0 3px 2px rgba(220, 53, 69, .3);
        }

    input.form-label.details.danger,
    textarea.form-label.details.danger {
        border: none;
        border-bottom: 1px solid #dc3545;
        box-shadow: 0 1px 1px rgba(220, 53, 69, .2);
    }

        input.form-label.details.danger:focus,
        textarea.form-label.details.danger:focus {
            box-shadow: 0 3px 2px rgba(220, 53, 69, .3);
        }

    input.form-label.details.success,
    textarea.form-label.details.success {
        border: none;
        border-bottom: 1px solid #28a35f;
        box-shadow: 0 1px 1px rgba(30, 192, 99, .2);
    }

        input.form-label.details.success:focus,
        textarea.form-label.details.success:focus {
            box-shadow: 0 3px 2px rgba(30, 192, 99, .3);
        }

    input.form-label.details.info,
    textarea.form-label.details.info {
        border: none;
        border-bottom: 1px solid #00b0ff;
        box-shadow: 0 1px 1px rgba(0, 176, 255, .2);
    }

        input.form-label.details.info:focus,
        textarea.form-label.details.info:focus {
            box-shadow: 0 3px 2px rgba(0, 176, 255, .3);
        }

    input.form-label.details.warning,
    textarea.form-label.details.warning {
        border: none;
        border-bottom: 1px solid #ff9900;
        box-shadow: 0 1px 1px rgba(255, 153, 0, .2);
    }

        input.form-label.details.warning:focus,
        textarea.form-label.details.warning:focus {
            box-shadow: 0 3px 2px rgba(255, 153, 0, .3);
        }

    input.form-label.details.disabled,
    textarea.form-label.details.disabled,
    input.form-label.details.disabled:focus,
    textarea.form-label.details.disabled:focus {
        border: none;
        border-bottom: 1px solid #dde1e5;
        box-shadow: 0 1px 1px rgba(221, 225, 229, .2);
    }

    input.form-label.details.borders,
    textarea.form-label.details.borders {
        border-width: 1px;
        border-style: solid;
    }

.details-bold {
    direction: ltr !important;
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 36px;
    color: #28a35f;
    border-color: #28a35f;
    box-shadow: 0 3px 2px rgba(40, 163, 95, .6);
}

    .details-bold.is-invalid {
        border-bottom: 1px solid #dc3545 !important;
        box-shadow: 0 3px 2px rgba(220, 53, 69, .3) !important;
    }

.label-text {
    min-width: 72px;
    color: #666666;
    text-align: left;
}

    .label-text.title-list {
        min-width: 62px !important;
    }

.label-data {
    width: 100%;
    color: #000000;
    font-weight: bold;
}

.label-data-en {
    direction: ltr !important;
    font-weight: bold;
    font-family: "Arial";
    text-align: right;
    width: 100%;
    color: #000000;
}

.label-data-en-sm {
    direction: ltr !important;
    font-family: "Arial";
    font-size: 12px;
    text-align: right;
    width: 100%;
    color: #000000;
}

.row-details {
    padding: 0.435rem 0;
    width: 100%;
    border-bottom: 1px dashed #dde1e5;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-right: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .input-group:not(.has-validation) > .form-control:not(:last-child),
    .input-group:not(.has-validation) > .custom-select:not(:last-child),
    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group.has-validation > .form-control:nth-last-child(n + 3),
    .input-group.has-validation > .custom-select:nth-last-child(n + 3),
    .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
    .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-right: -1px;
        }

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append {
    margin-right: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-left: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
        box-shadow: none;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
        box-shadow: none;
    }

    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        right: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #dee2e6;
        border: #adb5bd solid 1px;
        box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        right: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50% / 50% 50% no-repeat;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-right: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        right: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        right: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #dee2e6;
    -webkit-transform: translateX(-0.75rem);
    transform: translateX(-0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") left 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-left: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.5rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: none;
    }

    .custom-file-input[disabled] ~ .custom-file-label,
    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: none;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-right: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-left: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

/*! select2 */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .select2-container .select2-selection--single:focus,
    .select2-container .select2-selection--multiple:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.is-invalid ~ .select2-container .select2-selection--single,
.is-invalid ~ .select2-container .select2-selection--multiple {
    border-color: #dc3545;
}

.select2-container--default {
    font-size: .85rem !important;
    width: calc(100%) !important;
}

    .select2-container--default .select2-selection__arrow {
        margin-top: 0;
    }

    .select2-container--default .select2-results__options {
        line-height: 10px !important;
    }

    .select2-container--default .select2-results__option {
        font-size: .85rem !important;
        font-weight: normal !important;
        line-height: 20px !important;
        padding: 5px 7px !important;
    }

        .select2-container--default .select2-results__option:hover,
        .select2-container--default .select2-results__option:active {
            font-weight: 700 !important;
            background-color: #6699ff !important;
        }

    .select2-container--default .select2-selection--single {
        height: 34px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .select2-container--default .select2-selection--multiple {
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 6px 6px 6px 12px;
        line-height: .8rem !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 6px 6px 6px 12px;
        line-height: 1.4rem !important;
        min-height: 36px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        float: left;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 1px;
        right: auto;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            right: 50%;
            margin-right: -4px;
        }

    .select2-container--default .select2-selection--multiple .select2-search--inline {
        float: right;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        float: right;
        width: 100%;
        margin-left: 5px;
        margin-right: auto;
        line-height: 1.8rem !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto;
    }

.select2-series ~ .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: fit-content !important;
}

@media (max-width: 767.98px) {
    .btn {
        width: 100% !important;
        margin-bottom: 3px !important;
    }
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.img-profile {
    width: 225px;
    height: 250px;
    border-radius: 5px;
}


    .img-profile.photo {
        margin: 0 auto;
        width: 90%;
        height: auto;
        border-radius: 5px;
    }

    .img-profile.fixed {
        margin: 0 auto;
        width: 90%;
        height: auto;
        border-radius: 5px;
    }

.img-sign {
    width: 225px;
    height: 225px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .img-profile,
    .img-sign {
        width: 100%;
        height: auto;
    }
}

.img-profile.thumbnail,
.img-sign.thumbnail {
    width: 48px;
    height: 50px;
    border-radius: 2px;
}

.img-attach {
    width: 100%;
    min-width: 200px;
    min-height: 300px;
}

.pdf-attach {
    width: 100%;
    height: calc(100vh - 170px);
    min-width: 200px;
    min-height: 450px;
}

    .pdf-attach.multi {
        width: 100%;
        height: calc(100vh - 270px);
        min-width: 200px;
        min-height: 450px;
    }

    .pdf-attach.with-btn {
        width: 100%;
        height: calc(100vh - 320px);
        min-width: 200px;
        min-height: 450px;
    }

    .pdf-attach.thumbnail {
        width: 100%;
        height: 100%;
        min-width: 200px;
        min-height: 350px;
    }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table-box {
    padding: 0.25rem 0.75rem !important;
    min-height: 315px !important;
    overflow: auto;
}

.table tbody > tr.selected {
    background-color: #3366f0;
    color: #ffffff;
}

.table thead th {
    padding: 5px;
    height: 28px;
    vertical-align: middle;
}

.table thead > tr.filters > th {
    padding: 3px 0 3px 5px;
    background-color: #f6f6f9;
    border-top: none;
}

    .table thead > tr.filters > th:before,
    .table thead > tr.filters > th:after {
        right: 0;
        content: "";
    }

.table td.col-label {
    min-width: 135px;
    text-align: left;
}

.table td.col-field {
    text-align: right;
}

.table-sm {
    font-size: 0.875rem !important;
    padding: 0 2px;
}

    .table-sm thead th {
        padding: 3px 5px 7px 5px;
        height: 28px;
        vertical-align: middle;
    }

    .table-sm thead tr.title {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        text-align: right;
        font-size: 0.915rem;
        font-weight: bold;
    }

        .table-sm thead tr.title th.title-label {
            text-align: left !important;
        }

        .table-sm thead tr.title th.title-value {
            color: #dd4b39 !important;
        }

    .table-sm thead > tr.filters > th {
        padding: 0.75px 0 0.75px 1.5px;
        background-color: #f6f6f9;
        border-top: none;
    }

    .table-sm.table-head-fixed {
        min-height: 315px !important;
        max-height: calc(100vh - 200px) !important;
    }

        .table-sm.table-head-fixed thead,
        .table-sm.table-head-fixed thead tr:nth-child(1) th {
            border-top: none;
            box-shadow: none;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .table-sm.table-head-fixed.table-height-relative {
            min-height: fit-content !important;
            max-height: fit-content !important;
        }

    .table-sm.table-head-realative thead tr,
    .table-sm.table-head-realative thead th {
        background-color: #ffffff;
    }

    .table-sm.table-head-realative tbody tr,
    .table-sm.table-head-realative tbody th {
        pointer-events: none;
        background-color: #ffffff;
    }

.table-detail {
    margin: 0;
    font-size: 0.875rem !important;
    border: none !important;
}

    .table-detail tbody td {
        padding: 0 2px;
        border: none !important;
        vertical-align: middle;
    }

    .table-detail.table-transparent tr,
    .table-detail.table-transparent th,
    .table-detail.table-transparent td {
        background-color: transparent !important;
    }

.table tr.conflict-row {
    color: #000000 !important;
    background-color: rgba(255, 55, 0, 0.7) !important;
}

    .table tr.conflict-row:hover {
        color: #000000 !important;
        background-color: rgba(255, 125, 0, 0.9) !important;
    }

.table tr.deactive-row {
    color: #666666 !important;
    background-color: rgba(208, 208, 208, 0.2) !important;
}

    .table tr.deactive-row:hover {
        color: #333333 !important;
        background-color: rgba(208, 208, 208, 0.5) !important;
    }

.table tr.deleted-row {
    color: #ff0000 !important;
    background-color: rgba(208, 208, 208, 0.1) !important;
    text-decoration: line-through;
}

    .table tr.deleted-row:hover {
        color: #990000 !important;
        background-color: rgba(208, 208, 208, 0.5) !important;
    }

.table.box-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.table.border-top-primary {
    border-top: 3px solid #3c8dbc;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-info {
    border-top: 3px solid #00c0ef;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-danger {
    border-top: 3px solid #dd4b39;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-warning {
    border-top: 3px solid #f39c12;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-success {
    border-top: 3px solid #00a65a;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-light {
    border-top: 3px solid #f0f3f6;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-dark {
    border-top: 3px solid #606c84;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-white {
    border-top: 3px solid #fff;
    border-radius: 3px 3px 2px 2px;
}

.table.border-top-primary th,
.table.border-top-info,
.table.border-top-danger,
.table.border-top-warning,
.table.border-top-success,
.table.border-top-light,
.table.border-top-dark,
.table.border-top-white {
    border-top: none;
}

.table tr.hold-row td {
    background-color: #fff0df;
    color: #333;
}

.table tr.complete-row td {
    color: #339966;
    font-weight: bolder
}

.table tr.complete-row:hover td {
    color: #337755;
}

.table tr.not-complete-row td {
    color: #dd6633;
}

.table tr.not-complete-row:hover td {
    color: #bb6633;
}

.table tr.initialize-row td {
    color: #3366ff;
}

.table tr.initialize-row:hover td {
    color: #3366bb;
}

.table tr.conflict-row td {
    color: #ff0000;
}

.table tr.conflict-row:hover td {
    color: #dd0000;
}

.table tr.deactive-row td {
    color: #999999;
}

.table tr.deactive-row:hover td {
    color: #666666;
}

.table tr.deleted-row td {
    color: #dd0000;
    text-decoration: line-through;
}

.table tr.deleted-row:hover td {
    color: #990000;
}

.col-detail {
    background-color: #f6f6f6 !important;
    border: 1px solid #dfdfdf !important;
}

.child-table > td,
.child-table > td:hover {
    background-color: #ffffff;
}

.inner-border {
    border: 0 !important;
}

    .inner-border th {
        border-top: none !important;
        border-bottom: 2px solid #dee2e6 !important;
        border-left: none !important;
    }

    .inner-border td {
        border-top: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
    }

        .inner-border td:last-child {
            border-left: none !important;
        }

.bottom-border {
    border: 0 !important;
}

    .bottom-border th {
        border-top: none !important;
        border-bottom: 2px solid #dee2e6 !important;
    }

    .bottom-border td {
        border-top: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: none !important;
    }

.table.table-details {
    width: 100%;
    margin: 0;
    background: #ffffff !important;
}

    .table.table-details thead {
        z-index: 1;
    }

    .table.table-details th,
    .table.table-details td {
        padding: 2px 5px;
    }

        .table.table-details td.label-nested {
            text-align: left;
        }

        .table.table-details td.indent-nested {
            background-color: #f0f0f9 !important;
        }

.data-table {
    font-size: 0.815rem !important;
    font-weight: normal;
}

    .data-table .length-card {
        position: relative;
        float: left !important;
        margin: 0 10px 0 0 !important;
    }

        .data-table .length-card label {
            margin: 0 !important;
        }

        .data-table .length-card select {
            font-size: 0.815rem !important;
            font-weight: normal;
            height: 30px !important;
            width: 58px;
        }

    .data-table .filter-card {
        width: 100% !important;
    }

        .data-table .filter-card label {
            padding: 0 !important;
            width: calc(100% - 15px) !important;
        }

        .data-table .filter-card input {
            width: calc(100% - 15px);
            padding: 0 7px !important;
            font-size: 0.815rem !important;
            font-weight: bold;
            color: var(--bs-body-color);
            background-color: color(white);
            background-clip: padding-box;
            border: var(--bs-border-width) solid #86b7fe;
            border-radius: 5px;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, width 0.5s;
        }

            .data-table .filter-card input:hover,
            .data-table .filter-card input:focus {
                color: var(--bs-body-color);
                background-color: var(--bs-body-bg);
                border-color: #86b7fe;
                outline: 0;
                box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            }

.data-table-col {
    max-width: 192px;
    overflow: auto;
}

.data-table-btn {
    min-width: 78px;
}

.slideDown {
    display: none;
    -webkit-transition: max-height 2.5s ease-in-out;
    -moz-transition: max-height 2.5s ease-in-out;
    -o-transition: max-height 2.5s ease-in-out;
    transition: max-height 2.5s ease-in-out;
}

tr.shown,
tr.shown.detail {
    background-color: #d7dedf !important;
    color: #000000 !important;
}

    tr.shown a i.fa-pen {
        color: #ffffff !important;
    }

    tr.shown a i.fa-trash {
        color: #ff0000 !important;
    }

td.details-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    td.details-control:before {
        content: "\f137";
        font-family: FontAwesome;
        font-size: 20px;
        font-size: 1.30rem;
        color: rgba(154, 226, 170, 0.7) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
    }

    td.details-control:hover:before,
    tr:hover td.details-control:before {
        color: rgb(83, 184, 106) !important;
    }

tr.shown td.details-control:before {
    content: "\f13a";
    color: rgb(0, 255, 0) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

td.details-control.is-change:before {
    color: rgba(254, 66, 85, 0.7) !important;
}

td.details-control.is-change:hover:before,
tr:hover td.details-control.is-change:before {
    color: rgb(223, 84, 106) !important;
}

tr.shown td.details-control.is-change:before {
    color: rgb(255, 0, 225) !important;
}

td.checked-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    td.checked-control:before {
        content: "\f0c8";
        font-family: FontAwesome;
        font-size: 16px;
        font-size: 1.25rem;
        color: rgba(154, 226, 170, 0.7) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
    }

    td.checked-control:hover:before,
    tr:hover td.checked-control:before {
        content: "\f14a" !important;
        color: rgb(83, 184, 106) !important;
    }

tr.shown td.checked-control:before {
    content: "\f14a";
    color: rgb(0, 255, 0) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

td.select-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    td.select-control:before {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 16px;
        font-size: 1.25rem;
        color: rgba(154, 226, 170, 0.3) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
    }

    td.select-control:hover:before,
    tr:hover td.select-control:before {
        color: rgb(83, 184, 106) !important;
    }

tr.shown td.select-control:before {
    content: "\f058";
    color: rgb(0, 255, 0) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

td.send-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    td.send-control:before {
        content: "\f0a8";
        font-family: FontAwesome;
        font-size: 20px;
        font-size: 1.30rem;
        color: rgba(255, 0, 94, 0.7) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
    }

    td.send-control:hover:before,
    tr:hover td.send-control:before {
        color: rgb(255, 0, 0) !important;
    }

td.receive-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    td.receive-control:before {
        content: "\f0a9";
        font-family: FontAwesome;
        font-size: 20px;
        font-size: 1.30rem;
        color: rgba(0, 137, 255, 0.7) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
    }

    td.receive-control:hover:before,
    tr:hover td.receive-control:before {
        color: rgb(0, 73, 255) !important;
    }

    td.send-control.disabled:before,
    td.send-control:disabled:before,
    td.receive-control.disabled:before,
    td.receive-control:disabled:before {
        color: rgb(170, 170, 170) !important;
    }

a.goto-link {
    visibility: hidden !important;
}

a.btn-goto {
    margin: 0 !important;
    padding: 0 5px 0 7px !important;
}

    a.btn-goto i {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 18px;
        font-size: 1.15rem;
        line-height: .9em;
        color: rgb(171, 171, 191) !important;
    }

td.disable-control {
    padding: 0 7px 0 12px !important;
    border-right: none !important;
    cursor: pointer;
}

    td.disable-control:before {
        content: "\f068";
        font-family: FontAwesome;
        font-size: 18px;
        font-size: 1.3rem;
        color: rgb(171, 171, 191) !important;
        padding: 0 0 0 0.3rem;
    }

    td.disable-control:hover:before,
    tr:hover td.disable-control:before {
        color: rgb(191, 191, 211) !important;
    }

td.goto-control {
    padding: 0 7px 0 12px !important;
    border-right: none !important;
    cursor: pointer;
}

    td.goto-control:before {
        content: "\f141";
        font-family: FontAwesome;
        font-size: 18px;
        font-size: 1.3rem;
        color: rgb(171, 171, 191) !important;
        padding: 0 0.3rem 0 0;
    }

    a.btn-goto:hover i,
    tr:hover a.btn-goto i,
    td.goto-control:hover:before,
    tr:hover td.goto-control:before {
        color: rgb(21, 125, 255) !important;
    }

tr.shown a.btn-goto i,
tr.shown td.goto-control:before {
    color: rgb(251, 251, 254) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.table-detail-box {
    padding: 0.25rem 0.75rem !important;
    max-width: 100% !important;
    max-height: 315px !important;
    background-color: #ffffff;
    border: 1px solid rgba(223, 223, 223, .8);
    border-radius: 5px;
    overflow: auto;
}

.has-flow-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    .has-flow-control:before {
        content: "\f1b8";
        font-family: FontAwesome;
        font-size: 1rem;
        color: rgba(255, 0, 0, 0.3) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
        margin: 2px 3px 0 3px;
    }

    .has-flow-control:hover:before,
    .has-flow-control:before {
        color: rgb(225, 75, 0) !important;
    }

.has-parrent-control {
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer;
}

    .has-parrent-control:before {
        content: "\f0c1";
        font-family: FontAwesome;
        font-size: 1rem;
        color: rgba(0, 175, 195, 0.3) !important;
        padding: 0.3rem 0.3rem 0.3rem 0;
        margin: 2px 3px 0 3px;
    }

    .has-parrent-control:hover:before,
    .has-parrent-control:before {
        color: rgb(0, 195, 195) !important;
    }

.col-1-5 {
    width: calc(20% - 1px);
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767.98px) {
    .col-1-5 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Multi Step Form
--------------------------------------------------------------*/
.multi_step {
    text-align: center;
    position: relative;
}

    .multi_step fieldset {
        background: white;
        border: 0 none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        .multi_step fieldset:not(:first-of-type) {
            display: none;
        }

        .multi_step fieldset .form-card {
            text-align: right;
            color: #9E9E9E;
            background: white;
            box-sizing: border-box;
            width: 94%;
            margin: 0 3% 20px 3%;
            /*stacking fieldsets above each other*/
            position: relative;
        }

            .multi_step fieldset .form-card .form-message {
                font-family: "Anjoman";
                line-height: 2;
            }

    .multi_step .separator {
        height: 2px;
        background-color: lightgray !important;
    }
    /*Blue Buttons*/
    .multi_step .label-info {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .multi_step .error-message {
        display: none;
        font-family: "Anjoman";
        text-align: center;
        padding: 7px 10px;
        margin: 0 auto;
        width: 99%;
        color: #ff0000;
        background: #f9f9f9;
        border: 1px solid #fd556d;
        border-radius: 7px;
    }

    .multi_step .sent-message {
        display: none;
        font-family: "Anjoman";
        text-align: center;
        padding: 7px 10px;
        margin: 0 auto;
        width: 99%;
        color: #209f39;
        background: #f9f9f9;
        border: 1px solid #209f39;
        border-radius: 7px;
    }

    .multi_step .loading {
        display: none;
        font-family: "Anjoman";
        font-weight: bold;
        text-align: center;
        padding: 7px 10px;
        width: 99%;
        color: #00beff;
        background: #f9f9f9;
        border: 1px dotted #f0f0f0;
        border-radius: 7px;
    }

        .multi_step .loading:before {
            content: "";
            display: inline-block;
            margin: 0 0 -6px 10px;
            width: 24px;
            height: 24px;
            border: 3px solid #00beff;
            border-top-color: lightgray;
            border-radius: 50%;
            animation: animate-loading 1s linear infinite;
        }

.form-card .loading-register {
    text-align: center;
    padding: 15px;
    width: 100%;
    height: 99px !important;
    width: 99%;
    color: #00beff;
    background: #f9f9f9;
    border: 1px dotted #f0f0f0;
    border-radius: 7px;
}

    .form-card .loading-register:before {
        content: "\f129";
        display: inline-block;
        margin: 10px 6px;
        width: 99px;
        height: 99px;
        border: 9px solid rgba(67, 82, 132, .9);
        border-top-color: #00beff;
        border-radius: 50%;
        animation: animate-loading 1s linear infinite;
    }

.form-card .alert-success {
    font-family: "Anjoman" !important;
    font-size: 18px;
    padding: 30px 20px;
    margin: 10px auto;
    width: 75%;
    color: #2C3E50;
    background-color: #fff;
    border-color: #d6e9c6;
}

    .form-card .alert-success span {
        font-family: "Vazir" !important;
        font-size: 22px;
        color: #f56579;
    }

/* The background card */
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

div.view-section {
    width: 100%;
    max-height: calc(100vh - 170px);
    padding: 7px;
    overflow: hidden;
    overflow-y: auto;
}

/* FieldSet headings */
.fs-title {
    display: block;
    font-family: "Anjoman" !important;
    font-size: 16px !important;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
    color: #1cb2f9;
}

/* progressbar */
#progressbar {
    margin: 20px 0 10px 0;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #666;
        font-weight: bold;
    }

    #progressbar li {
        list-style-type: none;
        font-family: "Anjoman" !important;
        font-size: 16px !important;
        float: right;
        position: relative;
    }

    #progressbar.two-column li {
        width: 50%;
    }

    #progressbar.three-column li {
        width: 33.33%;
    }

    #progressbar.four-column li {
        width: 25%;
    }

    #progressbar li span {
        font-family: "Anjoman" !important;
        font-size: 16px !important;
    }

    /*Icons in the ProgressBar*/
    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        right: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before,
    #progressbar li.active:after {
        height: 4px;
        background: #ffaf00;
    }

@media (max-width: 767.98px) {
    .multi_step .error-message,
    .multi_step .sent-message {
        width: 100%;
    }

    .form-card .alert-success {
        padding: 10px;
        width: 100%;
    }

    .fs-title {
        font-family: "Anjoman" !important;
        font-size: 14px !important;
        font-weight: normal;
        color: #f56579;
    }
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
div.container-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

div.tab-body {
    position: relative;
    padding: 5px;
    padding-top: 25px;
    min-height: 325px;
    height: calc(100vh - 185px);
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}

    div.tab-body.tab-body-partial {
        padding: 0 !important;
        padding-top: 25px !important;
        height: calc(100vh - 240px) !important;
    }

    div.tab-body.tab-body-history {
        padding: 0 !important;
        padding-top: 25px !important;
        height: calc(100vh - 215px) !important;
    }

    div.tab-body.tab-body-detail {
        padding: 10px !important;
        padding-top: 25px !important;
        height: auto !important;
    }

    div.tab-body.with-footer {
        min-height: 298px !important;
        height: calc(100vh - 202px) !important;
    }

div.disable {
    pointer-events: none;
    opacity: .6;
}

div.container-history {
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 450px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

div.group-container {
    padding: 0.435rem;
    width: 100% !important;
    line-height: 1;
    border: 1px solid #dde1e5;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.35rem !important;
}

    div.group-container .group-items {
        padding: 3px 7px;
        margin-left: 5px;
        margin-right: auto;
        line-height: 1.8rem !important;
        color: #333;
        background: #dde1e5;
        border: 1px solid #999;
        border-radius: 3px;
    }

/*--------------------------------------------------------------
# Error page
--------------------------------------------------------------*/
.error-page {
    margin: -190px -110px 0 0;
    width: 600px;
    font-family: 'Vazir';
    text-align: right;
}

@media (max-width: 767.98px) {
    .error-page {
        width: 100%;
        margin: -190px 0 0 -110px;
    }
}

.error-page > .headline {
    float: right;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    display: block;
    margin-right: 190px;
    max-width: 520px;
}

@media (max-width: 767.98px) {
    .error-page > .error-content {
        margin-right: 0;
    }
}

.error-page > .error-content > h3 {
    font-size: 25px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# CKEditor
--------------------------------------------------------------*/
.cke_button__automationform_icon {
    display: none !important; /*without icon*/
}

.cke_button__defaultform_label,
.cke_button__automationform_label {
    width: 78px !important;
    padding: 4px 12px !important;
    margin: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: none !important;
    border-left: 1px solid rgba(128, 128, 128, .3) !important;
    cursor: pointer;
    display: inline !important; /*show the text label*/
}

    .cke_button__defaultform_label:hover,
    .cke_button__automationform_label:active {
        background-color: rgba(128, 128, 128, .1) !important;
        border: 1px solid rgba(128, 128, 128, .6) !important;
    }

/*--------------------------------------------------------------
# JS Tree
--------------------------------------------------------------*/
.jstree-default .jstree-hovered {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 7px;
    box-shadow: inset 0 0 1px #999999;
}

.jstree-default .jstree-context,
.jstree-default .jstree-clicked {
    background: transparent;
    box-shadow: inset 0 -1px 0 #6699bb;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
    direction: rtl !important;
}

.modal-backdrop {
    background-color: rgb(130, 130, 130);
    opacity: 0.6 !important;
}

.modal-box .modal-dialog {
    position: relative;
    margin: 0;
    padding: 10px;
    max-width: 100%;
    height: 100vh !important;
    display: flex;
    justify-content: center;
}

.modal-box .modal-content {
    margin: auto !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    border-radius: 5px;
    overflow: auto;
    border-color: rgba(112, 122, 112, 0.1);
    box-shadow: 0 4px 6px rgba(75, 75, 75, 0.1);
}

    .modal-box .modal-content.modal-fit {
        width: fit-content !important;
    }

    .modal-box .modal-content.modal-sm {
        width: calc(30% - 20px) !important;
        min-width: 300px !important;
    }

    .modal-box .modal-content.modal-md {
        width: calc(50% - 20px) !important;
        min-width: 600px !important;
    }

    .modal-box .modal-content.modal-lg {
        width: calc(70% - 20px) !important;
        width: 800px !important;
    }

    .modal-box .modal-content.modal-xl {
        width: calc(90% - 20px) !important;
        width: 1024px !important;
    }

    .modal-box .modal-content.modal-full {
        width: calc(100% - 20px) !important;
        min-height: calc(100vh - 52px);
    }

    .modal-box .modal-content .modal-header {
        padding: 10px 25px;
        width: 100% !important;
        color: #333333;
        background: #f9f9f9;
        border: 1px solid rgba(112, 112, 112, 0.2);
        border-width: 2px 0 1px 0;
        border-radius: 5px 5px 0 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
    }

        .modal-box .modal-content .modal-header h3,
        .modal-box .modal-content .modal-header h5 {
            float: right !important;
            font-size: 16px;
        }

        .modal-box .modal-content .modal-header .icon {
            top: 5px !important;
            float: right !important;
            margin-left: 12px;
            color: #8f998f;
        }

        .modal-box .modal-content .modal-header .close-btn,
        .modal-box .modal-content .modal-header .resize-btn {
            position: absolute;
            top: 10px !important;
            left: 20px !important;
            float: left !important;
            margin: 0 !important;
            padding: 0 !important;
            opacity: 1;
        }

            .modal-box .modal-content .modal-header .close-btn i,
            .modal-box .modal-content .modal-header .resize-btn i {
                color: #666666;
                margin-right: 24px !important;
                font-size: 14px;
            }

                .modal-box .modal-content .modal-header .close-btn i:hover,
                .modal-box .modal-content .modal-header .resize-btn i:hover {
                    color: #000000 !important;
                }

    .modal-box .modal-content .modal-body {
        padding: 20px 25px 15px 25px;
        width: 100% !important;
        height: 100% !important;
        min-height: 90px !important;
        max-height: calc(100vh - 126px) !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .modal-box .modal-content .modal-body.with-footer {
            max-height: calc(100vh - 154px) !important;
            border-radius: 0;
        }

        .modal-box .modal-content .modal-body .dia-iframe {
            position: absolute;
            margin: 0;
            padding: 0 !important;
            top: 0 !important;
            left: 0 !important;
            bottom: 0 !important;
            right: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background-color: transparent;
            border-radius: 0 0 5px 5px;
            z-index: 9999;
        }

        .modal-box .modal-content .modal-body .dia-loading {
            position: absolute;
            background-color: transparent;
            text-align: center;
            width: 100%;
            z-index: 10000;
            display: none;
        }

            .modal-box .modal-content .modal-body .dia-loading i {
                vertical-align: middle
            }

        .modal-box .modal-content .modal-body .dia-overlay {
            position: absolute;
            background-color: transparent;
            width: 100%;
            z-index: 10000;
            display: none;
        }

    .modal-box .modal-content .modal-footer {
        padding: 7px 25px;
        width: 100% !important;
    }

    .modal-box .modal-content .print-body {
        margin: 0;
        padding: 0 !important;
        max-height: calc(100vh - 92px) !important;
        background-color: transparent;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        z-index: 9999;
    }

        .modal-box .modal-content .print-body .prn-iframe {
            position: relative;
            padding: 0 !important;
            width: 100%;
            height: calc(100vh - 92px);
            min-height: 330px;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: auto;
            clear: both;
        }

            .modal-box .modal-content .print-body .prn-iframe .prn-preview {
                position: absolute;
                margin: 0;
                padding: 0 !important;
                top: 0 !important;
                left: 0 !important;
                bottom: 0 !important;
                right: 0 !important;
                width: 100% !important;
                height: 100% !important;
                background-color: transparent;
                border-radius: 0 0 5px 5px;
                z-index: 9999;
            }

.modal-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f4f6f9;
    transition: height 200ms linear;
    z-index: 999999;
}

.modal-child {
    background-color: rgba(250, 250, 250, .8) !important;
}

    .modal-child .child-body {
        width: 100%;
        height: fit-content;
        min-height: fit-content !important;
        padding: 20px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .05);
        border-radius: 5px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    }

        .modal-child .child-body.full-height {
            width: 100%;
            height: calc(100vh - 210px);
            padding: 20px;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .05);
            border-radius: 5px;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
        }

.report-frame {
    position: relative;
    margin: 0.75rem 0;
    padding: 0.435rem 0.75rem;
    width: 100%;
    height: calc(100vh - 242px);
    min-height: 330px;
    background-color: rgba(221, 225, 229, .4);
    border: 1px solid #dde1e5;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}

    .report-frame .report-preview {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: transparent;
    }

/* sweet alert */
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5rem !important;
    height: 5rem !important;
    margin: 1.25rem auto 1.875rem !important;
    border-width: 0.25rem !important;
    border-radius: 50%;
    line-height: 5rem !important;
    -webkit-animation: swal2-animate-icon 0.8s;
    animation: swal2-animate-icon 0.8s;
}

    .swal2-icon::before {
        display: inline-flex;
        position: absolute;
        align-items: center;
        height: 92%;
        font-size: 3.75rem !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

@-webkit-keyframes swal2-animate-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.swal2-popup {
    box-shadow: 0 4px 6px rgba(75, 75, 75, 0.1);
}

.swal2-container.swal2-shown {
    background: rgba(240, 245, 240, 0.8) !important;
}

.comment {
    position: relative;
    min-width: 18px;
}

    .comment .icon-alert {
        position: absolute;
        top: -5px;
        right: 0px;
        font-size: 13px;
        color: orange;
        display: inline-block;
        animation: change-size 2s infinite; /* Animation applied */
    }

/* Accordion */
.tota11y-accordion {
    padding: 0;
    margin: 0;
}

    .tota11y-accordion > li > a {
        display: block;
        position: relative;
        cursor: pointer;
        outline: transparent;
        text-decoration: none;
    }

    .tota11y-accordion > li {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        grid-template-rows: min-content 0fr;
        transition: box-shadow 0.3s 0s ease, grid-template-rows var(--ta11y-open-duration);
    }

        .tota11y-accordion > li .content {
            visibility: hidden;
            display: grid;
            max-height: fit-content;
            overflow: hidden;
            transition: margin var(--ta11y-open-duration) linear, padding var(--ta11y-open-duration) linear;
        }

        .tota11y-accordion > li a.link-header {
            padding-bottom: 7px;
            border-bottom: 1px solid #ddd;
        }

        .tota11y-accordion > li .content:focus {
            outline: none;
        }

        .tota11y-accordion > li:has(.content:target),
        .tota11y-accordion > li:has(.content:focus) {
            grid-template-rows: min-content 1fr;
        }

            .tota11y-accordion > li:has(.content:target) .content,
            .tota11y-accordion > li:has(.content:focus) .content {
                visibility: visible;
                margin: 0.5rem 1rem 2rem 1rem;
                padding: 0.5rem;
                animation-duration: calc(2000 * var(--ta11y-open-duration));
                animation-name: show-scroll;
                overflow-y: auto;
            }

@media (prefers-reduced-motion) {
    :root {
        --ta11y-open-duration: 0s;
    }

    .tota11y-accordion > li:has(.content:target) .content,
    .tota11y-accordion > li:has(.content:focus) .content {
        overflow-y: auto;
    }

    .tota11y-accordion > li > a:before {
        transition: none;
    }
}

#tota11y-open-close {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle;
    accent-color: #555;
}


    #tota11y-open-close:checked ~ ul > li {
        grid-template-rows: min-content 1fr;
    }

        #tota11y-open-close:checked ~ ul > li > .content {
            visibility: visible;
            animation-duration: calc(2000 * var(--ta11y-open-duration));
            animation-name: show-scroll;
        }

/* Title Container*/
.title-container {
    /*position: absolute;*/
    display: none;
    font-size: 12px;
    text-align: right !important;
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 7px 15px;
    z-index: 999;
}

/* Optional styling */
summary::-webkit-details-marker {
    color: #333;
}

summary:focus {
    outline-style: none;
}

/* datepicker */
.ui-datepicker * {
    font-family: "Vazir" !important;
}

.ui-datepicker .ui-datepicker-prev {
    transform: scale(-1, 1);
    right: 2px !important;
    left: auto !important
}

.ui-datepicker .ui-datepicker-next {
    transform: scale(-1, 1);
    left: 2px !important;
    right: auto !important
}

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        right: 50% !important;
        margin-right: -8px !important;
    }

/* daterangepicker */
.daterangepicker {
    background-color: #fff;
    border: 1px solid #ddd;
}

    .daterangepicker:before,
    .daterangepicker:after {
        border-bottom-color: rgba(0, 0, 0, 0.2);
    }

    .daterangepicker:before {
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        border-bottom: 6px solid #fff;
    }

    .daterangepicker.drop-up:before {
        border-top: 7px solid #ccc;
    }

    .daterangepicker.drop-up:after {
        border-top: 6px solid #fff;
    }

    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid black;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        background-color: #fff;
    }

    .daterangepicker td.available:hover,
    .daterangepicker th.available:hover {
        background-color: #eee;
    }

    .daterangepicker td.week,
    .daterangepicker th.week {
        color: #ccc;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        background-color: #fff;
        color: #999;
    }

    .daterangepicker td.in-range {
        background-color: #ebf4f8;
        color: #000;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: #357ebd;
        color: #fff;
    }

    .daterangepicker td.disabled,
    .daterangepicker option.disabled {
        color: #999;
    }

    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.secondselect,
    .daterangepicker select.ampmselect {
        background: #eee;
        border: 1px solid #eee;
    }

    .daterangepicker .calendar-time select.disabled {
        color: #ccc;
    }

    .daterangepicker .drp-buttons {
        border-top: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker .ranges li:hover {
        background-color: #eee;
    }

    .daterangepicker .ranges li.active {
        background-color: #08c;
        color: #fff;
    }

.daterangepicker {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.today {
    background-color: #55abf5;
    color: white;
}

.daterangepicker * {
    font-family: "Vazir" !important;
}

.daterangepicker td.start-date {
    border-radius: 0px 4px 4px 0px !important;
}

.daterangepicker td.end-date {
    border-radius: 4px 0px 0px 4px !important;
}
