.main-label {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: normal;
}
.main-label .req {
  color: #EB5757;
}

.main-border {
  border: 1px solid #f3d8c6;
}

.text-main {
  color: #8d4414;
}

.pass-input {
  position: relative;
}
.pass-input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: 10px;
}

.edit-profile-img {
  position: relative;
}
.edit-profile-img .edit-profile-icon {
  position: absolute;
  left: -10px;
  top: 60px;
  padding: 3px;
  z-index: 2;
  color: white;
  background-color: #8d4414;
  border-radius: 50%;
  padding: 5px;
}
.edit-profile-img .edit-profile-icon:hover {
  scale: 1.1;
}
.edit-profile-img .up-img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.edit-profile-img .upload-preview {
  border-radius: 50%;
}
.edit-profile-img .upload-preview .remove {
  display: none;
}
.edit-profile-img .upload-preview img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #8d4414;
}

.image-upload .upload-preview img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #8d4414;
}
.image-upload .upload-preview .remove {
  position: absolute;
  border: 1px solid #8d4414;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #8d4414;
}

.fake-inputs {
  direction: ltr;
}

.otp-fake-input.otpdesigner__focus__ {
  border: 1px solid #8d4414 !important;
}

.otp-fake-input {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap !important;
}

.main-input {
  color: #747474;
  padding: 10px;
  outline: none;
  border: 1px solid #f3d8c6;
  border-radius: 4px;
  width: 100%;
  resize: none;
  font-size: 14px;
  transition: border 0.3s ease-in-out;
}
.main-input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-input::placeholder {
  transition: 0.3s;
}
.main-input:focus {
  border-color: #b35719;
}
.main-input:focus::-moz-placeholder {
  opacity: 0;
}
.main-input:focus::placeholder {
  opacity: 0;
}

.main-btn, .third-btn, .watsapp-btn, .call-btn {
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8d4414;
  border-radius: 30px;
  color: white;
  background-color: #8d4414;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-btn:hover, .third-btn:hover, .watsapp-btn:hover, .call-btn:hover {
  background-color: white;
  border-color: #8d4414;
  color: #8d4414;
}
.main-btn:active, .third-btn:active, .watsapp-btn:active, .call-btn:active {
  transform: scale(0.95);
}
@media screen and (max-width: 576px) {
  .main-btn, .third-btn, .watsapp-btn, .call-btn {
    width: 100% !important;
  }
}

.second-btn {
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8d4414;
  border-radius: 30px;
  color: #8d4414;
  background-color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.second-btn:hover {
  background-color: #8d4414;
  border-color: white;
  color: white;
}
.second-btn:active {
  transform: scale(0.95);
}
@media screen and (max-width: 576px) {
  .second-btn {
    width: 100% !important;
  }
}

.delete-btn {
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8d4414;
  border-radius: 30px;
  color: white;
  background-color: #AD0606;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.delete-btn:hover {
  background-color: white;
  border-color: #AD0606;
  color: #AD0606;
}
.delete-btn:active {
  transform: scale(0.95);
}
@media screen and (max-width: 576px) {
  .delete-btn {
    width: 100% !important;
  }
}

.watsapp-btn {
  background-color: white;
  color: #29A71A !important;
}
.watsapp-btn:before {
  background-color: #29A71A !important;
}
.watsapp-btn:hover {
  color: white !important;
}

.call-btn {
  background-color: white;
  color: #054E83 !important;
}
.call-btn:before {
  background-color: #054E83 !important;
}
.call-btn:hover {
  color: white !important;
}

.third-btn, .watsapp-btn, .call-btn {
  max-width: 300px;
  color: #8d4414;
  border: 1px solid lightgray;
}
.third-btn:before, .watsapp-btn:before, .call-btn:before {
  height: 0;
  background-color: #8d4414;
}
.third-btn:hover, .watsapp-btn:hover, .call-btn:hover {
  color: white;
}
.third-btn:hover:before, .watsapp-btn:hover:before, .call-btn:hover:before {
  height: 180%;
}

.modal-content {
  padding: 40px 70px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .modal-content {
    padding: 0;
  }
}
.modal-content .modal-header {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 30px;
}

.loader-container {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}
.loader-container .loader {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.loader-container .loading-wave {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.loader-container .loading-bar {
  width: 20px;
  height: 10px;
  margin: 0 5px;
  background-color: #8d4414;
  border-radius: 5px;
  animation: loading-wave-animation 1s ease-in-out infinite;
}
.loader-container .loading-bar:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-container .loading-bar:nth-child(3) {
  animation-delay: 0.2s;
}
.loader-container .loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
.pac-container {
  z-index: 9999999999 !important;
}

.location {
  cursor: pointer;
}

.static_images {
  width: 456px;
}
@media screen and (max-width: 576px) {
  .static_images {
    width: 100%;
  }
}

.select2-container {
  min-width: 150px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #f3d8c6;
  padding-bottom: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #8d4414;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #8d4414;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single:active {
  border-color: #8d4414;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #8d4414;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8d4414;
  color: white;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 5px 5px 10px 0 gray;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 25px !important;
  width: 25px !important;
  margin-top: -3px;
  margin: auto !important;
  left: auto !important;
  transform: translateX(-10px);
}

html[lang=ar] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 20px;
}
html[lang=en] .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}

@font-face {
  font-family: "main-font";
  src: url(../fonts/alfont_com_AlFont_com_URW-DIN-Arabic.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "main-font";
}

body {
  background-color: rgba(141, 68, 20, 0.03);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #b35719;
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background-color: lightgrey;
  border-radius: 15px;
}

::-moz-selection {
  background-color: #b35719;
  color: white;
}

::selection {
  background-color: #b35719;
  color: white;
}

::-moz-placeholder {
  -moz-transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55) !important;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55) !important;
  color: gray;
}

::placeholder {
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55) !important;
  color: gray;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.realInput {
  opacity: 0;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #8d4414;
  border-radius: 5px;
}

p {
  margin: 0;
}

.side-menu {
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
  width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100vh;
  z-index: 9;
  background: rgb(50, 47, 46);
  background: radial-gradient(circle, rgb(50, 47, 46) 0%, rgb(30, 29, 38) 70%);
}
.side-menu .logo {
  position: sticky;
  top: 0;
  background: rgb(50, 47, 46);
  background: radial-gradient(circle, rgb(50, 47, 46) 0%, rgb(30, 29, 38) 70%);
  z-index: 99;
}
.side-menu .x-icon {
  font-size: 25px;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .side-menu .x-icon {
    display: flex;
  }
}
.side-menu .tabs .nav-item {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.side-menu .tabs .nav-item .nav-link {
  z-index: 5;
  border: none;
  position: relative;
  color: white;
  font-size: 18px;
  padding: 13px 15px;
}
.side-menu .tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(219, 153, 57);
  z-index: -1;
  transition: 0.3s;
}
.side-menu .tabs .nav-item .nav-link:hover.nav-link::before {
  width: 100%;
}
.side-menu .tabs .nav-item .nav-link:hover.nav-link.active::before {
  width: 0%;
}
.side-menu .tabs .nav-item .active {
  background: rgb(141, 68, 20);
  background: linear-gradient(90deg, rgb(141, 68, 20) 30%, rgb(219, 153, 57) 100%);
  margin: 5px 0;
}
@media (max-width: 768px), (max-width: 992px) {
  .side-menu {
    width: 300px;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
  }
}

.toggle-side-menu {
  transform: translateX(100%);
}

.toggle-main-container {
  margin-right: 0 !important;
  border-radius: unset !important;
}

.main-container {
  margin-right: 350px;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
  height: 100vh;
  border-radius: 0 30px 0 0;
}
.main-container .main-nav {
  height: 88px;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 7;
}
.main-container .main-nav .right .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-container .main-nav .right .menu .iconTab {
  cursor: pointer;
  margin: 0 15px;
  transition: all 0.8s cubic-bezier(0.5, -0.7, 0.15, 1.55);
}
.main-container .main-nav .rotate .iconTab {
  transform: rotate(-180deg);
}
.main-container .main-nav .left .profile {
  padding: 10px;
  cursor: pointer;
}
.main-container .main-nav .left .profile .name {
  font-size: 14px;
  margin-bottom: 0;
}
.main-container .main-nav .left .profile .hey {
  font-size: 13px;
  color: gray;
  margin-bottom: 3px;
}
.main-container .main-section {
  height: 80vh;
  overflow-y: scroll;
  padding: 30px;
}
.main-container .statistics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}
.main-container .statistics .statistic-box {
  border: 1px solid #b35719;
  border-radius: 5px;
  padding: 15px;
  background-color: white;
  background-image: url(../imgs/Cone.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.main-container .statistics .statistic-box img {
  margin-bottom: 10px;
}
.main-container .statistics .statistic-box .title {
  font-size: 14px;
  color: gray;
}
.main-container .statistics .statistic-box .number {
  font-size: 30px;
  margin: 5px 0;
  font-weight: bold;
}
@media (max-width: 992px) {
  .main-container {
    margin-right: 0;
  }
}

.table-head {
  background-color: #b35719;
  color: white;
}
.table-head th {
  padding-inline: 10px;
}

.table-head th:first-child {
  border-radius: 0 5px 5px 0;
}

.table-head th:last-child {
  border-radius: 5px 0 0 5px;
}

.dt-container.dt-bootstrap5 {
  overflow-x: auto;
  padding-bottom: 20px;
}

.dt-container.dt-bootstrap5::-webkit-scrollbar-track {
  background: transparent;
}

.dt-container.dt-bootstrap5::-webkit-scrollbar-thumb {
  background-color: transparent; /* Semi-transparent thumb */
}

.table-row {
  background-color: white;
}
.table-row td {
  text-align: center !important;
}
.table-row .show-product-details, .table-row .delete-product, .table-row .edit-product {
  background-color: #D1E9FF;
  color: #1570EF;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.table-row .delete-product {
  color: red;
  background-color: #ffd1d1;
}
.table-row .edit-product {
  color: rgb(190, 114, 0);
  background-color: #ffe7d1;
}
.table-row .product-rate {
  padding: 5px 10px;
  background-color: #FFF7E0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.table-row .product-rate svg {
  color: #FFCC33;
}

.ad-status {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.ad-status.pendding {
  background-color: #D1E9FF;
  color: #1570EF;
}
.ad-status.success {
  background-color: #D0F5E5;
  color: #1B8354;
}
.ad-status.rejected {
  background-color: #FEE4E2;
  color: #D92D20;
}

.table-row:nth-child(even) {
  background-color: whitesmoke;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

table.dataTable.nowrap td {
  padding: 10px;
}

.table-details {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.table-details th {
  background-color: #8d4414;
  color: white;
  padding: 15px;
}
.table-details td {
  padding: 15px 5px;
  border-top: 2px solid whitesmoke;
  border-bottom: 2px solid whitesmoke;
  text-align: center;
}
.table-details td:first-child {
  border-right: 2px solid whitesmoke;
  border-radius: 0 5px 5px 0;
}
.table-details td:last-child {
  border-left: 2px solid whitesmoke;
  border-radius: 5px 0 0 5px;
}

div.dt-container div.dt-paging ul.pagination {
  justify-content: flex-end;
}

.pagination .page-link {
  border: none;
}

.dt-paging {
  margin-top: 30px !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: #b35719;
  border-radius: unset;
  border: none;
  box-shadow: none;
  color: white;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  color: white;
}

.page-item .page-link {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #8d4414;
}
.page-item.active .page-link .page-link {
  color: white;
}

.sec-container, .setting-container {
  max-width: 700px;
  padding: 10px 20px 60px 20px;
}
.sec-container .title, .setting-container .title {
  margin: 22px 0;
}

.setting-container {
  max-width: 950px !important;
}
.setting-container .setting-form {
  max-width: 650px;
}

.custom-map-control-button {
  padding: 10px;
  background-color: #8d4414;
  color: white;
  border: none;
  border-radius: 5px;
  margin-top: 5px;
}

.form-group .flag {
  border: 1px dashed #f3d8c6;
  padding: 5px;
  background-color: #fffdfb;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px;
  object-fit: cover;
}

.site-tabs {
  background-color: rgba(141, 68, 20, 0.1);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 25px;
}
.site-tabs .nav-tabs {
  border: none;
  padding: 4px;
  display: flex;
  flex-wrap: nowrap;
}
.site-tabs .nav-tabs .nav-item {
  width: 100%;
}
.site-tabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  border: none;
  color: gray;
}
.site-tabs .nav-tabs .nav-item .nav-link.active {
  color: white;
  background-color: #8d4414;
}

.rating-profile .profile {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  box-shadow: 0px 0 1px #b35719;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.rating-profile .profile img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.rating-profile .ratings {
  padding: 5px;
}
.rating-profile .ratings > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.rate {
  direction: ltr;
}

.flatpickr-day.selected {
  background-color: #8d4414;
  border-color: #8d4414;
}
.flatpickr-day.selected:hover {
  background-color: #8d4414;
  border-color: #8d4414;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: start !important;
}
.profile .profile-data {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 5px;
}
.profile .profile-data .profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-data .time {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 5px;
  font-size: 14px;
  color: gray;
}
.profile .report {
  background-color: rgba(239, 21, 68, 0.2);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #af0026;
  border-radius: 3px;
  cursor: pointer;
}

.gallery {
  display: grid;
  gap: 10px;
}
.gallery .gallery-item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.gallery:has(.gallery-item:nth-child(1)) {
  grid-template-columns: 1fr;
}
.gallery:has(.gallery-item:nth-child(2)) {
  grid-template-columns: 1fr 1fr;
}
.gallery:has(.gallery-item:nth-child(3):nth-last-child(1)) {
  grid-template-areas: "first second" "first third";
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.gallery:has(.gallery-item:nth-child(3):nth-last-child(1)) .gallery-item:nth-child(1) {
  grid-area: first;
}
.gallery:has(.gallery-item:nth-child(3):nth-last-child(1)) .gallery-item:nth-child(2) {
  grid-area: second;
}
.gallery:has(.gallery-item:nth-child(3):nth-last-child(1)) .gallery-item:nth-child(3) {
  grid-area: third;
}
.gallery:has(img:nth-child(4)) {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

input[type=radio] {
  accent-color: #8d4414;
}

.profile-img-upload-3 .main-input {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notifications .notification {
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
}
.notifications .notification .noti-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notifications .notification .noti-body {
  flex-grow: 1;
}
.notifications .notification .noti-body .title {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
.notifications .notification .noti-body .desc {
  font-size: 14px;
  color: black;
  margin-bottom: 5px;
}
.notifications .notification .noti-body .clock {
  font-size: 12px;
  color: gray;
}
.notifications .notification.unread {
  background-color: rgba(255, 166, 0, 0.048);
}
.notifications .notification.unread::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: red;
  top: 5px;
  left: 5px;
}

.auth-layout {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.auth-layout .right {
  padding: 35px;
  flex-grow: 1;
  width: 650px;
}
@media (max-width: 768px) {
  .auth-layout .right {
    width: auto;
  }
}
.auth-layout .left {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.auth-layout .left::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: #322F2E;
  background: linear-gradient(90deg, rgb(50, 47, 46) 0%, rgb(30, 29, 38) 57%);
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -20%);
}
.auth-layout .left img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .auth-layout .left {
    display: none;
  }
}

@keyframes loading-wave-animation {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}/*# sourceMappingURL=style.css.map */