/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
/* Main properties that control the layout direction are:
-----------------------------------------------
- Direction (LTR/RTL)
- Float (left/right)
- Margin 
- Padding
- Absolute position (left/right)
- Background position (left/right)
- Border
- Border radious
- Note: "Think about flexbox properties"
*/
/* Clearfix */
/* Direction */
/* Float */
/* Margin */
/* Padding */
/* Left And Right For Absolute Position */
/* Border */
/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
* {
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "HSDream-Light";
  src: url("../fonts/alfont_com_AlFont_com_URW-DIN-Arabic.ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HSDream-Light", sans-serif, "Font Awesome 5 Free";
  overflow-x: hidden;
}
html[lang=en] body {
  direction: ltr;
  text-align: left;
}
html[lang=ar] body {
  direction: rtl;
  text-align: right;
}
body.light-theme {
  background-color: #ffffff;
  color: #555555;
}
body.dark-theme {
  color: #ffffff;
  background-color: #031122;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

p {
  color: #a9a9a9;
  margin: 0;
  font-size: 1em;
}

input:focus::placeholder {
  color: transparent;
}

*::placeholder {
  color: #444;
  transition: all 0.3s ease;
}

form {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
html[lang=en] form {
  text-align: left;
}
html[lang=ar] form {
  text-align: right;
}

a {
  text-decoration: none !important;
}

.owl-carousel {
  touch-action: manipulation;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

button,
input[type=submit] {
  cursor: pointer;
}

button,
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select:focus,
button:focus,
input:focus {
  outline: 0;
}

/* owl carousel*/
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* owl carousel*/
@media (min-width: 1720px) {
  .container {
    max-width: 1620px;
  }
}
/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
body {
  background-color: #f5f5f5;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  body::-webkit-scrollbar {
    height: 1px;
  }
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, #0dbc42, #099f95);
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header {
  position: sticky;
  z-index: 888;
  top: 0;
}

.nav-container {
  margin: 0 110px;
}
@media (max-width: 1280px) {
  .nav-container {
    margin: 0 35px;
  }
}
@media (max-width: 550px) {
  .nav-container {
    margin: 0 15px;
  }
}
@media (max-width: 320px) {
  .nav-container {
    margin: 0 3px;
  }
}

.sidebar-menu {
  width: 300px;
  position: fixed;
  top: 97px;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
  z-index: 9;
  background-color: #f6f4f8;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px #baa3a3;
  background: #fff;
  padding-bottom: 97px;
}
html[lang=en] .sidebar-menu {
  left: 0;
}
html[lang=ar] .sidebar-menu {
  right: 0;
}
@media (max-width: 550px) {
  .sidebar-menu {
    top: 65px;
    padding-bottom: 75px;
  }
}
@media (max-width: 320px) {
  .sidebar-menu {
    top: 59px;
  }
}
.sidebar-menu .sidebar-logo {
  text-align: center;
  padding: 25px;
  margin-bottom: 10px;
}
.sidebar-menu .sidebar-logo .img-logo {
  height: 140px;
  object-fit: cover;
}
.sidebar-menu .sidebar-logo .close-ic {
  display: none;
  position: absolute;
  top: 15px;
  font-size: 25px;
  color: #085a47;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 900;
}
html[lang=en] .sidebar-menu .sidebar-logo .close-ic {
  right: 5px;
}
html[lang=ar] .sidebar-menu .sidebar-logo .close-ic {
  left: 5px;
}
@media (max-width: 1024px) {
  .sidebar-menu .sidebar-logo .close-ic {
    display: block;
  }
}
.sidebar-menu .sidebar-anchors {
  flex-grow: 1;
  overflow-y: auto;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
  margin-top: 50px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 550px) {
  .sidebar-menu .sidebar-anchors {
    margin-top: 20px;
  }
}
.sidebar-menu .sidebar-anchors::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .sidebar-menu .sidebar-anchors::-webkit-scrollbar {
    height: 1px;
  }
}
.sidebar-menu .sidebar-anchors::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.sidebar-menu .sidebar-anchors::-webkit-scrollbar-thumb {
  background: linear-gradient(#c57cf0, #721f89);
  background: linear-gradient(rgba(24, 74, 31, 0.3), rgba(24, 74, 31, 0.99));
  border-radius: 3px;
}
.sidebar-menu .sidebar-anchors::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html[lang=en] .sidebar-menu .sidebar-anchors {
  padding: 0 15px 20px 25px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors {
  padding: 0 25px 20px 15px;
}
.sidebar-menu .sidebar-anchors .profile {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar-menu .sidebar-anchors .profile img {
  width: 95px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
html[lang=en] .sidebar-menu .sidebar-anchors .profile img {
  margin-right: 15px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .profile img {
  margin-left: 15px;
}
.sidebar-menu .sidebar-anchors .profile .hint {
  color: #535455;
  font-size: 16px;
  margin-bottom: 12px;
}
.sidebar-menu .sidebar-anchors .item {
  position: relative;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.sidebar-menu .sidebar-anchors .item .box-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
.sidebar-menu .sidebar-anchors .item .box-item::before {
  content: "";
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0dbc42, #099f95);
  position: absolute;
  transition: 0.5s;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item::before {
  right: 0;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item::before {
  left: 0;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item::before {
  transform: translateX(-100%);
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item::before {
  transform: translateX(100%);
}
.sidebar-menu .sidebar-anchors .item .box-item:hover .hint, .sidebar-menu .sidebar-anchors .item .box-item.active .hint {
  color: #fff;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item:hover .hint, html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item.active .hint {
  transform: translateX(15px);
}
@media (max-width: 550px) {
  html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item:hover .hint, html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item.active .hint {
    transform: translateX(5px);
  }
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item:hover .hint, html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item.active .hint {
  transform: translateX(-15px);
}
@media (max-width: 550px) {
  html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item:hover .hint, html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item.active .hint {
    transform: translateX(-5px);
  }
}
.sidebar-menu .sidebar-anchors .item .box-item:hover .sb-icon, .sidebar-menu .sidebar-anchors .item .box-item.active .sb-icon {
  color: #fff !important;
}
.sidebar-menu .sidebar-anchors .item .box-item:hover::before, .sidebar-menu .sidebar-anchors .item .box-item.active::before {
  transform: none !important;
}
.sidebar-menu .sidebar-anchors .item .box-item:hover .side-img, .sidebar-menu .sidebar-anchors .item .box-item.active .side-img {
  filter: grayscale(100%) brightness(45%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
.sidebar-menu .sidebar-anchors .item .box-item .sb-icon {
  top: 20px !important;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item .sb-icon {
  transform: translate(0, 0) rotate(180deg) !important;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item .sb-icon {
  transform: none !important;
}
.sidebar-menu .sidebar-anchors .item .box-item .hint-img {
  padding: 8px;
  background: #f7f7f7;
  border-radius: 8px;
  transition: 0.5s;
  z-index: 5;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-item .hint-img {
  margin-right: 13px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-item .hint-img {
  margin-left: 13px;
}
.sidebar-menu .sidebar-anchors .item .box-item .side-img {
  object-fit: cover;
  transition: 0.5s;
  max-width: 25px;
  max-height: 25px;
}
.sidebar-menu .sidebar-anchors .item .box-item .img-2 {
  opacity: 0;
  display: none;
}
.sidebar-menu .sidebar-anchors .item .box-index {
  display: flex;
  position: relative;
  padding: 10px;
}
.sidebar-menu .sidebar-anchors .item .box-index:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar-menu .sidebar-anchors .item .box-index .index-img {
  max-width: 45px;
  max-height: 45px;
  object-fit: cover;
}
html[lang=en] .sidebar-menu .sidebar-anchors .item .box-index .index-img {
  margin-right: 15px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item .box-index .index-img {
  margin-left: 15px;
}
.sidebar-menu .sidebar-anchors .item .box-index .index-img.hint-index-img {
  width: 28px;
  height: 28px;
}
.sidebar-menu .sidebar-anchors .item .box-index:first-child {
  align-items: center;
}
.sidebar-menu .sidebar-anchors .item .box-index .hint-text .first,
.sidebar-menu .sidebar-anchors .item .box-index .hint-text .sec {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .sidebar-menu .sidebar-anchors .item .box-index .hint-text .first,
.sidebar-menu .sidebar-anchors .item .box-index .hint-text .sec {
    font-size: 16px;
  }
}
.sidebar-menu .sidebar-anchors .item .box-index .hint-text .first {
  color: #000;
}
.sidebar-menu .sidebar-anchors .item .box-index .hint-text .sec {
  color: #8a8a8a;
}
.sidebar-menu .sidebar-anchors .item .box-index .hint-text p:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-menu .sidebar-anchors .item .box-index .side-logo {
  max-width: 230px;
  max-height: 156px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .sidebar-menu .sidebar-anchors .item .box-index .side-logo {
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
  }
}
.sidebar-menu .sidebar-anchors .item i {
  font-size: 20px;
  font-weight: 900;
  color: #858585;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html[lang=en] .sidebar-menu .sidebar-anchors .item i {
  right: 10px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .item i {
  left: 10px;
}
.sidebar-menu .sidebar-anchors .item:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-menu .sidebar-anchors .item .hint {
  font-size: 15px;
  color: #858585;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 550px) {
  .sidebar-menu .sidebar-anchors .item .hint {
    font-size: 14px;
  }
}
.sidebar-menu .sidebar-anchors .item.without-pointer {
  cursor: auto;
}
.sidebar-menu .sidebar-anchors .without-anchor {
  cursor: pointer;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu {
  padding: 15px 20px;
  transition: 0.3s;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #858585;
  padding: 7px;
  background-color: transparent;
  border-radius: 5px;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor .sub-img {
  max-width: 18px;
  max-height: 17px;
}
html[lang=en] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor .sub-img {
  margin-right: 10px;
}
html[lang=ar] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor .sub-img {
  margin-left: 10px;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor .sub-text {
  transition: 0.4s;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor.active {
  background: rgba(9, 159, 149, 0.1);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor.active .sub-text {
  color: #0dbc42;
}
html[lang=en] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor.active .sub-text {
  transform: translateX(10px);
}
html[lang=ar] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor.active .sub-text {
  transform: translateX(-10px);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor.active .sub-img {
  filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:hover {
  background: rgba(9, 159, 149, 0.1);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:hover .sub-text {
  color: #0dbc42;
}
html[lang=en] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:hover .sub-text {
  transform: translateX(10px);
}
html[lang=ar] .sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:hover .sub-text {
  transform: translateX(-10px);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .list-anchor:hover .sub-img {
  filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .sub-item {
  transition: 0.5s;
}
.sidebar-menu .sidebar-anchors .without-anchor .sub-list-menu .sub-item:not(:last-child) {
  margin-bottom: 7px;
}
@media (max-width: 550px) {
  .sidebar-menu .sidebar-anchors {
    padding: 0 7px !important;
  }
}
html[lang=en] .sidebar-menu.move {
  transform: translateX(-100%);
}
html[lang=ar] .sidebar-menu.move {
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  html[lang=en] .sidebar-menu.move {
    transform: none;
  }
  html[lang=ar] .sidebar-menu.move {
    transform: none;
  }
}
@media (max-width: 1024px) {
  html[lang=en] .sidebar-menu {
    transform: translate(-100%);
  }
  html[lang=ar] .sidebar-menu {
    transform: translate(100%);
  }
}
@media (max-width: 550px) {
  .sidebar-menu {
    width: 250px;
  }
}

.sidebar-menu .sidebar-anchors .item .logout-anchor .side-img {
  filter: invert(76%) sepia(30%) saturate(3461%) hue-rotate(321deg) brightness(98%) contrast(91%) !important;
}

.content-mrg {
  padding: 40px 20px;
  transition: 0.5s all ease-in-out;
}
html[lang=en] .content-mrg {
  margin-left: 300px;
}
html[lang=ar] .content-mrg {
  margin-right: 300px;
}
@media (max-width: 1280px) {
  .content-mrg {
    padding: 0;
    padding-top: 30px;
  }
}
html[lang=en] .content-mrg.move {
  margin-left: 0px;
}
html[lang=ar] .content-mrg.move {
  margin-right: 0px;
}
@media (max-width: 1024px) {
  html[lang=en] .content-mrg {
    margin-left: 0px;
  }
  html[lang=ar] .content-mrg {
    margin-right: 0px;
  }
}

.nav-logo {
  display: block;
  flex-shrink: 0;
}
.nav-logo .img {
  max-width: 81px;
  height: 57px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .nav-logo .img {
    max-width: 60px;
    height: 45px;
  }
}
@media (max-width: 320px) {
  .nav-logo .img {
    max-width: 50px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .nav-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #000;
    opacity: 0.5;
    transition: 0.5s;
  }
  html[lang=en] .nav-overlay {
    transform: translateX(100%);
  }
  html[lang=ar] .nav-overlay {
    transform: translateX(-100%);
  }
  html[lang=en] .nav-overlay {
    right: 0;
  }
  html[lang=ar] .nav-overlay {
    left: 0;
  }
  html[lang=en] .nav-overlay.show {
    transform: translateX(0);
  }
  html[lang=ar] .nav-overlay.show {
    transform: translateX(0);
  }
}

.top-nav {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: 0.5s all ease-in-out;
}
.top-nav .inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .top-nav .inner {
    padding: 10px 0;
  }
}
.top-nav .inner .navbar-btn {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 8px;
  display: none;
}
html[lang=en] .top-nav .inner .navbar-btn {
  margin-left: 15px;
}
html[lang=ar] .top-nav .inner .navbar-btn {
  margin-right: 15px;
}
@media (max-width: 1280px) {
  .top-nav .inner .navbar-btn {
    display: block;
  }
}
@media (max-width: 550px) {
  .top-nav .inner .navbar-btn {
    padding: 5px 7px;
  }
  html[lang=en] .top-nav .inner .navbar-btn {
    margin-left: 7px;
  }
  html[lang=ar] .top-nav .inner .navbar-btn {
    margin-right: 7px;
  }
}
.top-nav .inner .left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.top-nav .inner .left .responsive-icon-search {
  display: none;
  color: #000;
  font-size: 18px;
  background-color: #f5f5f5;
  padding: 13px 15px;
  border-radius: 8px;
}
html[lang=en] .top-nav .inner .left .responsive-icon-search {
  margin-right: 15px;
}
html[lang=ar] .top-nav .inner .left .responsive-icon-search {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .top-nav .inner .left .responsive-icon-search {
    display: block;
  }
}
@media (max-width: 550px) {
  .top-nav .inner .left .responsive-icon-search {
    padding: 10px;
  }
  html[lang=en] .top-nav .inner .left .responsive-icon-search {
    margin-right: 7px;
  }
  html[lang=ar] .top-nav .inner .left .responsive-icon-search {
    margin-left: 7px;
  }
}
@media (max-width: 320px) {
  .top-nav .inner .left .responsive-icon-search {
    padding: 7px;
    font-size: 15px;
  }
}
.top-nav .inner .left .notif-icon {
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f5f5f5;
}
html[lang=en] .top-nav .inner .left .notif-icon {
  margin-right: 25px;
}
html[lang=ar] .top-nav .inner .left .notif-icon {
  margin-left: 25px;
}
@media (max-width: 550px) {
  .top-nav .inner .left .notif-icon {
    width: 40px;
    height: 38px;
  }
  html[lang=en] .top-nav .inner .left .notif-icon {
    margin-right: 7px;
  }
  html[lang=ar] .top-nav .inner .left .notif-icon {
    margin-left: 7px;
  }
}
@media (max-width: 320px) {
  .top-nav .inner .left .notif-icon {
    width: 34px;
    height: 29px;
  }
}
.top-nav .inner .left .notif-icon::before {
  content: attr(data-number);
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #000;
  color: #fff;
  top: -3px;
  font-size: 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[lang=en] .top-nav .inner .left .notif-icon::before {
  left: -3px;
}
html[lang=ar] .top-nav .inner .left .notif-icon::before {
  right: -3px;
}
.top-nav .inner .left .notif-icon i {
  font-size: 20px;
  color: #8a8f94;
}
@media (max-width: 550px) {
  .top-nav .inner .left .notif-icon img {
    max-height: 24px;
  }
}
@media (max-width: 320px) {
  .top-nav .inner .left .notif-icon img {
    max-height: 18px;
  }
}
.top-nav .inner .left .anchor-profile {
  display: block;
  position: relative;
}
.top-nav .inner .left .anchor-profile::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #65b717;
  border-radius: 50%;
  top: 65%;
}
.top-nav .inner .left .anchor-profile .img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.top-nav.move {
  width: 100%;
}

.main-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.main-nav .nav-search {
  width: auto;
  flex-grow: 1;
  margin: 0 110px;
}
@media (max-width: 1280px) {
  .main-nav .nav-search {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-nav .nav-search {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 23px 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
    transition: 0.5s;
    transform: translateY(-100%);
    border-radius: 0;
  }
  html[lang=en] .main-nav .nav-search {
    right: 0;
  }
  html[lang=ar] .main-nav .nav-search {
    left: 0;
  }
  .main-nav .nav-search.active {
    transform: none;
  }
  .main-nav .nav-search .input {
    width: 280px;
    height: 50px;
    padding: 0 10px;
    background: transparent;
    color: #fff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main-nav .nav-search .input {
    width: 100%;
    color: #000;
  }
}
@media (max-width: 550px) {
  .main-nav .nav-search {
    padding: 12px 20px;
  }
}
.main-nav .nav-search .responsive-filter-x {
  display: none;
}
@media (max-width: 768px) {
  .main-nav .nav-search .responsive-filter-x {
    font-size: 18px;
    color: #000;
    transition: 0.5s;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 5px;
    display: block;
  }
  html[lang=en] .main-nav .nav-search .responsive-filter-x {
    left: 20px;
  }
  html[lang=ar] .main-nav .nav-search .responsive-filter-x {
    right: 20px;
  }
}
@media (max-width: 550px) {
  .main-nav .nav-search .responsive-filter-x {
    font-size: 15px;
  }
  html[lang=en] .main-nav .nav-search .responsive-filter-x {
    transform: translateX(-50%);
  }
  html[lang=ar] .main-nav .nav-search .responsive-filter-x {
    transform: translateX(50%);
  }
}
.main-nav .group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .main-nav .group {
    margin: 0 25px;
  }
}
@media (max-width: 550px) {
  .main-nav .group {
    height: 40px;
    padding: 15px 10px;
  }
}
@media (max-width: 375px) {
  .main-nav .group {
    margin: 0 15px;
  }
}
.main-nav .group input {
  width: 100%;
  height: 50px;
  background-color: transparent;
}
.main-nav .group input:focus::placeholder {
  color: transparent;
}
.main-nav .group input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
@media (max-width: 550px) {
  .main-nav .group input::placeholder {
    font-size: 12px;
  }
}
.main-nav .group .btn-search {
  background: transparent;
  display: flex;
  padding: 0;
}
.main-nav .group i {
  font-size: 21px;
  color: #3baeaa;
}
@media (max-width: 550px) {
  .main-nav .group i {
    font-size: 16px;
  }
}

.nav-profile {
  display: flex;
  align-items: center;
}
.nav-profile .prof-img {
  border-radius: 8px;
  padding: 5px;
}
html[lang=en] .nav-profile .prof-img {
  margin-right: 10px;
}
html[lang=ar] .nav-profile .prof-img {
  margin-left: 10px;
}
@media (max-width: 550px) {
  html[lang=en] .nav-profile .prof-img {
    margin-right: 0;
  }
  html[lang=ar] .nav-profile .prof-img {
    margin-left: 0;
  }
}
.nav-profile .prof-img .img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 550px) {
  .nav-profile .prof-img .img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 320px) {
  .nav-profile .prof-img .img {
    width: 26px;
    height: 26px;
  }
}
.nav-profile .hint {
  display: flex;
  flex-direction: column;
}
@media (max-width: 550px) {
  .nav-profile .hint {
    display: none;
  }
}
.nav-profile .hint .first {
  font-size: 14px;
  color: #000;
}
.nav-profile .hint .sec {
  font-size: 12px;
  color: gray;
}

.sel-2-input .select ~ .select2,
.sel-2-input .select-plugin ~ .select2 {
  width: 100% !important;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  border: 1px solid #dddddd;
}
.sel-2-input .select ~ .select2 .select2-selection--single,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single {
  height: 50px;
  padding: 10px 15px;
  border-color: transparent;
  display: flex;
  align-items: center;
}
.sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__rendered,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__rendered {
  color: #b3abb3;
  font-size: 14px;
}
.sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  border: 0;
}
html[lang=en] .sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow,
html[lang=en] .sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
html[lang=ar] .sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow,
html[lang=ar] .sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow {
  left: 15px;
}
@media (max-width: 550px) {
  html[lang=en] .sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow,
html[lang=en] .sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow {
    right: 5px;
  }
  html[lang=ar] .sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow,
html[lang=ar] .sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow {
    left: 5px;
  }
}
.sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow::after,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  display: flex;
  font-size: 13px;
  color: #b3abb3;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .sel-2-input .select ~ .select2 .select2-selection--single,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single {
    padding: 10px 5px;
  }
}
.sel-2-input .select ~ .select2 .select2-selection--single .select2-selection__arrow b,
.sel-2-input .select-plugin ~ .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.main-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 16px;
  }
}
.main-title.lg {
  font-size: 22px;
}
.main-title.bold {
  font-weight: bold;
}
.main-title.gray {
  color: #8a8a8a;
}

.head-title {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}

.main-color {
  color: #0dbc42 !important;
}
.main-color:hover {
  color: #0dbc42;
}

.main-bg-color {
  background-color: #0dbc42;
}

.bold {
  font-weight: bold;
}

.multi-btns {
  flex-wrap: wrap;
}
.multi-btns .main-btn {
  margin-bottom: 15px;
}
.multi-btns .main-btn:not(:first-child) {
  margin-inline-start: 20px;
}

@media print {
  /*print css here*/
  body * {
    visibility: hidden;
  }

  .header,
.no_print {
    height: 0;
    display: none;
    visibility: hidden;
  }

  .content-mrg {
    padding: 0;
  }

  .banner-section,
.multi-btns {
    height: 0 !important;
    display: none;
  }

  .icon-info {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .multi-btns .print-container,
.print-container * {
    visibility: visible;
  }
}
.sub-layout {
  padding: 15px 20px;
}

.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-image: linear-gradient(90deg, #0dbc42, #099f95);
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.site-loader img {
  animation: logoeffect2 0.9s linear 0s infinite;
  position: relative;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

@keyframes logoeffect2 {
  100% {
    transform: rotateY(360deg);
  }
}
.custom-img-upload .preview {
  position: relative;
}
.custom-img-upload .preview .fancy-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 22;
  cursor: move;
}

.add-opinion-imgs {
  height: 300px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html[lang=en] .add-opinion-imgs {
  padding-right: 10px;
}
html[lang=ar] .add-opinion-imgs {
  padding-left: 10px;
}
.add-opinion-imgs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .add-opinion-imgs::-webkit-scrollbar {
    height: 1px;
  }
}
.add-opinion-imgs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.add-opinion-imgs::-webkit-scrollbar-thumb {
  background: linear-gradient(#c57cf0, #721f89);
  background: linear-gradient(rgba(24, 74, 31, 0.3), rgba(24, 74, 31, 0.99));
  border-radius: 3px;
}
.add-opinion-imgs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header-update {
  display: none;
}

.static-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 550px) {
  .static-header {
    flex-direction: column;
  }
}
.static-header .right, .static-header .nav-logo, .static-header .left {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .static-header .right, .static-header .nav-logo, .static-header .left {
    text-align: center;
  }
}
.static-header .text {
  font-size: 16px;
  color: #000;
}
.static-header .left .text:not(:last-child), .static-header .right .text:not(:last-child) {
  margin-bottom: 7px;
}

.lang {
  margin-inline-start: 10px;
}
@media (max-width: 550px) {
  .lang {
    margin-inline-start: 7px;
  }
}
.lang .dropdown-menu {
  min-width: 99px;
  padding: 5px 10px;
}
@media (max-width: 550px) {
  .lang .dropdown-menu {
    min-width: 70px;
  }
}
.lang .dropdown-menu .dropdown-item {
  padding: 0;
}
.lang .dropdown-menu .dropdown-item:hover, .lang .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
}
.lang .dropdown-menu .dropdown-item:active {
  color: #000;
  background-color: #fff;
}
.lang button {
  background: transparent;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding: 0;
}
.lang button::after {
  content: "\f078";
  top: 30%;
  font-weight: 600;
  color: #000;
  font-size: 11px;
}
html[lang=en] .lang button::after {
  right: 0;
}
html[lang=ar] .lang button::after {
  left: 0;
}
html[lang=en] .lang button::after {
  margin-left: 5px;
}
html[lang=ar] .lang button::after {
  margin-right: 5px;
}
.lang button img {
  max-width: 40px;
  max-height: 25px;
  object-fit: cover;
  border-radius: 3px;
}
html[lang=en] .lang button img {
  margin-right: 3px;
}
html[lang=ar] .lang button img {
  margin-left: 3px;
}
@media (max-width: 550px) {
  .lang button img {
    display: none;
  }
}

.main-text {
  margin-bottom: 20px;
}
.main-text .title {
  font-size: 18px;
  color: #202020;
  margin-bottom: 10px;
  font-weight: 600;
}
.main-text .title.lg {
  font-size: 22px;
}
@media (max-width: 550px) {
  .main-text .title {
    font-size: 18px;
  }
}
.main-text .disc {
  font-size: 14px;
  color: #949494;
}

.card-index .card-box {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  min-height: 220px;
}
@media (max-width: 1280px) {
  .card-index .card-box {
    padding: 25px;
  }
}
@media (max-width: 550px) {
  .card-index .card-box {
    padding: 15px;
  }
}
.card-index .card-box .img-card {
  max-width: 140px;
  height: 90px;
  object-fit: cover;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .card-index .card-box .img-card {
    height: 85px;
  }
}
@media (max-width: 550px) {
  .card-index .card-box .img-card {
    height: 55px;
  }
}
.card-index .card-box .text-card {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1280px) {
  .card-index .card-box .text-card {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .card-index .card-box .text-card {
    font-size: 18px;
  }
}

.layout-form {
  display: flex;
}

.right-side {
  padding: 100px 50px 20px;
  flex-basis: 50%;
  z-index: 4;
}
@media (max-width: 1280px) {
  .right-side {
    padding: 50px 25px 20px;
  }
}
@media (max-width: 550px) {
  .right-side {
    flex-basis: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    padding: 50px 15px 0;
  }
}
.right-side form {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .right-side form {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .right-side .t-center,
.right-side .label,
.right-side .f-password,
.right-side .new-sign,
.right-side a {
    color: #fff;
  }
  .right-side .t-center {
    font-size: 17px;
  }
}
.right-side .side-logo {
  /* width: 220px; */
  height: 153px;
  object-fit: cover;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 1280px) {
  .right-side .side-logo {
    width: 170px;
    height: 120px;
  }
}
@media (max-width: 550px) {
  .right-side .side-logo {
    filter: brightness(0) invert(1);
  }
}
.right-side .form-img {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  width: 50%;
}
@media (max-width: 550px) {
  .right-side .form-img {
    display: none;
  }
}
@media (max-width: 550px) {
  .right-side .main-text .title,
.right-side .main-text .disc,
.right-side .main-text .main-btn {
    color: #fff !important;
  }
}
.right-side .main-btn.sm {
  position: absolute;
  top: 20px;
}
@media (max-width: 768px) {
  .right-side .main-btn.sm {
    position: static;
    width: 100%;
    height: 50px;
    font-size: 20px;
  }
}

.left-side {
  flex-basis: 50%;
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: flex-start;
  background-image: linear-gradient(to top, #fff, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
}
html[lang=en] .left-side {
  left: 0;
}
html[lang=ar] .left-side {
  right: 0;
}
@media (max-width: 550px) {
  .left-side {
    flex-basis: auto;
    width: 100%;
  }
}
.left-side .main-logo {
  height: 270px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .left-side .main-logo {
    display: none;
  }
}
.left-side .left-side-img {
  position: absolute;
  width: calc(100% - 30px);
  object-fit: cover;
  bottom: 40px;
  z-index: -1;
}
.left-side .info {
  padding: 0 40px;
}
@media (max-width: 550px) {
  .left-side .info {
    display: none;
  }
}
.left-side .info .title,
.left-side .info .disc {
  color: #fff;
}
.left-side .info .title {
  font-size: 41px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .left-side .info .title {
    font-size: 30px;
  }
}
.left-side .info .title:not(:last-child) {
  margin-bottom: 15px;
}
.left-side .info .title:not(:last-child).main {
  position: relative;
}
.left-side .info .title:not(:last-child).main::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  z-index: -1;
  background-color: #000000;
}
html[lang=en] .left-side .info .title:not(:last-child).main::before {
  left: 0;
}
html[lang=ar] .left-side .info .title:not(:last-child).main::before {
  right: 0;
}
html[lang=en] .left-side .info .title:not(:last-child).main::before {
  border-radius: 30px 0 0 0;
  transform: translate(-35%, -50%);
}
html[lang=ar] .left-side .info .title:not(:last-child).main::before {
  border-radius: 0 30px 0 0;
  transform: translate(35%, -50%);
}
.left-side .info .disc {
  font-size: 16px;
  margin-top: 30px;
}

.label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #202020;
}

.main-input {
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  display: flex;
  padding: 13px 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  border: 1px solid #dddddd;
  position: relative;
}
.main-input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.main-input .icon-img {
  position: absolute;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #bfbfbf;
  font-size: 22px;
}
html[lang=en] .main-input .icon-img {
  right: 10px;
}
html[lang=ar] .main-input .icon-img {
  left: 10px;
}
.main-input .dn-input {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
html[lang=en] .main-input .dn-input {
  left: 0;
}
html[lang=ar] .main-input .dn-input {
  right: 0;
}

.signature {
  height: 60px;
  background-color: #d8d8d8;
  animation: none;
  text-align: center;
}

.input-date::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}

.input-password {
  position: relative;
}
.input-password .icon {
  position: absolute;
  bottom: 20px;
  color: #8a8a8a;
  cursor: pointer;
  top: 50%;
  transform: translateY(10px);
}
html[lang=en] .input-password .icon {
  right: 15px;
}
html[lang=ar] .input-password .icon {
  left: 15px;
}
.input-password .icon.active::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(45deg);
}

.f-password {
  display: block;
  text-align: end;
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 30px;
}
.f-password:hover {
  color: #8a8a8a;
}

.main-btn {
  min-width: 220px;
  height: 50px;
  padding: 16px 10px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-image: linear-gradient(to right, #0dbc42, #40e495, #30dd8a, #2bb673);
  border-radius: 6px;
  line-height: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-size: 300% 100%;
}
.main-btn.bg-red {
  background-color: #c21717 !important;
  color: #fff !important;
  background-image: none !important;
}
.main-btn.md {
  width: 60%;
  max-width: 100%;
  margin: 40px auto;
}
@media (max-width: 550px) {
  .main-btn.md {
    width: 100%;
  }
}
.main-btn.full-w {
  width: 500px;
  max-width: 100%;
}
.main-btn.sm {
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  height: 42px;
}
.main-btn:hover {
  color: #fff;
  background-position: 100% 0;
}

.custom-main-btn {
  font-size: 18px;
}
.custom-main-btn .icon {
  margin-inline-start: 15px;
}

.form-group {
  margin-bottom: 30px;
}

.restore-text {
  font-size: 22px;
  color: #202020;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 30px;
}
@media (max-width: 550px) {
  .restore-text {
    color: #fff;
    font-size: 20px;
  }
}
.restore-text.without-brm {
  border-bottom: 0;
}

.done-img {
  max-width: 110px;
  max-height: 110px;
  object-fit: cover;
  margin: 0 auto 15px;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .done-img {
    max-width: 85px;
    max-height: 85px;
  }
}

.filter-table-sec {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .filter-table-sec {
    flex-wrap: wrap;
  }
}
.filter-table-sec .main-filter {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .filter-table-sec .main-filter {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.filter-table-sec .main-btn {
  background-color: #0dbc42;
  background-image: none;
  height: 45px;
  font-size: 16px;
  margin-bottom: 10px;
  min-width: 180px;
  flex-shrink: 0;
}
html[lang=en] .filter-table-sec .main-btn {
  margin-right: 90px;
}
html[lang=ar] .filter-table-sec .main-btn {
  margin-left: 90px;
}
@media (max-width: 1280px) {
  html[lang=en] .filter-table-sec .main-btn {
    margin-right: 20px;
  }
  html[lang=ar] .filter-table-sec .main-btn {
    margin-left: 20px;
  }
}
.filter-table-sec .main-btn .hint {
  display: block;
}
html[lang=en] .filter-table-sec .main-btn .hint {
  margin-right: 20px;
}
html[lang=ar] .filter-table-sec .main-btn .hint {
  margin-left: 20px;
}
.filter-table-sec .main-btn i {
  font-size: 15px;
}
.filter-table-sec .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 45px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  max-width: 100%;
}
@media (max-width: 768px) {
  .filter-table-sec .search {
    order: 3;
  }
}
.filter-table-sec .search .input {
  width: 100%;
  height: 45px;
  background-color: transparent;
}
.filter-table-sec .search .input:focus::placeholder {
  color: transparent;
}
.filter-table-sec .search .input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
@media (max-width: 550px) {
  .filter-table-sec .search .input::placeholder {
    font-size: 12px;
  }
}
.filter-table-sec .search .btn-search {
  background: transparent;
  display: flex;
  padding: 0;
}
.filter-table-sec .search .btn-search i {
  font-size: 18px;
  color: #3baeaa;
}
.filter-table-sec .sel-2-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: end;
}
@media (max-width: 550px) {
  .filter-table-sec .sel-2-input {
    justify-content: start;
  }
}
@media (max-width: 550px) {
  .filter-table-sec .sel-2-input .select-plugin ~ .select2 {
    width: 150px !important;
  }
}
.filter-table-sec .sel-2-input .select-plugin ~ .select2 .select2-selection--single {
  min-width: fit-content;
  height: 45px;
  max-width: 100%;
}
@media (max-width: 550px) {
  .filter-table-sec .sel-2-input .select-plugin ~ .select2 .select2-selection--single {
    min-width: auto;
    height: 40px;
  }
}
.filter-table-sec .sel-2-input .hint-select {
  font-size: 16px;
  color: #8a8a8a;
  flex-shrink: 0;
}
html[lang=en] .filter-table-sec .sel-2-input .hint-select {
  margin-right: 20px;
}
html[lang=ar] .filter-table-sec .sel-2-input .hint-select {
  margin-left: 20px;
}
@media (max-width: 550px) {
  html[lang=en] .filter-table-sec .sel-2-input .hint-select {
    margin-right: 10px;
  }
  html[lang=ar] .filter-table-sec .sel-2-input .hint-select {
    margin-left: 10px;
  }
}
.filter-table-sec .filter-added {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .filter-table-sec .filter-added {
    justify-content: space-between;
    width: 100%;
  }
}
.filter-table-sec .add-btn {
  width: 60px;
  height: 45px;
  border-radius: 10px;
  background-color: #8a8a8a;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media (max-width: 550px) {
  .filter-table-sec .add-btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.table-section {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.table-section .table {
  text-align: center;
  margin-bottom: 0;
  background: transparent;
}
.table-section .table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.table-section .table tbody tr:nth-child(odd) {
  background: #fff;
}
.table-section .table tfoot {
  background-color: #fff;
}
.table-section .table tfoot th {
  vertical-align: middle;
}
.table-section .thead-bg-cl {
  color: #fff;
  background-color: #0dbc42;
}
.table-section .thead-bg-cl tr th {
  color: #262626;
}
.table-section .thead-bg-cl th {
  border: 0;
  padding: 20px;
  font-size: 18px;
}
@media (max-width: 550px) {
  .table-section .thead-bg-cl th {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.table-section .thead-bg-cl td {
  font-size: 15px;
}
.table-section tbody::before {
  line-height: 1em;
  content: "_";
  color: white;
  display: block;
}
.table-section tbody td,
.table-section tbody th {
  font-size: 16px;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  padding: 20px 0.75rem;
}
.table-section th {
  white-space: nowrap;
}
.table-section .hd-table {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-section .hd-table .hint {
  font-size: 15px;
  color: #fff;
}
html[lang=en] .table-section .hd-table .hint {
  margin-right: 15px;
}
html[lang=ar] .table-section .hd-table .hint {
  margin-left: 15px;
}
.table-section .hd-table .tb-button {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 25px;
}
.table-section .hd-table .tb-button .button {
  padding: 0;
  line-height: 0;
  background-color: transparent;
  color: #9cbdb5;
  font-size: 15px;
  position: absolute;
}
.table-section .hd-table .tb-button .button:first-child {
  top: 0;
}
.table-section .hd-table .tb-button .button:last-child {
  bottom: 0;
}
.table-section .hd-table .tb-button .button.active {
  color: #fff;
}
.table-section .tb-button {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 25px;
}
.table-section .tb-button .button {
  padding: 0;
  line-height: 0;
  background-color: transparent;
  color: #9cbdb5;
  font-size: 15px;
  position: absolute;
}
.table-section .tb-button .button:first-child {
  top: 0;
}
.table-section .tb-button .button:last-child {
  bottom: 0;
}
.table-section .tb-button .button.active {
  color: #fff;
}

.result-text {
  font-size: 14px;
  color: #202020;
}

.pagination .page-item {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
html[lang=en] .pagination .page-item:not(:last-child) {
  margin-right: 10px;
}
html[lang=ar] .pagination .page-item:not(:last-child) {
  margin-left: 10px;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  background-color: #f3f3f3;
  width: 38px;
  height: 38px;
  overflow: hidden;
  transition: 0.3s;
  font-size: 18px;
}
.pagination .page-item:first-child:hover, .pagination .page-item:last-child:hover {
  background-color: #0dbc42;
}
.pagination .page-item:first-child:hover .page-link, .pagination .page-item:last-child:hover .page-link {
  color: #fff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagination .page-item.active, .pagination .page-item:hover {
  background-color: #0dbc42;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #fff;
  background-color: inherit;
}
.pagination .page-link {
  border: none !important;
  background: transparent;
  color: #184a1f;
  padding: 0;
  box-shadow: none;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-link:not(:last-child) {
  display: none;
}
.pagination .pg-link {
  transition: 0.3s all ease-in-out;
}

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

.rev-imgs {
  padding: 0;
  background-color: transparent;
}
.rev-imgs .rev-img {
  max-width: 40px;
  max-height: 40px;
}

.table-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.9s cubic-bezier(0.5, -0.2, 0.9, 1.11);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
html[lang=en] .table-preview {
  transform: translateX(100%);
}
html[lang=ar] .table-preview {
  transform: translateX(-100%);
}
.table-preview.active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  transform: none !important;
}
.table-preview .title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 1280px) {
  .table-preview .title {
    margin-bottom: 35px;
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  .table-preview .title {
    font-size: 26px;
  }
}
.table-preview .icon {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c93131;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
}
html[lang=en] .table-preview .icon {
  left: 50px;
}
html[lang=ar] .table-preview .icon {
  right: 50px;
}
@media (max-width: 550px) {
  .table-preview .icon {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }
  html[lang=en] .table-preview .icon {
    left: 20px;
  }
  html[lang=ar] .table-preview .icon {
    right: 20px;
  }
}
.table-preview .review-img {
  height: 216px;
  object-fit: cover;
  margin-bottom: 35px;
  border-radius: 40px;
}
@media (max-width: 1280px) {
  .table-preview .review-img {
    height: 170px;
  }
}
@media (max-width: 550px) {
  .table-preview .review-img {
    height: 130px;
    border-radius: 10px;
  }
}
.table-preview .custom-height {
  height: calc(100vh - 190px);
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 550px) {
  .table-preview .custom-height {
    height: calc(100vh - 110px);
  }
}
.table-preview .custom-height::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .table-preview .custom-height::-webkit-scrollbar {
    height: 1px;
  }
}
.table-preview .custom-height::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.table-preview .custom-height::-webkit-scrollbar-thumb {
  background: linear-gradient(#c57cf0, #721f89);
  background: linear-gradient(rgba(24, 74, 31, 0.3), rgba(24, 74, 31, 0.99));
  border-radius: 3px;
}
.table-preview .custom-height::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-layout-form {
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}

.notification-layout {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
@media (max-width: 550px) {
  .notification-layout {
    padding: 15px;
    align-items: start;
  }
}
.notification-layout .icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0dbc42;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-inline-end: 20px;
}
@media (max-width: 550px) {
  .notification-layout .icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
    margin-inline-end: 10px;
  }
}
.notification-layout .top-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}
@media (max-width: 550px) {
  .notification-layout .top-title {
    font-size: 15px;
  }
}
.notification-layout .bottom-title {
  font-size: 14px;
  color: #989898;
  gap: 10px;
}
@media (max-width: 550px) {
  .notification-layout .bottom-title {
    font-size: 13px;
  }
}

.layout-pd {
  padding: 15px 0;
}

.layout-form-wh {
  width: 850px;
  max-width: 100%;
}

.upload-preview {
  position: relative;
  width: 100px;
  max-width: 100%;
  margin-top: 15px;
  transition: 0.3s;
}
.upload-preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: move;
}
.upload-preview img {
  width: 100px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}

.img-uploader .uploader_img {
  position: relative;
}
.img-uploader .uploader_img .icon {
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666666;
}
html[lang=en] .img-uploader .uploader_img .icon {
  right: 20px;
}
html[lang=ar] .img-uploader .uploader_img .icon {
  left: 20px;
}
.img-uploader .uploader_img .dn-input {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
html[lang=en] .img-uploader .uploader_img .dn-input {
  left: 0;
}
html[lang=ar] .img-uploader .uploader_img .dn-input {
  right: 0;
}
.img-uploader .upload-preview {
  position: relative;
  width: 100px;
  max-width: 100%;
  margin-top: 15px;
  transition: 0.3s;
}
.img-uploader .upload-preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: move;
}
.img-uploader .upload-preview img {
  width: 100px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}
.img-uploader .remove-img {
  position: absolute;
  top: 3px;
  background-color: #085a47;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 555;
  cursor: pointer;
}
html[lang=en] .img-uploader .remove-img {
  right: 2px;
}
html[lang=ar] .img-uploader .remove-img {
  left: 2px;
}

.label-hint {
  color: red;
  font-size: 11px;
}
html[lang=en] .label-hint {
  margin-left: 10px;
}
html[lang=ar] .label-hint {
  margin-right: 10px;
}

.layout_map {
  height: 300px;
  border-radius: 6px;
}
@media (max-width: 550px) {
  .layout_map {
    height: 250px;
  }
}
.layout_map .gm-style-iw.gm-style-iw-c {
  padding: 15px !important;
}
.layout_map img[src="img/marker-img.png"] {
  object-fit: contain;
  width: 35px !important;
  height: 35px !important;
}
@media (max-width: 550px) {
  .layout_map img[src="img/marker-img.png"] {
    width: 35px !important;
    height: 35px !important;
  }
}

.btn-map {
  text-overflow: ellipsis;
  font-size: 14px;
  width: calc(100% - 15px);
  cursor: pointer;
}

.flatpickr-day.today {
  background-image: linear-gradient(to right, #0dbc42, #099f95);
  color: #fff;
}
.flatpickr-day.today:hover {
  background-image: linear-gradient(to right, #0dbc42, #099f95);
  color: #fff;
}

.flatpickr-day:hover {
  background-image: linear-gradient(to right, #0dbc42, #099f95);
  color: #fff;
}

.text-area {
  min-height: 145px;
  resize: none;
}
.text-area:focus::placeholder {
  color: transparent;
}
.text-area.lg {
  min-height: 500px;
}
.text-area.sm {
  min-height: 100px;
}

.hidden-input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.dn-input {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
html[lang=en] .dn-input {
  left: 0;
}
html[lang=ar] .dn-input {
  right: 0;
}

.preview-section-img .img-preview {
  flex-wrap: wrap;
}

.uploaded,
.preview {
  position: relative;
  margin: 10px;
}
@media (max-width: 550px) {
  .uploaded,
.preview {
    margin: 5px 5px 10px;
  }
}
.uploaded .remove-appendedd,
.uploaded .remove,
.preview .remove-appendedd,
.preview .remove {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #085a47;
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
  z-index: 23;
}
html[lang=en] .uploaded .remove-appendedd,
html[lang=en] .uploaded .remove,
html[lang=en] .preview .remove-appendedd,
html[lang=en] .preview .remove {
  right: -5px;
}
html[lang=ar] .uploaded .remove-appendedd,
html[lang=ar] .uploaded .remove,
html[lang=ar] .preview .remove-appendedd,
html[lang=ar] .preview .remove {
  left: -5px;
}
.uploaded img,
.preview img {
  width: 100px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 550px) {
  .uploaded img,
.preview img {
    width: 70px;
    height: 70px;
  }
}
.uploaded a,
.preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 22;
  cursor: move;
}
.uploaded a::before,
.preview a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
html[lang=en] .uploaded a::before,
html[lang=en] .preview a::before {
  right: 0;
}
html[lang=ar] .uploaded a::before,
html[lang=ar] .preview a::before {
  left: 0;
}

.remove-meal {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 21px;
}
html[lang=en] .remove-meal {
  right: 0;
}
html[lang=ar] .remove-meal {
  left: 0;
}

.modal-dialog {
  max-width: 550px;
}

.pd-modal {
  padding: 30px 55px;
}
@media (max-width: 1280px) {
  .pd-modal {
    padding: 25px;
  }
}

.customer-info {
  background-color: #fff;
}
.customer-info .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 12px 20px;
  word-break: break-all;
}
.customer-info .item:not(:last-child) {
  border-bottom: 2px solid #f0f0f0;
}
.customer-info .item:nth-child(odd) {
  background-color: #fff;
}
.customer-info .item:nth-child(even) {
  background-color: #f5f5f5;
}
.customer-info .item .hint-icon {
  margin-inline-end: 10px;
}
.customer-info .item .right {
  min-width: 165px;
  margin-inline-end: 15px;
}
@media (max-width: 550px) {
  .customer-info .item .right {
    min-width: 125px;
  }
}
.customer-info .item .text {
  font-size: 16px;
}
.customer-info .right {
  color: #777777;
}
.customer-info .left {
  color: #000;
}

.bg-red {
  background-color: #ec2f2f !important;
}

.cl-red {
  color: #ec2f2f !important;
}

.bg-blue {
  background-color: #099f95;
}

.multi-btns .main-btn {
  background-image: none;
}

.package-imgs .package-img {
  height: 150px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 1280px) {
  .package-imgs .package-img {
    height: 120px;
    border-radius: 40px;
  }
}

.check-group {
  display: flex;
  flex-direction: column;
}

.check-btn {
  overflow: hidden;
  width: fit-content;
}
.check-btn:not(:last-child) {
  margin-bottom: 20px;
}
.check-btn .box-check:checked + .check-inner span {
  background-color: #099f95;
  border-color: #099f95;
}
.check-btn .box-check:checked + .check-inner span i {
  display: block;
}
.check-btn .box-check:checked + .check-inner .hint-check {
  color: #000;
}
.check-btn .check-inner {
  display: flex;
  align-items: center;
}
.check-btn .check-inner .span-check {
  width: 20px;
  transition: 0.3s;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a8a8a;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-inline-end: 15px;
}
.check-btn .check-inner .span-check i {
  display: none;
  color: #fff;
  font-size: 12px;
}
.check-btn .check-inner .span-check.green-br {
  border: 1px solid #0dbc42;
}
.check-btn .check-inner .hint-check {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: bold;
  transition: 0.3s;
}

.order-documents .order-item {
  display: flex;
  align-items: center;
}
.order-documents .order-item .pdf-img {
  width: 40px;
  height: 40px;
  margin-inline-end: 10px;
}
.order-documents .order-item .top,
.order-documents .order-item .down {
  color: #8a8a8a;
}
.order-documents .order-item .top {
  font-size: 16px;
}
.order-documents .order-item .down {
  font-size: 14px;
}

.upload-file {
  padding: 0;
  background-color: transparent;
}
.upload-file .upload-file {
  max-width: 20px;
  max-height: 20px;
}
.upload-file .text {
  font-size: 15px;
}

.banner-section {
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 250px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .banner-section {
    height: 200px;
  }
}
.banner-section .banner-logo {
  padding: 10px;
  background-color: #fff;
  margin: 20px;
}
.banner-section .banner-logo .img {
  width: 150px;
  height: 105px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-section .banner-logo .img {
    width: 120px;
    height: 85px;
  }
}

.head-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .head-details {
    flex-direction: column;
  }
}

.icon-info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
}
html[lang=en] .icon-info {
  right: 0;
}
html[lang=ar] .icon-info {
  left: 0;
}
@media (max-width: 768px) {
  .icon-info {
    position: static;
  }
}
.icon-info .icon {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.icon-info .icon:not(:last-child) {
  margin-inline-end: 15px;
}
.icon-info .icon .hint {
  max-width: 100px;
  min-height: 42px;
}
.icon-info .icon .edit-img,
.icon-info .icon .print-img {
  max-width: 35px;
  max-height: 35px;
  object-fit: cover;
  margin-bottom: 10px;
}

.main-btn .edit-img {
  max-width: 35px;
  max-height: 35px;
  object-fit: cover;
  margin-inline-end: 12px;
}

html[lang=en] .main-details {
  border-right: 2px solid #dddddd;
}
html[lang=ar] .main-details {
  border-left: 2px solid #dddddd;
}
@media (max-width: 550px) {
  html[lang=en] .main-details {
    border-right: 0;
  }
  html[lang=ar] .main-details {
    border-left: 0;
  }
}
.main-details .side-info:first-child {
  padding-bottom: 12px;
  border-bottom: 2px solid #dddddd;
}

.side-info:not(:last-child) {
  margin-bottom: 15px;
}
.side-info.br-bottom {
  padding-bottom: 12px;
  border-bottom: 2px solid #dddddd;
}
.side-info .title {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.side-info .disc {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
.side-info .disc.line-height {
  line-height: 37px;
}

.liberary-img {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .liberary-img {
    border-radius: 40px;
  }
}
.liberary-img .hint-info {
  position: absolute;
  top: 50%;
  text-align: center;
}
html[lang=en] .liberary-img .hint-info {
  right: 50%;
}
html[lang=ar] .liberary-img .hint-info {
  left: 50%;
}
html[lang=en] .liberary-img .hint-info {
  transform: translate(50%, -50%);
}
html[lang=ar] .liberary-img .hint-info {
  transform: translate(-50%, -50%);
}
.liberary-img .hint-info .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 550px) {
  .liberary-img .hint-info .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.liberary-img .hint-info .lb-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #0dbc42;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}
@media (max-width: 550px) {
  .liberary-img .hint-info .lb-anchor {
    min-width: 130px;
    font-size: 15px;
  }
}
.liberary-img.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
html[lang=en] .liberary-img.with-overlay::before {
  right: 0;
}
html[lang=ar] .liberary-img.with-overlay::before {
  left: 0;
}
.liberary-img .trash-icon {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  background: transparent;
  font-size: 25px;
  color: #eb2128;
}
html[lang=en] .liberary-img .trash-icon {
  right: 20px;
}
html[lang=ar] .liberary-img .trash-icon {
  left: 20px;
}

.order-info-img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .order-info-img {
    height: 170px;
  }
}
@media (max-width: 550px) {
  .order-info-img {
    height: 150px;
  }
}
.order-info-img.custom-height {
  height: 106px;
}

.offer-details .head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer-details .main-hint {
  gap: 20px;
}
@media (max-width: 550px) {
  .offer-details .main-hint {
    gap: 10px;
  }
}

.main-disc {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
}
.main-disc.gray {
  color: #8a8a8a;
}

.side-details {
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto 20px;
  border-bottom: 1px solid #dddddd;
  max-width: fit-content;
  padding: 0 50px 20px;
}
@media (max-width: 550px) {
  .side-details {
    padding: 0 0 20px;
  }
}
.side-details .title {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
.side-details .title.md {
  font-size: 20px;
}

.gap-20 {
  gap: 20px;
}
@media (max-width: 550px) {
  .gap-20 {
    gap: 10px;
  }
}

.tablle-info .table th,
.tablle-info .table thead th {
  border-top: 0;
  border-bottom: 0;
}
.tablle-info .table td,
.tablle-info .table th {
  text-align: center;
  white-space: nowrap;
}
.tablle-info .table tbody tr:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.main-pg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  gap: 15px;
  border-radius: 6px;
  background-color: #fff;
  margin: 15px 0;
}
@media (max-width: 550px) {
  .main-pg {
    flex-direction: column;
  }
}

.profile-img-upload-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 93px;
  margin-bottom: 0;
  border-radius: 13px;
  border: 1px solid #707070;
  margin-inline-end: 20px;
  cursor: pointer;
}
.profile-img-upload-2 .dn-input {
  width: 100px;
  height: 100px;
}
html[lang=en] .profile-img-upload-2 .dn-input {
  left: auto;
}
html[lang=ar] .profile-img-upload-2 .dn-input {
  right: auto;
}
.profile-img-upload-2 .upload-img {
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
}

.prev-2 .uploaded {
  margin: 0 !important;
}

@media (max-width: 550px) {
  .resp-upload {
    flex-direction: column;
  }
}

.dp-table button {
  padding: 0;
  background-color: transparent;
}
.dp-table .dropdown-menu {
  min-width: 90px;
  padding: 0;
  overflow: hidden;
}
.dp-table .dropdown-menu .dropdown-item {
  padding: 4px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.dp-table .dropdown-menu .dropdown-item:not(:last-child) {
  margin-bottom: 7px;
}
.dp-table .dropdown-menu .dropdown-item .edit-price,
.dp-table .dropdown-menu .dropdown-item .add-price {
  max-width: 25px;
  max-height: 28px;
  object-fit: cover;
  margin-inline-end: 8px;
}
.dp-table .dropdown-menu .dropdown-item.active,
.dp-table .dropdown-menu .dropdown-item:active {
  background-color: #fff !important;
  color: #000 !important;
}

.inner-radio {
  margin-inline-end: 25px;
}
.inner-radio .radio-input:checked + .check-inner .hint-inner .radio-body {
  opacity: 1;
}
.inner-radio .check-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.inner-radio .hint-inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0dbc42;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.inner-radio .radio-body {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0dbc42;
  display: block;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 550px) {
  .inner-radio .radio-body {
    width: 8px;
    height: 8px;
  }
}
.inner-radio .hint-text {
  color: #000;
}

.btn-done {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #b82828;
  color: #fff;
}

.table-layout {
  width: calc(100% - 40px);
}
.table-layout .table td,
.table-layout .table th {
  border-top: 0;
  text-align: center;
  padding: 15px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.table-layout tr:not(:last-child) {
  border-bottom: 2px solid #dee2e6;
}
.table-layout .tb-input {
  text-align: center;
  color: #bfbfbf;
  transition: 0.5s;
  font-size: 14px;
  padding: 5px 0;
  border: 1px solid transparent;
  pointer-events: none;
  border-radius: 2px;
}
.table-layout .tb-input.active {
  border-color: #dee2e6;
  color: #000;
  pointer-events: visible;
}
.table-layout .item-text {
  color: #000;
}

.rows-add-items .check-btn-group {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 15px;
}
.rows-add-items .check-btn-group .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 35px;
  height: 35px;
  position: relative;
}
.rows-add-items .check-btn-group .top .top-icon {
  background-color: rebeccapurple;
}
.rows-add-items .check-btn-group .top .bottom-icon {
  background-color: #0dbc42;
}
.rows-add-items .check-btn-group .top .btn-check {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.rows-add-items .check-btn-group .top .btn-check.unactive {
  top: -100%;
  -webkit-transform: rotateX(90deg) perspective(600px);
  transform: rotateX(90deg) perspective(600px);
}
.rows-add-items .check-btn-group .top .btn-check.active {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
.rows-add-items .check-btn-group .top .bottom-icon {
  top: 100%;
  -webkit-transform: rotateX(-90deg) perspective(600px);
  transform: rotateX(-90deg) perspective(600px);
}
.rows-add-items .check-btn-group .btn-check {
  padding: 5px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.rows-add-items .check-btn-group .trash-btn {
  background-color: #b82828;
}

.table-info {
  display: flex;
  align-items: center;
}
.table-info .item-text {
  font-size: 16px;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  flex-grow: 1;
}

.table-head-info {
  display: flex;
  align-items: center;
}

.main-tb-input {
  display: flex;
  align-items: center;
}

.data-info-form {
  display: flex;
  align-items: center;
}

.custum-pd {
  padding: 12px 20px;
}

.vip-layout {
  padding: 12px 15px;
  font-size: 22px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  border-radius: 20px;
  width: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  max-width: 100%;
  margin: 0 auto 35px;
}

.client-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  word-break: break-all;
  text-align: center;
}
.client-data .top {
  color: #000;
}

.files-uploaded {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.upload-file-row {
  padding: 10px;
  border: 1px solid #DEE0E1;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.upload-file-row i {
  font-size: 15px;
  cursor: pointer;
}
html[lang=en] .upload-file-row i {
  margin-left: 12px;
}
html[lang=ar] .upload-file-row i {
  margin-right: 12px;
}

.add-file-btn {
  gap: 8px;
  overflow: hidden;
}

.add-file-btn .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  display: none;
  opacity: 0;
  transition: 0.3s;
  animation: rotate-spinner 1s infinite linear forwards;
}

.cart-i {
  transition: 0.5s;
}

.add-file-btn.loading .cart-i,
.add-file-btn.active .cart-i {
  display: none;
}

.add-file-btn.loading .spinner {
  opacity: 1;
  display: block;
}

@keyframes rotate-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
