@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}

.row.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row .col_12, .row .col_6, .row .col_5, .row .col_4, .row .col_3, .row .col_2, .row .col_1 {
  margin-bottom: 15px;
  padding: 0 5px;
}

.row .col_12 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_12 {
    width: 100%;
  }
}

.row .col_6 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_6 {
    width: 50%;
  }
}

.row .col_5 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_5 {
    width: 41.66667%;
  }
}

.row .col_4 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_4 {
    width: 33.33333%;
  }
}

.row .col_3 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_3 {
    width: 25%;
  }
}

.row .col_2 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col_2 {
    width: 16.66667%;
  }
}

.mr_10 {
  margin-right: 10px;
}

.s25 {
  width: 100%;
  height: 25px;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: initial;
}

.mb15 {
  margin-bottom: 15px;
}

.mb5 {
  margin-bottom: 5px;
}

.m_auto {
  margin: 0 auto;
}

.p0 {
  padding: 0 !important;
}

button {
  cursor: pointer;
}

.form_group {
  margin-bottom: 25px;
}

.form_group label {
  margin-bottom: 5px;
  display: inline-block;
}

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

.form_control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form_control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form_control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form_control::placeholder {
  color: #6c757d;
  opacity: 1;
}

textarea {
  height: 100px !important;
  resize: none;
}

.alert {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert.success_box {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.error_box {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1rem;
  color: #212529;
  border: none;
}

table .center {
  vertical-align: middle;
  text-align: center;
}

table td, table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}

table tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table.table_hover tbody tr:not(.remove):hover td {
  color: #000000;
  background-color: #f8c37e;
}

#login_section {
  width: 350px;
  margin: 0 auto;
  padding: 85px 0;
}

#login_section .amenities span {
  padding: 5px 10px;
  display: inline-block;
}

#login_section .login_content {
  background: #ffffff0f;
  padding: 35px 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#login_section .login_content .form_group label {
  margin-bottom: 10px;
  font-weight: 700;
}

#login_section .login_content .form_group input {
  background: #cbcbcb;
}

#login_section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/login_bg.jpg") no-repeat center center;
  background-size: cover;
}

#login_section .bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

nav {
  position: relative;
  width: 100%;
  height: auto;
  background: #efefef;
  height: auto;
  z-index: 2;
}

@media (min-width: 768px) {
  nav {
    height: 80px;
  }
}

nav .logo img {
  height: 80px;
  width: auto;
}

nav .nav_menu {
  position: relative;
  padding: 0 50px;
  background: #efefef;
}

nav .nav_menu li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  height: 80px;
  background: #efefef;
  line-height: 80px;
}

nav .nav_menu li .dropdown {
  position: absolute;
  top: 100%;
  left: -10px;
  background: white;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 125px;
  overflow: hidden;
  padding: 15px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

nav .nav_menu li .dropdown a {
  display: block;
  line-height: 1;
  padding: 5px 10px;
  position: relative;
  margin-left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top: 15px;
  position: relative;
}

nav .nav_menu li .dropdown a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 5px;
  height: 5px;
  background: #007a27;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

nav .nav_menu li .dropdown a:hover {
  margin-left: 10px;
}

nav .nav_menu li .dropdown a:hover::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

nav .nav_menu li .dropdown a:last-child {
  margin-bottom: 15px;
}

nav .nav_menu li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #007a27;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

nav .nav_menu li.active::before {
  width: 100%;
}

nav .nav_menu li:hover .dropdown {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

nav .nav_menu li:hover::before {
  width: 100%;
}

@media (max-width: 250px) {
  nav .nav_menu {
    position: relative;
    padding: 0 20px;
    background: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  nav .nav_menu li {
    line-height: 45px;
    height: 45px;
  }
}

#header_section {
  position: relative;
  padding: 50px 40px;
  background: #ece9ed;
}

#manage_room {
  position: relative;
  padding: 100px 25px;
}

#manage_room .img_old {
  position: relative;
  margin: 0 15px;
}

#manage_room .img_old:first-child {
  margin: 0 15px 0 0;
}

#manage_room .img_old a {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: white;
  padding: 2px;
}

#booking_section, #profile, #list_room, #amenities {
  padding: 50px 0;
}

.btn {
  min-width: 100px;
  height: 40px;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  border: none;
}

.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  -webkit-box-shadow: 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
          box-shadow: 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.btn.active {
  color: #fff;
  background-color: #28a745;
}

.btn.dark {
  color: #fff;
  background-color: #343a40;
}

.btn.deactive {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn.update {
  color: #212529;
  background-color: #ffc107;
}

.btn.update:after {
  background: #efb60b;
}

.btn.delete {
  color: #fff;
  background-color: #dc3545;
}

.btn.delete:after {
  background: #d51757;
}

.btn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn2 {
  position: relative;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
}

.btn2.success {
  color: #000;
  background-color: #81c784;
  border-color: #81c784;
}

.btn2.failed {
  color: #000;
  background-color: #ef9a9a;
  border-color: #dc3545;
}

#pagination a {
  position: relative;
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#pagination a.active {
  color: #fff;
  background: #007bff;
  border: 1px solid #007bff;
}

#dashboard_section {
  position: relative;
  padding: 50px 0;
}

#dashboard_section .col_3 {
  margin-bottom: 35px;
}

#dashboard_section .content {
  position: relative;
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px #0000001a;
          box-shadow: 0 0 25px #0000001a;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#dashboard_section .content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}

#dashboard_section .content .icon img {
  width: 50px;
}

#dashboard_section .content .icon span {
  font-weight: 700;
  font-size: 25px;
}

#dashboard_section .content .caption {
  padding: 25px 0;
  text-align: center;
}

#dashboard_section .content:hover {
  -webkit-box-shadow: 0 0 25px #0000000a;
          box-shadow: 0 0 25px #0000000a;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11;
}

#popup #closepopup {
  position: absolute;
  width: 35px;
  height: 35px;
  background: red;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}

#popup .content {
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 25px 20px;
}

#table_load span {
  display: block;
}

#table_load img {
  width: 30px;
}

#inventory {
  padding: 50px 0;
}

.inventoryRateRow {
  display: none;
}

.inventoryRateRow.show {
  display: contents;
}

.inventoryRateRow .body {
  display: contents;
}

.in_btn {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 8px #0000002e;
          box-shadow: 1px 2px 8px #0000002e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.in_btn.edit:hover {
  background: #aed190;
}

.in_btn.remove:hover {
  background: #fdc1c1;
}

.imgGrid {
  position: relative;
  width: 150px;
  height: 80px;
}

.imgGrid span {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.imgGrid span img {
  border-radius: 5px;
  border: 1px solid #fff;
}

.imgGrid span:hover {
  z-index: 2;
}

.subbtn {
  position: relative;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid black;
}
/*# sourceMappingURL=style.css.map */