@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Almarai", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background-color: #336057;
  border-radius: 0px;
  height: 4px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  scroll-behavior: auto !important;
  font-family: "Almarai", sans-serif;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.form-switch .form-check-input {
  background-repeat: no-repeat !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

input[type=checkbox]:checked {
  background-color: "#336057";
  color: "#336057";
  border-color: "#336057";
}

.v-input__details .v-messages__message {
  float: right !important;
}

.authentication__layout input {
  letter-spacing: 0 !important;
}
.authentication__layout input::-moz-placeholder {
  letter-spacing: 0 !important;
  height: 100px !important;
}
.authentication__layout input::placeholder {
  letter-spacing: 0 !important;
  height: 100px !important;
}
.authentication__layout .v-stepper-header {
  box-shadow: none !important;
}
.authentication__layout .v-stepper--alt-labels .v-stepper-header .v-divider {
  opacity: 1 !important;
}
.authentication__layout .v-btn-group--density-default.v-btn-group {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 100% !important;
  flex-wrap: wrap;
  height: auto !important;
}
.authentication__layout .v-btn-group .v-btn {
  border-radius: 0;
  border-color: inherit;
  background: transparent;
  border: 1px solid #ccc;
  padding: 12px 25px;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-radius: 8px;
  width: auto;
  letter-spacing: 0 !important;
}
.authentication__layout .v-btn-group .v-btn.v-btn--active {
  background-color: #336057 !important;
  border: 1px solid #336057 !important;
  border-right: 1px solid #336057 !important;
  border-left: 1px solid #336057 !important;
  opacity: 1 !important;
}
.authentication__layout .v-btn-group .v-btn:first-child {
  border-start-start-radius: 8px !important;
  border-end-start-radius: 8px !important;
}

.file__zone {
  gap: 5px;
  position: relative;
  border: 1px solid #d0d5dd !important;
  border-radius: 8px !important;
  padding: 16px;
  background-color: #f7f9fb;
}
.file__zone input {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.file__zone span {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
}
.file__zone span span {
  color: #52911b;
  font-weight: 700;
}
.file__zone p {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .v-stepper-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    overflow-x: scroll;
    padding: 15px 0;
  }
  .v-stepper-header .v-stepper-item {
    flex-basis: auto !important;
    flex: auto !important;
    padding: 0;
  }
  .v-stepper-header .v-stepper-item__title {
    font-size: 14px !important;
  }
  .v-stepper-header .v-divider {
    display: none !important;
  }
}
.Vue-Toastification__toast {
  max-width: 200px !important;
}

@media only screen and (min-width: 600px) {
  .Vue-Toastification__container.top-right .Vue-Toastification__toast, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: inherit !important;
  }
}
.v-tab.v-tab.v-btn {
  height: var(--v-tabs-height);
  border-radius: 0;
  min-width: 90px;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 10px 15px;
  color: #253D4E;
  background-color: transparent;
}

.v-slide-group--vertical .v-tab__slider {
  opacity: 0 !important;
}

.v-tab--selected {
  background-color: #336057 !important;
}
.v-tab--selected span {
  color: #fff;
}
.v-tab--selected svg, .v-tab--selected path {
  fill: #fff !important;
  color: #fff !important;
}

.v-slide-group__content {
  gap: 20px;
}

.v-slide-group {
  padding: 0 4px;
}

.orders__table thead {
  background-color: #F9FAFB;
}
.orders__table tbody tr:nth-child(even) {
  background-color: #F9FAFB;
}

header.custom_navbar {
  position: relative !important;
  background-color: #fff !important;
}
header.custom_navbar * {
  color: #000 !important;
}

.locale-changer {
  background: rgba(255, 255, 255, 0.25);
  padding: 5px;
  border-radius: 4px;
}

.bank__layout .v-table .v-table__wrapper {
  border-radius: 8px;
}
.bank__layout .v-table thead tr {
  background: #336057 !important;
  color: #fff !important;
}
.bank__layout .v-table tbody tr:nth-child(even) {
  background-color: rgba(228, 225, 225, 0.2588235294);
}
.bank__layout tr:not(:last-child) > td, .bank__layout .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
  border-bottom: thin solid rgba(188, 188, 188, 0.12) !important;
}

.bank_details_layout .v-btn__content {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
}

.sticky-column-table .sticky-column {
  position: sticky;
  right: 0;
  background-color: white; /* or use your preferred background color */
  z-index: 1; /* Ensure it stays on top of other elements */
}

.v-window.v-theme--light.v-carousel {
  height: 550px !important;
}
@media (max-width: 767px) {
  .v-window.v-theme--light.v-carousel {
    height: 375px !important;
  }
}

.v-responsive.v-img {
  position: relative;
}

.v-responsive.v-img::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: transparent;
  background-image: linear-gradient(-300deg, rgba(0, 0, 0, 0) 10%, rgba(51, 96, 87, 0.6862745098) 100%);
  width: 100%;
  height: 100%;
}

.v-responsive__content {
  position: relative;
  z-index: 99;
}

.v-window__left, .v-window__right {
  background: rgba(51, 96, 87, 0.4588235294) !important;
}
.v-window__left i, .v-window__right i {
  transform: rotate(180deg);
  color: #fff;
}

.v-carousel__controls {
  display: none !important;
}

.v-window a {
  border-color: #fff !important;
  transition: 0.3s ease-in-out all;
}
.v-window a:hover {
  background-color: "#336057" !important;
  border-color: "#336057" !important;
  color: #fff !important;
}

.v-img__img.v-img__img--contain {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.slider__ .v-window-item {
  position: relative;
}
.slider__ .v-window-item::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100px;
  content: "";
}
.slider__ .v-window-item * {
  z-index: 99;
}
.slider__ .v-window-item .header__info {
  z-index: 99999;
  position: relative;
}

.custom-shape-divider-bottom-1710021382 {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1710021382 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom-1710021382 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

@media (max-width: 991px) {
  .header__info {
    padding-inline-start: 30px;
    margin-top: 110px;
  }
  .header__info h2 {
    font-size: 25px;
  }
  .header__info span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .header__info h2 {
    font-size: 18px;
  }
  .header__info span {
    font-size: 14px;
  }
  .v-window__controls {
    display: none !important;
  }
}
.programs__ .program__item {
  overflow: hidden;
  transition: 0.5s ease-in-out all;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.programs__ .program__item .program__img {
  position: relative;
  transition: 0.5s ease-in-out all;
}
.programs__ .program__item .program__img img {
  border-radius: 8px;
  transition: 0.5s ease-in-out all;
}
.programs__ .program__item .program__title {
  z-index: 99;
  color: #fff;
}
.programs__ .program__item:hover img {
  transform: scale(1.2);
  border-radius: 8px;
}
.programs__ .program__item:hover .program__img::after {
  border-radius: 8px;
}

.lang-en {
  direction: ltr;
}
.lang-en footer .footer_links h3:after {
  left: 0;
  right: auto;
}
.lang-en .v-input__details .v-messages__message {
  float: left !important;
}
.lang-en .v-responsive.v-img::before {
  right: auto !important;
  left: 0 !important;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0) 18%, rgba(51, 96, 87, 0.6862745098) 100%);
}/*# sourceMappingURL=main.css.map */