@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.7/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/air-datepicker/2.2.3/css/datepicker.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta3/css/bootstrap-select.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-touchspin/4.7.3/jquery.bootstrap-touchspin.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/tabulator/6.3.1/css/tabulator.min.css');
body,
p {
    font-family: "Open Sans", sans-serif;
}

button,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

table td,
table td * {
    vertical-align: top;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr:hover {
    background-color: #cbcaec !important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.container {
    margin: 0 auto;
}

h1,
h2,
h3 {
    color: #000000;
    text-transform: capitalize;
}

p {
    color: #333333;
}

img {
    height: auto;
    max-width: 100%;
}

.field-error {
    border: 2px solid red !important;
    background-color: #ffe6e6;
}

.notify {
    background-color: red;
    color: yellow;
    margin-left: 2px;
    font-weight: 800;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
}

strong,
span,
small,
i {
    line-height: normal;
    display: inline-block;
}

strong {
    font-weight: 700;
}

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

input:placeholder-shown {
    font-size: 1em !important;
}

.dropdown-menu {
    padding: 0px;
    background-color: linen;
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu>a:hover {
    background-color: #007bff;
    color: #ffffff;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #bdbdbd !important;
}

button:focus,
select:focus {
    outline: none;
}

.dynamic-border {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.dynamic-border:has(a:not([style*="display: none"]):not([style*="display:none"])) {
    border-top: 1px solid #c9c9c9;
    padding-top: 8px;
    margin-top: 4px;
}

.dynamic-border:has(a:not([style*="display: none"])):not(.dynamic-border:has(a:not([style*="display: none"])) ~ .dynamic-border) {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ul-li ul,
.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}

.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.tab {
    display: none;
    padding-left: 80px;
    padding-right: 80px;
}

.stepper .line {
    width: 2px;
    background-color: lightgrey !important;
}

.stepper .lead {
    font-size: 0.8rem;
    line-height: 1;
}

.green {
    background-color: green;
}

.amber {
    background-color: orange;
}

.red {
    background-color: red;
}

.pac-container {
    z-index: 2000 !important;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.3;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #ffffff;
}

.register-row {
    margin-right: -20px;
    margin-left: -5px;
}

.installments {
    color: #caced3;
}

.installments:hover {
    color: #ffa500;
    cursor: pointer;
}

.installments.active {
    color: #ff3e00;
    cursor: pointer;
}

.section-title {
    position: relative;
}

.section-title .sub-title {
    margin-bottom: 15px;
    letter-spacing: 5px;
    color: #878787;
    font-size: 18px;
    text-transform: uppercase;
}

.section-title .big-title {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 400;
    color: #ffa500;
}

.section-title .big-title strong {
    font-weight: 900;
}

.thetop {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.backtotop {
    right: 15px;
    width: 40px;
    bottom: 15px;
    height: 60px;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 30px;
}

.backtotop .scroll:after,
.backtotop .scroll:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.backtotop .scroll:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

.backtotop .scroll:after {
    opacity: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#ffbe30), to(#ff3e00));
    background: -webkit-linear-gradient(top left, #ffbe30, #ff3e00);
    background: -o-linear-gradient(top left, #ffbe30, #ff3e00);
    background: linear-gradient(to bottom right, #ffbe30, #ff3e00);
}

#preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    display: block;
    position: fixed;
    overflow: visible;
    background: url("../images/preloader.gif") no-repeat center center;
}

.black-color {
    color: #333333;
    text-align: justify;
}

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.default-header-section {
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.default-header-section .top-login-text {
    color: #691c02;
    padding: 10px 0 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    height: 12px;
}

.top-login-ts-text {
    color: #000000;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
}

.pointer {
    cursor: pointer;
}

.auto-hide-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.form-control {
    border: 0;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
}

.bootstrap-select>.dropdown-toggle {
    font-size: 14px;
    background: #ffffff;
}

.bootstrap-select>.dropdown-toggle[disabled] {
    background-color: #e9ecef !important;
    color: #000000;
}

.bootstrap-select .dropdown-menu li a {
    white-space: pre-wrap !important;
    font-size: 14px;
}

.bootstrap-select {
    background: white;
    background-color: white;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000000;
}

.footer-section a {
    color: #ffffff;
    padding-right: 10px;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section {
    background-color: #3a3636;
    color: #ffffff;
}

.footer-bottom {
    background-color: #000000;
}

.footer-bottom .copyright-text {
    color: #878787;
    font-size: 10px;
}

.tabulator-header {
    border-radius: 2px;
}

.tabulator .tabulator-header {
    background: #dddddd;
    color: #ffffff;
    font-weight: 600;
}

.tabulator-row .tabulator-cell {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    color: #000000;
    height: 40px;
}

.tabulator-tableholder {
    height: auto !important;
}

.tabulator-col-content {
    background: #dddddd;
    color: #000000;
}

.tabulator-col-title {
    padding-left: 0px;
}

.tabulator-header-filter input {
    border-radius: 7px;
    border: none;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #cbcaec !important;
}

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

.tabulator .tabulator-header .tabulator-col {
    background-color: #dddddd;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    background-color: #dddddd;
}

.card-header {
    background-color: #4c4944;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2);
    background-color: #ffffff;
}

.card-body {
    background-color: #ffffff;
    text-align: justify;
    height: 218px;
}

.card-body:hover {
    background-color: #fcf7f5;
}

.card-text {
    margin: -12px -10px -12px -10px;
}

.card-footer {
    height: 72px;
    text-align: center;
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    position: relative;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.function-title {
    font-size: 25px;
}

.swal2-confirm {
    background-color: black !important;
    color: white !important;
    border: none;
}

.swal2-confirm:hover {
    background-color: green !important;
    color: white !important;
    border: none;
}

.swal2-cancel {
    background-color: grey !important;
    color: white !important;
    border: none;
}

.swal2-cancel:hover {
    background-color: red !important;
    color: white !important;
    border: none;
}

.modal-backdrop {
    display: block;
}

.modal .modal-content .modal-xl {
    width: 600px;
}

.modal-header {
    background: #d3d3d3;
    color: #000000;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-title {
    font-size: 18px;
    color: #000000;
}

.modal-body {
    font-size: 14px;
}

.modal-footer {
    background: #f4f4f4;
    color: #000000;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn {
    font-size: 14px;
}

.btn-primary {
    background: #797979;
    border: 1px solid #797979;
    font-size: 14px;
}

.btn-success {
    background: #000000;
    border-color: transparent !important;
    font-size: 14px;
}

.btn:hover {
    background: #ff3e00;
    border-color: transparent;
    color: #ffffff;
}

.btn-link:hover {
    background: transparent;
    color: #ff3e00;
}

.btn-labelnew {
    font-size: 12px;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #f5b2b2;
    color: #000000;
    outline: 0;
    border-radius: 50px;
    box-shadow: none !important;
}

.btn-addnew {
    font-size: 12px;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #ffa500;
    color: #000000;
    outline: 0;
    border-radius: 50px;
    box-shadow: none !important;
}

.btn-addnew:hover {
    background: #ff3e00;
}

.btn-invite {
    background: #ff3e00;
    border-color: transparent !important;
    color: #ffffff;
    font-size: 12px;
}

.btn-invite:hover {
    background: #000000;
}

.btn-downloadcsv {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #000000;
    border-color: transparent !important;
    color: #ffffff;
    outline: 0;
    border-radius: 5px;
    box-shadow: none !important;
}

.btn-downloadcsv:hover {
    background: #ff3e00;
    border-color: transparent !important;
    color: #ffffff;
}

.btn-loadnextset {
    font-size: 12px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #ffbe30;
    color: #000000;
    outline: 0;
    border-radius: 50px;
    box-shadow: none !important;
}

.btn-loadnextset:hover {
    background: #000000;
    color: #ffffff;
}

.btn-email {
    font-size: 12px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: lightgrey;
    color: #000000;
    outline: 0;
    border-radius: 50px;
    box-shadow: none !important;
}

.btn-email:hover {
    background: #000000;
    color: #ffffff;
}

.auto-adjust-height-tabulator-row {
    white-space: pre-wrap !important;
    height: auto !important;
}

label {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    color: #000000;
}

.label-tag {
    font-size: 12px;
    background: #ffffff;
    color: #000000;
    outline: 0;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.pointer {
    cursor: pointer;
}

.pointer-menu {
    cursor: pointer;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pointer-menu:hover {
    color: #ff3e00;
    font-size: 12px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.datepicker {
    z-index: 1600 !important;
}

.datepicker--cell.-selected-:hover {
    background: #ff3e00;
    color: #ffffff;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background: #ff3e00;
    color: #ffffff;
}

.datepicker--cell.-current- {
    color: #ff3e00;
    font-weight: 800;
}

.datepicker--day-name {
    color: #000000;
    font-weight: 800;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: white;
}

@media screen and (max-width: 1349px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .default-header-section {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 839px) {
    .default-header-section {
        padding-bottom: 0px;
    }
    .mobile-kriya {
        padding-bottom: 20px;
    }
    .refresh-kriya {
        font-size: 30px;
    }
    .list-kriya {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 739px) {
    .default-header-section {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 639px) {
    .default-header-section {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    .default-header-section {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 360px) {
    .default-header-section {
        padding-bottom: 0px;
    }
}