/*
**Overlay Mixin
*/

/*
**Prefixes  Mixin
** Auto Add Prefixes To Properties
*/

/*
**Animation  Mixin
** Auto Add Prefixes To Animation
*/

/* .element { @include opacity(.9); } */

/* .element { @include transition( all .3s ease-in-out); } */

/* Start Nesting Some Properties
    .child { 
        font:{ 
            weight:bold;
            size: 20px;
            family: Arial;
        }
        border:{
            right: 1px solid #080;
            left: 2px solid #DDD;
        }
    padding: {
        left: 10px;
        rigt: 10px;
        top: 10px;
    }

}
End Nesting Some Properties */

* {
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

/* Start Header */

header .navbar-brand img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .navbar-nav {
  display: flex;
  align-items: center;
}

header .nav-link {
  padding: 0;
  font-size: 12px;
}

header .nav-link i {
  font-size: 25px;
  color: #999999;
}

header a {
  position: relative;
}

header .img-box-item {
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}

header .img-box-item::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #00B437;
  position: absolute;
  top: 2px;
  right: 15px;
  border-radius: 50%;
}

header .img-box-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .drop-logout {
  left: auto;
  right: 0;
}

header .dropdown-toggle::after {
  display: none;
}

/* End Header */

/*Start Footer*/

/*End Footer*/

.main-button {
  font-size: 12px;
}

input,
select,
textarea {
  border: 1px solid #e9ecef !important;
}

.full-input {
  padding: 8px 10px;
  border: 1px solid #C6CBD0;
  width: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  height: auto;
}

.full-input label {
  display: block;
  font-size: 12px;
  color: #686d71;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.full-input input {
  outline: none;
  border: none !important;
  display: block;
  font-size: 12px;
  padding: 0;
  height: auto;
  outline: none;
}

.full-input input:focus {
  outline: none;
  box-shadow: 0 !important;
}

.full-input textarea {
  padding: 0;
  display: block;
  height: auto;
}

.full-input select {
  width: 100%;
  border: none !important;
  font-size: 12px;
  padding: 0;
  display: block;
  height: auto;
  color: #acacac;
  outline: none !important;
  cursor: pointer;
}

.full-input .form-control:focus {
  outline: none;
  box-shadow: none !important;
}

.full-input input::-moz-placeholder {
  color: #acacac;
}

.full-input input:-ms-input-placeholder {
  color: #acacac;
}

.full-input input::-ms-input-placeholder {
  color: #acacac;
}

.full-input input::placeholder {
  color: #acacac;
}

.full-input .eye-icon {
  float: right;
  margin-top: -18px;
  cursor: pointer;
}

.full-input .eye-icon i {
  font-size: 12px;
  color: #acacac;
  transition: all 0.3s ease-in-out;
}

.full-input .eye-icon i:hover {
  color: #343a40;
}

.radio-input {
  margin: 1.5rem auto;
}

.radio-input label {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.radio-input label input {
  position: absolute;
  left: -9999px;
}

.radio-input label input:checked + span:before {
  box-shadow: inset 0 0 0 0.2975em #1777FB;
}

.radio-input label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.radio-input label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #1777FB;
}

.radio-input .icon-radio {
  margin: 0 0.5em;
  font-size: 12px;
}

.radio-input .text-radio {
  margin-top: 15px;
}

.radio-input .text-radio p:first-child {
  font-weight: 600;
}

.radio-input .text-radio p:last-child {
  color: #acacac;
}

.form-tab-four {
  display: flex;
  justify-content: center;
}

.form-tab-four .full-input {
  width: 40px;
  margin: 0.5rem;
}

.form-tab-four .full-input input {
  text-align: center;
}

input[type=date] {
  text-transform: uppercase;
  color: #acacac;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url(/images/calendar-alt.svg?03f889746c77e4f10af8518462ddd4d1) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

.navbar-light.inside-section-nav {
  padding: 0;
}

.navbar-light.inside-section-nav .navbar-nav .nav-link {
  border-bottom: 3px solid transparent;
  padding: 1rem;
  color: #343a40;
}

.navbar-light.inside-section-nav .navbar-nav .nav-link .show,
.navbar-light.inside-section-nav .navbar-nav .nav-link .active {
  color: #1777fb;
  border-bottom: 3px solid #1777fb;
}

.navbar-light.inside-section-nav .navbar-nav .show > .nav-link,
.navbar-light.inside-section-nav .navbar-nav .active > .nav-link {
  color: #1777fb;
  font-weight: 600;
  border-bottom: 3px solid #1777fb;
}

.inputGroup-sys.input-group {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.inputGroup-sys.input-group input {
  border: 0 !important;
}

.inputGroup-sys.input-group input:focus {
  box-shadow: none;
}

.inputGroup-sys.input-group .input-group-append .input-group-text {
  background-color: #fff;
  border: 0;
  color: #e9ecef;
}

.inputGroup-sys.input-group .input-group-append .input-group-text i {
  color: #dee2e6;
}

.login-page .login-img {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #CAD3E6 100%) 0% 0% no-repeat padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.login-page .login-title {
  text-align: center;
  color: #fff;
}

.login-page .login-title .img-box {
  padding: 4rem 0;
}

.login-page .login-title .img-box img {
  width: 50%;
}

.login-page .login-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 84vh;
}

.login-page .login-form .log-text {
  color: #646464;
  font-size: 12px;
}

.login-page .login-form .sign-up-link {
  margin-top: 5rem;
  font-weight: 600;
  color: #686d71;
}

.login-page .forget {
  text-align: right;
  font-size: 11px;
  margin: 0.5rem 0;
}

.login-page .forget a {
  color: #686d71;
}

.login-page .forget-password-link {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.login-page .submit-button button {
  font-size: 12px;
}

.dashboard-page {
  background-color: #f4f4f4;
  height: calc(100vh - 68.69px);
}

@media (max-width: 575px) {
  .dashboard-page {
    height: auto;
  }
}

.dashboard-page .dashboard-box {
  margin: 0rem 8rem;
  padding: 5rem 0;
}

.dashboard-page .title-box {
  display: flex;
  justify-content: space-between;
}

.dashboard-page .title-box button {
  font-size: 12px;
  padding: 0.5rem 2rem;
}

.dashboard-page .dashboard-ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.dashboard-page .dashboard-ul .active .img-box {
  background: #1777FB;
}

.dashboard-page .dashboard-ul .active .dash-text {
  color: #1777FB;
}

.dashboard-page .dashboard-ul a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 20%;
  margin-top: 2rem;
}

.dashboard-page .dashboard-ul li {
  text-align: center;
}

.dashboard-page .dashboard-ul .img-box {
  position: relative;
  background: #dde7f5;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: auto;
}

.dashboard-page .dashboard-ul .img-box .bell-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #FE6C72;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 0.3rem;
}

.dashboard-page .dashboard-ul .img-box .bell-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard-page .dashboard-ul .img-box img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard-page .dashboard-ul .dash-text {
  margin-top: 0.8rem;
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signup-page {
  background-color: #f4f4f4;
  height: calc(100vh - 68.69px);
}

@media (max-width: 575px) {
  .signup-page {
    height: auto;
  }
}

.signup-page .tab-box {
  width: 800px;
  margin: auto;
}

.signup-page .nav-tabs {
  padding-top: 30px;
  border: none;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.signup-page .nav-tabs::after {
  content: "";
  height: 30px;
  top: 42px;
  background-color: #fff;
  width: 90%;
  position: absolute;
  z-index: -1;
  border-radius: 25px;
}

.signup-page .nav-tabs .nav-item {
  position: relative;
  z-index: 1;
}

.signup-page .nav-tabs .nav-item::after {
  content: "";
  height: 12px;
  top: 42%;
  left: 2px;
  background-color: #f4f4f4;
  width: calc(300px - 100%);
  position: absolute;
  z-index: -1;
  border-radius: 0px;
}

.signup-page .nav-tabs .nav-item.isActive {
  position: relative;
  z-index: 1;
}

.signup-page .nav-tabs .nav-item.isActive::after {
  content: "";
  height: 12px;
  top: 42%;
  left: 2px;
  background-color: #007bff;
  width: calc(300px - 100%);
  position: absolute;
  z-index: -1;
  border-radius: 0px;
}

.signup-page .nav-tabs .nav-link {
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #acacac;
  border: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
}

.signup-page .nav-tabs .nav-link.active {
  border: 2px solid #FE6C72 !important;
  color: #FE6C72 !important;
}

.signup-page .nav-tabs .nav-item.isActive .nav-link {
  border: 2px solid #007bff;
  color: #007bff;
}

.signup-page .nav-tabs .nav-item.isActive:last-child::after {
  display: none;
}

.signup-page .nav-tabs .nav-item:last-child::after {
  display: none;
}

.signup-page .tab-content .btn-outline-dark {
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: #C6CBD0;
  margin: 0 0.5rem;
}

.signup-page .tab-content .form-box {
  background: #fff;
  padding: 0.8rem;
  border-radius: 10px;
}

.signup-page .tab-content .form-box .img-box {
  width: 135px;
  height: 135px;
  margin: 1.5rem auto;
}

.signup-page .tab-content .form-box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.signup-page .tab-content .form-box .text-verify h6 {
  color: #000;
  font-size: 14px;
}

.signup-page .tab-content .form-box .text-verify p {
  color: #686d71;
  width: 28%;
  margin: auto;
}

.signup-page .tab-content .form-tab-one .full-input {
  width: auto;
}

.signup-page .tab-content .form-tab-one .phone-input {
  display: flex;
}

.signup-page .tab-content .form-tab-one .phone-input .national-num {
  width: 80px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
}

.signup-page .tab-content .form-tab-one .phone-input .national-num input {
  text-align: center;
}

.signup-page .tab-content .form-tab-one .phone-input .input-number {
  width: 100%;
  border-radius: 0px 5px 5px 0;
  border-left: 0;
}

.signup-page .tab-content .form-tab-three .full-input {
  width: auto;
}

.signup-page .tab-content .form-tab-three .input-upload label {
  cursor: pointer;
  margin-bottom: 0;
}

.signup-page .tab-content .form-tab-three .input-upload label .img-box {
  width: 130px;
  height: 130px;
  background: #ffff;
  line-height: 90px;
  border: 2px solid #f4f4f4;
  border-radius: 50%;
  position: relative;
}

.signup-page .tab-content .form-tab-three .input-upload label .img-box .icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fe6c72;
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.signup-page .tab-content .form-tab-three .input-upload label .img-box .shape {
  width: 120px;
  height: 120px;
  margin: 3px auto;
  border-radius: 50%;
  background: #f4f4f4;
}

.signup-page .tab-content .form-tab-three .input-upload label .img-box .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.5rem;
}

.signup-page .tab-content .form-tab-three .input-upload input {
  display: none;
}

.signup-page .tab-content .form-tab-three .upload-buttons {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.signup-page .tab-content .form-tab-four {
  display: flex;
  justify-content: center;
}

.signup-page .tab-content .form-tab-four .full-input {
  width: 40px;
  margin: 0.5rem;
}

.signup-page .tab-content .form-tab-four .full-input input {
  text-align: center;
}

.manage-users-page {
  background-color: #d8dbde;
}

.manage-users-page .manage-user-head {
  background-color: #d8dbde;
}

.manage-users-page .manage-user-head h6 {
  font-size: 14px;
}

.manage-users-page .manage-user-head .nav-item .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #6f7b89;
  color: #fff;
  margin-right: 0.5rem;
}

.manage-users-page .manage-user-head .nav-item .active {
  background: #fff;
  color: #007bff;
}

.manage-users-page .manage-user-head .nav-item .active i {
  color: #007bff;
}

.manage-users-page .main-tabs-content {
  background: #f4f4f4;
}

.manage-users-page .main-tabs-content .main-input-search label {
  position: relative;
}

.manage-users-page .main-tabs-content .main-input-search label input {
  border: 1px solid #e8e8e8;
  height: 30px;
  font-size: 11px;
  padding: 0.7rem 0.5rem;
  width: 230px;
}

.manage-users-page .main-tabs-content .main-input-search label i {
  font-size: 11px;
  color: #acacac;
  position: absolute;
  top: 9px;
  right: 5px;
}

.manage-users-page .main-tabs-content .select-offer {
  border: 1px solid #e8e8e8;
  width: auto;
  padding: 0 0.5rem;
  cursor: pointer;
  color: #acacac;
  margin: 0 0.5rem;
  height: 30px;
  font-size: 11px;
}

.manage-users-page .main-tabs-content .reset-update {
  color: #acacac;
  cursor: pointer;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input {
  padding: 8px 10px;
  border: 1px solid #c6cbd0;
  width: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  max-height: 53px;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input label {
  display: block;
  font-size: 12px;
  color: #686d71;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input {
  outline: none;
  border: none;
  display: block;
  font-size: 12px;
  padding: 0;
  height: auto;
  outline: none;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input:focus {
  outline: none;
  box-shadow: 0 !important;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input select {
  width: 100%;
  border: none;
  font-size: 12px;
  color: #acacac;
  outline: none;
  cursor: pointer;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input .form-control:focus {
  outline: none;
  box-shadow: none !important;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input::-moz-placeholder {
  color: #acacac;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input:-ms-input-placeholder {
  color: #acacac;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input::-ms-input-placeholder {
  color: #acacac;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input input::placeholder {
  color: #acacac;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input .eye-icon {
  float: right;
  margin-top: -18px;
  cursor: pointer;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input .eye-icon i {
  font-size: 12px;
  color: #acacac;
  transition: all 0.3s ease-in-out;
}

.manage-users-page .main-tabs-content .add-new-role-box .modal-add-role .full-input .eye-icon i:hover {
  color: #343a40;
}

.modal .custom-control {
  padding-left: 0;
}

.modal .custom-control .custom-control-label {
  position: static;
  cursor: pointer;
  font-size: 12px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.modal .custom-control .custom-control-label:before {
  left: auto;
  right: 0;
}

.modal .custom-control .custom-control-label:after {
  left: auto;
  right: 0;
}

.modal .btn-primary:focus {
  color: #fff;
}

.role-data {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.role-data .role-name {
  width: 80%;
}

.role-data .role-name > p {
  font-weight: 600;
  font-size: 14px;
}

.role-data .role-name .role-title {
  font-weight: 600;
}

.role-data .role-name ul {
  display: flex;
}

.role-data .role-name ul li {
  width: 25%;
  font-size: 11px;
  color: #616161;
}

.role-data .role-crud a {
  outline: none;
  transition: all 0.3s ease-in-out;
}

.role-data .role-crud a:focus {
  outline: none;
  box-shadow: none;
}

.role-data .role-crud .collapse-btn i {
  transform: rotate(-90deg);
}

.role-data .role-crud a[aria-expanded=true] i {
  color: #1777fb;
  transform: rotate(0deg);
}

.role-data .role-crud p {
  cursor: pointer;
}

.hotel-views .navs-section {
  background: #D8DBDE;
}

.hotel-views .hotel-views-navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hotel-views .hotel-views-navs .hotel-links {
  display: flex;
  flex-wrap: nowrap;
}

.hotel-views .hotel-views-navs .hotel-links a {
  background: #F7F7F7;
  padding: 0.3rem 1rem;
  margin: 0 0.5rem;
  color: #686D71;
  border: 1px solid #F7F7F7;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  font-size: 11px;
}

.hotel-views .hotel-views-navs .hotel-links a:hover {
  border: 1px solid #1777FB;
  color: #1777FB;
}

.hotel-views .hotel-views-navs .type-id-secion {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.hotel-views .hotel-views-navs .type-id-secion .num-id {
  padding-left: 1rem;
}

.hotel-views .hotel-views-navs .type-id-secion .num-id p {
  color: #686D71;
  font-weight: bold;
}

.hotel-views .hotel-views-navs .type-id-secion .hotel-type-id {
  border: 2px solid #a0a3a5;
  border-radius: 5px;
  overflow: hidden;
}

.hotel-views .hotel-views-navs .type-id-secion .hotel-type-id form {
  margin: 0;
}

.hotel-views .hotel-views-navs .type-id-secion .hotel-type-id .input-group input {
  border: none !important;
  border-left: 2px solid #a0a3a5 !important;
}

.hotel-views .hotel-views-navs .type-id-secion .hotel-type-id .input-group-text {
  color: #686D71;
  font-weight: 600;
  background: #fff;
  border: none;
  outline: none;
}

.hotel-views .hotel-views-navs .type-id-secion .hotel-type-id .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hotel-views .hotel-views-navs .hotel-buttons button {
  padding: 0.6rem 2rem;
  line-height: initial;
}

.hotel-views .hotel-views-navs .hotel-buttons .btn-outline-primary {
  background-color: #fff;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
}

.hotel-views .hotel-views-navs .hotel-buttons .btn-outline-primary:hover {
  color: #fff;
  background: #1777fb;
}

.hotel-views .hotel-view-details {
  padding-top: 2rem;
}

.hotel-views .hotel-view-details .details-view-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 0.3rem;
}

.hotel-views .hotel-view-details .details-view-data .data-details-title h5 {
  color: #1777FB;
  font-weight: 600;
}

.hotel-views .hotel-view-details .details-view-data .data-details-button button {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  border-radius: 5px;
}

.hotel-views .hotel-view-details .details-view-info {
  padding: 1rem 0;
}

.hotel-views .hotel-view-details .details-view-info ul {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-info ul li {
  margin-bottom: 1rem;
}

.hotel-views .hotel-view-details .details-view-info ul li:last-child {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-info ul li h6 {
  text-transform: uppercase;
}

.hotel-views .hotel-view-details .details-view-info ul li span {
  text-transform: capitalize;
}

.hotel-views .hotel-view-details .details-view-tabs {
  margin-top: 1rem;
}

.hotel-views .hotel-view-details .details-view-tabs .nav-tabs {
  border-bottom: none;
}

.hotel-views .hotel-view-details .details-view-tabs .nav-tabs .nav-link {
  padding: 0.5rem 2.5rem;
}

.hotel-views .hotel-view-details .details-view-tabs .nav-tabs .active {
  background-color: #1877FA;
  color: #fff;
  border: 1px solid #1877FA;
  border-radius: 5px 5px 0px 0px;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane {
  border: 1px solid #dee2e6;
  border-radius: 0px 5px 5px 5px;
  background: #FCFCFC;
  padding: 1rem;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul li {
  margin-bottom: 0.5rem;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul li h6 {
  text-transform: uppercase;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul li span {
  text-transform: capitalize;
}

.hotel-views .hotel-view-details .details-view-tabs .tab-pane ul li .descrip {
  line-height: 16px;
}

.hotel-views .hotel-view-details .details-view-location {
  padding: 1rem 0;
}

.hotel-views .hotel-view-details .details-view-location ul {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-location ul li {
  margin-bottom: 1rem;
}

.hotel-views .hotel-view-details .details-view-location ul li:last-child {
  margin-bottom: 0;
}

.hotel-views .hotel-view-details .details-view-location ul li h6 {
  text-transform: uppercase;
}

.hotel-views .hotel-view-details .details-view-location ul li span {
  text-transform: capitalize;
}

.hotel-views .hotel-view-details .details-view-location ul li .btn-outline-primary {
  background-color: #fff;
  padding: 0.375rem 4rem;
}

.hotel-views .hotel-view-details .details-view-location ul li .btn-outline-primary:hover {
  color: #fff;
  background: #1777fb;
}

.hotel-views .hotel-view-details .photo-box {
  background-color: #B9BDC2;
  height: 120px;
  border: 1px solid #B9BDC2;
  border-radius: 5px;
}

.map-explorer .map-filter-box {
  background: #fbfbfb;
  height: 86.5vh;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 2;
  overflow: auto;
}

.map-explorer .map-filter-box .map-filter-title,
.map-explorer .map-filter-box .map-filter-search,
.map-explorer .map-filter-box .map-facility {
  padding: 0.5rem 1rem;
}

.map-explorer .map-filter-box .map-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

.map-explorer .map-filter-box .map-filter-title .filter-head h4 {
  color: #686d71;
}

.map-explorer .map-filter-box .map-filter-title .filter-reset:hover button {
  color: #000;
}

.map-explorer .map-filter-box .map-filter-title .filter-reset:hover i {
  color: #000;
}

.map-explorer .map-filter-box .map-filter-title .filter-reset button,
.map-explorer .map-filter-box .map-filter-title .filter-reset i {
  color: #acacac;
  padding: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.map-explorer .map-filter-search input::-moz-placeholder {
  color: #acacac !important;
}

.map-explorer .map-filter-search input:-ms-input-placeholder {
  color: #acacac !important;
}

.map-explorer .map-filter-search input::-ms-input-placeholder {
  color: #acacac !important;
}

.map-explorer .map-filter-search input::placeholder {
  color: #acacac !important;
}

.map-explorer .map-facility .map-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.map-explorer .map-facility .map-checkbox .custom-control-label {
  cursor: pointer;
}

.map-explorer .map-facility .map-checkbox .count p {
  color: #acacac;
}

.map-explorer .map-facility select {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c6cbd0 !important;
  border-radius: 5px;
  margin: 0.5rem 0;
  cursor: pointer;
}

.map-explorer .map-accordion button {
  margin: 0.3rem 0;
  color: #324356 !important;
  padding: 0.375rem 0.75rem !important;
}

.map-explorer .map-accordion button[aria-expanded=true] {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c6cbd0 !important;
  border-radius: 5px;
}

.map-explorer .map-accordion i {
  color: #324356 !important;
}

.map-explorer .map-accordion .map-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.map-explorer .map-accordion .map-checkbox .custom-control-label {
  cursor: pointer;
}

.map-explorer .map-accordion .map-checkbox .count p {
  color: #acacac;
}

.map-explorer .map-hotel-details {
  background: #fbfbfb;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e8e8e8;
  z-index: 1;
  width: 25%;
}

.map-explorer .map-hotel-details .close-button {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  box-shadow: 5px 6px 5px #00000029;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0;
  top: 6.5%;
}

.map-explorer .map-hotel-details .map-hotel-det {
  height: 86.5vh;
  padding: 1rem;
  -webkit-overflow: hidden;
  -webkit-overflow-y: auto;
  overflow: hidden;
  overflow-y: auto;
}

.map-explorer .map-hotel-details .map-hotel-box {
  background: #ffff;
  padding: 0.5rem;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.map-explorer .map-hotel-details .map-hotel-box .img-box {
  overflow: hidden;
  border-radius: 5px;
}

.map-explorer .map-hotel-details .map-hotel-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-explorer .map-hotel-details .map-hotel-box .map-hotel-info {
  line-height: 15.5px;
}

.map-explorer .map-hotel-details .map-hotel-box .map-hotel-info h6 {
  font-weight: 600;
}

.map-explorer .map-hotel-details .map-hotel-box .map-hotel-info ul {
  margin: 0.1rem 0;
}

.map-explorer .map-hotel-details .map-hotel-box .map-hotel-info ul i {
  color: #e8be07;
}

.map-explorer .map-hotel-details .map-hotel-box .map-hotel-info .distance-hotel span {
  font-weight: 600;
}

.map-explorer .map-view-box {
  height: 86.5vh;
}

.custom-accordion .card .card-header button[aria-expanded=true] span i {
  transform: unset !important;
}

.hotel-spec {
  width: 20%;
}

.hotel-spec .map-hotel-box {
  background: #ffff;
  padding: 0.5rem;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.hotel-spec .map-hotel-box .img-box {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}

.hotel-spec .map-hotel-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel-spec .map-hotel-box .map-hotel-info {
  line-height: 15.5px;
}

.hotel-spec .map-hotel-box .map-hotel-info h6 {
  font-weight: 600;
}

.hotel-spec .map-hotel-box .map-hotel-info ul {
  margin: 0.1rem 0;
}

.hotel-spec .map-hotel-box .map-hotel-info ul i {
  color: #e8be07;
}

.hotel-spec .map-hotel-box .map-hotel-info .distance-hotel span {
  font-weight: 600;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.area-select i {
  position: absolute;
  top: 10px;
  right: 8px;
}

* {
  box-sizing: border-box;
}

/*Main Font*/

@font-face {
  font-family: mainFont !important;
  src: url(/fonts/Roboto-Regular.ttf?11eabca2251325cfc5589c9c6fb57b46) format("opentype");
}

body {
  background: #ffffff;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.bold {
  font-weight: bold;
}

.m-auto {
  width: 100%;
  margin: auto;
}

.main-padding {
  padding: 50px 0;
}

@media (max-width: 575px) {
  .main-padding {
    padding: 20px 0;
  }
}

@media (max-width: 350px) {
  .main-padding {
    padding: 30px 0;
  }
}

a {
  text-decoration: none !important;
  color: #686d71;
}

.text-color {
  color: #686d71;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 12px;
  margin: 0;
}

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.font-11 {
  font-size: 11px !important;
}

.blue-color {
  color: #007bff !important;
}

.red-color {
  color: #ff5f59 !important;
}

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

.text-underline {
  text-decoration: underline !important;
}

.w-20 {
  width: 20%;
}

.btn-primary {
  background: #1777fb !important;
}

.fa-sort {
  cursor: pointer;
}

.btn-link:hover {
  text-decoration: none;
}

.badge {
  padding: 0.35em 0.4em;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}

.cursor {
  cursor: pointer !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.custom-control-label {
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.font-9 {
  font-size: 9px;
}

@media (min-width: 576px) {
  .modal-dialog {
    display: flex;
    align-items: center;
  }
}

/*Start DatePicker*/

#ui-datepicker-div {
  width: auto;
  font-size: 10px;
}

.ui-widget-header {
  background: #1777fb;
  border-color: #1777fb;
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #686d71;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ff5f59;
  background: #ff5f59;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #1777fb;
  font-weight: normal;
  color: #ffffff !important;
}

/*End DatePicker*/

/*Start Select2*/

.select2 {
  display: block !important;
  width: 100%;
  height: calc(1.5em + .75rem + 2px) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-search__field {
  border: none !important;
}

.select2 {
  border: none !important;
}

.select2-container {
  width: 99% !important;
}

.select2-container--default .select2-selection--multiple {
  box-shadow: 0px 3px 6px #00000029;
  border-color: #c6cbd0 !important;
}

.select2-container {
  margin: 0.5rem 0 !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #c6cbd0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 25px;
  overflow: auto !important;
}

/*End Select2*/

/*Start fieldset*/

fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #fbfbfb;
  padding-left: 10px !important;
}

legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

/*End Fieldset*/

.main-table {
  border-collapse: inherit;
  border-spacing: 0 0.6rem;
}

.main-table tr th {
  background-color: #6c757d;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.main-table tr th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.main-table tr th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.main-table tr td {
  background-color: #fff;
  border: 0;
  vertical-align: middle;
  padding: 0.75rem 0rem;
}

.main-table tr td button {
  padding: 0;
}

.main-table tr td > a {
  margin: 0 0.5rem;
}

.main-table tr td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.main-table tr td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.facility-table .facility-img {
  width: 60px;
  height: 40px;
}

.facility-table .badge {
  border-radius: 5px;
  padding: 0.25em 0.5em;
}

.facility-table .badge .active-btn {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
}

.facility-table td,
.facility-table th {
  padding: 0.75rem 0.2rem;
}

.facility-table .facility-btn {
  border: none;
  outline: none;
  background: transparent;
}

.facility-table p {
  width: 75% !important;
}

.bgGrey tr {
  background-color: #d8dbde !important;
}

.bgGrey td {
  background-color: #d8dbde !important;
}

.facility-create {
  padding: 50px 0;
}

.facility-create label {
  color: #3F4F61;
}

.facility-create .nav-tabs {
  border-bottom: none;
}

.facility-create .nav-tabs .nav-link {
  padding: 0.5rem 2.5rem;
}

.facility-create .nav-tabs .active {
  background-color: #1877FA;
  color: #fff;
}

.facility-create .tab-content-lang {
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.facility-create textarea {
  resize: none;
  color: #acacac;
  padding: 0.5rem 0;
  border: none !important;
}

.facility-create .tab-ar {
  direction: rtl;
  text-align: right;
}

.custom-accordion .card {
  border: none !important;
  margin-bottom: 0.7rem;
}

.custom-accordion .card .card-header {
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0px 3px 6px #00000029;
}

.custom-accordion .card .card-header button {
  padding: 1rem;
  border: 1px solid #e8e8e8;
  background-color: #fcfcfc;
  color: #1777fb;
  display: flex;
}

.custom-accordion .card .card-header button span {
  margin-left: auto;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}

.custom-accordion .card .card-header button[aria-expanded=true] {
  border-color: #1777fb;
}

.custom-accordion .card .card-header button[aria-expanded=true] span {
  transform: rotate(180deg);
}

.custom-accordion .card .card-header button[aria-expanded=true] span i {
  color: #1777fb;
  transform: rotate(90deg);
}

.custom-accordion .card .card-body {
  padding: 1rem 0rem;
}

.custom-accordion .card .card-body .tab-content .tab-pane {
  padding: 1rem 1rem 0 1rem;
}

* {
  font-family: mainFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #324356;
}

body {
  background-color: #f4f4f4;
}

.text-danger {
  color: #ff5f59 !important;
}

.text-primary {
  color: #1777fb !important;
}

.text-warning {
  color: #f28f08 !important;
}

.text-success {
  color: #00b437 !important;
}

.btn-danger {
  background-color: #ff5f59 !important;
}

.btn-primary {
  background-color: #1777fb !important;
}

.btn-warning {
  background-color: #f28f08 !important;
}

.btn-success {
  background-color: #00b437 !important;
}

.badge-danger {
  background-color: #ff5f59 !important;
}

.badge-primary {
  background-color: #1777fb !important;
}

.badge-warning {
  background-color: #f28f08 !important;
  color: #fff;
}

.badge-success {
  background-color: #00b437 !important;
}

.uploadImage {
  margin-bottom: 0;
  display: flex;
}

.uploadImage li {
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  background-color: #dee2e6;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
}

.uploadImage li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.uploadImage li .cancelBtn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0.5rem;
  right: 0.3rem;
  background: none;
  border: none;
}

.uploadImage li .cancelBtn i {
  color: #ff5f59;
  font-size: 1.5rem;
}

.uploadImage li.uploadImage {
  background-color: #f8f9fa;
  border: 2px dashed #ced4da;
}

.uploadImage li.uploadImage label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.uploadImage li.uploadImage label i {
  color: #adb5bd;
  font-size: 2rem;
}

.uploadImage li.uploadImage label:hover {
  border-color: #6c757d;
}

