@import url("https://fonts.googleapis.com/css2?family=Lato");
.bg-grey {
  background-color: #444444 !important;
}

.bg-dark-white {
  background-color: #e8e8e9 !important;
}

.bg-light-green {
  background-color: #21d575 !important;
}

.bg-orange {
  background-color: #f8662c !important;
}

.text-light-orange {
  color: #f8662c !important;
}

.bg-light-orange {
  background-color: #f8662c !important;
}

.shadow-orange {
  box-shadow: 0 0 10px #f8662c;
}

.bg-dark {
  color: #fff !important;
}

.text-dark-white {
  color: #f0f0f1 !important;
}

.bg-light-black {
  background-color: #3f444c !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-10px {
  width: 10px !important;
}

.width-15px {
  width: 15px !important;
}

.width-20px {
  width: 20px !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;
}

.btn {
  box-shadow: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.archive-tag {
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #fff;
  min-width: 100px;
  border-radius: 10px 0 0 10px;
  color: #000;
  padding: 2px 12px;
  text-align: center;
}

.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;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.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;
}

.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: #989a9d !important;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.transparent-border {
  border: 12px solid rgba(255, 255, 255, 0.71);
}

.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.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: #f8662c;
  caret-shape: bar;
}

.border-bottmom-1 {
  border-bottom: 1px solid #989a9d;
}

.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;
  background-color: #3f444c;
}
.search-box .box:focus {
  background-color: #3f444c !important;
  color: #fff;
}
.search-box input::-moz-placeholder {
  color: #fff !important;
}
.search-box input::placeholder {
  color: #fff !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 #f8662c;
  }
}
.border-bottom-orange {
  border-bottom: 4px solid #F8662C;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.radioBoxes .custom-radio {
  padding: 0;
  cursor: pointer;
}
.radioBoxes .custom-radio span {
  text-align: center;
  display: block;
  width: 100% !important;
  border: 1px solid #f0f0f1;
  padding: 10px;
  min-width: 100px;
}
.radioBoxes input {
  display: none;
}
.radioBoxes input:checked + span {
  background: #f8662c;
  color: #f0f0f1;
}

.form-check-input {
  border: 1px solid #f0f0f1 !important;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #F8662C !important;
}

.form-control {
  border: 3px solid #f0f0f1 !important;
}

@media (max-width: 992px) {
  .invoices-table {
    width: 992px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.right-30 {
  right: 30px !important;
}

.bottom-right-30 {
  right: 30px;
  bottom: 30px;
}

.table-conatainer, #table-conatainer {
  width: 100%;
  overflow-x: scroll;
}

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: -185px;
  top: 25px;
  padding: 8px 0px 8px 0;
  background: #fff;
  box-shadow: 0 0 10px #000;
}
.main #nav ul.dropdown li {
  list-style: none;
  width: 200px;
}
.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 {
  background: #000;
  padding: 10px 20px !important;
  font-weight: 700 !important;
}

.main {
  min-height: 100vh;
}
.main .profile-photo {
  border-radius: 50%;
  border: 1px solid #f8662c;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100px;
}

.nav-link:focus,
.nav-link:hover {
  color: #f8662c !important;
}

@media (min-width: 768px) {
  .width-95 {
    width: 95% !important;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-left: 10px;
  }
}
.card-images {
  width: 100%;
  max-height: 230px;
  overflow-y: hidden;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-images .slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 0;
}
.card-images .slick-next-btn,
.card-images .slick-prev-btn {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #000;
  z-index: 30;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.4196078431);
  border: none;
}
.card-images .slick-prev-btn {
  left: 0;
}
.card-images .slick-next-btn {
  right: 0;
}
.card-images img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100% !important;
}

.id-photoes {
  width: 100%;
  height: 280px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.id-photoes img {
  height: 100%;
}

.image-height-fix {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-height-fix img {
  height: 100%;
  min-height: 35px;
  border: none;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.border-grey-2 {
  border: 2px solid rgb(184, 184, 184);
}

.border-bottom-2 {
  border-bottom: 2px solid rgb(184, 184, 184);
}

.overview-table tr {
  border-bottom: 2px solid grey;
}
.overview-table tr:last-child {
  border-bottom: none !important;
}
.overview-table tr:last-child td {
  border-bottom-width: 0px !important;
}

.record-responsive {
  width: 100%;
  overflow-y: scroll;
}

.modal .facility-btn {
  position: absolute;
  right: 5px;
  bottom: 2px;
}

.login {
  color: #fff;
  width: 100%;
  background: url("../images/login-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: 0;
}
.login .person-img .camera-icon {
  position: absolute;
  bottom: -20px;
  left: 38%;
  cursor: pointer;
}
.login .mocup {
  display: none;
}
.login form {
  z-index: 1;
  padding: 10px 20px;
  margin-top: 80px;
}
.login form h2 {
  letter-spacing: 1.5px;
}
.login form > div {
  padding: 15px 30px;
  background: rgba(42, 46, 54, 0.9);
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.login form > div .forgot-pass {
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.login form > div .forgot-pass a {
  color: #f0f0f1;
  opacity: 0.7;
  font-weight: lighter;
}
.login form > div #password {
  padding-right: 10% !important;
}
.login form > div .create-account {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: #f0f0f1;
}
.login form > div .create-account a {
  color: #f8662c;
  text-decoration: underline !important;
}
.login form > div .pass-input {
  position: relative;
}
.login form > div .pass-input img {
  position: absolute;
  color: #444444;
  bottom: 13px;
  right: 15px;
  cursor: pointer;
}
.login form > div input {
  caret-color: #f8662c;
  border: 2px solid #989a9d !important;
}
.login .btn-closer {
  position: absolute;
  right: 12px;
  top: 10px;
}
.login .underline {
  width: 15%;
  height: 5px;
  border-radius: 10px;
  display: block;
  background: #f8662c;
  opacity: 1;
}

.sign-up {
  background: url("../images/signup-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

@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-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;
    bottom: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */