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

.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-deta2 h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
}
