@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/anjoman/bold/anjoman.eot);
  src: url(../fonts/anjoman/bold/anjoman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/anjoman/bold/anjoman.woff) format("woff"),
    url(../fonts/anjoman/bold/anjoman.ttf) format("truetype");
}
html{overflow-x: hidden;}
@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/anjoman/regular/anjoman.eot);
  src: url(../fonts/anjoman/regular/anjoman.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/anjoman/regular/anjoman.woff) format("woff"),
    url(../fonts/anjoman/regular/anjoman.ttf) format("truetype");
}

@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/anjoman/regular/anjoman.eot);
  src: url(../fonts/anjoman/regular/anjoman.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/anjoman/regular/anjoman.woff) format("woff"),
    url(../fonts/anjoman/regular/anjoman.ttf) format("truetype");
}

@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/anjoman/light/anjoman.eot);
  src: url(../fonts/anjoman/light/anjoman.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/anjoman/light/anjoman.woff) format("woff"),
    url(../fonts/anjoman/light/anjoman.ttf) format("truetype");
}

body {
  font-size: 15px;
  font-family: "Anjoman" !important;
  font-weight: 500 !important;
  background-image: linear-gradient(45deg,#29323c,#485563);
  min-height: 100vh;
  color: white;
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}

.auth-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/auth_bg.png");
  }
  
  .auth-holder {
    display: flex;
    flex-direction: row;
    padding: 0px;
  
    width: 954px;
    min-height: 592px;
    filter: drop-shadow(0px 3px 56px rgba(10, 50, 86, 0.2));
    box-shadow: 0px 3px 56px rgba(10, 50, 86, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }
  
  .auth-image {
    width: 100%;
    height: 100%;
  }
  
  .auth-holder h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
  
    text-transform: uppercase;
  }
  
  .auth-input-holder {
    background: #ffffff;
    padding: 48px !important;
    gap: 32px;
  }

  .rmdp-container {
    width: 100%;
    height: 50px !important;
  }
  
  .auth-input,.rmdp-input, .ReactTags__tagInputField {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 16px;
    height: 50px;
    width: 100%;
  
    /* Input */
    background: #fcf7ef;
    border-radius: 20px;
    border: none;
    /* Inside auto layout */
  
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  .rmdp-input{
    height: 50px !important;
    border-radius: 20px !important;
    border: none !important;
    padding: 0px 16px !important;
  }

  .ReactTags__selected{
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .ReactTags__tag{
    display: flex;
    align-items: center;
    direction: ltr;
    border-radius: 12px;
    background-color: #f4f0f6;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ReactTags__remove{
    float: right;
    background: transparent;
    color: red;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 22px;
  }

  .custom-btn {
    min-height: 48px;
    min-width: 115px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
    isolation: isolate;
    border-radius: 20px;
    border: none;
    color: white;
    transition: 0.5s ease-out;
    font-size: 14px;
  }
  
  .custom-btn:hover {
    background-position: right;
  }

  .btn-general {
    background: linear-gradient(
        to left,
        #ebb358 50%,
        #f3e0c1 50%
      )
      left;
    background-size: 200%;
    color: rgb(0, 0, 0);
  }

  .btn-general:hover {
    color: white;
  }
  
  .aside-holder{
    height: 100%;
    position: fixed;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    top: 0;
    z-index: 99;
}
.admin-header nav{
  min-height: 60px;
}

.admin-main-body{
  margin-right: 250px;
}

.admin-body{
  padding-top: 60px;
}
.ps-sidebar-root{
  height: 100%;
  padding-top: 60px;
}

aside {
  background-color: rgba(0,0,0,.2) !important;
  color: white !important;
  border: none !important;
}
.css-dip3t8 {
  background-color: transparent !important;
}

.ps-open.css-8dyhm6{
  color: white;
}

.ps-open.css-12w9als{
  color: #ecb966 !important;
}

.ps-open.css-1cuxlhl{
  color: #ecb966 !important;
}

aside li:hover{
  color: #ecb966;
}
.admin-header {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 9999;
}

.css-ewdv3l{
  background-color: transparent !important;
}
.css-ewdv3l li{
  color: white;
}

.ps-menu-icon{
  color: #edbf72 !important;
}
.css-z5rm24{
  background-color: rgba(0,0,0,.2) !important;
}

.custom-tables thead tr th {
  background: #ecb966;
  border: none;
  color: white;
}

.custom-tables {
  border-collapse: collapse;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.custom-tables th {
  border-left: 1px solid #dee2e6 !important;
}

.custom-tables td {
  border-left: 1px solid #e7edf5 !important;
}

.custom-tables .no-border {
  border-left: none !important;
}

.custom-tables .right-border {
  border-right: 2px solid #e7edf5 !important;
}

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

.custom-tables tbody tr:nth-of-type(2n) {
  background-color: #82828247;
}

.custom-tables .centered-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.danger-btn {
  background: linear-gradient(to left, #ff4b4b 50%, rgba(255, 75, 75, 0.2) 50%)
    left;
  background-size: 200%;
  color: #ff4b4b;
}
.danger-btn:hover {
  color: white;
}
#canv{
  border-radius: 12px;
}

.refresh-btn{
  cursor: pointer;
}

.auth-img-holder{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-image{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.auth-img-holder .logo{
  z-index: 999;
  position: relative;
  width: 150px;
}

.admin-gallery-img{
  width: 70px;
  height: 70px;
  border-radius: 12px;
}

.css-dip3t8{
  height: 90% !important;
}

.badge-bg-success{
  background-color: green;
  color: white;
  margin-left: 8px;
}

.text-right{
  direction: ltr;
}

.table{
  color: white;
}

.services-holder{
  background-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  padding: 24px;
  border-radius: 12px;
}
a:hover{
  text-decoration: none !important;
}

.text-primary:hover{
  color: white !important;
}
.text-primary:focus{
  color: white !important;
}
.required{
  color: red ;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

.Toastify__toast-body{
  font-family: 'Anjoman';
}

.react-tabs__tab--selected{
  background-color: #ebb358 !important;
  color: white !important;
}

.accordion__heading{
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 12px;
}

.accordion__button{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.accordion__item{
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.accordion__panel{
  padding: 16px;
}

.ch-80{
  height: 80px;
}
.modal-content{
  background-color: rgba(0, 0, 0, 0.8);
}
.Toastify__toast-body{
  font-family: 'Anjoman' !important;
}

.advertising-img{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.advertising-img img{
  width: 100%;
  aspect-ratio: 1/1;
}
.advertising-img .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.advertising-img:hover .overlay{
  display: flex;
}

.advertising-img .overlay img{
  width: 60px;
  height: 60px;

}
.img-viewer {
  max-width: 100%;
  max-height: 80vh;
}

.header-logo{
  height: 40px;
}

.chart-holder{
  height: 350px;
  direction: ltr;
}

.chart-holder .recharts-responsive-container{
  max-width: 90vw;
}

.chart-holder tspan{
  font-size: 11px;
}

.DatePicker__input {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 16px;
  height: 50px;
  width: 100% !important;

  /* Input */
  background: #f0f2f6 !important;
  border-radius: 20px;
  border: none;
  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  font-size: 16px !important;
  border: none !important;
}

.DatePicker {
  width: 100%;
}

.custom-pagination {
  gap: 8px;
}
.custom-pagination .page-button {
  background-color: white;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border: 1px solid gainsboro;
}
.custom-pagination .page-button.active {
  background-color: #ebb358;
  color: white;
}

.reject-reason-holder{
  border: 1px solid white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.jodit-react-container{
  color: #000 !important;
}


.search-loading-text{
  color: #6e6e6e;
}

.process-advertising-item{
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid gray;
}
.process-advertising-item.active{
  background-color: #ebb358;
}
.process-advertising-item:hover{
  background-color: #ebb358;
}

.process-advertising-item img{
  aspect-ratio: 1/1;
}

.search-input{
  min-width: 300px;
}

.btn-primary{
  background-color: #ebb358;
  color: white;
  border-color: white ;
}

.btn-primary:hover{
  background-color: white;
  color: #ebb358;
}

.btn-primary:focus{
  background-color: white;
  color: #ebb358;
}

.cursor-pointer{
  cursor: pointer;
}

.custom-hr{
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.no-hover:hover{
  background-color: initial !important;
}


.flex-1 {
  flex: 1 1 0%;
}

.steps {
  overflow-y: auto;
}

.steps .wing {
  background-color: rgba(107, 114, 128, 0.8);
  height: 2px;
}

.steps .passed .right-wing,
.steps .passed .left-wing {
  background-color: rgba(35, 204, 0, 0.9);
}

.steps .current .left-wing {
  background-color: rgba(35, 204, 0, 0.9);
}

.steps .icon-holder {
  background-color: rgba(107, 114, 128, 0.8);
  border-radius: 50%;
  border: 2px solid white;
}

.steps .current .icon-holder {
  background-color: #ebb358;
  border-radius: 50%;
  border: 2px solid white;
}

.steps .passed .icon-holder {
  background-color: rgba(35, 204, 0, 0.9);
  border-radius: 50%;
  border: 2px solid white;
}

.steps .svg {
  width: 35px;
  height: 35px;
  padding: 6px;
}

.step-cafe .passed .right-wing,
.step-cafe .passed .left-wing {
  background-color: #ebb358;
}

.step-cafe .current .left-wing {
  background-color: #ebb358;
}

.step-cafe .current .icon-holder {
  background-color: #ebb358;
}
