/* Login page  */

.bg-gradient-primary {
  background-image: linear-gradient(304deg, #cfcbcb 0.5%, #7eced3 100%);
  /* background-image: linear-gradient(304deg,#595959 1%,#7eced3 99%); */
  background-size: cover;
}

.btn-primaryy {
  color: #fff;
  background-color: #268893;
  border-color: #595959;
}

.btn-primaryy:hover {
  background-color: #20717a;
  border-color: #d6d0d0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2ebceb;
  border-color: #2ebae9;
}


@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 100%;
  }
}


.nav-link {
  color: #4c4c4c7d !important;
}

.sidebar-dark .nav-item .nav-link i {
  color: #8382827d !important;
}

.topbar {
  height: 5.075rem !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 2.80rem;

}

.topbar .nav-item .nav-link {
  height: 2.975rem;
}


.topbar .nav-item.dropdown .dropdown-toggle::after {
  content: '\f078' !important;
  font-family: 'Font Awesome 5 Free';
}

.pon-border {
  border: 5px dotted;
  border-color: #eeeeee;
}

.clik-nav {
  background-color: #e6f2f3;
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link span {
    font-size: 0.95rem;
  }
}

.dash-icon {
  background-color: #E6F2F3;
  border: 0 solid transparent;
  border-radius: 6px;
  padding: 5px;
}

.sar-dash {
  padding: 2px 8px;
  background: #EEEEEE;
  border-radius: 4px;
  color: #007A86;
}

.sar-dash:hover {
  color: #007A86;
}

.btn-overview:hover {
  color: #909090;
}

.color-buttona {
  color: #909090;
}

.h5,
h5 {
  font-size: 0.95rem;
}

.color-green {
  color: #87C98A;
}

.color-blue {
  color: #54A6AE;
}

.color-red {
  color: #F88178;
}

.color-orgen {
  color: #FFBA54;
}

.card-header {
  border-bottom: unset;
}

/* .all-charts{
    display: none;
  } */

.chart-area {
  overflow-y: hidden;
}

.btn-log-design {
  font-weight: bolder;
  justify-content: center;
  gap: 83px;
  height: 48px;
  background: linear-gradient(315deg, #006D78 0%, #409BA5 100%);
  border-radius: 4px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #007A86;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #E6F2F3;
  background-color: #E6F2F3;
}

.bg-light-blue {
  background-color: #E6F2F3;
}

.header-drop:active {
  background-color: #e6f2f3;
  color: black;
}

.go-left {
  margin-left: auto;
}


.chart-area {
  overflow-x: hidden;
}

.all-chart {
  width: 100%;
  animation: slideToLeft 1s forwards;
}

@keyframes slideToLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

#hourChart{
  right : 2385px;
}

.clik-nav span{
  color: black;
}

.neww-color {
  color : #007A86;
}


/*.table-responsive{*/
/*    overflow-x: hidden;*/
/*}*/



.sidebar-brand-icon img {
    width: 90px;
}

@media (min-width: 768px) {


    .sidebar-brand-icon img {
        width: 150px;
    }

}

.small-logo{
     width: 90px !important;
}


.page-link {
    color:#007a86;   
}


/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#piechart {
  display: flex;
  flex: 1;
  height: 600px !important;
}

/* Styles for smaller screens (phones) */
@media (max-width: 768px) {
  #piechart {
      height: auto !important; /* Remove fixed height for small screens */
  }
  .profile-nav{
      display: none !important;
  }
  .topbar .nav-item.dropdown .dropdown-toggle::after {
    content: none !important;
  }
  
  .list-table{
      margin-top: 48px !important;
  }
  
  
  .filter-body{
      margin-top: 50px !important;
  }
  
  .navbar-expand .navbar-nav {
      overflow-x: hidden;
  }
  
  .lang-normal{
      display: none;
  }
  
  .lang-phone{
      display: block !important;
  }
  
  .text-samll-phone{
      font-size: 12.01px !important;
  }
}

.lang-phone{
  display: none;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #007A86;
  border-radius: 50%;
  display: inline-block;
}

/* subscribtion */
.alert-sub-new {
  color: #007A86;
  background-color: #E6F2F3;
  border-color: #bff0de25;
}

.alert-sub-worrning {
  color: #D89E0A;
  background-color: #F9F1DC;
  border-color: #bff0de25;
}

.alert-sub-end {
  color: #F44336;
  background-color: #FEECEB;
  border-color: #bff0de25;
}


/*login */
.bg-login-image {
    background: url(https://live.codeit.sa/assets/front/img/new_bg.jpeg);
    background-position: right top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-color: #268893;
    background-size: 73vw;
}


.hide-form {
    display: none;
}

.red-border:focus-visible {
    text-shadow: 0 0 0 #dc2525 !important;
}

.top-left-img {
    position: absolute;
    top: 6.1vh;
    left: 2.6vw;
    width: 21.4vh;
    height: auto;
    z-index: 999;
}

.form-container {
    padding: 40px;
    max-width: 550px;
    min-width: 36vw;
    padding-top: 20vh;
}

.form-control {
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    margin-bottom: 20px;
    height:unset;
}

.btn-get-started {
    width: 100%;
    padding: 24px;
    border-radius: 30px;
    /*background-color: #8BC34A;*/
    border: none;
    color: white;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.5em;
    /*height: unset ;*/
}

.form-label {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.5em;
   
}

.login {
    text-align: left;
}

.form-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 10px;
}

.form-subtitle {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.top-left-nav {
    position: absolute;
    top: 6.1vh;
    left: 25vw;
    right: unset !important;
    width: 21.4vh;
    height: auto;
    z-index: 999;
}

.dirLogin {
    direction: ltr;
}

.container-login{
    justify-content: left;
    padding: 0 9vw;
    min-height: 100vh;
}

.language-switcher {
    position: fixed;
    bottom: 6.1vh;
    left: 2.6vw;
    z-index: 999; /* Ensure it's above other content */
    right: unset;
}

@media (max-width: 768px) {
    .form-container {
        padding-top: 30vh !important;
    }
    
}
