body {
    background-color: #F3F7FC;
    font-family: 'Lato', sans-serif;
}

.logo-orange {
    color: #f58019;
}

.logo-orange:hover {
    color: #f58019;
}

.orange-btn {
    background: transparent!important;
    color: #FB800A!important;
    border: 2px solid #FB800A!important;
    border-radius: 32px!important;
    font: normal normal 500 14px/19px Lato;
    letter-spacing: 0px;
}

.orange-btn i {
    font-size: 9px;
    color: #FB800A;
}

.orange-btn:hover {
    color: #fff;
}

.btn.btn-primary {
    color: #fff!important;
    border-color: #f58019!important;
    background-color: #f58019!important;
}

.btn.btn-primary:hover {
    color: #fff!important;
    border-color: #f58019!important;
    background-color: #f58019!important;
}

.btn.btn-light-orange {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.btn.btn-light-orange:hover {
    color: #fff!important;
    border-color: #000!important;
    background-color: #000!important;
}

.header-fixed .header {
    background-color: #fff;
    border: 1px solid #EBEBEB;
}

.toolbar {
    background-color: #f5f8fa;
}

.header-fixed.toolbar-fixed .toolbar {
    border-top: none;
    box-shadow: none;
}

.aside .aside-logo {
    height: 66px;
    border-bottom: 1px solid #e4e6ef;
}

.menu-state-title-primary .menu-item.show>.menu-link .menu-title {
    color: #f58019;
    /*border-bottom: 2px solid #f58019;*/
    display: inline-block;
    font-weight: 600;
}

.menu-state-title-primary .menu-item.show>.menu-link .menu-title:after {
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background: #FB800A;
    margin: 0 auto;
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #f58019;
}

.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon,
.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon i {
    color: #f58019;
}

.menu-state-icon-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-icon-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #f58019;
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #e4e4e4;
}

.modal.image-modal .modal-header {
    align-items: center;
    justify-content: end;
    padding: 10px;
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon,
.btn-check:active+.btn.btn-active-color-primary i,
.btn-check:checked+.btn.btn-active-color-primary .svg-icon,
.btn-check:checked+.btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active .svg-icon,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show .svg-icon,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-primary .svg-icon,
.show>.btn.btn-active-color-primary i {
    color: #fc8e04;
}

.table td {
    font: normal normal 500 14px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A!important;
    text-transform: capitalize;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-list {
    padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
}

.dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
}

.dropdown .dropdown-label {
    display: block;
    height: 44px;
    background: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    padding: 10px 40px 0 20px;
    cursor: pointer;
    position: relative;
    overflow: auto;
}

.dropdown .dropdown-label:before {
    content: ">";
    /*font-family:'Font Awesome 5 Free';*/
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.25s;
    transform-origin: center center;
    font-size: 20px;
    color: #a1a5b7;
}

.dropdown.open .dropdown-list {
    display: block;
}

.dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}


/*.dropdown.open .dropdown-label:before {
	transform: translateY(-50%) rotate(-90deg);
}
*/

.checkbox {
    margin-bottom: 10px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox .checkbox-custom {
    display: none;
}

.checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    height: 8px;
    padding: 2px;
    transform: rotate(40deg);
    text-align: center;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.checkbox .checkbox-custom-label {
    margin-right: 0;
    margin-left: 0;
}

.action-btn {
    padding: 8px!important
}

.btn-check:active+.btn.btn-active-light-primary,
.btn-check:checked+.btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show>.btn.btn-active-light-primary {
    color: #f58019;
}

.btn-check:active+.btn.btn-active-light-primary .svg-icon,
.btn-check:active+.btn.btn-active-light-primary i,
.btn-check:checked+.btn.btn-active-light-primary .svg-icon,
.btn-check:checked+.btn.btn-active-light-primary i,
.btn.btn-active-light-primary.active .svg-icon,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.show .svg-icon,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-light-primary .svg-icon,
.show>.btn.btn-active-light-primary i {
    color: #f58019;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #fc9004;
    transition: color .2s ease, background-color .2s ease;
}

.text-active-primary.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fc9004!important;
}

.menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
    background-color: #000;
}

.aside-logo a img.small-logo {
    display: none;
}

[data-kt-aside-minimize=on] .aside .aside-logo a img.small-logo {
    display: block;
}

[data-kt-aside-minimize=on] .aside .aside-logo a img.big-logo {
    display: none;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) .aside-logo a img.big-logo {
    display: block;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) .aside-logo a img.small-logo {
    display: none;
}

.btn i.notif-icon {
    font-size: 20px;
}

.btn .badge.notf-badge {
    position: relative;
    top: -10px;
    left: -14px;
    padding: 0.2rem 0.4rem;
    font-size: 10px;
}

.mt28 {
    margin-top: 28px;
}

.page-item.active .page-link {
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 2rem;
    min-width: 2rem;
}

.page-item.active .page-link:hover {
    color: #fff;
}

#add-box {
    display: none;
}

.wallet {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.view-order {
    background: #f58019;
    color: #fff;
    padding: 6px 12px;
    border-radius: 10px;
}

.view-order:hover {
    color: #fff;
}

.main-user-head {
    font-size: 14px;
    font-weight: 600;
    color: #505050;
}

.table.gy-2 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.details-box-height {
    height: 260px;
}

.card .card-header.ord-details-head {
    min-height: 50px;
}

.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    color: #fff;
    border-color: #000;
    background-color: #000!important;
}

.botm-spac {
    margin-bottom: 10px;
}

.note-box {
    background-color: #eef3f7;
    border: 1px solid #eef3f7;
    border-radius: 6px;
    padding: 15px;
}

.note-head {
    padding-left: 20px;
    font-size: 16px;
}

.notes.mb30 {
    margin-bottom: 30px;
}

.admin-note {
    margin-bottom: 20px;
}

.preview {
    background-color: #eef3f7;
    border: 1px solid #eef3f7;
    border-radius: 6px;
    padding: 30px 25px 20px;
}

.que-ans {
    margin-bottom: 40px;
}

.sub-sections.mb {
    margin-bottom: 40px;
}

.sub-sections h5 {
    margin-bottom: 15px;
}

.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #fc8e04;
}

.menu-state-title-primary .menu-item .menu-link.active .menu-title {
    color: #fc9503;
}

.menu-state-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #fc8e05;
}

.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #fc8e05;
}


/* error page css */

.bg-white {
    background-color: #fff;
    overflow-x: hidden;
}

.error-head {
    font-size: 120px;
    color: #fc9503;
    margin-left: -8px;
    line-height: 1;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.error-content {
    text-align: center;
    padding: 20px 0;
    height: 100vh;
}

.error-img {
    width: 440px;
    margin-bottom: 25px;
}

.error-subhead {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.error-para {
    font-size: 16px;
}

.card-header.table-topbar {
    padding: 0;
}

.w-75px {
    width: 75px!important;
}

.w-110px {
    width: 110px!important;
}

.w-102px {
    width: 102px!important;
}

.variation.labels {
    padding-top: 10px;
}

.label1 {
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.form-select {
    padding: 0.75rem 2rem 0.75rem 1.5rem;
}

.select2-container--bootstrap5 .select2-selection {
    height: 45px;
    border-radius: 50px;
}

.product-details-form .select2-container--bootstrap5 .select2-selection {
    height: auto !important;
    border: 1px solid #E2E2E2;
    border-radius: 50px;
}

.p0 {
    padding: 0!important;
}

.aside-enabled.aside-fixed .wrapper {
    padding-left: 0;
}

.aside-enabled.aside-fixed.header-fixed .header {
    left: 0;
}

.aside-enabled.aside-fixed.toolbar-fixed .toolbar {
    left: 0;
}

.menu-logo .logo {
    width: 75%;
}

.menu-logo {
    padding: 10px 0;
    border-right: 1px solid #EBEBEB;
    width: 230px;
}

.menu-title-gray-700 .menu-item .menu-link .menu-title {
    font: normal normal 500 14px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
}

.menu-state-bg .menu-item.show>.menu-link {
    background-color: transparent;
}

.menu-state-bg .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: transparent;
}

.btn-check:active+.btn.btn-active-light,
.btn-check:checked+.btn.btn-active-light,
.btn.btn-active-light.active,
.btn.btn-active-light.show,
.btn.btn-active-light:active:not(.btn-active),
.btn.btn-active-light:focus:not(.btn-active),
.btn.btn-active-light:hover:not(.btn-active),
.show>.btn.btn-active-light {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: transparent;
}

.btn-check:active+.btn.btn-active-light,
.btn-check:checked+.btn.btn-active-light,
.btn.btn-active-light.active,
.btn.btn-active-light.show,
.btn.btn-active-light:active:not(.btn-active),
.btn.btn-active-light:focus:not(.btn-active),
.btn.btn-active-light:hover:not(.btn-active),
.show>.btn.btn-active-light {
    background-color: transparent!important;
}

.notif-icon {
    width: 25px;
}

.profile-img {
    width: 35px!important;
}

.svg-icon.svg-icon-1 svg {
    height: 1.5rem!important;
    width: 1.5rem!important;
}

.page-head {
    font: normal normal bold 22px/39px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.page-title-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 0px;
}

.page-title {
    width: 100%;
}

.product-tabs {
    padding: 0px 20px 20px 30px;
}

.nav-line-tabs .nav-item .nav-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6!important;
    border-radius: 8px;
    font: normal normal normal 14px/20px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
    text-transform: capitalize;
    padding: 4px 20px 6px 20px;
    margin: 0;
}

.nav-line-tabs .nav-item .nav-link.active {
    background: #FB800A33 0% 0% no-repeat padding-box!important;
    border: 1px solid #FB800A!important;
}

.external-btn {
    padding-top: 30px;
}

.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background: #FB800A33 0% 0% no-repeat padding-box!important;
    border: 1px solid #FB800A!important;
    color: #FB800A;
}

.custom-form-control {
    border: 1px solid #EBEBEB;
    border-radius: 0;
    height: 40px;
    /*  background: #fff;*/
}

.form-control:focus,
.form-select:focus {
    color: #363636;
    border-color: #EBEBEB;
    box-shadow: none;
}

.custom-br-input {
    border-radius: 29px 0px 0px 29px!important;
    height: 42px;
}

.custom-form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.custom-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.custom-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.custom-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.custom-form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.custom-form-control::placeholder {
    /* Most modern browsers support this now. */
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #363636;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    font: normal normal normal 12px/19px Rubik;
    letter-spacing: 0px;
    color: #BCBCBC;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.solid-btn {
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    /* border: 2px solid #FB800A; */
    border-radius: 32px;
    font: normal normal bold 16px/18px Lato;
    letter-spacing: 0px;
    color: #FFF7EC;
    padding: 10px 35px 16px 35px;
}

.solid-btn:hover {
    color: #fff;
}

.p0 {
    padding-top: 0;
}

.br0 {
    border-right: 0!important;
}

.last-select {
    border-right: 0!important;
    background-position: right 5rem center;
}

.common-search {
    padding-top: 10px;
    margin-left: -40px;
    position: relative;
}

.header-fixed.toolbar-fixed .wrapper {
    padding-top: 20px;
}

.dwn-btn-icon {
    width: 14px;
    margin-right: 3px;
}

div.dataTables_wrapper div.dataTables_length {
    padding: 1rem 0;
    position: absolute;
    top: 6px;
    left: 5.8%;
}

.sorting-text .text-line {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #363636;
}

.sorting-text .text-line.middle-space {
    padding-right: 60px;
}

#kt_customers_table_wrapper .form-select.form-select-solid {
    border-radius: 8px;
    background-color: #ECF5FF;
    border-color: #ECF5FF;
    color: #363636;
    transition: color .2s ease, background-color .2s ease;
}

#kt_customers_table_wrapper .form-select.form-select-solid {
    background-position: right 0.8rem center;
    padding: 6px 16px 6px 10px;
    background-size: 9px 9px;
}

#kt_ecommerce_sales_table_wrapper .form-select.form-select-solid {
    border-radius: 8px;
    background-color: #ECF5FF;
    border-color: #ECF5FF;
    color: #363636;
    transition: color .2s ease, background-color .2s ease;
}

#kt_ecommerce_sales_table_wrapper .form-select.form-select-solid {
    background-position: right 0.8rem center;
    padding: 6px 16px 6px 10px;
    background-size: 9px 9px;
}

#kt_ecommerce_products_table_wrapper .form-select.form-select-solid {
    border-radius: 8px;
    background-color: #ECF5FF;
    border-color: #ECF5FF;
    color: #363636;
    transition: color .2s ease, background-color .2s ease;
}

#kt_ecommerce_products_table_wrapper .form-select.form-select-solid {
    background-position: right 0.8rem center;
    padding: 6px 16px 6px 10px;
    background-size: 9px 9px;
}

#kt_ecommerce_category_table_wrapper .form-select.form-select-solid {
    border-radius: 8px;
    background-color: #ECF5FF;
    border-color: #ECF5FF;
    color: #363636;
    transition: color .2s ease, background-color .2s ease;
}

#kt_ecommerce_category_table_wrapper .form-select.form-select-solid {
    background-position: right 0.8rem center;
    padding: 6px 16px 6px 10px;
    background-size: 9px 9px;
}

#kt_ecommerce_report_shipping_table_wrapper .form-select.form-select-solid {
    border-radius: 8px;
    background-color: #ECF5FF;
    border-color: #ECF5FF;
    color: #363636;
    transition: color .2s ease, background-color .2s ease;
}

#kt_ecommerce_report_shipping_table_wrapper .form-select.form-select-solid {
    background-position: right 0.8rem center;
    padding: 6px 16px 6px 10px;
    background-size: 9px 9px;
}

.table-sort {
    padding-top: 20px;
    padding-left: 15px;
}

.card {
    border-radius: 12px 12px 0px 0px;
    box-shadow: none;
}

.vl {
    border-left: 2px solid #E6E6E6;
    height: 40px;
    position: absolute;
    left: 18%;
    top: 10px;
}

.vl2 {
    border-left: 2px solid #E6E6E6;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: 35.8%;
    top: 10px;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    padding: calc(0.75rem + 1px) calc(1.2rem + 8px);
}

.card.product-card .card-body {
    padding: 0.5rem 2.25rem;
}


/*.table-top-bar{
	padding: 0 30px;
	}*/

.tp-br {
    border-top: 1px solid #EBEBEB;
}

.table.table-row-dashed tr.table-head {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EBEBEB;
}

.table.table-row-dashed tr {
    padding: 0 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EBEBEB;
}

.table-pad {
    padding: 0 10px;
}

.product-img {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 6px;
}

table.dataTable th {
    border-bottom-color: #dee2e6;
    font: normal normal bold 14px/10px Lato;
    letter-spacing: 0px;
    color: #363636;
    text-transform: capitalize;
}

.action-btns {
    display: flex;
    align-items: center;
}

.action-btns.action-icons {
    width: 60px;
}

.action-btns img {
    width: 18px;
}

div.dataTables_wrapper div.dataTables_paginate {
    position: absolute;
    bottom: -65px;
}

.page-item.next .page-link,
.page-item.previous .page-link {
    background-color: transparent;
    border: none;
}

.page-item .page-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 4px!important;
    height: 2rem;
    min-width: 2rem;
    font: normal normal 600 14px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
}

.page-link:hover {
    color: #6A6A6A;
}

.min-w-140px {
    width: 140px!important;
}

.menu-search {
    transform: translate(-105px, -10px)!important;
    background: transparent;
    box-shadow: none;
}

.menu-search-input {
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
    background-color: #F8F8F8!important;
    border: 1px solid #EBEBEB!important;
    border-radius: 24px!important;
    padding-left: 15px!important;
}

.menu-search-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-input::placeholder {
    /* Most modern browsers support this now. */
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.menu-search-btn {
    z-index: 999;
}

.menu-search-btn .search-svg {
    color: #000;
}

.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon {
    color: #000;
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon,
.btn-check:active+.btn.btn-active-color-primary i,
.btn-check:checked+.btn.btn-active-color-primary .svg-icon,
.btn-check:checked+.btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active .svg-icon,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show .svg-icon,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-primary .svg-icon,
.show>.btn.btn-active-color-primary i {
    color: #000;
}

.menu-sub-dropdown.search-menu-dropdown.menu.show,
.menu-sub-dropdown.search-menu-dropdown.show[data-popper-placement],
.show.menu-dropdown.search-menu-dropdown>.menu-sub-dropdown {
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-left .3s ease 1;
}

.btn.btn-icon-muted .svg-icon.search-svg {
    color: #6A6A6A;
}

.scrolltop {
    background-color: #fc9004;
}

.delete-alert-content h4 {
    font: normal normal bold 20px/29px Lato;
    letter-spacing: 0px;
    color: #363636;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.delete-alert-content p {
    font: normal normal normal 16px/22px Lato;
    letter-spacing: 0px;
    color: #363636;
    padding-bottom: 30px;
}

.orange-border-btn {
    font: normal normal 500 14px/19px Lato;
    letter-spacing: 0px;
    color: #FB800A;
    cursor: pointer !important;
}

.orange-border-btn:hover {
    color: #FB800A;
}

.orange-solid-btn {
    font: normal normal 500 14px/19px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.orange-solid-btn:hover {
    color: #FFFFFF;
}

.model-btn1 {
    width: 200px;
    border: 2px solid #FB800A;
    border-radius: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer !important;
}

.model-btn2 {
    width: 200px;
    border-radius: 28px;
    height: 40px;
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    line-height: 40px;
    text-align: center;
}

.model-btns {
    display: flex;
}

.modal-content {
    border-radius: 12px;
}

.submit-btn {
    background: #79BE5D33 0% 0% no-repeat padding-box;
    border: 2px solid #79BE5D;
    border-radius: 24px;
    font: normal normal bold 12px/17px Lato;
    letter-spacing: 0px;
    color: #79BE5D;
    padding: 8px 16px;
}

.submit-btn:hover {
    color: #79BE5D;
}

.circle-action-btn {
    background-color: #EFEFEF!important;
    border-radius: 24px;
    margin-left: 10px;
}

.circle-action-btn.btn.btn-active-light-primary:hover:not(.btn-active),
.btn.circle-action-btn.btn-active-light-primary.show {
    background-color: #EFEFEF!important;
}

.action-link {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #6A6A6A!important;
    border-bottom: 1px solid #EBEBEB;
    justify-content: space-between;
    padding: 0.4rem 0.5rem!important;
}

.action-link.last-item {
    border-bottom: none;
}

.action-link:hover {
    background-color: transparent;
    border-radius: 0;
}

.action-menu-dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: none;
    padding: 0!important;
    margin-top: 6px!important;
    right: -10px!important;
    /* transform: translate(-40px, 358px)!important;*/
}

.action-btns img.action-link-arrow {
    width: 14px;
}

.min-w-60px {
    width: 60px!important
}

.page-head {
    padding-top: 15px;
    padding-bottom: 5px;
}

.card-title h2 {
    font: normal normal bold 18px/32px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.form-label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #363636;
    position: absolute;
    top: -1.4ex;
    z-index: 1;
    left: 1.2em;
    background-color: white;
    padding: 0 5px;
}

.form-control {
    border: 1px solid #E2E2E2;
    border-radius: 9px;
}

.dropzone {
    min-height: 192px;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #EC6608;
}

.form-check-input {
    width: 1.5rem;
    height: 1.45rem;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 55% 55%;
}

.form-check.form-check-custom .form-check-label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #363636;
}


/*	.form-check.form-check-custom {
		margin: 30px 0;
	}*/

.product-details-form .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .form-control::placeholder {
    /* Most modern browsers support this now. */
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.tagify__input {
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.product-details-form .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.dropzone {
    background-image: repeating-linear-gradient(0deg, #E2E2E2, #E2E2E2 10px, transparent 10px, transparent 20px, #E2E2E2 20px), repeating-linear-gradient(90deg, #E2E2E2, #E2E2E2 10px, transparent 10px, transparent 20px, #E2E2E2 20px), repeating-linear-gradient(180deg, #E2E2E2, #E2E2E2 10px, transparent 10px, transparent 20px, #E2E2E2 20px), repeating-linear-gradient(270deg, #E2E2E2, #E2E2E2 10px, transparent 10px, transparent 20px, #E2E2E2 20px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 9px;
    border: none;
    background-color: #fff;
}

.upload-instrc1 {
    font: normal normal bold 14px/19px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.upload-instrc2 {
    font: normal normal medium 16px/19px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.dropzone .dz-message {
    display: inline-block;
    text-align: center;
}

.dropzone.dz-clickable {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt10 {
    padding-top: 10px;
}

.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
    font: normal normal normal 12px/17px Lato;
    letter-spacing: 0px;
    color: #B2B2B2;
}

.img-upload-plce {
    width: 24px;
}

.tagify .tagify__tag {
    background: #E2E2E2 0% 0% no-repeat padding-box;
    border: 2px solid #BCBCBC;
    border-radius: 9px!important;
}

.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag {
    background: #E2E2E2 0% 0% no-repeat padding-box;
    border: 2px solid #BCBCBC;
    border-radius: 9px!important;
}

.tagify__tag>div::before {
    box-shadow: none;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
    box-shadow: none;
}

.tagify .tagify__tag .tagify__tag__removeBtn {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #BCBCBC;
    background-image: url(../img/white-cross.svg);
    background-size: 14px 7px;
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-transparent),
.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-transparent) {
    border-color: #EBEBEB;
}

.select2-container--bootstrap5 .select2-dropdown {
    box-shadow: 0 0 20px 0 rgb(98 98 98 / 5%);
}

.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag .tagify__tag__removeBtn {
    width: 1rem;
    height: 1rem;
    margin: 1px 0.5rem 0 0;
    border-radius: 50px;
}

.tagify__tag__removeBtn:hover+div::before {
    box-shadow: none!important;
}

.tagify .tagify__tag .tagify__tag__removeBtn:hover {
    background-color: #BCBCBC;
    background-image: url(../img/white-cross.svg);
    background-size: 14px 7px;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #E2E2E2 0% 0% no-repeat padding-box;
    border: 2px solid #BCBCBC;
    border-radius: 9px!important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    background-color: #BCBCBC;
    background-image: url(../img/white-cross.svg);
    background-size: 14px 7px;
    opacity: 1;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    height: 0.9rem;
    width: 0.9rem;
    margin-right: 0.5rem;
    border-radius: 50px;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background-image: url(../img/white-cross.svg);
}

.dropzone .dz-remove {
    background-color: #FF0000!important;
    background-image: url(../img/white-cross.svg);
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px!important;
    padding: 4px;
}

.dropzone .dz-preview .dz-image {
    width: 95px;
    height: 95px;
}

.variation-cm-wd {
    width: 145px;
}

.variation-cm-wd input {
    height: 40px;
}

.var-delete-btn {
    background-color: #FFD1D1!important;
    border-radius: 24px;
    width: 106px!important;
    font: normal normal bold 12px/17px Lato;
    letter-spacing: 0px;
    color: #EE0000!important;
}

.var-delete-btn img {
    width: 16px;
    margin-right: 6px;
}

.var-delete-btn:hover {
    background-color: #FFD1D1!important;
}

.btn.btn-light-danger:hover:not(.btn-active) {
    background-color: #FFD1D1!important;
}

.add-var-btn {
    position: absolute;
    top: 40px;
    right: 30px;
}

.svg-icon.plus-or-svg {
    color: #FB800A;
    margin-right: 0rem;
}

.svg-icon.plus-or-svg.svg-icon-2 svg {
    height: 1.2rem!important;
    width: 1.2rem!important;
}

.card .card-body {
    padding: 1rem 2rem;
}

.model-btn2.common-ornge-btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer !important;
}

.model-btn1.common-br-btn {
    width: 150px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    cursor: pointer !important;
}

.top-btm-space {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control {
    height: 45px;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-size: 12px;
}

textarea.form-control {
    border-radius: 8px;
}

.desc-textbox {
    height: 192px;
}

.success-anm {
    width: 50px;
    margin-bottom: 20px;
}

.table-dropdwn-wd {
    width: 110px;
}

.or-status-sel {
    border: 1px solid #e4e6ef;
    border-radius: 0.475rem;
    padding: 10px 20px;
    cursor: pointer;
}

.min-w-130px {
    min-width: 130px!important;
}

.min-w-80px {
    min-width: 80px!important;
}

.min-w-120px {
    min-width: 120px!important;
}

.page-head.single-head {
    padding-top: 25px;
    padding-bottom: 0px;
}

.page-head-pad {
    padding-top: 25px;
}


/*order details css */

.details-subhead {
    font: normal normal bold 16px/27px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.details-para {
    font: normal normal normal 16px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
}

.or-details-box {
    width: 50%;
    padding-bottom: 0!important;
}

.pl20 {
    padding-left: 20px;
}

.order-detail-summ td {
    font: normal normal normal 16px/27px Lato;
    letter-spacing: 0px;
    color: #363636!important;
}

.order-detail-summ td.bold-text {
    font: normal normal bold 17px/29px Lato;
    letter-spacing: 0px;
    color: #363636!important;
    border-top: 1px solid #EBEBEB;
    padding-top: 15px;
}

.order-detail-summ td.btm-pad {
    padding-bottom: 10px;
}

.default-table-head th {
    font: normal normal bold 14px/22px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.order-item-vth-id h4 {
    font: normal normal normal 16px/27px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.order-item-vth-id h4 span {
    font-weight: 800;
}

.order-item-vth-id {
    width: 100%;
    justify-content: space-between;
}

.mt50 {
    margin-top: 50px;
}

.right-login-content {
    padding-left: 100px;
    padding-right: 40px;
    /*width: 100%;
		padding: 0 100px;*/
}

.custom-container {
    padding: 50px 80px;
}

.rounded-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #181c32!important;
    font-family: 'Lato', sans-serif;
}

.login-subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 30px;
}

.login-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    color: #363636;
}

.orange-solid-btn {
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    border-radius: 32px;
    width: 200px!important;
}

.bg-color-light-blue {
    background: #F3F7FC 0% 0% no-repeat padding-box;
}

.or-status-dropdown .select2-container--bootstrap5 .select2-selection {
    height: 35px;
    background-color: #ECF5FF;
    border-radius: 8px;
}

.or-status-dropdown {
    width: 135px;
    margin-right: 15px
}

.or-status-dropdown .select2-container--bootstrap5 .select2-dropdown {
    background: #ECF5FF 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

.orange-text {
    color: #FB800A;
    font-weight: 600;
}

.view-icon {
    width: 18px;
}

.payment-dropdown .select2-container--bootstrap5 .select2-selection {
    background-color: #fff;
    border-radius: 29px;
    height: 44px;
}

.payment-dropdown .select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
    font: normal normal bold 14px/20px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
}

.payment-dropdown {
    margin-left: 15px;
    width: 160px;
    display: none;
}

.btn.solid-orange-btn {
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #FB800A;
    border-radius: 32px;
    color: #fff;
}

.btn.solid-orange-btn i {
    color: #fff;
}

.ml20 {
    margin-left: 20px;
}

.sing-up-liner {
    font: normal normal normal 14px/27px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.sing-up-liner a {
    color: #FB800A;
    font-weight: 600;
}

.btn-w-liner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-sub-dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.menu-gray-800.prof-dropdown .menu-item .menu-link {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #363636;
    display: flex;
    justify-content: space-between;
}

.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #363636;
}

.separator.dropdown-sep {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 8px;
}

.full-height {
    height: 100vh;
}

.profile-boxes {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 16px #0000000F;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
}

.profile-icon img {
    width: 60px;
}

.profile-content h5 {
    font: normal normal bold 18px/24px Lato;
    letter-spacing: 0px;
    color: #363636;
    text-transform: capitalize;
}

.profile-content p {
    margin-bottom: 0;
    font: normal normal 600 14px/15px Lato;
    letter-spacing: 0px;
    color: #BCBCBC;
    text-transform: capitalize;
}

.profile-content {
    margin-left: 20px;
}

.upload-circle {
    background: transparent linear-gradient(180deg, #FD9802 0%, #FD9603 47%, #FC8D05 74%, #FB800A 96%, #FB7C0B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
}

.upload-image-icon {
    width: 12px;
}

.image-input .image-input-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.image-input [data-kt-image-input-action=change] {
    left: 50%;
    top: auto;
}

.image-input [data-kt-image-input-action=cancel] {
    top: 4px;
}

.image-upload {
    display: flex;
    align-items: center;
}

.user-info {
    margin-left: 20px;
}

.user-info h5 {
    font: normal normal 600 16px/15px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
    text-transform: capitalize;
}

.user-info p {
    font: normal normal 600 14px/24px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
    margin-bottom: 0;
}

.input-wrapper {
    position: relative;
}

.label1 {
    position: relative;
}

.label1 lable {
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 1.3em;
    background-color: white;
    padding: 0 5px;
}

.image-upload {
    margin-bottom: 50px;
}

.top-btm-space2 {
    margin-top: 5%;
    margin-bottom: 20px;
}

.card .card-header {
    border-bottom: none;
}

.addres-textbox {
    height: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.card .card-header.prof-card-header {
    min-height: 45px;
    margin-bottom: 15px;
}

.table-bordered {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #E6E6E6;
    vertical-align: middle;
}

.table-bordered th {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: #363636;
    padding-left: 12px!important;
}

.table-bordered td {
    font: normal normal 600 12px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A!important;
    padding: 10px!important;
}

.delete-br-btn {
    background-color: #fff!important;
    border: 2px solid #EE0000!important;
    border-radius: 24px!important;
}

.btn.btn-light-danger.delete-br-btn:hover:not(.btn-active) {
    background-color: #fff!important;
}

.btn.btn-light-danger.delete-br-btn:active:not(.btn-active) {
    background-color: #fff!important;
}

.wd45 {
    width: 45%;
}

.wd10 {
    width: 20%;
}

.add-btn {
    width: 145px;
}

.notf-head {
    font: normal normal bold 16px/22px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
    text-transform: capitalize;
    border-bottom: 2px solid #E6E6E6;
    padding: 10px 0px 10px;
    /*  margin: 0 15px;*/
}

.notf-content h6 {
    font: normal normal normal 14px/18px Lato;
    letter-spacing: 0px;
    color: #6A6A6A;
    margin-bottom: 2px;
}

.notf-content {
    margin-left: 6px;
}

.notf-content h6 span {
    color: #FB800A;
}

.notf-content h6.not-date-time {
    font: normal normal medium 12px/12px Lato;
    letter-spacing: 0px;
    color: #363636;
}

.br-sep {
    border-bottom: 2px solid #E6E6E6;
}

.mr0 {
    margin: 0;
}

.badge-danger {
    background-color: #fc9004;
}

.rating .rating-label i {
    font-size: 14px;
}

.min-w-80px {
    min-width: 80px!important;
}

.reason-textbox {
    height: 90px;
}

.delete-alert-content p.pb {
    padding-bottom: 15px;
}

.reason-box {
    margin-bottom: 40px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}


/*1280x800*/

@media only screen and (min-width: 1270px) and (max-width: 1290px) {
    table.dataTable th {
        font: normal normal bold 14px/16px Lato;
    }
    div.dataTables_wrapper div.dataTables_length {
        left: 6.1%;
    }
    .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
        padding: calc(0.75rem + 1px) calc(1.2rem + 6px);
    }
}


/*1400x900*/

@media only screen and (min-width: 1430px) and (max-width: 1450px) {
    div.dataTables_wrapper div.dataTables_length {
        left: 5.5%;
    }
    .form-outer-box {
        padding: 0 150px!important;
    }
}


/*1536x846*/


/*	@media only screen and (min-width: 1530px) and (max-width: 1540px) {
		div.dataTables_wrapper div.dataTables_length {
			left: 5%;
		}
	.right-login-content {
    padding: 0 130px;
}
.form-outer-box{
padding: 0 150px!important;
}
}*/

@media only screen and (device-width: 1536px) and (device-height: 864px) {
    div.dataTables_wrapper div.dataTables_length {
        left: 5%;
    }
    .right-login-content {
        padding: 0 30px 0 100px;
    }
    .form-outer-box {
        padding: 50px 150px!important;
    }
}


/*1920x1080*/

@media only screen and (min-width: 1910px) and (max-width: 1930px) {
    div.dataTables_wrapper div.dataTables_length {
        left: 4.2%;
    }
    .custom-container {
        padding: 50px 100px;
    }
    .form-outer-box {
        padding: 0 250px!important;
    }
}

.error {
    color: red;
}

#sign-up-send-otp {
    position: absolute;
    right: 13px;
    top: 13px;
    color: orange;
    font-size: 12px;
    cursor: pointer;
}

#sign-up-email-send-otp {
    position: absolute;
    right: 13px;
    top: 13px;
    color: orange;
    font-size: 12px;
    cursor: pointer;
}