.color1 {
  color: #f7c01c !important;
}

.color2 {
  color: #f7c01c !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: #00a79c33;
}

.bg1 {
  background: #292a7b !important;
}

.bg2 {
  background: #ffb72b !important;
}

.bgA {
  background: #292a7b !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: 16px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title1 h4 {
  padding: 10px;
  background: #292a7b;
  color: #fff;
}

.title2 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title2 h4 {
  padding: 10px;
  background: #ffb72b;
  color: #fff;
}

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

.card-cont {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px #00000033;
  box-shadow: 0px 0px 20px #00000033;
}

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: #f5b128;
  color: #fff !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.button1:hover {
  background: #3dadaa;
}

.button3 {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  background: #f8f8f8;
  color: #000 !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.material-button:hover {
  -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.material-button:focus {
  outline: none;
}

.certain_btn {
  max-width: 120px;
  width: 100%;
}
.material-button .taint {
  display: block;
  position: absolute;
  background: rgba(53, 158, 132, 0.5);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.material-button .taint.drop {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

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

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

.input-img-cont {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #bcb49a;
  position: relative;
}

.input-img-cont::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  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% - 10px);
}

.input-img-cont .input-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: scale-down;
}

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

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

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  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%);
  /* bottom: -100px; */
}

.background img {
  position: absolute;
  bottom: 0;
}

.hover-shadow:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 3px 10px 1px #00000055;
  box-shadow: 3px 3px 10px 1px #00000055;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

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

.shadow1 {
  -webkit-box-shadow: 0px 0px 5px 1px #00000011;
  box-shadow: 0px 0px 5px 1px #00000011;
}

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

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

.gray-a:hover {
  color: #080808;
}

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

.dashboard-button:hover {
  background: #e9e5e5;
}

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

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

/* .gradient-bg {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#3baeaa),
    to(#4aa7cb)
  );
  background-image: linear-gradient(-90deg, #3baeaa, #4aa7cb);
  background-repeat: no-repeat;
} */

.table {
  font-size: 15px;
  border-radius: 7px;
  border: none;
  /* background: #fff; */
}



.table-cont .table-head {
  background: #e2dfd4 !important;
  color: #a38834;
  margin-bottom: 12px !important;
}

.table-cont .table-head tr {
  border-radius: 10px !important;
}

.table-cont .table-head * {
  border: none;
}

.table-cont tbody {
  color: #8a8a8a;
  border-radius: 20px;
  transform: translateY(12px);
}

.table-cont tbody tr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-cont tbody tr:hover {
  background: #f5f5f5 !important;
}

.table-cont .dataTables_scrollBody {
  margin-top: 15px;
  border-radius: 5px;
  overflow: unset !important;
}

.table-cont .dataTables_scrollBody * {
  border: none;
}

.table-cont .dataTables_filter {
  display: none;
}

.table-cont .dataTables_paginate {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  border-top: 1px dotted #aaaaaa;
  direction: rtl;
  text-align: left !important;
  left: 0;
}

.table-cont .dataTables_paginate .paginate_button {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #aaaaaa55;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}

.table-cont .dataTables_paginate .paginate_button.current {
  background: #f6c734;
  color: #fff;
}
.table-cont .dataTables_paginate .paginate_button.next {
  margin-inline-start: 20px;
}
.table-cont .dataTables_paginate .paginate_button.previous {
  margin-inline-end: 20px;
}
.table-cont .dataTables_paginate .paginate_button.next,
.table-cont .dataTables_paginate .paginate_button.previous {
  background: #eceaea;
  border: none;
}

.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;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  /*display: none;*/
  -webkit-appearance: none;
  width: 10px;
  padding: 10px;
  /*margin: 0px 5px;*/
  margin-top: 1px;
}
.empty_page {
  width: 200px;
  height: 200px;
}
@media (max-width: 500px) {
  .empty_page {
    width: 100px;
    height: 100px;
  }
}
/*# sourceMappingURL=statics.css.map */


table.dataTable tr:first-child td:first-child {
  border-top-right-radius: 10px !important;
}
table.dataTable tr:first-child td:last-child{
  border-top-left-radius: 10px !important;
} 
table.dataTable tr:last-child td:first-child{
  border-bottom-right-radius: 10px !important;
}
table.dataTable tr:last-child td:last-child{
  border-bottom-left-radius: 10px !important;
}
.table td, .table th{
  background-color: #f9f9f9;
  border: none !important;
  padding: 20px !important;
}
.table tr:nth-of-type(even) td, .table tr:nth-of-type(even) th  {
  background: #fff !important;
}
 .table th{
  background-color: #e2dfd4 !important;
  /* color: #a38834 !important; */
 }
 .table thead th:first-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.table thead th:last-child{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;

  }
  .table thead th{
   padding: 24px !important;
  }
  .side-button .font12{
    font-size: 15px !important;
  }
  .bg-red{
    color: #fff !important;
    background-color: #df5b55 !important;
  }
  .bg-red:hover{
    color: #fff !important;
    background-color: #df5b55 !important;
  }
  .c-red{
    color: #df5b55 !important;
  }
  .btn-main.bg-red{
    color: #fff !important;
  }
  .btn-main.bg-red:hover{
    color: #fff !important;
    background-color: #df5b55 !important;
  }