html {
  font-size: 14px;
  direction:rtl;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
*{
    box-sizing:border-box;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.order-actions {
   
    text-align:center;
}

    .order-actions button {
        padding: 10px 20px;
    }

@media print {
    .no-print {
        display: none;
    }
}

.toast {
    opacity: 1 !important;
    transition: all 0.5s ease !important;
}

.toast {
    min-width: 250px !important;
    width: auto !important;
}

.toast-message {
    margin-left: 30px !important;
    margin-right: 20px !important;
    font-size:18px !important;
}


/*.select3{
    width:100% !important;
}
.select2{
    width:100% !important;
}*/
.select2-results__options {
    background-color: #000 !important;
}

.select2.select2-container.select2-container--default{
    width:100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:37px !important;
}
.select2-container .select2-selection--single{
    height:37px !important
}
.select2-container--default .select2-selection--single {
    background-color: #212529 !important;
}
    .select2-container--default .select2-selection--single .select2-selection__placeholder{
        color:#eee !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color:#eee !important;
    }