
body {
    font-family: 'Inter', sans-serif;
}

.click-upload .invalid-feedback {
    display: block;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.no-decoration {
    text-decoration: none;
    color: #667085;
}

.no-decoration:hover,
.no-decoration:active,
.no-decoration:visited {
    text-decoration: none;
    color: #667085;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(../admin-img/arw-down.svg) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    padding-right: 30px;
}


.tag-craft {
    background: #EFF8FF;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #52AC7C;
    position: relative;
    display: inline-block;
}

.tag-craft::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #52AC7C;
    border-radius: 50%;
    left: 7px;
    top: 9px;


}

.tag-pending {
    background: #FEFBE8;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #CA8504;
    position: relative;
    display: inline-block;
}

.tag-pending::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #CA8504;
    border-radius: 50%;
    left: 7px;
    top: 9px;
}


.on-hold {
    background: #FFFAEB;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #DC6803;
    position: relative;
    display: inline-block;
}

.on-hold::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #DC6803;
    border-radius: 50%;
    left: 7px;
    top: 9px;
}

.on-canceled {
    background: #FFF1F3;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #E31B54;
    position: relative;
    display: inline-block;
}

.on-canceled::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #E31B54;
    border-radius: 50%;
    left: 7px;
    top: 9px;
}

.product-below-deta {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BDD0E0;
    padding: 15px;
}

.product-below-deta .order-data2 h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
}


.text-theme {
    text-decoration: none;
    color: #52AC7C !important;
}

.rating-star {
    color: #FFC700;
}

.tag-craft.red {
    background: #ffeff2 !important;
    color: #ac525e !important;
}

.tag-craft.red::after {
    background: #ac525e !important;
}

.tag-craft.yellow {
    background: #f7f6dc !important;
    color: #ac9d52 !important;
}

.tag-craft.yellow::after {
    background: #ac9d52 !important;
}

.dataTables_wrapper .toolbar {
    margin-right: 10px;
}

.switch.disabled {
    opacity: 0.4 !important;
}

.dataTables_processing {
    z-index: 1;
    margin-top: 35px;
}

.dataTables_filter input {
    z-index: 99999999;
}

.btn-theme:disabled, .btn-theme[disabled] {
    background: #8ccba9 !important;
    border: 1px solid #8ccba9 !important;
}

.stripe-status {
    border-radius: 6px;
    padding: 10px 14px;
    letter-spacing: -0.005em;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
}

.stripe-status i {
    font-size: 16px;
    margin-right: 6px;
}

.stripe-enable {
    background: #F1FFF7;
    color: #52AC7C;
}

.stripe-disable {
    background: #fff1f1;
    color: #ac5252;
}

.line-th {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    color: #323E48;
    text-decoration: line-through;
    text-decoration-color: red;
}

.color-golden {
    color: #FFC700;
}

.note-dropdown-menu.note-table {
    border: none;
    box-shadow: none;
}

.note-dropdown-menu.note-table .note-dimension-display {
    display: none;
}



.group-from-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 6px;
    background: #F0F5FA;
    position: relative;
}

.group-from-bar .form-control {
    height: 45px;
}

.date-text {
    font-size: 12px;
}

.group-from-bar .input-group-text {
    padding: 0;
    background: #fff;
}

.group-from-bar .input-group-text .form-select {
    height: 43px;
    border: none;
}

.select-readonly {
    pointer-events: none;
    background: #e9ecef;
}

.group-from-bar .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 10;
    font-size: 12px;
    text-align: left;
}

.tech-media h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.name-media10 {
    width: 350px;
}

.number-text h5 {
    font-size: 12px;
    color: #495057;
    margin-bottom: 0;
}

.price-text h5 {
    font-size: 12px;
    color: #495057;
    margin-bottom: 0;
}

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

.id-list li a {
    color: #52AC7C;
    font-size: 14px;
}

.id-list li a:hover {
    color: #52AC7C;
}

.order-data2 h3.h3-id-color-black {
    color: #101828;
}

.one-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.edd-section {
    margin-top: 20px;
    font-size: 14px;
}

.edd-section .estimated-delivery-charges {
    margin-bottom: 10px;
    color: #52AC7C;
}

.edd-section .estimated-delivery-charges b.color-theme {
    color: #101828;
}

.edd-section .estimated-delivery-date {
    margin-bottom: 10px;
    color: #52AC7C;
}

.edd-section .estimated-delivery-date b.color-theme {
    color: #101828;
}

.order-item-product h6,
.order-item-product h6 a {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb-im-100 {
    height: 100px;
    object-fit: contain;
    background-color: #E6F1ED;
}

.list-pick-description h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.charge-estimate {
    font-size: 12px;
    font-weight: bold;
}

.charge-estimate span {
    color: #52AC7C;
}

.delivery-estimate {
    font-size: 12px;
    font-weight: bold;
}

.delivery-estimate span {
    color: #52AC7C;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unit-text {
    margin-top: 15px;
}

.unit-text h5 {
    font-size: 12px;
    font-weight: bold;
}
.width-60-percent{
    width: 60%;
}
.deliver-thumbnail{
    object-fit: cover;
    background-color: #E6F1ED;
}

.btn-b-line {
    background: #FFFFFF;
    border: 1px solid #607587;
    padding: 10px 15px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.5);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #344054;
    text-decoration: none;
    display: inline-block;
}

.btn-b-line:hover {
    color: #344054;
}



@media only screen and (max-width:768px) and (max-width:1023px) {
    .order-item-product{
        flex-wrap: wrap;
    }
.width-60-percent {
        width: 100%;
        padding-top: 15px;
    }
}

@media only screen and (max-width:767px) {

    .order-item-product h6,
    .order-item-product h6 a {
        width: auto;
        white-space: inherit;
        overflow: inherit;
    }

    .name-media10 {
        width: auto;
    }
.width-60-percent{
    width: 100%;
    padding-top: 15px;
}
}


.md-center-price{
    height: 100%;
    display: inline-flex;
    padding: 20px;
    align-items: center;
    min-height: 100px;
}
@media only screen and (max-width:767px) {
.md-center-price{
    min-height: inherit;
    padding: 0 10px 20px;
}

}

.required:after {
    content: " *";
    color: red;
}
.thumb-user{
    justify-content: center;
    position: relative;
    margin-bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    padding: 0px 0 15px;
}
.thumb-user img{
    width: 50px !important;
    border-radius: 50%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.sub-head.pay-tag{
    padding: 25px 10px 15px;
    position: relative;
    margin-top: 0;
}
