@font-face {
    font-family: "cocon";
    src: url("../../fonts/cocon-next-arabic.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'cocon' !important;
}

/* *{ */
/* font-size: 18px !important; */
/* } */
.app-brand-logo.demo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout-navbar,
.content-footer {
    position: absolute !important;
    bottom: 0 !important;
}

.hidden {
    visibility: hidden;
}

.shown {
    visibility: visible;
}

.display-flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.toast_btn {
    visibility: hidden !important;
}

#records_table_wrapper .dt-buttons {
    margin: 20px 0;
}

.card-datatable {
    width: 100%;
    padding: 20px;
}

/* table th, table td{
  text-align: center !important;
} */
.p5 {
    padding: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mt-5 {
    margin-left: 5px !important;
}

#sample_form .modal-footer,
.sample_form .modal-footer,
#form_barecode .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 0;
}

.attachment-file img,
.attachment-file video {
    width: 115px;
    height: 115px;
    object-fit: cover;
}

.attachment-file {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#savd-attachments {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.btn-action {
    cursor: pointer !important;
}

table .avatar {
    object-fit: contain;
}

.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-stepper-header {
    flex-wrap: wrap;
}

.bs-stepper .bs-stepper-header .step .step-trigger {
    padding: 0 4px !important;
}

.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
    width: 2rem !important;
    height: 2rem !important;
}

[dir=rtl] .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
    padding-right: 0 !important;
}

.bs-stepper .bs-stepper-header {
    padding: 8px 1.5rem !important;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #b3934a !important;
    color: #fff !important;
}

.bs-stepper .step.alert-danger .bs-stepper-circle {
    background-color: #ea5455 !important;
    color: #fff !important;
}

#product_options_box {
    /* background-color: #eee; */
    margin: auto;
    display: none;
    padding-top: 15px;
    width: 100%;
}

#product_options_box .product_option {
    border: 1px solid #EBE9F1 !important;
    width: 100%;
    margin: auto !important;
    padding-top: 4px;
}

#product_options_box #add_option {
    margin: 10px 0;
}

#product_options_box .option_value .delete_value {
    width: 100%;
}

.class_option_details {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.class_values_details {
    border-right: 1px solid;
}

.class_buttons_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[dir=rtl] .bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #8f854f 22.16%, #b3934a 76.47%) !important;
}

a.disabled {
    pointer-events: none !important;
    cursor: default !important;
}

/* #product_uploaded_images{
  margin-bottom: 20px;
} */
#product_uploaded_images .col-card {
    margin-bottom: 15px;
}

.p60 {
    padding: 6px 0;
}

.p6 {
    padding: 6px;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.pointer {
    cursor: pointer !important;
}

.not_in_salla {
    background-color: #f4f4f5 !important;
}

#barcode {
    margin: 20px auto;
    display: none;
}

#barcode video {
    width: 100% !important;
}

.avatar .avatar-initial {
    border: 1px solid #e9eef1
}

.timeline .timeline-item .timeline-point {
    width: 2rem !important;
    height: 2rem !important;
    background-color: #eee !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
}

[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-point {
    right: -14px !important;
}

.ml-10 {
    margin-left: 10px !important;
}


#main_app_preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

#main_app_content {
    filter: blur(3px);
}

.bank_receipt_image {
    width: 100%;
    max-height: 150px;
    max-width: 150px;
    margin-top: 15px;
}

div.dt-button-collection .dt-button-active:after {
    right: 0 !important;
}

#show_barcode,
#enter_order_code {
    cursor: pointer;
}

.m010 {
    margin: 10px !important;
}

.select2-results__group {
    font-weight: bolder !important;
}

.font-s-30 {
    font-size: 30px !important;
}

.font-s-22 {
    font-size: 22px !important;
}

.p-10 {
    padding: 10px !important;
}

.view_search_input {
    z-index: 10000;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#search_results {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 69px;
    border-radius: 4px;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px;
}

.pr-0 {
    padding-right: 0 !important;
}

.w100 {
    width: 100%;
}

.float-left {
    float: left;
}

select {
    text-align: center;
}

option {
    text-align: center;
    padding: 0 !important;
}

.menu-sub {
    background-color: #f4f4f5;
    margin: 6px 0.875rem !important;
    border-radius: 3px;
}

.zoom_image {
    cursor: pointer;
}

table> :not(caption)>*>* {
    padding: 8px 8px !important;
    text-align: center;
}

[dir=rtl] table.dataTable thead th,
[dir=rtl] table.dataTable thead td,
[dir=rtl] table.dataTable tfoot th,
[dir=rtl] table.dataTable tfoot td {
    text-align: center !important;
}

/* mass deleting  */
@keyframes fadeOutRed {
    0% {
        background-color: rgba(255, 0, 0, 0.1);
        opacity: 1;
    }

    100% {
        background-color: rgba(255, 0, 0, 0.5);
        opacity: 0;
    }
}

.tr-deleting {
    animation: fadeOutRed 0.8s ease forwards;
}

#records_table tr {
    transition: all 0.3s ease;
}

.filter_page_box_data {
    cursor: pointer;
}

.filter_page_box_data.active {
    border: 3px solid green;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 8em;
}

.select2-container .select2-search__field::placeholder {
    opacity: 1;
}

@media (max-width: 576px) {
    .custom-col {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (min-width: 577px) {
    .custom-col {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}

@media (min-width: 900px) {
    .custom-col {
        flex: 0 0 auto !important;
        width: 25% !important;
    }
}

@media (min-width: 1350px) {
    .custom-col {
        flex: 0 0 auto !important;
        width: 14.285714285714285714285714285714% !important;
    }
}

#template-customizer .template-customizer-open-btn {
    top: 80px !important;
}

.riyal-symbol {
    height: 18px;
    width: auto;
}