.color1 {
  color: #7db70d !important;
}

.color2 {
  color: #ffb72b !important;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #ff0000 !important;
}

.error {
  color: #ff8888;
}

.color-yellow {
  color: #e4e42f;
}

.color-gray {
  color: #8a8a8a;
}

.gray {
  color: #bfbfbf;
}

.color-black {
  color: #000 !important;
}

.color-ques {
  color: #0c72ae;
}

.color-gray2 {
  color: #8a8a8a;
}

.gray-bg {
  background: #8a8a8a;
}

.gray-bg2 {
  background: rgba(0, 167, 156, 0.2);
}

.bg1 {
  background: #7db70d !important;
}

.bg2 {
  background: #ffb72b !important;
}

.bgA {
  background: #7db70d !important;
  color: #fff;
}

.bgB {
  background: #f79520 !important;
  color: #fff;
}

.bgC {
  background: #ffb72b !important;
  color: #fff;
}

.bgD {
  background: #41ace1 !important;
  color: #fff;
}

.bg-none {
  background: none;
}

.question-error {
  background: #ff8888 !important;
  color: #fff;
}

.bg-not {
  background: #b6b8b3;
}

.orange-bg {
  background: #f79520;
}

.blue-bg {
  background: #41ace1;
}

.white-bg {
  background: #fff;
}

.red-bg2 {
  background: #ff8888;
}

.gray-light {
  color: #f5f5f5;
}

.gray-light-bg {
  background: #f5f5f5;
}

.font8 {
  font-size: 8px;
}

.font10 {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font38 {
  font-size: 38px;
}

.font40 {
  font-size: 40px !important;
}

.font60 {
  font-size: 60px !important;
}

.round0 {
  border-radius: 0 !important;
}

.round5 {
  border-radius: 5px;
}

.round7 {
  border-radius: 7px;
}

.round10 {
  border-radius: 10px 10px 10px 10px;
}

.round15 {
  border-radius: 15px;
}

.round20 {
  border-radius: 20px;
}

.round25 {
  border-radius: 25px;
}

.round50 {
  border-radius: 50%;
}

.bold100 {
  font-weight: 100 !important;
}

.bold200 {
  font-weight: 200 !important;
}

.bold300 {
  font-weight: 300 !important;
}

.bold400 {
  font-weight: 400 !important;
}

.bold500 {
  font-weight: 500 !important;
}

.bold600 {
  font-weight: 600 !important;
}

.bold700 {
  font-weight: 700 !important;
}

.bold800 {
  font-weight: 800 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: bold !important;
}

.bolder {
  font-weight: bolder !important;
}

.lighter {
  font-weight: lighter !important;
}

.normal {
  font-weight: normal !important;
}

.dn {
  text-decoration: none !important;
}

.dl {
  text-decoration: underline !important;
}

.icon10 {
  width: 10px;
}

.icon15 {
  width: 15px;
}

.icon20 {
  width: 20px;
}

.cp {
  cursor: pointer;
}

.p2 {
  color: #ffb72b !important;
}

.h-100 {
  height: 100%;
}

.row {
  margin: 0 !important;
}

.w-md-10 {
  width: 10%;
}

.w-md-20 {
  width: 20%;
}

.w-md-25 {
  width: 25%;
}

.w-md-30 {
  width: 30%;
}

.w-md-40 {
  width: 40%;
}

.w-md-50 {
  width: 50%;
}

.w-md-65 {
  width: 65%;
}

.w-md-75 {
  width: 75%;
}

.w-md-85 {
  width: 75%;
}

.w-400 {
  width: 400px !important;
}

.w-90 {
  width: 90%;
}

@media (max-width: 768px) {
  .w-md-50,
  .w-md-10,
  .w-md-20,
  .w-md-30,
  .w-md-40,
  .w-md-75,
  .w-md-65,
  .w-md-85 {
    width: 100%;
  }
}
.title1 {
  padding: 15px;
  display: flex;
  justify-content: center;
}
.title1 h4 {
  padding: 10px;
  background: #7db70d;
  color: #fff;
}

.title2 {
  padding: 15px;
  display: flex;
  justify-content: center;
}
.title2 h4 {
  padding: 10px;
  background: #ffb72b;
  color: #fff;
}

.sub-title {
  direction: ltr;
  padding: 10px 5px;
  border-right: 3px solid #7db70d;
}

.card-cont {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button1 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #7db70d;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
}

.button1:hover {
  background: rgba(126, 183, 13, 0.3843137255);
}

.button3 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #f8f8f8;
  color: #000 !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button3:hover {
  background: #e6e0e0;
}

.button4 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #ec2f2f;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button4:hover {
  background: #cc2f2f;
}

.button5 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #2ac43f;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button5:hover {
  background: #29b13b;
}

.button2 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #ffb72b;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button2:hover {
  background: #f5b128;
}

.button-error {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #ff3333;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button-error:hover {
  background: #ce2a2a;
}

.material-button {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
.material-button:hover {
  box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.material-button:focus {
  outline: none;
}
.material-button .taint {
  display: block;
  position: absolute;
  background: rgba(53, 158, 132, 0.5);
  border-radius: 100%;
  transform: scale(0);
}
.material-button .taint.drop {
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

body {
  font-family: "URW DIN Arabic";
}

.input-img-cont {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ececec;
  position: relative;
  border: 2px solid #7db70d;
}
.input-img-cont.lg {
  width: 100px;
  height: 100px;
}
.input-img-cont::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #f6f6f6;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-radius: 50%;
}
.input-img-cont .input-img-camera {
  position: absolute;
  top: calc(100% - 20px);
  width: 25px;
  height: 25px;
  background: #7db70d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
.input-img-cont .input-img-camera img {
  width: 15px;
}
.input-img-cont .input-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -5px;
  color: #7db70d;
}

.transition {
  transition: all 0.3s ease-in-out;
}

input {
  font-size: 12px !important;
  padding: 20px 15px !important;
}

textarea {
  font-size: 12px !important;
  padding: 10px 15px !important;
}

input[type=checkbox] {
  height: 15px;
  width: 15px;
  padding: 10px;
}

input[type=file] {
  height: 40px;
}

.background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: calc(100% + 100px);
  bottom: -100px;
}
.background img {
  position: absolute;
  bottom: 0;
}

.hover-shadow:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.3333333333);
  transform: translateX(-10px);
}

.hover-scale:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.shadow1 {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.0666666667);
}

p {
  font-size: 12px;
  color: #8a8a8a;
}

.gray-a {
  color: #8a8a8a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.gray-a:hover {
  color: #080808;
}

.dashboard-button {
  padding: 3px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 8px;
  border: none;
}
.dashboard-button:hover {
  background: #e9e5e5;
}

.sm-img {
  max-width: 35px;
  height: 35px;
}

.sm-img2 {
  max-width: 50px;
  height: 50px;
}

.gradient-bg {
  background-image: linear-gradient(-90deg, #3baeaa, #4aa7cb);
  background-repeat: no-repeat;
}

.table {
  font-size: 12px;
  border-radius: 7px;
  border: none;
  background: #fafafa;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}

.table-cont .table-head {
  background: #7db70d !important;
  color: #fff;
  background: white !important;
  color: black;
}
.table-cont .table-head tr {
  border-radius: 10px !important;
}
.table-cont .table-head * {
  border: none;
}
.table-cont tbody {
  color: #8a8a8a;
}
.table-cont tbody tr {
  transition: all 0.3s ease-in-out;
}
.table-cont tbody tr:hover {
  background: #f5f5f5 !important;
}
.table-cont .dataTables_scrollBody {
  border-radius: 5px;
  overflow: unset !important;
}
.table-cont .dataTables_scrollBody * {
  border: none;
}
.table-cont .dataTables_filter {
  display: none;
}
.table-cont .dataTables_paginate {
  background: #fff;
  padding: 15px;
  direction: rtl;
  text-align: left !important;
  left: 0;
}
.table-cont .dataTables_paginate .paginate_button {
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(170, 170, 170, 0.3333333333);
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}
.table-cont .dataTables_paginate .paginate_button.current {
  background: #7db70d;
  color: #fff;
}
.table-cont .dataTables_paginate .paginate_button.next, .table-cont .dataTables_paginate .paginate_button.previous {
  background: #fafafa;
  border: none;
  color: gray;
}
.table-cont #dataTable1_filter {
  position: absolute;
  top: 0;
}

.sn::-moz-selection {
  background: none;
  color: transparent;
}

.sn::selection {
  background: none;
  color: transparent;
}

.time-remove-button {
  display: block;
}

.time-add-button {
  display: block;
}

option {
  padding: 10px !important;
}

hr {
  opacity: 0.5;
}

.table-cont .table-head {
  background: white !important;
  color: black;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable > thead .sorting:before {
  display: none;
}

.dash-title {
  background: white;
  padding: 17px !important;
  margin-bottom: -6px;
  border-bottom: 1px solid #e2dfdf;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.dash-title h6 {
  margin-bottom: 0 !important;
}

div.dataTables_wrapper,
div.dataTables_paginate {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding: 15px !important;
}

#dataTable1 .table-head {
  display: none !important;
}

.table td,
.table th {
  vertical-align: unset;
}

.table td {
  padding: 15px !important;
  padding-right: 25px !important;
}

.form-control {
  background-color: #fafafa !important;
  border: unset;
  height: 50px;
  border-radius: 15px;
}

.close-modal {
  padding: 10px 15px !important;
  width: -moz-fit-content;
  width: fit-content;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7db70d !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fafafa !important;
  border: unset !important;
  height: 50px !important;
  border-radius: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: unset !important;
  top: 8px !important;
  left: 10px;
  width: 20px;
}

.select2-container--default .select2-selection--multiple {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__rendered {
  margin-bottom: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: unset;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fafafa !important;
  border: unset !important;
  padding: 5px !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: self-start;
  width: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: unset !important;
  top: 50% !important;
  transform: translateY(-50%);
  color: white !important;
  padding: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-color: gray;
  z-index: -1;
  border-radius: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #fafafa !important;
}

.rounded-2 {
  border-radius: 10px;
}

.wallet {
  max-width: 300px;
}

.contain_wallet {
  background-color: white;
  border-radius: 15px;
  padding: 10px 100px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
}
.contain_wallet .f-15 {
  font-size: 16px;
}

.delete_btn {
  background: #f9ebec;
  border: unset;
  padding: 15px 70px;
  border-radius: 10px;
  font-weight: bold;
}

.w-90 {
  width: 90%;
}
@media (max-width: 767px) {
  .w-90 {
    width: 100%;
  }
}

.contain_phone {
  position: relative;
}
.contain_phone input {
  padding-inline-start: 100px !important;
}
.contain_phone select {
  border: unset;
  position: absolute;
  right: 40px;
  background: none;
  padding: 0;
  border-left: 1px solid gray;
  height: -moz-fit-content !important;
  height: fit-content !important;
  top: 13px;
  padding-inline-end: 10px;
}
.contain_phone img {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.f-13 {
  font-size: 13px;
}

.modal-content {
  border: unset !important;
  border-radius: 20px !important;
  overflow: auto;
}

.conatin_map_desc {
  background-color: white;
  position: absolute;
  z-index: 100;
  bottom: 30px;
  width: 90%;
  padding: 10px;
  border-radius: 15px;
  left: 5%;
}

.main_color {
  color: #7db70d;
}

.gap-10 {
  gap: 10px;
}

.del_img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

.btn-outline-success {
  color: #28a745;
  border: 1px solid #28a745 !important;
}/*# sourceMappingURL=statics.css.map */