:root {
    --body-black: #393939;
    --button-bg: #c2fa6b;
    --logo-col: #88c217;
    --gray-col: #a0b7b2;
    --bg-light: #f3fffd;
    --font-body: 14px;
}

/*For Offcanvas Navbar*/
body {
    font-family: "Plus Jakarta Sans";
    font-size: var(--font-body);
    color: var(--body-black);
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #fafffe;
}

#wrapper,
#wrapper #content-wrapper {
    background-color: #fafffe;
}

.scroll-to-top {
    background: rgb(152 202 60 / 72%);
    line-height: 43px;
    font-size: 22px;
}

.scroll-to-top:hover {
    background: rgb(152 202 60);
}

.bg-light {
    background: var(--bg-light) !important;
}

.bg-gradient-primary {
    background: var(--button-bg);
    background: linear-gradient(180deg, #ffffff 10%, #c2fa6b54 100%);
    background-size: cover;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.log-box {
    border: 1px solid #dddddd;
    border-radius: 20px;
    background: #ffffff;
    min-height: 75vh;
    padding-bottom: 80px !important;
    position: relative;
}

a.btn {
    font-size: var(--font-body);
}

a.btn {
    border-radius: 50px;
}

.log-toggl a.btn {
    background: #ffffff;
    margin: 0 10px 0 0;
    padding: 12px 10px;
    border-radius: 40px;
    border: 1px solid #dddddd;
    color: #000000;
    font-weight: 600;
}

.log-toggl a.btn.active,
.log-toggl a.btn:hover {
    background: var(--button-bg);
    border-color: var(--button-bg);
}

.d-flex.d-code-group {
    align-items: center;
}

.log-box a {
    color: #000000;
}

.log-bx-lft {
    margin-top: 100px;
}

.log-bx-lft .txt-bg {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.log-bx-lft p.mkStrong {
    text-transform: uppercase;
    margin: 30px 0;
}

.log-box .btn-submit {
    margin: auto;
    display: block;
    max-width: 200px;
    background: var(--logo-col);
    color: #ffffff;
    border: 0;
    padding: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.log-box .btn-submit:hover {
    background: #000000;
}

.d-flex.fr-actions a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.d-flex.fr-actions a img {
    width: 50px;
    margin: 0 5px;
}

.log-footer a {
    color: #000000;
}

a.logoWrap {
    display: block;
}

a.logoWrap img {
    display: block;
    width: 100%;
    max-width: 550px;
}

.d-flex.bLinks {
    align-items: center;
}

.d-flex.log-footer p {
    margin: 0;
    padding: 0 15px;
}

.d-flex.log-footer {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.d-flex.bLinks a.btn {
    background: var(--logo-col);
    margin-right: 15px;
    padding: 15px 20px;
    color: #ffffff;
    border: 0;
}

.log-bx-lft {
    margin-top: 100px;
    font-size: 18px;
}

.log-bx-lft a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.lft-log-bl {
    padding: 20px !important;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #000;
}

.sidebar-dark .nav-item .nav-link {
    color: rgb(0 0 0 / 80%);
}

.sidebar-brand-icon img {
    width: 100%;
}

.sidebar.toggled a.sidebar-brand img.lBig {
    object-fit: cover;
    height: 48px;
    width: 86px;
    object-position: left;
}

.sidebar .nav-item .nav-link {
    color: #000000;
    border-bottom: 1px solid #a0b7b2;
    padding: 8px;
}

.sidebar .nav-item:last-child.nav-link {
    border: 0;
}

.sidebar .nav-item .nav-link:after {
    position: absolute;
    right: 8px;
    top: 12px;
}

.topbar,
.sidebar .sidebar-brand {
    border-bottom: 1px solid #a0b7b2;
}

.topbar {
    background: var(--bg-light) !important;
}

.sidebar {
    border-right: 1px solid #a0b7b2;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0;
}

.sidebar .nav-item .bg-white {
    background: #f3fffd !important;
    border-bottom: 1px solid #a0b7b2;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .nav-item .collapse-inner .collapse-item i {
    margin-right: 7px;
    position: absolute;
    left: 12px;
}

.sidebar .nav-item .collapse .collapse-item,
.sidebar .nav-item .collapsing .collapse-item {
    color: #000000;
    border-bottom: 1px solid #a0b7b2;
    padding: 8px;
    border-radius: 0 !important;
    padding-left: 45px !important;
    margin: 0 !important;
    white-space: normal !important;
    position: relative;
}

.sidebar .nav-item .collapse .collapse-item:last-child,
.sidebar .nav-item .collapsing .collapse-item:last-child {
    border: 0;
}

.sidebar .nav-item .nav-link:hover,
.sidebar .nav-item.active .nav-link,
.sidebar .nav-item .collapse .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-item:hover,
.sidebar .nav-item:hover > a.nav-link {
    background: var(--button-bg) !important;
}

.topbar .navbar-search {
    position: relative;
    border-radius: 30px;
}

.topbar .navbar-search .input-group-text {
    position: absolute;
    border: 0;
    z-index: 9;
    background: transparent;
    top: 10px;
    left: 5px;
    padding: 0;
    height: 25px;
    width: 31px;
    text-align: center;
    justify-content: center;
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #98ca3c;
    border-color: #98ca3c;
}

.topbar .navbar-search input.form-control {
    background: #ffffff !important;
    border-radius: 50px !important;
    border: 1px solid #a0b7b2 !important;
    padding: 12px;
    padding-left: 42px;
}

.topbar .nav-item .nav-link .img-profile {
    margin-right: 10px;
}

.dash-filter form .form-group {
    margin: 0;
    flex: 0 0 16.66%;
}

.dash-filter form .form-group select,
.dash-filter form .form-group input {
    border-radius: 50px;
    border: 1px solid #a0b7b2;
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1;
    height: 50px;
    background: transparent;
}

.dash-filter .smpBtn {
    display: block;
    height: 50px;
    padding: 14px;
    color: #000000;
    font-weight: bold;
}

.tp-brds a {
    color: #000000;
    text-decoration: none;
}

.tp-brds i.fa-angle-right {
    margin: 0 5px;
}

.dash-filter form {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    padding: 20px;
    align-items: end;
    margin-bottom: 20px;
    border-radius: 20px;
    /*justify-content: space-between;*/
}

.dash-filter form .btn {
    padding: 14px 17px;
    font-weight: 700;
    background: #000000;
    border: 0;
    height: 50px;
}

.dash-filter form .lodingbtn {
    padding: 0 0;
    background: #ffffff;
    border: 0;
    width: 110px;
    height: 60px;
}

.dash-filter form .lodingbtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dash-filter form .form-group label.form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

i.mk-anlge:before {
    transform: rotate(-45deg);
    display: block;
    font-size: 80%;
}

.dash-cards .card {
    border: 0;
    border-radius: 20px;
}

.dash-cards .card .text-xs {
    color: #000000;
    font-size: 16px;
}

.dash-cards .card a.btn {
    background: #ffffff;
    color: #000000;
    padding: 10px 10px;
    font-weight: 700;
}

.dash-cards .card .h5 {
    margin: 15px 0 !important;
    display: block;
    font-size: 20px;
}

.dash-cards .card .col-auto {
    position: absolute;
    bottom: -2px;
    right: -2px;
    padding: 0;
    width: 70px;
}

.dash-cards .card .col-auto img {
    width: 100%;
}

.dash-cards .d-flex {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.dash-cards .d-flex .card {
    flex: 0 0 calc(20% - 16px);
}

.card-header .dropdown-toggle {
    border: 1px solid #000000;
    padding: 8px;
    border-radius: 50px;
    color: #000000;
    text-decoration: none;
}

.bar-graph-wrap .card-header {
    border: 0;
}

.bar-graph-wrap .card-header h6 {
    font-size: 22px;
}

.bar-graph-wrap.card {
    border: 0 !important;
    border-radius: 20px !important;
    overflow: hidden;
    padding: 15px 5px;
}

.bar-graph-wrap .card-header h6 sup {
    top: -3px;
}

.bar-graph-wrap p.fix-ind {
    position: absolute;
    left: -45px;
    bottom: 76px;
    transform: rotate(-90deg);
}

.topbar #sidebarToggleTop {
    padding: 0;
}

a.btn.btn-act {
    background: #c2fa6b;
    color: #000000;
    width: 110px;
}

a.btn.btn-dact {
    background: #ff5f5f;
    color: #ffffff;
    width: 110px;
}

.table a.btn,
button.btn {
    display: flex;
    align-items: center;
    padding: 16px;
    height: 41px;
    margin-right: 5px;
    justify-content: center;
}

.table a.btn i {
    margin-right: 4px;
}

a.btn.ed-bt {
    background: #98ca3c;
    color: #ffffff;
}

a.btn.del-bt,
button.btn.del-bt {
    background: #ff5f5f;
    color: #ffffff;
}
button.btn-radius {
    border-radius: 50px !important;
}

a.btn.view-bt {
    background: #000000;
    color: #ffffff;
}

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

.table tr td,
.table tr th {
    border: 0;
    border-bottom: 1px solid #a0b7b2 !important;
    color: #000000;
}

.table th {
    background: var(--button-bg);
    vertical-align: middle !important;
}

.pgList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pgList a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    padding: 4px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    background: #edf3f2;
    color: #000000;
    text-decoration: none;
}

.pgList a.active,
.pgList a:hover {
    background: var(--logo-col);
    color: #ffffff;
}

.table-pagination {
    align-items: center;
    padding: 10px 0;
}

.rsltFl {
    align-items: center;
}

.rsltFl select {
    width: 75px;
    border-radius: 50px;
    padding: 0 5px;
    border: 1px solid var(--gray-col);
    height: 50px;
}

.rolFltr input.form-control {
    background: #ffffff !important;
    border-radius: 50px !important;
    border: 1px solid var(--gray-col) !important;
    padding: 12px;
    padding-left: 42px;
    height: 50px;
}

.rolFltr .input-group-text {
    position: absolute;
    border: 0;
    z-index: 9;
    background: transparent;
    top: 12px;
    left: 5px;
    padding: 0;
    height: 25px;
    width: 31px;
    text-align: center;
    justify-content: center;
}

.rolFltr {
    white-space: nowrap;
    align-items: center;
    column-gap: 15px;
}

.rolFltr .btn {
    height: 50px;
    justify-content: center;
    padding: 14px 15px;
}

.rsltFl {
    column-gap: 5px;
}

.dwlOpt a {
    margin: 0 0 0 10px;
}

form.user {
    height: 100%;
    display: flex;
}

.check-big-sign {
    width: 80px;
    height: 80px;
    padding: 28px;
    background: var(--logo-col);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #68911d;
    border-color: #68911d;
}

.btn-dark {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.breadcrum .btn-dark {
    margin-right: 10px;
    color: #ffffff;
}

.tp-brds {
    row-gap: 20px !important;
    column-gap: 20px !important;
    flex-wrap: wrap;
}

/****** For Toggle Switch Checkbox *******/
.switch {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6c6c;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: var(--logo-col);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px var(--logo-col);
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 50px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .lb {
    display: none;
    margin-left: 8px;
}

.switch input + .slider + .lb + .lb {
    display: block;
}

.switch input:checked + .slider + .lb + .lb {
    display: none;
}

.switch input:checked + .slider + .lb {
    display: block;
}

/****** For Toggle Switch Checkbox *******/

.info-details {
    border: 1px solid #d1dedc;
    border-radius: 20px;
    overflow: hidden;
}

.info-heading {
    padding: 20px;
    border-bottom: 1px solid #a0b7b2;
    font-size: 20px;
}

.info-action {
    padding: 20px;
    border-top: 1px solid #a0b7b2;
}

.info-action a.btn {
    height: 50px;
    line-height: 35px;
    padding: 6px 25px;
    margin: 0 10px;
}

.info-wrap {
    padding: 20px 50px;
    display: flex;
    flex-flow: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.info-wrap .info-card {
    padding: 20px;
    border: 1px solid #d1dedc;
    flex: 0 0 calc(33.33% - 14px);
    border-radius: 20px;
}

.info-wrap .info-card.info-two-three {
    flex: 0 0 calc(66.66% - 6px);
}

.info-wrap .info-label {
    font-weight: 700;
    margin-bottom: 5px;
}

.info-details.inline-info-details .info-wrap {
    border: 1px solid #d1dedc;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    min-height: 100%;
}

.info-details.inline-info-details {
    border: 0;
    display: flex;
    flex-flow: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.info-details.inline-info-details .info-action {
    flex: 0 0 100%;
}

.info-details.inline-info-details .ex-wrap {
    flex: 0 0 calc(50% - 10px);
}

.info-details.inline-info-details .info-wrap .info-card {
    flex: 0 0 100%;
    border: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.info-details.inline-info-details .info-wrap .info-card .info-label {
    flex: 0 0 40%;
    padding-right: 10px;
}

.info-divider {
    height: 1px;
    background: #a0b7b2;
    flex: 0 0 calc(100% + 40px);
    margin: 0 0 0 -20px;
}

.info-details.inline-info-details .info-wrap:last-child {
    margin: 0;
}

.info-details.inline-info-details .ex-wrap.ex-wrap-extr .info-wrap {
    height: auto;
    min-height: auto;
}

.form-wrap {
    padding: 20px 50px;
    display: flex;
    flex-flow: wrap;
    column-gap: 20px;
    row-gap: 15px;
}

.form-wrap .form-group {
    flex: 0 0 calc(33.33% - 14px);
}

.form-data.col-fours .form-group {
    flex: 0 0 calc(25% - 15px);
}

.form-wrap .form-group.mk-tw-th {
    flex: 0 0 calc(66.66% - 6px);
}

.form-wrap .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    border: 1px solid #b0bcbb;
    background-color: transparent;
}

.save-bt {
    min-width: 200px;
}

form.form-data {
    max-width: 1400px;
    margin: auto;
}

.form-wrap .form-group label {
    font-weight: 700;
}

.form-wrap .form-group .form-control.amount-field {
    padding-left: 40px;
    background: url(../img/r02.png);
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 24px;
}

::placeholder {
    color: #d1dedc !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #d1dedc !important;
}

.btn.disabled {
    background: #a0b7b2 !important;
    color: #ffffff;
}

form.form-data.sm-form {
    max-width: 600px;
}

form.form-data.sm-form .form-wrap .form-group {
    flex: 0 0 100% !important;
    max-width: 400px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/calendar.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.info-details.inline-info-details .ex-wrap.ex-wrap-full {
    flex: 0 0 100%;
}

.info-wrap h4 {
    width: 100%;
}

.btn-big {
    min-width: 180px;
    height: 50px;
    line-height: 2.5;
    padding-left: 25px;
    padding-right: 25px;
}

.pdf-mail-wrap {
    padding: 20px;
    border: 1px solid #d1dedc;
    border-radius: 20px;
}

.d-ent {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #a0b7b2;
    border-bottom: 1px solid #a0b7b2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    flex-flow: wrap;
}

.form-wrap .form-group.full-group {
    flex: 0 0 100%;
}

.form-wrap .form-group textarea.form-control {
    height: 100px;
    border-radius: 20px;
}

.form-wrap.upd-form {
    max-width: 600px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.form-wrap.upd-form .form-group input[type="file"],
.form-group input[type="file"] {
    border: 1px solid #d1dedc;
    padding: 3px;
    border-radius: 30px;
}

.form-wrap.upd-form .form-group input[type="file"]::file-selector-button,
.form-group input[type="file"]::file-selector-button {
    font-weight: bold;
    color: #000000;
    padding: 0.5em;
    border: 1px solid #a0b7b2;
    border-radius: 50px;
    background: #a0b7b2;
}

.d-flex.updOptns {
    column-gap: 20px;
}

.d-flex.updOptns > div label {
    position: relative;
    padding-left: 25px;
}

.d-flex.updOptns > div label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border: 2px solid #000000;
    border-radius: 50%;
}

.d-flex.updOptns > div input:checked + label:before {
    background: var(--logo-col);
    border-color: var(--logo-col);
}

.d-flex.updOptns > div > input {
    display: none;
}

.d-flex.updOptns > div input:checked + label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.full-flx {
    flex: 0 0 100%;
}

.d-flex.updcheckOptns input {
    display: none;
}

.d-flex.updcheckOptns input + label {
    position: relative;
    padding: 10px;
    padding-left: 25px;
}

.d-flex.updcheckOptns input + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    left: 0;
    border-radius: 6px;
}

.d-flex.updcheckOptns input + label i {
    position: absolute;
    left: 4px;
    top: 15px;
    color: #ffffff;
    display: none;
    font-size: 10px;
}

.d-flex.updcheckOptns input:checked + label i {
    display: block;
}

.d-flex.updcheckOptns input:checked + label:before {
    background: var(--logo-col);
    border-color: var(--logo-col);
}

.d-flex.updcheckOptns {
    flex-wrap: wrap;
}

.seqShow > div.seqNum {
    padding: 10px;
    position: relative;
    padding-left: 28px;
    border-radius: 20px;
    border: 1px solid;
    flex: 0 0 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 130px;
}

.seqShow {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.seqShow > div.seqNum span {
    position: absolute;
    left: 0;
    padding: 5px;
    height: 100%;
    background: var(--button-bg);
    top: 0;
    width: 25px;
    text-align: center;
    line-height: 2;
}

.seqShow a.btn {
    font-weight: 700;
    color: #000000;
}

.btn.btn-black {
    background: #000000;
    border: 1px solid #000000;
}

.d-flex.bOptn {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.modal button.close {
    background: #a0b7b2;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    line-height: 0;
    border-radius: 50%;
    margin-top: -5px !important;
    margin-right: -10px !important;
}

.modal-header {
    border: 0;
}

button.btn.btn-secondary {
    background: #000000;
}

.modal .btn {
    border-radius: 50px;
    min-width: 120px;
}

.modal-footer {
    border: 0;
    text-align: center;
    justify-content: center;
}

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

a.btn.btn-dark i {
    font-size: 10px;
    margin-right: 4px;
}

.tabr-pans ul.nav.nav-pills {
    display: flex;
    flex-flow: nowrap;
    column-gap: 10px;
    min-width: 100%;
    border-bottom: 1px solid #a0b7b2;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabr-pans ul.nav.nav-pills > li > a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

ul.nav.nav-pills.nav-justified {
    justify-content: space-between;
}

.tabr-pans ul.nav.nav-pills > li > a {
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
    height: 100%;
    position: relative;
    max-width: 280px;
}

.tabr-pans ul.nav.nav-pills > li > a.active {
    color: #88c217;
}

.tabr-pans ul.nav.nav-pills > li > a.active:after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: -2px;
    left: 0;
    right: 0;
    background: #88c217;
}

.intabs ul.nav.nav-pills {
    margin: 20px 0;
    border: 0;
}

.intabs ul.nav.nav-pills > li > a {
    height: 50px;
    line-height: 36px;
    padding: 6px 20px;
    background: #a0b7b2;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 0;
    text-align: center;
    max-width: none;
}

.intabs ul.nav.nav-pills > li > a.active {
    background: #88c217;
    color: #ffffff;
}

.intabs ul.nav.nav-pills > li > a:after {
    display: none;
}

.chk-five-col {
    column-gap: 10px;
    row-gap: 10px;
}

.chk-five-col > div {
    flex: 0 0 calc(20% - 10px);
}

p.big-pera {
    font-weight: 500;
    font-size: 18px;
}

a.btn.apply-bt {
    background: #000000;
    color: #ffffff;
    padding: 5px 25px;
}

a.btn.clr-bt {
    font-weight: 700;
    color: #000000;
    margin-left: 5px;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 85px;
    height: 85px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
    object-fit: contain;
}

.profile-pic .-label {
    cursor: pointer;
    height: 85px;
    width: 85px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
}

.profile-pic span.info-ch {
    position: absolute;
    bottom: -20px;
    color: #000000;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
}

.form-group.pass-icon {
    position: relative;
}

span.toggle-password {
    position: absolute;
    bottom: 13px;
    right: 8px;
}
.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
/* ======================= */
/* Shimmer Effect css */
/* ======================= */
.skeleton-loader {
    background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    color: transparent !important;
    pointer-events: none;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (min-width: 1350px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1250px) {
    .dash-cards .d-flex .card {
        flex: 0 0 calc(25% - 16px);
    }
}

@media screen and (max-width: 1080px) {
    .dash-cards .d-flex .card {
        flex: 0 0 calc(33.33% - 16px);
    }

    .dash-filter form {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dash-filter form .form-group {
        flex: 0 0 calc(33.33% - 10px);
    }
}

@media screen and (max-width: 992px) {
    .form-wrap .form-group {
        flex: 0 0 calc(50% - 10px);
    }

    .form-data.col-fours .form-group {
        flex: 0 0 calc(50% - 15px);
    }

    .info-details.inline-info-details .ex-wrap {
        flex: 0 0 100%;
    }

    .info-wrap {
        padding: 20px;
    }

    .info-wrap .info-card,
    .info-wrap .info-card.info-two-three {
        flex: 0 0 calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .dash-filter form .form-group {
        flex: 0 0 calc(50% - 10px);
    }

    .dash-cards .d-flex .card {
        flex: 0 0 calc(50% - 16px);
    }

    .p-5.log-box {
        padding: 20px !important;
        padding-bottom: 65px !important;
    }

    .log-box .btn-submit {
        bottom: 20px;
    }

    .log-box {
        height: auto;
        min-height: auto;
    }

    .d-flex.log-footer {
        flex-flow: column;
        column-gap: 20px !important;
        row-gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }

    .d-flex.log-footer p {
        margin: 0;
    }

    .log-bx-lft .txt-bg {
        font-size: 20px;
        margin: 0 0 10px 0px;
    }

    .log-bx-lft {
        margin: 25px 0 0 0;
        font-size: 14px;
    }

    .log-mbn {
        margin: 0 !important;
    }

    .sidebar a.sidebar-brand img.lBig {
        object-fit: cover;
        height: 48px;
        width: 86px;
        object-position: left;
    }

    .table-pagination {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .topTitle {
        flex-wrap: wrap;
    }

    .topTitle h1 {
        margin-bottom: 20px !important;
    }

    .rolFltr {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .form-wrap {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 600px) {
    .d-flex.d-code-group {
        flex-flow: column;
    }

    .log-bx-lft a {
        font-size: 14px;
    }

    .dash-cards .card .col-auto {
        width: 65px;
    }

    .form-wrap .form-group,
    .form-wrap .form-group.mk-tw-th {
        flex: 0 0 calc(100%);
        margin-bottom: 2px;
    }

    .form-data.col-fours .form-group {
        flex: 0 0 calc(100%);
    }

    .info-wrap .info-card,
    .info-wrap .info-card.info-two-three {
        flex: 0 0 100%;
    }

    .dash-cards .d-flex .card {
        flex: 0 0 100%;
    }
}
