.auth-container {
    min-height: 77vh;
    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: #f4f0f6;
    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,
        rgba(61, 17, 82, 1) 50%,
        rgba(185, 61, 243, 0.2) 50%
      )
      left;
    background-size: 200%;
    color: rgba(61, 17, 82, 1);
  }

  .btn-general:hover {
    color: white;
  }
  
  .aside-holder{
    height: 100%;
    position: fixed;
    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: 120px;
}

aside {
  background-color: rgba(61, 17, 82, 1) !important;
  color: white !important;
}
.css-dip3t8 {
  background-color: transparent !important;
}

.ps-open.css-8dyhm6{
  color: white;
}

aside li:hover{
  color: rgba(61, 17, 82, 1);
}
.admin-header{
  height: 60px;
  background-color:rgba(61, 17, 82, 1);
  width: 100%;
  position: fixed;
  top: 0;
}

.css-ewdv3l{
  background-color: rgba(61, 17, 82, 0.8);
}
.css-ewdv3l li{
  color: white;
}

.custom-tables thead tr th {
  background: rgba(61, 17, 82, 1);
  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;
}

.table td,
.table th {
  vertical-align: middle;
}

.custom-tables tbody tr:nth-of-type(2n) {
  background-color: #f4f6f9;
}

.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;
}

.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;
}
