html {
  min-width: 100% !important;
  height: 100% !important;
}

body {
  width: 100%;
  height: 100%;
}
hr {
    border: 0;
    width: 96%;
    color: #2a2a2a;
    height: 1px;
}


#line {
    float: left;
    width: 731px;
    height: 10px;
}
/* Login Page */
body.page-template-login,
body.page-template-register,
body.page-template-forgot-password,
body.page-template-change-password,
body.page-template-activation {
  background-image: url(../img/login-bg.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
  /*                                                           Add Nader */
.floatThead-container{
  width: auto;
  
}
  /*                                                           End Add Nader */
.loginSectionContainer {
  display: flex;
}

.is_user_activated_mode .loginSectionContainer {
  display: none;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 15px 0px 0px 15px;
}

.loginPanel,
.activationPanel {
  font-family: quicksand;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.registerPanel,
.loginPanel {
  background-image: url(../img/register-background.webp);
  background-size: cover;
  width: 960px;
}

.loginPanel .loginSection {
  border-right-color: #999;
  border-right-width: 2px;
  border-right-style: solid;
}

.activationPanel .loadingContainer {
  color: #2E368F;
}

.formRegisterSalesPersons,
.formRegisterProviders,
.formRegisterPatients {
  display: none;
  overflow-y: scroll;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
  * Sidebar
  */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
  * Navbar
  */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.logoLoginPage {
  max-width: 250px;
}

.countryContainer .select2 {
  width: 100%!important;
}

/* Password Field */
.pass-check-correct {
  color: rgb(34,139,34)
}
.pass-check-correct:before {
  position: relative;
  content: "✔";
}
.pass-check-wrong {
  color: red;
}
.pass-check-wrong:before {
  position: relative;
  content: "✖";
}

.pass-field {
  position: relative;
}

.pass-field i {
  right: 10px;
  top: 40px;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
  position: absolute;
}

.pass-check-wrap {
  display: none;
  background: #FFF;
  position: absolute;
  box-shadow: 0 0 2px #000;
  width: 100%;
  padding: 10px;
  font-size: 9pt;
  z-index: 9;
}
/* Password Field */

.select2-selection {
  height: 38px!important;
  border-radius: 800px!important;
  display: flex!important;
  align-items: center!important;
  border: 1px solid #ced4da!important;
}

.select2-selection__arrow {
  top: unset!important;
  margin-right: 5px!important;
}

.select2-selection__rendered {
  margin-left: 5px!important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget tr,
.bootstrap-datetimepicker-widget table *,
.bootstrap-datetimepicker-widget thead,
.bootstrap-datetimepicker-widget tbody {
  border: none!important;
}

@media only screen and (max-width: 768px) {
  .loginSectionContainer {
    flex-direction: column-reverse;
  }

  .loginSection {
    padding-right: 0!important;
    padding-top: 3rem;
    border-right-width: 0!important;
  }

  .registerSection {
    margin-left: 0!important;
    padding: 0 3rem!important;
  }
}

@media only screen and (max-width: 960px) {
  .loginSectionContainer {
    padding: 3rem;
  }
}
