html,
body {
    margin: 0;
    padding: 0;
}

.upload-btn {
    background: linear-gradient(#F45A5A, #EC3237);
    border: none;
    color: white;
    height: 47px;
    width: 116px;
    /* padding: 8px 24px; */
    border-radius: 4px;
}

.font-w1 {
    font-weight: 100;
}

.font-w2 {
    font-weight: 200;
}

.font-w3 {
    font-weight: 300;
}

.font-w4 {
    font-weight: 400;
}

.font-w5 {
    font-weight: 500;
}

.font-w6 {
    font-weight: 600;
}

.font-w7 {
    font-weight: 700 !important;
}

.font-w8 {
    font-weight: 800;
}

.font-w9 {
    font-weight: 900;
}

.font-midium {
    font-size: 20px;
}

.font-small {
    font-size: 14px;
}

.font-smallx {
    font-size: 12px;
}

.font-small2 {
    font-size: 15px !important;
}

.font-face {
    font-family: 'SF Pro Display';
}

.font-face-iner {
    font-family: 'Inter';
}

.font-Soft-red {
    color: #F45A5A;
}

.font-slate-gray {
    color: #667085;
}

.font-cello {
    color: #344054;
}

.font-alizarin {
    color: #EC3237;
}

.font-Dark-Jungle {
    color: #101828 !important;
}

.font-UCLA-Blue {
    color: #596B90;
}

.border-top-left {
    border-top-left-radius: 8px;
}

.border-top-right {
    border-top-right-radius: 8px;
}

.border-bottom-left {
    border-bottom-left-radius: 8px !important;
}

.border-bottom-right {
    border-bottom-right-radius: 8px !important;
}

.text-color {
    background: linear-gradient(#F45A5A, #EC3237);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-sign-in-wapper {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    /* overflow: hidden; */
        overflow-x: hidden;

}

.sign-up-banner{
      width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
}

.img-responsive-register{
     width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-responsive-register img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.img-responsive {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-responsive img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-responsive-login{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-responsive-login img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-responsive-signup {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-responsive-signup img {
    object-position: center;
}

.small-text {
    font-family: 'SF Pro Display';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #596B90;
}

.diamonds-img {
    width: 250px;
    margin: auto;
    display: block;
}

.form-section {
    max-width: 700px;
    margin: auto;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    border-color: #D0D5DD !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
}

.form-control::placeholder {
    color: #C7C7C9;
}

.form-check .form-check-input {
    border: 1px solid #000000;
}

.btn-signin {
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    border: none;
    padding: 10px;
    width: 100%;
    color: white;
    font-weight: 500;
    margin-top: 15px;
    box-shadow: 0px 24px 7px 0px #00000000;
}

.btn-signin:hover {
    color: #fff;
}

.forgot-password {
    color: #F45A5A;
    text-decoration: none;
    font-size: 14px;
}

.form-label {
    color: #344054;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'SF Pro Display';
}

.remember-me {
    font-size: 14px;
    font-family: 'SF Pro Display';
}

.sign-in-text {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.phone-input {
    display: flex;
}

.phone-input select {
    width: 130px;
    padding: 0 10px;
    height: 46px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: transparent;
    border-color: #D0D5DD !important;
}

.number-text {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: transparent;
}

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.max-w {
    max-width: 500px;
}


.wapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.sidebar,
.sidebar-content {
    background: #fff;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
}

.logo-bg-toggle{
    border-bottom: 1px solid #0000004D;
    background-color: #FEF4F4;
    height: 73px;
}

.dashboard-logo-img {
    width: 100%;
    height: 73px;
    overflow: hidden;

}

.dashboard-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.sidebar {
    direction: ltr;
    max-width: 260px;
    min-width: 260px;
    transition: max-width 0.3s ease, min-width 0.3s ease;
}

.sidebar.collapsed {
    max-width: 80px;
    min-width: 80px;
    direction: ltr;
}

.sidebar.collapsed .sidebar-link span {
    display: none !important;
}

.sidebar.collapsed a.sidebar-link {
    padding: .625rem 1rem !important;
    display: flex;
}

[data-simplebar] {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
}

.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.simplebar-mask {
    direction: inherit;
    height: auto !important;
    overflow: hidden;
    width: auto !important;
    z-index: 0;
}

.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    box-sizing: inherit !important;
    direction: inherit !important;
    resize: none !important;
}

.simplebar-content-wrapper {
    -ms-overflow-style: none;
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto;
}

.simplebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0 !important;
    position: relative;
    border-right: 1px solid #0000004D;
}

.sidebar-brand:hover {
    color: #f8f9fa;
    text-decoration: none;
}

.align-middle {
    vertical-align: middle !important;
}

.sidebar-nav {
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-header {
    background: transparent;
    color: #ced4da;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
    background: #FEF4F4;
    color: #EC3237;
    border-left: 2px solid #EC3237;
}

.sidebar-item {
    border-bottom: 1px solid #EAECF0;
    margin: 0px 10px;
}

.sidebar-item.active {
    border-left-color: #38b6ff;
}

.sidebar-item.active>.sidebar-link svg {
    fill: #EC3237;
}

.sidebar-link,
a.sidebar-link {
    font-size: 18px;
    font-family: 'SF Pro Display';
    color: #101828;
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
    border-radius: 0px 10px 10px 0px;
    border-left: 2px solid transparent;
}

.border-saprat {
    border-top: 2px solid #0a1d29;
    margin: 15px 25px 0 25px;
}

.menutoggle {
    background-color: white;
    border-radius: 50px;
}

.pull-left {
    position: absolute;
    top: 24px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.main {
    background: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    width: 100%;
}

.navbar {
    border-bottom: 1px solid #0000004D;
    height: 73px;
    background-color: #FEF4F4;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar .avatar {
    margin-bottom: -15px;
    margin-top: -15px
}

.navbar-nav {
    direction: ltr
}

.navbar-align {
    margin-left: auto
}

.navbar-bg {
    background: #fff
}

.navbar-brand {
    color: #f8f9fa;
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    padding: .875rem 0
}

.navbar-brand .feather,
.navbar-brand svg {
    color: #3b7ddd;
    height: 24px;
    margin-left: -.15rem;
    margin-right: .375rem;
    margin-top: -.375rem;
    width: 24px
}

.nav-flag,
.nav-icon {
    color: #6c757d;
    display: block;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: .1rem .8rem;
    transition: background .1s ease-in-out, color .1s ease-in-out
}

.nav-flag:after,
.nav-icon:after {
    display: none !important
}

.nav-flag.active,
.nav-flag:hover,
.nav-icon.active,
.nav-icon:hover {
    color: #3b7ddd
}

.nav-flag .feather,
.nav-flag svg,
.nav-icon .feather,
.nav-icon svg {
    height: 20px;
    width: 20px
}

.nav-item .indicator {
    background: #3b7ddd;
    border-radius: 50%;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .05);
    color: #fff;
    display: block;
    font-size: .675rem;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 0;
    transition: top .1s ease-out;
    width: 18px
}

.nav-item:hover .indicator {
    top: -4px
}

.nav-item a:focus {
    outline: 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .navbar .avatar {
        max-height: 47px
    }
}

@media(max-width:575.98px) {
    .navbar {
        padding: .75rem
    }

    .nav-icon {
        padding: .1rem .75rem
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: inherit
    }

    .navbar-expand .navbar-nav .dropdown-menu-lg {
        min-width: 100%
    }

    .nav-item .nav-link:after {
        display: none
    }
}

.nav-flag img {
    border-radius: 50%;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.navbar input {
    direction: ltr
}

.name {
    position: relative;
}

.name::after {
    content: "Super Admin";
    position: absolute;
    top: 18px;
    right: 23px;
    font-size: 14px;
    color: #38b6ff;
}

.dropdown-toggle::after {
    color: #000;
}

.header-title {
    font-weight: 600;
}

.user-name {
    font-weight: 400 !important;
}

.text-date {
    font-weight: 500;
}

.text-gray {
    color: grey;
}

.color-blue {
    color: #005aee;
}

.text-purpal {
    color: #9d4edd;
}

.color-green {
    color: #3ec887;
}

.color-light-blue {
    color: #38b6ff;
}

.user-profile {
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    border: none;
    padding: 12.5px 12.6px;
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.04em;
    color: #fff;
    border-radius: 8px;
}

.section-title {
    font-family: 'SF Pro Display';
    font-size: 24px;
    font-weight: 700;
    color: #596B90;
}

.box-text {
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    border-radius: 10px;
}

.Welcome-text {
    font-family: 'SF Pro Display';
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    max-width: 36rem;
    margin: auto;
}

.service-box {
    background: #FEF4F4;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.service-img {
    width: 100%;
    height: 83px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.service-txt {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 600;
    color: #344054;
}

.search-text {
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.btn-search {
    border: none;
    outline: none;
    padding: 12px 18px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    color: #EF4043;
}

.btn-stock {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    background: transparent;
    color: #EC3237;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    z-index: 1;
}

.btn-stock svg path {
    fill: #EC3237;
}

.btn-stock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 2px;
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.btn-stock:hover {
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    color: #fff;
}

.btn-stock:hover>svg path {
    fill: #fff;
}

.border-b {
    border-bottom: 1px solid #0000004D;
}

.stock-title {
    font-family: 'SF Pro Display';
    font-size: 15px;
    font-weight: 700;
    color: #596B90;
}

.shape-img {
    background-color: #FEF4F4;
    width: 95px;
    height: 95px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid transparent;
}

.shape-img:hover {
    border: 1px solid #EC3237;
}


.shape-img img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: center;
}

.list-style-none {
    list-style: none;
    padding: 0;
}

.input-size {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #596B90;
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 500;
}

.input-size::placeholder {
    color: #596B90;
}

.input-p {
    padding: 10px 25px;
}

.input-w {
    width: 250px;
}

.plus-btn {
    background-color: #fff;
    padding: 10px 15px;
}

.range-list {
    background: #FEF4F4;
    padding: 8px 10px 8px 20px;
    border-radius: 8px;
}

.btn-box {
    border: 1px solid #D0D5DD;
    background: #FEF4F4;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: SF Pro Display;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.btn-box:hover {
    background: linear-gradient(to right, #F45A5A , #EC3237);
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff;
}

.position-sicky {
    position: sticky;
    top: 0;
}

.form-check-input:checked[type=radio] {
    background-image: url(./images/download.svg) !important;
    background-color: transparent;
    border: 2px solid #EC3439;
}

.form-check .form-check-input {
    border: 2px solid #475467;
}

.w-10 {
    width: 100px;
}

.search-result {
    font-family: 'SF Pro Display';
    font-size: 20px;
    font-weight: 700;
    color: #1EB269;
}

.footer {
    background: #FEF4F4;
}

.button-container {
    display: flex;
    align-items: center;
    border: 1px solid #f44336;
    /* Red border color */
    border-radius: 50px;
    padding: 0px 5px;
    background-color: #fff5f5;
    /* Light red background */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.button:not(:last-child) {
    margin-right: 15px;
}

.button-icon {
    margin-right: 5px;
}

.divider {
    height: 25px;
    width: 1px;
    background-color: #EC3237;
}

.loged-name {
    font-family: 'SF Pro Display';
    font-size: 20px;
    font-weight: 700;
    color: #101828;
}

.use-email {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    color: #667085;
}

.table {
    border: 1px solid #0000004D;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
}

.table th,
td {
    align-content: center;
}

.table thead tr th {
    background-color: #FEF4F4;
    font-family: 'SF Pro Display';
    font-size: 15px;
    font-weight: 700;
    color: #596B90;
}

.table tbody tr td {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 500;
    color: #666667;
}

.btn-close {
    --bs-btn-close-bg: url(./images/Color.svg) !important;
}

.btn-set {
    position: absolute;
    top: 0;
    right: 0;
}

.modal-header .btn-close {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-bg {
    background: #EC3237;
    padding: 0;
}

.model-btn {
    box-shadow: 0px 24px 7px 0px #00000000;
    font-family: 'SF Pro Display';
    font-size: 18px;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 5px 25px;
    color: #fff;
    border-radius: 6px;
}

.btn-cancel {
    background: #596B90;
}

.btn-Save {
    background: linear-gradient(90deg, #F45A5A 0%, #EC3237 100%);
    padding: 5px 35px;
}

.stock-text {
    font-family: 'SF Pro Display';
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #101828;
}

.detail-box {
    border: 1px solid #0000004D;
    padding: 10px;
}

.nav-pills {
    display: inline-flex;
    gap: 0;
    border: 1px solid #EE3C41;
    border-radius: 10px;
}

.nav-pills .nav-link {
    padding: 8px 20px;
    border-radius: 10px;
    margin: 0;
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    color: #596B90;
    background: #F8F7F7;
    border-radius: 10px;
}

.nav-pills .nav-link.active {
    background-color: #EE3C41 !important;
    border-radius: 8px;
}

.samll-box {
    width: 78px;
    height: 68px;
    background: #FEF4F4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.table-header {
    background-color: #F45B69;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: bold;
}

.row-2 td {
    background: #FEF4F4;
}

.status-text {
    font-family: 'Inter' !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #000;
    border-radius: 8px;
    width:fit-content;
}

.status-pending {
    background: #FEA500;

}

.status-cancelled {
    background: #EF162E;
}

.status-confirm {
    background: #08C05E;
}

.img-respons{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-respons img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
@media only screen and (max-width: 991px) {
    .banner-sign-in-wapper {
        overflow: auto;
    }

    .img-responsive {
        display: none;
    }

    .login100-form {
        width: 100%;
        min-height: 100vh;
        display: block;
    }

    .login100-more {
        width: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
    }

    .wrap-login100 {
        justify-content: center;
    }

    .max-w {
        max-width: 100%;
    }
    .sidebar {
        width: 250px;
        height: 100vh;
        background-color: #15256d; /* Example color */
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%); /* Hidden by default */
        transition: transform 0.3s ease-in-out;
    }

    /* Sidebar Visible */
    .sidebar.collapsed {
        transform: translateX(0); /* Slide into view */
    }
    .sidebar.collapsed .sidebar-link span {
        display: block !important;
    }
    .sidebar {
        direction: ltr !important;
        max-width: 260px !important;
        min-width: 260px !important;
        transition: max-width 0.3s ease, min-width 0.3s ease !important;
    }
    .dashboard-logo-img{
        display: none;
    }
    .navbar{
        padding: 0px !important;
    }
}
.sidebar.collapsed #toggleSidebar {
    background-color: #fef4f4; /* Change background color */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    border-bottom: 1px solid #0000004D;
}

#sidebar.collapsed .sidebar-item:hover {
    display: flex;
    background-color: #fef4f4;
}

#sidebar.collapsed .sidebar-item:hover span {
    display: block !important;
    position: fixed;
    left: 60px;
    z-index: 100;
    background-color: #fef4f4;
    padding: 10px 0px;
    padding: 9px 10px;
    transform: translate(0px, -10px);
}

.red-border{
    border: 1px solid red !important;

}
.custom-alert {
    color: red; /* Change text color */
}

.shape-size{
    width:50px;
}

.shape-border{
    border: 1px solid #EF162E !important;
}

.shape-box{
    height:95px;
    width:95px;
}

.span-color {
    color: #EF162E;
    font-size:14px;
}

.position-footer{
    position: sticky;
    bottom: 0;
}

@media screen and (max-width: 1347px) {
    .wraper-set{
        flex-direction: column;
    }
    .margin-set{
        margin-bottom: 5px;
        margin-right: 0px !important;
    }
}

    div.dataTables_wrapper div.dataTables_paginate {
        text-align: right !important;
        margin-top:5px;
        float: right !important;
    }

    .paginate_button.page-item > a{
        color: #EC3237 !important;
        border: #EC3237 !important;
    }

    .paginate_button.page-item.active{
        background-color: #EC3237 !important;
        color: #FFF !important;
        border: #EC3237 !important;
    }

    .paginate_button.page-item.active > a{
        background-color: #EC3237 !important;
        color: #FFF !important;
        border: #EC3237 !important;
    }

    th{
        text-align:center !important;
        font-size:16px !important;
        /* padding: 5px !important; */
        height:auto !important
    }

    td{
        text-align:center !important;
        font-size:15px !important;
        padding: 0px !important;
        height:auto !important;

    }

    .dataTables_wrapper .dataTables_processing{
        background: url('{{ asset("assets/frontend/images/loading.svg") }}') no-repeat center center;
        background-size: 100% 100%;
        top:60% !important;
        width: 500px !important;
        height: 70px;
        /* margin-left: -55px; */
        /* margin-top: -70px !important; */
        text-indent: -9999px;
        left:47% !important;
    }

    input[type="checkbox"] {
        accent-color: #EC3237;
    }

    .profile_box{
        position: absolute;
        right:0;
        top:75px;
    }

    .detail-box-cal{
        max-width: 300px;
        min-width: 65px;
        font-size:13px !important;
        border: 1px solid #0000004D;
        background-color:#FFF;
        padding:5px;
        text-align: center;
        border-radius: 8px;
    }

    @media (max-width: 767.98px) {
    .detail-box-cal {
        min-width: unset;
        padding:3px;
    }
}
    .sticky-header {
        position: sticky;
        top: 70px;
        z-index: 998;
        background-color: #fef4f4;
    }


.btn-stock-add_to_cart {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    background: #EC3237;
    color: #FFF;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    z-index: 1;
}

.btn-stock-add_to_cart svg path {
    fill: #FFF;
}

 #toast-container {
        margin-top: 80px !important;
    }
