@import url("https://fonts.googleapis.com/css2?family=Lato:wght@500&family=Lora&family=Montserrat:wght@200&display=swap");
.bg-grey {
  background-color: #444444 !important;
}

.bg-light-green {
  background-color: #21d575 !important;
}

.bg-orange {
  background-color: #EFBD42 !important;
}

.text-light-orange {
  color: #f2d17a !important;
}

.bg-light-orange {
  background-color: #f2d17a !important;
}

.shadow-orange {
  box-shadow: 0 0 10px #f2d17a;
}

.bg-dark {
  color: #fff !important;
}

.width-100 {
  width: 100%;
}

.width-90 {
  width: 90% !important;
}

.width-80 {
  width: 80%;
}

.width-75 {
  width: 75%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60% !important;
}

.width-50 {
  width: 50% !important;
}

.width-48 {
  width: 48%;
}

.width-48 {
  width: 48%;
}

.width-45 {
  width: 45%;
}

.width-40 {
  width: 40% !important;
}

.width-35 {
  width: 35% !important;
}

.width-30 {
  width: 30% !important;
}

.width-25 {
  width: 25% !important;
}

.width-20 {
  width: 20% !important;
}

.width-15 {
  width: 15% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15px {
  width: 15px !important;
}

.width-20px {
  width: 20px !important;
}

.width-10px {
  width: 10px !important;
}

.width-80px {
  width: 80px !important;
}

.width-90px {
  width: 90px !important;
}

.width-100px {
  width: 100px !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "lato", sans-serif !important;
  background-color: #232323;
}

a {
  text-decoration: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.fs-10 {
  font-size: 10px;
}

.confirm-img {
  cursor: pointer;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.border-1 {
  border: 1px solid #f0f0f1 !important;
}

.tow-lines-text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.family-lato {
  font-family: "Lato", sans-serif;
}

.edit {
  position: relative;
}
.edit img {
  position: absolute;
  right: 25px;
  bottom: 13px;
}

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}

input,
input:focus {
  border: 1px solid #444444 !important;
}

input::-moz-placeholder {
  opacity: 0.7;
  /* Firefox */
}

input::placeholder {
  opacity: 0.7;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.7;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.7;
}

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

.bg-light-grey {
  background-color: #b2b2b2 !important;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.transparent-border {
  border: 12px solid rgba(67, 67, 67, 0.71);
}

.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.top-right-0 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.top-right-10 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

input {
  caret-color: #f2d17a;
  caret-shape: bar;
}

.border-bottmom-1 {
  border-bottom: 1px solid #b2b2b2;
}

.border-bottmom-dashed-3 {
  border-bottom: 3px dashed #444444;
}

.border-top-1 {
  border-top: 3px solid #3a3b3c;
}

.facilities {
  border: 1px solid #444444;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
}

label {
  text-transform: capitalize;
}

.search-box {
  position: relative;
}
.search-box .box {
  padding-left: 30px;
  width: 100%;
  padding: 11px 10px 11px 40px;
  border-radius: 10px;
}
.search-box input::-moz-placeholder {
  color: #000000 !important;
}
.search-box input::placeholder {
  color: #000000 !important;
}
.search-box i {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.search-box .d-webkit-inline-box {
  display: -webkit-inline-box;
}

@media (min-width: 992px) {
  .border-left-md-2 {
    border-left: 1px solid #f2d17a;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

/* --------------- Edit Delete Drop Down ----------- */
.main .menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.main #nav ul.dropdown {
  display: none;
  position: absolute;
  left: -155px;
  top: 25px;
  z-index: 1;
  padding: 8px 0px 8px 0;
  background: #fff;
  border-radius: 15px 0 15px 15px;
  box-shadow: 0 0 10px #000;
}
.main #nav ul.dropdown li {
  list-style: none;
  width: 170px;
}
.main #nav ul.dropdown li a {
  text-decoration: none;
  /* padding: 0em 1em; */
  color: #000;
  display: block;
}
.main .toggle-dropdown > img {
  width: 30px !important;
}

/* --------------- Edit Delete Drop Down End ----------- */
.navbar a {
  font-weight: 600;
  text-decoration: none;
  color: #d6d8db;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  padding-left: 30px;
}

.active {
  zoom: 1.1;
  border-bottom: 2px solid #f2d17a;
  font-weight: 700 !important;
}

.main {
  min-height: 100vh;
}
.main .profile-photo {
  border-radius: 50%;
  border: 1px solid #EFBD42;
}

.nav-link:focus, .nav-link:hover {
  color: #f2d17a !important;
}

@media (min-width: 768px) {
  .width-95 {
    width: 95% !important;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-left: 10px;
  }
}
.facility-btn {
  position: absolute;
  right: 5px;
  bottom: 2px;
}

.login {
  color: #fff;
  width: 100%;
  background: url("../images/login-page-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 20px;
  display: block;
  align-items: center;
  overflow-y: scroll;
}
.login .person-img #confirm-img {
  cursor: pointer;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.login .person-img .camera-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.login .mocup {
  display: none;
}
.login form {
  z-index: 1;
  padding: 10px 20px;
  background: url("../images/login-bg.png") no-repeat;
  border-radius: 20px;
  margin-top: 80px;
}
.login form h2 {
  letter-spacing: 1.5px;
}
.login form > div {
  padding: 15px 30px;
  border-radius: 20px;
  background: #232323;
  background-clip: padding-box;
}
.login form > div .forgot-pass {
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.login form > div .forgot-pass a {
  color: #444444;
  text-decoration: underline !important;
}
.login form > div #password {
  padding-right: 10% !important;
}
.login form > div .create-account {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: #444444;
}
.login form > div .create-account a {
  color: #fff;
  text-decoration: underline !important;
}
.login form > div .pass-input {
  position: relative;
}
.login form > div .pass-input #show-pass {
  position: absolute;
  color: #444444;
  bottom: 13px;
  right: 15px;
  cursor: pointer;
}
.login form > div input {
  caret-color: #f2d17a;
}
.login .btn-closer {
  position: absolute;
  right: 12px;
  top: 10px;
}
.login .underline {
  width: 15%;
  height: 5px;
  border-radius: 10px;
  display: block;
  background: #f2d17a;
  opacity: 1;
}

@media (max-width: 360px) {
  .login {
    width: 100%;
    min-height: 100vh;
    background: none;
    padding: 0px;
    display: block;
    align-items: center;
  }
  .login .mocup {
    display: block;
  }
}
@media (min-width: 992px) {
  .login {
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .login form {
    padding: 10px 20px;
    background: url("../images/login-bg.png") no-repeat;
    background-position: center;
    margin-top: 20px;
    background-size: 100% 100%;
    border-radius: 20px;
  }
  .login .left-login-form {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .login .right-login-form {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */