html[lang='ar'] .pricing-card .badge {
    left: 2rem;
    top: 2rem;
}
html[lang='ar'] .pricing-card.active .badge {
    left: 3rem;
    top: 1.2rem;
    background: #000 !important;
}
html[lang='en'] .pricing-card .badge {
    top: 2rem;
    left: unset;
    right: 2rem;
}
html[lang='en'] .pricing-card.active .badge {
    top: 1.2rem;
    left: unset;
    right: 3rem;
    background: #000 !important;
}

.table > :not(caption) > * > * {
    border: none;
}
/* .table > :not(:first-child) {
    border-top: none !important;
} */
div[id*='datatable'] .table-responsive {
    padding: 0.2rem 0.5rem 0.3rem;
    /* padding-bottom: 0; */
    background: #f8f9fa;
    border-radius: 0.5rem;
}

.page-content {
    padding-bottom: 7rem !important;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ddd;
}

.lw-dt table th,
.lw-dt table tr td {
    background: white !important;
    border-bottom: 4px solid #f8f9fa;
    border-top: 4px solid #f8f9fa;
    text-align: center;
}

.lw-dt table tr td {
    font-size: 0.95rem !important;
}
.lw-dt table tr td button svg {
    stroke: #df814e !important;
}

.lw-dt table th:first-of-type {
    border-radius: 0 0.75rem 0.75rem 0 !important;
}
.lw-dt table th:last-of-type {
    border-radius: 0.75rem 0 0 0.75rem !important;
}
.lw-dt table td:first-of-type {
    border-radius: 0 0.75rem 0.75rem 0 !important;
}
.lw-dt table td:last-of-type {
    border-radius: 0.75rem 0 0 0.75rem !important;
}

.lw-dt table tbody {
    border-top: 5px solid #f8f9fa !important;
}
.lw-dt table {
    margin-bottom: 0;
}
.lw-dt table thead {
    border-top: 5px solid #f8f9fa !important;
}

.lw-dt .table-striped > tbody > tr:nth-of-type(odd):not(.bg-light) > * {
    background: white !important;
    box-shadow: none !important;
}
.lw-dt .table-striped > tbody > tr:nth-of-type(even) > * {
    background: white !important;
    box-shadow: none !important;
}

.lw-dt .table-striped > tbody > tr:nth-of-type(odd):not(.bg-light) > * {
    background: white !important;
    box-shadow: none !important;
}
.lw-dt .table-striped > tbody > tr:nth-of-type(odd):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}
.lw-dt .table-striped > tbody > tr:nth-of-type(even):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}

.lw-dt .table-striped > tbody > tr:nth-of-type(odd):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}
.lw-dt .relative svg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    opacity: 0.4;
}

.lw-dt-pagination {
    align-items: center;
}

.lw-dt-pagination .text-center.text-md-start.text-muted {
    font-size: 0.85rem;
}

.lw-dt-pagination .pagination {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.lw-dt-pagination .pagination .page-link {
    color: #333;
    border: none;
    box-shadow: none;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lw-dt-pagination .pagination .page-link:hover {
    color: #333;
    background: #f5f5f5 !important;
}
.lw-dt-pagination .pagination .page-item.active .page-link {
    color: #fff;
}
.lw-dt-pagination .pagination .page-item.active .page-link:hover {
    color: #fff;
    background: #df814e !important;
}

/* REMOVE THE FIRST ITEM IN EACH ROW [CHECKBOX] */
/*.lw-dt table thead tr th:not(.pt-3):first-of-type {
    display: none !important;
}*/
/*.lw-dt table tbody tr td:not(.pt-3):first-of-type {
    display: none !important;
}*/
.lw-dt table th:nth-of-type(2) {
    border-radius: 0 0.75rem 0.75rem 0 !important;
}
.lw-dt table td:nth-of-type(2) {
    border-radius: 0 0.75rem 0.75rem 0 !important;
}
/* END */

.zsiq_theme1 .zsiq_flt_rel {
    background-color: #df814e !important;
}

.loadframe header {
    background: linear-gradient(90deg, #df814e 0, #f0a887 100%) !important;
    background: #000 !important;
}

.dropdown-menu[aria-labelledby='columnSelect-table'] label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    padding: 0 !important;
}
.dropdown-menu[aria-labelledby='columnSelect-table'] input {
    display: none !important;
}

.dropdown-menu[aria-labelledby='columnSelect-table'] label input + span {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
}

html[lang='ar'] .dropdown-menu[aria-labelledby='columnSelect-table'] label input + span {
    text-align: right;
}

.dropdown-menu[aria-labelledby='columnSelect-table'] label input + span::before {
    content: '';
    display: block;
    background: #fafafa;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}

.dropdown-menu[aria-labelledby='columnSelect-table'] label input:checked + span::before {
    opacity: 1;
}

/* .dropdown-menu[aria-labelledby='columnSelect-table'] label input:checked + span {
} */
.table-filter-select {
    background-position: left 0.7rem center !important;
    background-size: 12px 8px !important;
    font-size: 0.85rem !important;
}
.lw-thead-sm {
    font-size: 0.9rem !important;
}
.lw-dt td,
.lw-dt th {
    text-align: center !important;
}

.zsiq_ellips,
.zsiq_flt_rel div {
    line-height: 21px !important;
}

.zsiq_theme1 .zsiq_flt_rel {
    background-color: #df814f !important;
}

.zsiq_theme1 div.zsiq_cnt {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
.zsiq_theme1:hover div.zsiq_cnt {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.01) !important;
}
.zsiq_ellips {
    text-align: right !important;
}
.dropdown-toggle::after {
    margin: 0;
}

html[lang='ar'] .iziToast.iziToast-color-green {
    font-family: 'Cairo', sans-serif !important;
}

.iziToast:after {
    opacity: 0.5 !important;
}

.loader {
    width: 60px;
    height: 60px;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-bottom: 1.5rem;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-bottom-color: #e49469;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal-content {
    border-radius: 0.5rem;
    box-shadow: 0 15px 33px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

html[lang='ar'] .active-card-status::after {
    left: auto !important;
    right: 1rem !important;
}
.fa-flipped {
    transform: rotateY(-180deg);
}

.btn-primary:focus,
.btn-primary:disabled,
.btn-primary.disabled {
    color: white !important;
}

.choices__inner {
    padding: 0.8rem 1rem !important;
    border: 2px solid #e9ecef !important;
    border-radius: 0.5rem !important;
    background: #fff !important;
}

[dir='rtl'] .choices__list--single {
    padding: 1px !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 2px solid #e9ecef !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 2px solid #e9ecef !important;
    min-height: calc(2rem + 0.75rem + 9px) !important;
    border-radius: 0.5rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 1rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid #e9ecef !important;
    margin-top: 0.5rem !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07) !important;
}

.wizard-step .form-check {
    position: relative;
    padding: 1.5rem;
}

.wizard-step .form-check-input[type='radio'] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.5rem;
    z-index: -1;
    transition: all 0.3s;
}

.wizard-step .form-check-input[type='radio']:checked + label::before {
    background: #eeeeeec7;
}

.table-borderless {
    position: relative;
    /* border: 5px solid #f8f9fa; */
    border-radius: 0.5rem;
}

.table-borderless::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    background: #fafafa;
    z-index: -1;
    border-radius: 0.5rem;
}

table.table-borderless th,
table.table-borderless tr td {
    background: white !important;
    border-bottom: 3px solid #f8f9fa;
    border-top: 3px solid #f8f9fa;
    text-align: center;
}

table.table-borderless tr td {
    font-size: 0.95rem !important;
}
table.table-borderless tr td button svg {
    stroke: #df814e !important;
}

table.table-borderless th:first-of-type {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}
table.table-borderless th:last-of-type {
    border-radius: 0.5rem 0 0 0.5rem !important;
}
table.table-borderless td:first-of-type {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}
table.table-borderless td:last-of-type {
    border-radius: 0.5rem 0 0 0.5rem !important;
}

table.table-borderless tbody {
    border-top: none !important;
}
table.table-borderless {
    margin-bottom: 0;
}
table.table-borderless thead {
    border-top: none !important;
}

.table-borderless > tbody > tr:nth-of-type(odd):not(.bg-light) > * {
    background: white !important;
    box-shadow: none !important;
}
.table-borderless > tbody > tr:nth-of-type(even) > * {
    background: white !important;
    box-shadow: none !important;
}

.table-borderless > tbody > tr:nth-of-type(odd):not(.bg-light) > * {
    background: white !important;
    box-shadow: none !important;
}
.table-borderless > tbody > tr:nth-of-type(odd):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}
.table-borderless > tbody > tr:nth-of-type(even):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}

.table-borderless > tbody > tr:nth-of-type(odd):hover > * {
    background: #f5f5f5 !important;
    box-shadow: none !important;
}

.nav-balance {
    position: relative;
    padding: 0.05rem 0.5rem;
    background: #f1f4f7;
    border-radius: 0.25rem;
}
/* .nav-balance::after {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background: #df814e;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
} */

.table-responsive {
    padding: 0.5rem !important;
}

.lw-dt input[type='checkbox'] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #e9ecef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 0.25em;
    cursor: pointer !important;
}

.lw-dt input[type='checkbox']:checked[type='checkbox'] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #df814e;
    border-color: #df814e;
    background-size: 80% !important;
    background-position: 40% 55%;
    box-shadow: 0 0 0 0.15rem rgba(223, 129, 78, 0.25);
}

.select2-results__option {
    transition: all 0.3s;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.select2-results__option.select2-results__option--highlighted {
    background: #f5f5f5 !important;
}

.select2-results__option[aria-selected='true']:not(.select2-results__option--highlighted) {
    background: #df814e !important;
}

.select2-search--dropdown {
    padding: 0.5rem 0.5rem 0.375rem;
}

.select2-search__field:focus {
    box-shadow: 0 0 0 0.25rem rgba(223, 129, 78, 0.25) !important;
    border-color: #df814e !important;
}

.select2-results__options {
    padding: 0 0.5rem 0.5rem !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: white !important;
}

.recharge-btn {
    position: relative;
    /* overflow: hidden; */
    border: 1px solid transparent;
    min-height: 6rem;
}

/* .recharge-btn .ribbon-recharge {
    position: absolute;
    display: block;
    top: 7px;
    left: -35px;
    background: #dd3737;
    color: #fff;
    display: flex;
    width: 100px;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transform: rotate(-45deg);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    transition: all 0.1s;
    font-size: 0.8rem !important;

    left: 1rem;
    position: absolute;
    top: 1rem;

}
.recharge-btn.selected .ribbon-recharge,
.recharge-btn:hover .ribbon-recharge {
    background: #fff;
    color: #df814e;
    border-color: #df814e;
} */

.ribbon-recharge {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon-recharge span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #f70505;
    background: linear-gradient(#f70505 0%, #c71e1e 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.recharge-btn.selected .ribbon-recharge span {
    background: linear-gradient(#ffffff 0%, #e5e5f1 100%);
    color: #000;
}

.ribbon-recharge span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #c71e1e;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71e1e;
}
.recharge-btn .ribbon-recharge span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c71e1e;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71e1e;
}

.recharge-btn.selected .ribbon-recharge span::before {
    border-left: 3px solid #e5e5f1;
    border-top: 3px solid #e5e5f1;
}
.recharge-btn.selected .ribbon-recharge span::after {
    border-right: 3px solid #e5e5f1;
    border-top: 3px solid #e5e5f1;
}

.text-red {
    color: #e22828;
}

.carrier-input + label.error {
    text-align: right !important;
    order: 3 !important;
}

/*
*
* ==========================================
* TIMELINE
* ==========================================
*
*/
.timeline {
    position: relative;
}
.timeline::before {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% - 1.5rem);
    background: #e9ecef;
    position: absolute;
    top: 1.5rem;
    right: 0;
    border-radius: 2px;
}
.timeline .timeline-bar {
    content: '';
    display: block;
    width: 3px;
    height: 0;
    background: #df814e;
    position: absolute;
    top: 1.5rem;
    right: 0;
    border-radius: 2px;
}
.timeline-item {
    padding-right: 2rem;
    position: relative;
}
.timeline-item-inner {
    opacity: 0.35;
    transition: all 0.3s;
}
.timeline-item::before {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.5rem;
    right: -0.32rem;
    background: #e9ecef;
    display: block;
    border-radius: 50%;
    border: 1px solid white;
    transition: all 0.1s;
    transform: scale(0.7, 0.7);
    transform-origin: center center;
}
.timeline-item.active::before {
    background: #df814e;
    border: 3px solid #efbea4;
    transform: none;
}
.timeline-item.active .timeline-item-inner {
    transform: none;
    opacity: 1;
}

.terms-list.sticky-to-top {
    position: fixed !important;
    top: 1rem !important;
    z-index: 1099;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    color: #666;
}

ol li {
    counter-increment: my-awesome-counter;
}

ol li::before {
    content: counter(my-awesome-counter) '. ';
    font-weight: bold;
    color: #df814e;
}

.form-control.not-max {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: 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: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.pricing-table-expanded {
    display: none;
}

.pricing-table-expanded.active {
    display: table-row;
}
.width-controlled {
    min-width: 7rem !important;
}
.percentage-input {
    min-width: 9rem !important;
}

.nav-notification-btn {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    outline: none !important;
    position: relative;
    color: inherit !important;
}
.nav-notification-btn:focus {
    outline: none !important;
}
.nav-notification-btn-count {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.3rem;
    font-size: 0.65rem;
    right: -0.5rem;
    color: white;
}
.notification-item {
    position: relative;
    font-size: 0.9rem;
    transition: all 0.4s;
    padding-left: 2.5rem !important;
}
.notification-item.cleared {
    transform: translateX(3rem);
    opacity: 0;
}
.notification-item::after {
    display: none;
}
.btn-clear-notification {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none !important;
    transition: all 0.3s;
    border: 1px solid #db7238;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-clear-notification i {
    opacity: 0;
    color: white;
    font-size: 0.6rem;
}

.btn-clear-notification.clear-all {
    position: static;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.btn-clear-notification:hover,
.btn-clear-notification.active {
    background: #db7238;
}

.btn-clear-notification:hover i,
.btn-clear-notification.active i {
    opacity: 1;
}
.notification-scrollable-holder {
    max-height: 70vh;
    overflow: auto;
}
.notification-block {
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 0.3s;
}
.notification-block.cleared {
    transform: translateX(3rem);
    opacity: 0;
}
.notification-block:last-of-type {
    margin-bottom: 0;
}
.notification-block-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.page-content {
    padding-bottom: 4rem;
}

.wizard-map {
    width: 100%;
    height: 250px;
}

.leaflet-popup-content-wrapper {
    text-align: center !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1) !important;
}

.leaflet-popup-content {
    margin: 1.5rem !important;
    font-family: 'Cairo' !important;
}

.geocoder-control-input {
    background-position: center left !important;
}

.geocoder-control-suggestions {
    padding: 0 !important;
}

/* .wizard-container .wizard-content {
    max-width: 70% !important;
} */

@media (min-width: 991.98px) {
    .wizard-container .wizard-content {
        width: 70% !important;
    }
}

@media (max-width: 991.98px) {
    .wizard-container .wizard-content {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .standalone-logo {
        max-width: 90px !important;
    }
}

.max-h-auto {
    min-height: auto !important;
}

.quick-links-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.66;
    z-index: 999;
    display: none;
}

.quick-links-holder {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9999;
}

.quick-links-trigger {
    /* width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df814e;
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 */

    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df814e;
    background: linear-gradient(45deg, #dda0a0, #ffa07a, #ff6b6b) !important;
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.quick-links-trigger:hover,
.quick-links-trigger:focus {
    color: white;
    outline: none;
}

.quick-link {
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
    background: white;
    font-size: 0.9rem;
    position: absolute;
    top: 25%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
    color: inherit;
}

/* .quick-link:first-of-type {
    left: -40px;
    top: -135px;
} */
.quick-link:first-of-type {
    left: -50px;
    top: -90px;
}
.quick-link:nth-of-type(2) {
    left: -60px;
    top: -45px;
}

.quick-link:hover,
.quick-link:focus {
    color: inherit !important;
}
/* .quick-link:first-of-type.active {
    top: -135px;
    left: 0;
    opacity: 1;
} */

.quick-link:first-of-type.active {
    top: -90px;
    left: 0;
    opacity: 1;
}
.quick-link:nth-of-type(2).active {
    top: -45px;
    left: 0;
    opacity: 1;
}
.quick-link i {
    margin-left: 0.2rem;
    transition: all 0.3s;
}

.quick-links-trigger.triggered i {
    display: inline-block;
    transform: rotate(45deg);
}

.gm-style .gm-style-iw-c {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
    padding: 20px !important;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.15) !important;
}

.wizard-tabs .tab.shipping-tab:not(.progress) {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    color: #df814e51;
    background: none;
    margin: 0 2rem;
    position: relative;
    transition: all 0.3s;
    font-size: 0.8rem;
}

.wizard-tabs .tab.shipping-tab:not(.progress).active {
    background: none !important;
    color: #df814e !important;
    font-size: 0.8rem;
}
.wizard-ribbon {
    margin-right: 1rem;
    height: 20px;
    position: relative;
    /* margin-bottom: 30px; */
    /*background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);*/
    background-size: cover;
    text-transform: uppercase;
    color: white;
    margin-top: -20px;
    /* position: absolute; */
}

.wizard-ribbon::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 200%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    opacity: 0.1;
    top: 17px;
    right: 130px;
    transform: rotate(-45deg);
    transform-origin: center center;
    animation: ribbonEffect 2s infinite 3s;
}

@keyframes ribbonEffect {
    0% {
        top: 17px;
        right: 130px;
    }
    100% {
        top: 17px;
        right: -90px;
    }
}

.wizard-ribbon .ribbon1 {
    position: absolute;
    top: 13.9px;
    right: 10px;
}
.wizard-ribbon .ribbon1:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 12px solid #4ebcdf;
}
.wizard-ribbon .ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #4ebcdf;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 120px;
}
.wizard-ribbon .ribbon1 span:before,
.wizard-ribbon .ribbon1 span:after {
    position: absolute;
    content: '';
}
.wizard-ribbon .ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #4ebcdf;
}
.wizard-ribbon .ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #297792;
}

.anchor-reset {
    color: inherit;
    display: inline-block;
    position: relative;
}
.anchor-reset::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #ffad81;
    position: absolute;
    bottom: 0;
    left: 0;
}
.anchor-reset:hover,
.anchor-reset:focus {
    color: #df814e;
}
input[type='tel'] {
    direction: rtl;
}

@media (min-width: 1400px) {
    .d-xxl-block {
        display: block !important;
    }
}
@media (min-width: 991px) {
    .form-floating.wizard-select2 {
        max-width: calc(100% - 184px) !important;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .form-floating .wizard-select2 {
        width: 100%;
        max-width: 100%;
    }
}

.user-manual-btn {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.visible {
    .user-manual-btn {
        box-shadow: none !important;
    }
}

.zsiq_theme1 .zsiq_flt_rel {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    background: linear-gradient(45deg, #dda0a0, #ffa07a, #ff6b6b) !important;
}

.zsiq_theme1 .siqicon:before {
    font-size: 20px !important;
    line-height: 55px !important;
}

.win_close {
    background: linear-gradient(45deg, #dda0a0, #ffa07a, #ff6b6b) !important;
}

header.noaboutme {
    background: linear-gradient(45deg, #dda0a0, #ffa07a, #ff6b6b) !important;
}

.siq_bR {
    bottom: 1rem !important;
}

@media (max-width: 1199.98px) {
    .navbar .dropdown-menu {
        max-width: 100% !important;
    }
}

.nav-notification-btn {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    outline: none !important;
    position: relative;
}

.zsiq-float {
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(45deg, #dda0a0, #ffa07a, #ff6b6b) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 550px) {
    .zsiq-float {
        transform: scale(1) !important;
    }
}

.zsiq-chat-icn,
.zsiq-close-icn {
    transform: scale(0.8) !important;
}
