.Toastify__toast {
    padding: 1.25rem !important;
    opacity: 1 !important;
    border-radius: 0.75rem !important;
    flex-direction: row-reverse;
}
.Toastify__toast-body {
    flex-direction: row-reverse;
}
.Toastify__close-button {
    align-self: center !important;
}
[data-testid="toast-content"] > div {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700 !important;
    font-family: "RubikRegular";
    color: #27303a;
}
[data-testid="toast-content"] {
    text-align: right !important;
}
.Toastify__toast--success {
    background-color: #f6fff9 !important;
    border: 1px solid #48c1b5 !important;
}
.Toastify__toast--error {
    background-color: #fff5f3 !important;
    border: 1px solid #f4b0a1 !important;
}
.Toastify__toast--warning {
    background-color: #fff8ec !important;
    border: 1px solid #f7d9a4 !important;
}
.Toastify__toast--info {
    background-color: #f5f9ff !important;
    border: 1px solid #9dc0ee !important;
}
.Toastify__progress-bar--success {
    background-color: #48c1b5 !important;
}
.Toastify__progress-bar--error {
    background-color: #f4b0a1 !important;
}
.Toastify__progress-bar--warning {
    background-color: #f7d9a4 !important;
}
.Toastify__progress-bar--info {
    background-color: #9dc0ee !important;
}
.v-select {
    padding: 3px 5px;
}

.vs__dropdown-toggle {
    border: none !important;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
    display: none;
}
.vs__dropdown-option {
    color: #000 !important;
}
.mobile-control {
    direction: ltr;
    display: flex;
}
.mobile-control > .form-control:first-child {
    border-radius: 8px 0 0 8px;
    background-color: #ececec;
}
.mobile-control > .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
}
.text-danger {
    color: #f53d6b;
}
.text-xs {
    font-size: 12px;
}
.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}
.boxInputMobile {
    flex-direction: row-reverse;
}

.iti {
    direction: rtl;
    text-align: right;
    width: 100%;
}
.iti__flag {
    border-radius: 50% !important;
    height: 24px !important;
    width: 24px !important;
    background-image: none !important;
}
.iti__flag {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.iti__flag.iti__om {
    background-image: url(../imgs/flags/omn.svg) !important;
}
.allLinks {
    z-index: 10;
}
.layoutDashboard .sideBar ul li {
    margin-bottom: 3px;
}
.rowDetailRequest .box .icon svg {
    width: 25px;
}
.coupon-input {
    outline: none;
    border: 0;
    border-bottom: 1px solid #d1d1db;
    padding: 0.5rem;
    text-align: center;
}
.boxiesRequests>div.top {
    border: 1px solid #fdecdc;
}
