/********** Template CSS **********/
:root {
  --primary: #009cff;
  --light: #f3f6f9;
  --dark: #191c24;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Layout ***/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 253px;
  height: 100vh;
  overflow-y: auto;
  background: var(--light);
  transition: 0.5s;
  z-index: 999;
}

.content {
  margin-left: 253px;
  min-height: 100vh;
  background: #ffffff;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .sidebar.open {
    margin-left: -250px;
  }

  .content {
    width: calc(100% - 250px);
  }

  .content.open {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-left: -250px;
  }

  .logo {
    display: none !important;
  }

  .respo-pb {
    padding-top: 50px;
  }

  .sidebar.open {
    margin-left: 0;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }
}

/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
  padding: 7px 8px;
  color: var(--dark);
  font-weight: 500;
  border-left: 3px solid var(--light);
  border-radius: 0 30px 30px 0;
  outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
  color: #ffffff;
  background: #1a4464;
  border-color: #1a4464;
}

.sidebar .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
  background: #00d333;
}

.sidebar .navbar .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
  padding-left: 25px;
  border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 12px 0;
  color: var(--dark);
  outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.5s;
}

.content .navbar .dropdown-toggle[aria-expanded="false"]::after {
  transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
  .content .navbar .navbar-nav .nav-link {
    margin-left: 15px;
  }
}

/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.progress .progress-bar {
  width: 0px;
  transition: 2s;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 5px solid var(--primary);
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--dark);
  border-color: var(--primary);
}

.rounded {
  border-radius: 26px !important;
}

.dash-h {
  color: black;
  font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  /* background-color: #9d9d9d; */
  border-bottom: 5px solid #1a4464 !important;
  border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #1a4464;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding: 2px 6px;
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.dataTables_filter {
  padding-top: 26px;
  margin-bottom: 15px;
  /* margin-right: 6px; */
}

.form-control-sm {
  width: 239px !important;
  height: 35px;
  border-radius: 7px;
}

.table-btn {
  justify-content: flex-end;
}

.dataTables_info {
  text-align: left;
}

.logo {
  width: 100%;
  margin: 0px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.newmodel {
  position: absolute;
  top: 100px;
  right: 30px;
}

.xl-modal {
  width: 70% !important;
  margin: auto !important;
  /* max-width: 500px; */
  margin: 1.75rem auto;
}

.avatar-wrapper {
  position: relative;
  height: 120px;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 23px;
  /* margin: 50px 3px; */
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 15px -5px black;
  transition: all 0.3s ease;

  &:hover {
    transform: scale(1.05);
    cursor: pointer;
  }

  &:hover .profile-pic {
    opacity: 0.5;
  }

  .profile-pic {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;

    &:after {
      font-family: FontAwesome;
      content: "\f007";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      font-size: 190px;
      background: #ecf0f1;
      color: #34495e;
      text-align: center;
    }
  }

  .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    .fa-arrow-circle-up {
      position: absolute;
      font-size: 125px;
      top: -1px;
      left: -3px;
      text-align: center;
      opacity: 0;
      transition: all 0.3s ease;
      color: #34495e;
    }

    &:hover .fa-arrow-circle-up {
      opacity: 0.9;
    }
  }
}

.btn-primary {
  color: #000;
  background-color: #0069b7;
  border-color: #0069b7;
}

.btn-success {
  color: #fff;
  background-color: #00d333;
  border-color: #00ec41;
}

.log-spc {
  justify-content: space-around;
  padding: 5px 58px;
}

.loging-bg {
  background-image: url(../img/login_bg.png);
}

.logo-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 55px;
}

.language-selector {
  margin-bottom: 20px;
}

/* .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
} */

/* 
.form-floating {
    display: flex;
    align-items: center;
} */
.log-end-text {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
}

.td-btn {
  display: flex;
  justify-content: space-between !important;
}

page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0069b7 !important;
  border-color: #0069b7 !important;
}

.logo_section img {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .log-spc {
    justify-content: space-around;
    padding: 5px 5px;
  }

  .logo_section {
    display: none;
  }

  .logo-align {
    padding-bottom: 20px;
  }

  .login_input {
    width: 100% !important;
  }

  .mobile_view {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 786px) {
  .mobile_view {
    display: none;
  }

  .log-spc {
    justify-content: space-around;
    padding: 5px 5px;
  }

  .logo_section {
    display: none;
  }

  .logo-align {
    padding-bottom: 20px;
  }

  .login_input {
    width: 100%;
  }
}

@media screen and (min-width: 787px) and (max-width: 1023px) {
  .mobile_view {
    display: none;
  }

  .login_input {
    width: 90%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

  .login_input {
    width: 90% !important;
  }

  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 12px !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {

  .login_input {
    width: 90% !important;
  }

  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 11px !important;

  }

  .sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 8px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
    font-size: 15px;
  }

  .evd-btn {
    height: 30px;
    width: 30px;
    padding: 0px;
  }

  .ico-btn {
    font-size: 12px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1700px) {

  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 12px !important;
  }

  .sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 8px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
    font-size: 14px;
  }
}

.login_input {
  width: 70%;
  margin: 0px auto !important;
}

.txt-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.btn {
  transition: 0.5s;
  border-radius: 11px;
}



.btn-primary:hover {
  color: #ffffff;
  background-color: #1a44649d;
  border-color: #1a44649d;
}


#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

#overlay.show {
  display: block;
}

.dropdown-menu {
  z-index: 1001;
}

.btn-success {
  color: #fff;
  background-color: #00d333;
  border-color: #00ec41;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
  background: #ffffff;
  color: black;
}

.btn-primary {
  color: #ffffff;
  background-color: #1a4464;
  border-color: #1a4464;
}

.btn-success {
  color: #fff;
  background-color: #418fba;
  border-color: #418fba;
}

.btn-success:hover {
  color: #fff;
  background-color: #418fbaab;
  border-color: #418fbaab;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #418fba;
  border-color: #418fba;
}

.text-info {
  color: #1a4464 !important;
}

.error{
  color:red;
}

.alert-fade {
  animation: fadeOut 10s ease forwards; /* Adjust the animation duration (5s) as needed */
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      display: none;
  }
}

.dataTables_length{
  display: none !important;
}