/*-----------------------------------------------------------------------------------
 
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON 
    02.HEADER
    03.BRAND
    04.SERVICES
    05.ABOUT
    06.VIDEO COUNTER
    07.TEAM
    08.TESTIMONIAL
    09.BLOG
    10.SUBSCRIBE
    11.FOOTER

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:300,400,700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6a6972;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#33c8c1),
    color-stop(50%, #119bd2),
    to(#33c8c1)
  );
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
}
.main-btn:hover {
  color: #fff;
  background-position: right center;
}
.main-btn.btn-warning.accept {
  background: -o-linear-gradient(left,  #ffa500 0%, #f00 50%, #ffa500 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    color-stop(50%, #f00),
    to(#ffa500)
  );
  background: linear-gradient(to right, #ffa500 0%, #f00 50%, #ffa500 100%);
}
.main-btn.btn-warning.accept:hover {
  background-position: 5em;
}

/*===== All SECTION TITLE Style =====*/
.section-title .line {
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe8464),
    to(#fe6e9a)
  );
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important;
}

.section-title .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.in-dib {
  display: inline-block;
  padding: 0 1em 0 0;
  padding-bottom: 0px;
}

/*nav bar employee view mobile and tablet*/
.navbar-nav #EmployeeView {
  display: none; 
}
.root_user.UserView .navbar-nav #EmployeeView {
  display: inline-block;
}
/*end nav bar employee view mobile and tablet*/

/*Employee view edit removals*/

.page-dashboard.UserView .lni.lni-pencil {
  display: none;
}
.page-dashboard.UserView .lni.lni-trash {
  display: none;
}
.page-dashboard.UserView .lni.lni-plus {
  display: none;
}
.page-dashboard.UserView .add-spaces-button-container {
  display: none;
}
/*End Employee view edit removals*/
#give-admin p.message {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title .title span {
  font-weight: 400;
  display: contents;
}

/*===== All Section Title Style =====*/
.section-title .sub-title,.blog-post_body h2 {
  font-size: 18px;
  font-weight: 400;
  color: #361cc1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title .sub-title,.blog-post_body h2 {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title span {
  font-weight: 400;
  display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #361cc1 #361cc1 #e1e1e1;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e1e1e1;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e1e1e1;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin-option_settings .group-item > span {
  text-align: center;
}
.admin-option_settings .group-item > span input{
  width:100%;
}

.admin-option_settings div#manageGroups-header > span, div#manageGroups-header > span h4{
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.admin-option_settings #AddGroup-header > span{
   margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.admin-option_settings #manageGroups .btn{
   margin-left: 1rem;
   margin-top: 0.5rem;
}

#employee-list-table label.group-label-header {
  display: block;
}

#employee-list-table select.usr-groups_list {
  height: 3rem;
  min-height: 1rem;
  max-height:8rem;
  resize: vertical;
}

#employee-list-table span.usr-group_save {
  border: solid #000 1px;
  padding: 2px 9px;
  background-color: #0075ff;
  color: #fff;
}

.builder-left-menu_body select#groups-list {
  width: 100%;
  resize: both;
  max-height: 10rem;
  min-height: 3rem;
  max-width: 300px;
}

#main-spaces span.group-tab {
  min-height: 30px;
  min-width: 30px; 
  padding:0.5rem;
  color:#fff;
  margin:0.5rem;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2e2e2e;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2e2e2e;
  }
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #2e2e2e;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #361cc1;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2e2e2e;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2e2e2e;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .main-btn {
  height: 45px;
  line-height: 45px;
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe8464),
    color-stop(50%, #fe6e9a),
    to(#fe8464)
  );
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}
.navbar-btn .main-btn:hover {
  color: #fff;
  background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #2e2e2e;
}

.sticky .navbar-nav .nav-item a {
  color: #2e2e2e;
}

.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
  color: #361cc1;
}
@media only screen and (min-width: 576px){
 #mobile-login{
   display: none;
 } 
}
/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
}

#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-hero-content {
  padding-top: 125px;
}
@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 100px;
  }
}
.header-hero-content .header-sub-title {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
}
.header-hero-content .header-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 30px;
  }
}
.header-hero-content .text {
  color: #fff;
  margin-top: 20px;
}
.header-hero-content .main-btn {
  margin-top: 40px;
}

.header-hero-image {
  padding-top: 45px;
}
.header-hero-image img {
  max-width: 650px;
}
@media (max-width: 767px) {
  .header-hero-image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-hero-image {
    padding-top: 30px;
  }
}

/*===========================
      03.BRAND css 
===========================*/
@media (max-width: 767px) {
  .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-logo {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-logo {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .single-logo {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .single-logo {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-logo {
    width: 33.33%;
  }
}
.single-logo img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-logo:hover img {
  opacity: 1;
}

/*===========================
      04.SERVICES css 
===========================*/
.single-services {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border: 2px solid transparent;
  border-radius: 8px;
}


#manageMembers .selectableUsers {
  min-height: 2rem;
  border: solid #6c757d 1px;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  color: #000;
}
#manageMembers .invitelist {
  display: none;
}
#manageMembers .invitelist.autocomplete--active {
  display: block;
  position: absolute;
  z-index: 999;
  border: dotted #6c757d 1px;
  width: 100%;
  max-width: 96%;
  margin: -0.5rem 0;
  max-height: 100px;
  overflow-y: scroll;
}
#manageMembers .selected-item {
  font-size: 0.8rem;
  background: #ddd;
  padding: 0.5rem;
  border: solid #6c757d 1px;
  border-radius: 5px;
  margin: 0.5rem;
  position: relative;
  display: inline-block;
  box-shadow: #000 1px 1px 1px;
  /*! box-shadow: #000 -1px -1px 1px; */
}
#manageMembers .selected-item:hover {
  box-shadow: #000 2px 2px 2px;
}
#manageMembers .btn-close_users::before {
  content: "X";
  font-size: 0.5rem;
  vertical-align: top;
  position: relative;
  top: -0.5rem;
  left: 0.3rem;
  /*! border: solid #000 1px; */
  /*! border-radius: 50%; */
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
#manageMembers span.selected-item.spot-chosen {
  background: #f08064;
}
#manageMembers span.selectable-item {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding:0.5rem;
  font-weight: bold;
  font-style: italic;
  cursor:pointer;
}

#manageMembers span.pending-response {
  pointer-events: none;
  background: #dc3545;
}

/*Meeting section*/
div.edit-meeting{
  display: none;
}
/*end Meeting section*/

/*Approvals*/

.approval_options {
  background: rgba(0,0,0,0.5);
  padding: 20px;
}

.approval_options p {
  color: white;
  font-weight: bold;
  text-align: left;
}

.approval_options span.admin-verbiage{
  margin: 0;
  padding: 0;
}

.approval_options .selection .radio-group {
  text-align: left;
  margin-top: 20px;
}

.approval_options .radio-group {
  display: block;
  /*! cursor: pointer; */
}
.approval_options .radio-group input {
  cursor: pointer;
}
p.approval-warning{
  color: #dc3545;
}

.bookin-log span.btn-simple {
  padding: 0.5rem;
  border: solid 0.5px;
  margin: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
}
.bookin-log span.btn-simple.approve{
  background-color:#17a2b8;
  color: #fff;
} 
.bookin-log span.btn-simple.decline{
  background-color:#dc3545;
  color: #fff;
} 

/*End Approvals*/

.modal-meeting_details .selectableUsers {
  min-height: 2rem;
  border: solid #6c757d 1px;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  color: #000;
  height:100px;
  max-height: 500px;
  overflow-y: scroll;
  resize: both;
}
.modal-meeting_details .invitelist {
  display: none;
}
.modal-meeting_details .invitelist.autocomplete--active {
  display: block;
  position: absolute;
  z-index: 999;
  border: dotted #6c757d 1px;
  width: 100%;
  max-width: 96%;
  margin: -0.5rem 0;
  max-height: 100px;
  overflow-y: scroll;
}
.modal-meeting_details .selected-item {
  font-size: 0.8rem;
  background: #ddd;
  padding: 0.5rem;
  border: solid #6c757d 1px;
  border-radius: 5px;
  margin: 0.5rem;
  position: relative;
  display: inline-block;
  box-shadow: #000 1px 1px 1px;
  /*! box-shadow: #000 -1px -1px 1px; */
}
.modal-meeting_details .selected-item:hover {
  box-shadow: #000 2px 2px 2px;
}
.modal-meeting_details .btn-close_users::before {
  content: "X";
  font-size: 0.5rem;
  vertical-align: top;
  position: relative;
  top: -0.5rem;
  left: 0.3rem;
  /*! border: solid #000 1px; */
  /*! border-radius: 50%; */
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.modal-meeting_details span.selected-item.spot-chosen {
  background: #f08064;
}
.modal-meeting_details span.selectable-item {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding:0.5rem;
  font-weight: bold;
  font-style: italic;
  cursor:pointer;
}


/* #groupparty #date-select {
  position: relative;
  top: 0.9rem;
} */


.floorplan-panel_second-row .preview_container {
  display: inline-block;
  float: right;
  color: #fff;
}
.floorplan-panel_second-row #preview_date {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  background: #efefef;
  border: none;
  border: 1px solid black;
  font-size: 14px;
  color: black;
  vertical-align: baseline;
  margin-right: 10px;
  padding: 5px 15px 5px 15px;
}
@media (max-width: 991px) {
  .floorplan-panel_second-row .preview_container {
    float:none;
  }
}


@media (max-width: 767px) {
  .single-services {
    padding: 20px 20px 30px;
  }
}
.single-services .services-icon {
  display: inline-block;
  position: relative;
}
.single-services .services-icon img {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.single-services .services-icon .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-services .services-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #fff;
}
.single-services .services-content .services-title a {
  font-size: 26px;
  font-weight: 700;
  color: #2e2e2e;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services .services-content .services-title a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single-services .services-content .services-title a {
    font-size: 20px;
  }
}
.single-services .services-content .services-title a:hover {
  color: #361cc1;
}
.single-services .services-content .text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-services .services-content .text {
    margin-top: 20px;
  }
}
.single-services .services-content .more {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-services .services-content .more i {
  margin-left: 10px;
}
.single-services .services-content .more:hover {
  color: #361cc1;
}
.single-services:hover {
  border-color: #fe7a7b;
}
.single-services:hover .services-icon .shape {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

/*===========================
      05.ABOUT css 
===========================*/
.about-area {
  position: relative;
  z-index: 5;
}

.about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}
.about-shape-1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-shape-1 {
    display: none;
  }
}

.about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}
.about-shape-2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-shape-2 {
    display: none;
  }
}

.about-content {
  max-width: 480px;
}
.about-content .text {
  margin-top: 15px;
}
.about-content .main-btn {
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe8464),
    color-stop(50%, #fe6e9a),
    to(#fe8464)
  );
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-top: 40px;
}
.about-content .main-btn:hover {
  background-position: right center;
}

/*===========================
    06.VIDEO COUNTER css 
===========================*/
.video-content {
  position: relative;
  padding-bottom: 30px;
}
.video-content .dots {
  position: absolute;
  left: -30px;
  bottom: 0;
}

.video-wrapper {
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-wrapper {
    margin-right: 0;
  }
}
.video-wrapper .video-image img {
  width: 100%;
}
.video-wrapper .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(54, 28, 193, 0.2) 0%,
    rgba(46, 130, 239, 0.2) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(54, 28, 193, 0.2)),
    to(rgba(46, 130, 239, 0.2))
  );
  background: linear-gradient(
    to right,
    rgba(54, 28, 193, 0.2) 0%,
    rgba(46, 130, 239, 0.2) 100%
  );
}
.video-wrapper .video-icon a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #fe8464;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.counter-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .counter-wrapper {
    padding-left: 0;
  }
}
.counter-wrapper .counter-content .text {
  margin-top: 35px;
}
.counter-wrapper .single-counter {
  max-width: 155px;
  height: 120px;
  border-radius: 60px;
  position: relative;
  z-index: 5;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 100px;
    height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
  }
}
.counter-wrapper .single-counter::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 120px;
  border-radius: 60px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 100px;
    height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 155px;
    height: 120px;
  }
}
.counter-wrapper .single-counter.counter-color-1::before {
  background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#33c8c1),
    to(#119bd2)
  );
  background: linear-gradient(#33c8c1 0%, #119bd2 100%);
}
.counter-wrapper .single-counter.counter-color-2::before {
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe8464),
    to(#fe6e9a)
  );
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
}
.counter-wrapper .single-counter.counter-color-3::before {
  background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#361cc1),
    to(#2e82ef)
  );
  background: linear-gradient(#361cc1 0%, #2e82ef 100%);
}
.counter-wrapper .single-counter .count {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 22px;
  }
}
.counter-wrapper .single-counter .text {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 16px;
  }
}

/*===========================
       07.TEAM css 
===========================*/
.single-team {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
}
.single-team .team-image {
  position: relative;
}
.single-team .team-image img {
  width: 100%;
}
.single-team .team-image .social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.single-team .team-image .social ul {
  background-color: rgba(255, 255, 255, 0.23);
  display: inline-block;
  border-radius: 50px;
  padding: 0 13px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.single-team .team-image .social ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe8464),
    to(#fe6e9a)
  );
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-team .team-image .social ul li {
  display: inline-block;
}
.single-team .team-image .social ul li a {
  padding: 15px 13px;
  color: #fff;
}
.single-team .team-content {
  padding: 30px;
}
.single-team .team-content .holder-name a {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2e;
}
.single-team .team-content .text {
  margin-top: 5px;
}
.single-team:hover .team-image .social ul::before {
  opacity: 1;
  visibility: visible;
}

/*===========================
     08.TESTIMONIAL css 
===========================*/
.single-testimonial {
  min-height: 150px;
  width: 260px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
  /* padding: 25px 30px 5px; */
  padding: 15px 15px 5px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .single-testimonial {
    padding: 20px 20px 5px;
  }
}
.single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119bd2;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-testimonial .testimonial-review .star ul li {
  display: inline-block;
  font-size: 16px;
  color: #fe806d;
}
.single-testimonial .testimonial-text {
  margin-top: 25px;
}
.single-testimonial .testimonial-author {
  margin-top: 30px;
}
.single-testimonial .testimonial-author .author-image {
  position: relative;
}
.single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
}
.single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
}
.single-testimonial .testimonial-author .author-content .text {
  font-size: 15px;
}
.single-testimonial:hover {
  border-color: black;
}
.single-testimonial:hover .testimonial-review .quota i {
  color: #fe7a7b;
}

.slick-center .single-testimonial {
  border-color: black;
}
.slick-center .single-testimonial .testimonial-review .quota i {
  color: #fe7a7b;
}

.testimonial-active .slick-dots {
  margin: 0 auto;
}
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.testimonial-active .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe8464),
    to(#fe6e9a)
  );
  background: -o-linear-gradient(top, #fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
  border: 0;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-active .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

/*===========================
       09.BLOG  css 
===========================*/
.single-blog .blog-image img {
  border-radius: 10px;
  width: 100%;
}

.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content .meta li {
  font-size: 16px;
  color: #6a6972;
  display: inline-block;
  margin-left: 50px;
}
.single-blog .blog-content .meta li:first-child {
  margin-left: 0;
}
.single-blog .blog-content .meta li a {
  color: #6a6972;
}
.single-blog .blog-content .text {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  color: #2e2e2e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single-blog .blog-content .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-blog .blog-content .more {
  font-size: 16px;
  color: #fe7e71;
  margin-top: 30px;
}
.single-blog .blog-content .more i {
  margin-left: 5px;
}

/*===========================
       10.SUBSCRIBE  css 
===========================*/
.subscribe-area {
  padding: 40px 50px 90px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .subscribe-area {
    padding: 10px 30px 60px;
  }
}

.subscribe-content .subscribe-title {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-content .subscribe-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-content .subscribe-title {
    font-size: 24px;
  }
}
.subscribe-content .subscribe-title span {
  font-weight: 400;
}

.subscribe-form {
  position: relative;
}
.subscribe-form input {
  border: 2px solid #e1e1e1;
  height: 45px;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  color: #2e2e2e;
}
.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input:-ms-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::-ms-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}
.subscribe-form input:focus {
  border-color: #361cc1;
}
.subscribe-form button {
  text-align: center;
  /* border-radius: 0; */
  /* border-top-right-radius: 5px; */
  border-bottom-right-radius: 5px;
  height: 45px;
  /* line-height: 65px; */
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe8464),
    color-stop(50%, #fe6e9a),
    to(#fe8464)
  );
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}
@media (max-width: 767px) {
  .subscribe-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form button {
    position: absolute;
    width: auto;
    margin-top: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.subscribe-form button:hover {
  color: #fff;
  background-position: right center;
}


/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
  background-position: top center;
  position: relative;
  z-index: 5;
}

.footer-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/footer-bg.svg);
  background-position: top center;
  z-index: -1;
  background-size: cover;
}
@media only screen and (min-width: 1921px) {
  .footer-area::before {
    height: 1120px;
  }
}

#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-widget {
  padding-top: 50px;
}

.footer-about .logo img {
  width: 160px;
}

.footer-about .text {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}

.footer-about .social {
  margin-top: 40px;
}
.footer-about .social li {
  display: inline-block;
  margin-right: 30px;
}
.footer-about .social li a {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-about .social li a:hover {
  color: #fe8464;
}

.footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.link-wrapper {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .link-wrapper {
    padding: 0;
    padding-right: 50px;
  }
}
.link-wrapper .link {
  padding-top: 20px;
}
.link-wrapper .link li {
  margin-top: 20px;
}
.link-wrapper .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.link-wrapper .link li a:hover {
  color: #fe8464;
}

.footer-contact .contact {
  padding-top: 20px;
}
.footer-contact .contact li {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-content {
  padding-top: 15px;
  text-align: center;
}
.copyright-content p {
  color: #fff;
}
.copyright-content a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.copyright-content a:hover {
  color: #fe8464;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#361cc1),
    to(#2e82ef)
  );
  background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #fff;
}

/* ====== GRIDSTER ======== */

/*! gridster.js - v0.6.10 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.gridster .gs-w {
  background: #2196f3;
  border: 2px solid transparent;
  border-radius: 0.15em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.gridster .gs-w:hover {
  border: 2px solid black;
}

.gridster .player {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background: #bbb;
}
.gridster .gs-w.try {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 37px -169px;
}
.gridster .preview-holder {
  border: none !important;
  border-radius: 0 !important;
  background: red !important;
}
.gridster ul {
  background: rgb(242 245 247);
}

.gridster li {
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
.gridster ul {
  list-style-type: none;
}
.gridster li {
  list-style: none;
  font-weight: bold;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.gridster {
  text-align: center;
}

.gridster-container {
  /*  border:2px solid #FE7A7B;*/
  border-radius: 0.25rem;
  width: 100% !important;
  min-height: 355px;
  overflow-y: scroll; 
}

.floorplan-panel_second-row {
  background:rgba(0,0,0,0.5);
  padding:10px;
}
.page-title {
  text-align: center;
  width: 100%;
}

.page-title_text {
  font-weight: normal;
  padding-bottom: 25px;
  text-align: center;
}

.page-title_text--light {
  color: white;
}

li[data-item_status="available"]::after {
  /* content:"A"; */
  font-size: 12px;
  color: black;
}

 li[data-item_status="booked"],  
li[data-item_status="unavailable"] {
  background: red !important;
}
 
li[data-item_status="booked"]::after,  
li[data-item_status="unavailable"]::after {
  content:"X"; 
}

li[data-booked_by] {
  background: rgb(50 72 212)!important;
  /* border: dotted rgb(81 90 214) 4px!important; */
}
/* HIDE START
li[data-item_status="booked"] {
  background: #ffc107 !important;
}
li[data-item_status="booked"]::after {
  content: "o■";
  font-size: 0.8rem;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  text-align: center;
  position: relative;
  left: 0px;
}

//tooltips
span.floorplan-tooltip {
  display: none;
  background: rgba(0,0,0,1);
  color: #fff;
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
  text-align: center;
  border: solid #fff 1px;
  max-width: 25rem;
  opacity: 0.8;
}

li[data-item_status="booked"]:hover span.floorplan-tooltip {
  display: block;
  position: absolute; 
  z-index:999;
}
li[data-booked_by]{
  z-index: 99!important;
}

// END HIDE  */

li[data-sizey="2"]::after {
    line-height:2.5rem;
}
 

li[data-item_type="block"]::after {
  content:'';
}

li[data-item_type="block"] {
  background: #242527 !important;
}

 


li[data-item_type="text_block"] {
  background: transparent !important;
  color: black;
  border: none !important;
}

li[data-item_type="circular"] {
  border-radius: 50px !important;
}

li[data-item_type="v_separator"] {
  width: 1px !important;
  color: black;
  background-color: black;
}

li[data-item_type="h_separator"] {
  height: 1px !important;
  color: black;
  background-color: black;
}

.fp-open i:hover,
.fp-trash-fp i:hover,
.delete-space-icon:hover {
  color: black;
  cursor: pointer;
}

li.gs-w.grid-item--selected {
  border: 2px solid black;
}

.floorplan-tool_panel {
  width: 100%;
  padding-bottom: 20px;
}

.floorplan-panel_navigation select,
.inline-btns {
  display: inline-block;
}

.floorplan-panel_add-items {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding: 10px;
}

span.option-cta {
  background: transparent;
  color: white;
  border: none;
  margin-right: 0;
  padding-right: 5px;
  display: inline;
}

.toolset-row {
  display: inline-block;
  padding-top: 15px;
}
/* .floorplan-panel_add-items div:first-child {
    margin-left: -10px;
} */

.toolset-row .inline-btns .reg-btn {
  min-width: 95px;
}

.builder-left-menu .floorplan_title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: white;
  margin: 0px;
  background: #3067e2;
  border: 1px solid white;
  width: 100%;

  padding: 5px;
}

.floorplan-panel_navigation select,
#fp_select {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  background: #efefef;
  border: none;
  border: 1px solid black;
  font-size: 14px;
  color: black;
  vertical-align: baseline;
  margin-right: 10px;
  padding: 5px 15px 5px 15px;
}

.reg-btn {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  background: #efefef;
  border: 1px solid black;
  font-size: 14px;
  color: black;
  vertical-align: baseline;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 15px 5px 15px;
}

.builder-left-menu .main-btn.main-btn--save {
  height: 45px;
  line-height: 45px;
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe8464),
    color-stop(50%, #fe6e9a),
    to(#fe8464)
  );
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}

.testimonial-review {
  padding: 15px;
}

.builder-left-menu {
  background: #f08064;
  border-radius: 10px;
}

.builder-left-menu_body {
  background: rgba(0, 0, 0, 0.2);
  min-height: 310px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
  padding: 10px;
  font-family: "Poppins";
}

.builder-left-menu_body--no-bg {
  background: transparent;
}

.builder-left-menu_item:not(:first-child) {
  margin-top: 10px;
}

.builder-left-menu_item label {
  display: block;
}

.builder-left-menu_item button {
  padding: 5px 15px 5px 15px;
  font-size: 0.8em;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 5px;
  width: 48%;
  min-height: 35px;
}

.builder-left-menu_item button:hover,
.reg-btn:hover {
  background: #e4dcdc;
}

.builder-left-menu_item textarea {
  width: 100%;
  font-size: 10px;
  padding: 5px;
  border: 2px solid black;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
  background: #efefef;
  font-size: 0.8em;
}

.builder-left-menu_item .builder--remove {
  width: 100%;
}

.builder-left-menu_footer {
  text-align: center;
  margin-bottom: 15px;
}

.builder-left-menu_footer i {
  color: yellow;
}
.builder-left-menu_footer p {
  text-align: left;
  width: 100%;
  margin-left: 5px;
  color: white;
  font-weight: 700;
}

button.active {
  border: 2px solid black;
  font-weight: 700;
}

.add-note {
  border: 2px solid #e1e1e1;
  /* height: 45px; */
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  color: #2e2e2e;
}

.note-prompt:not(.live) {
  color: grey;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}

.note-prompt.live {
  color: grey;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.hidden {
  display: none;
}

.subscribe-form .row {
  margin-bottom: 15px;
}

.subscribe-form {
  color: black;
}

.login-wrapper {
  margin-left: auto;
  margin-right: auto;
  background: #343ccd;
  padding: 25px;
  border-radius: 5px;
}

.login-wrapper_heading--light,
.signup-wrapper_heading--light {
  color: white;
  font-weight: normal;
  padding-bottom: 25px;
}
.login-wrapper_label--light,
.signup-wrapper_label--light {
  color: white;
  margin: 10px;
}

.login-wrapper_footer {
  margin-left: auto;
  margin-right: auto;
}

.login-wrapper_links {
  color: white;
}

.login-wrapper_main-btn,
.signup-wrapper_main-btn {
  margin-top: 25px !important;
  width: 100%;
}

.sub-title_text--light {
  color: white;
  font-weight: normal;
}

.sub-title_text--dark {
  color: black;
  font-weight: normal;
}

.add-cta i {
  font-size: 12px;
  color: green;
  cursor: pointer;
}

.add-cta i:hover {
  font-size: 16px;
  font-weight: bold;
}
.add-cta i:hover::after {
  content: "Add new";
  font-family: "Roboto", sans-serif;
  color: black;
}

.floorplan-list li:hover {
  font-weight: bold;
  cursor: pointer;
  color: black;
}

.activity-log_body {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.activity-log_body--light {
  background: white;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border-radius: 10px;
  border: 1px solid black;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  -webkit-transition: all 0.0.5s ease-out 0s;
  -o-transition: all 0.0.5s ease-out 0s;
  transition: all 0.0.5s ease-out 0s;
}

.activity-log_body--light:hover {
  border: 2px solid black;
}

.activity-log_body::-webkit-scrollbar,
.activity-log_body--light::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.activity-log_body ul,
.activity-log_body--light ul {
  padding: 20px;
}

.activity-log_body ul li,
.activity-log_body--light ul li {
  padding-bottom: 5px;
}

.activity-log_body--light ul li {
  color: #ef777a;
}

.activity-log_body .activity-log_timestamp {
  color: white;
  font-size: 0.8em;
}

.activity-log_body--light .activity-log_timestamp {
  color: grey;
}

.dashboard-menu {
  color: black;
}

.dashboard-menu li {
  margin-bottom: 20px;
  cursor: pointer;
}

.dashboard-menu > li a:not(a[href="#"]):hover {
  font-weight: bold;
  text-decoration: underline;
}

.dashboard-menu > li a[href="#"]{
  cursor:default;
  text-decoration:underline;
}

.lni-cog:hover {
  cursor: pointer;
  color: black;
}

.modal-header h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #2e2e2e;
  margin: 0px;
}

.modal-header button.close {
  color: blue;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  color: white;
}

.label-light {
  display: block;
  color: white;
}

.modal input {
  margin-bottom: 15px;
}

.modal input[type="radio"] {
  margin: 5px;
  color: white;
}

.modal .radio-inline {
  color: white;
}

.create-modal p {
  color: white;
}

.modal-subheading {
  color: white;
}

#dash-menu li a {
  color: white;
}

.sublevel li {
  font-size: 12px;
  padding: 0px;
  margin: 5px 5px 5px 20px;
}

.import-list-box {
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.import-box {
  background: white;
  width: 100%;
  border-radius: 10px;
  border: 1px solid black;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.0.5s ease-out 0s;
  -o-transition: all 0.0.5s ease-out 0s;
  transition: all 0.0.5s ease-out 0s;
}

.hint-text {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #f18166;
}

.import-box-list {
  width: 80%;
  height: 250px;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fdfdfd;
  padding: 15px;
}

#import-sheet-table tr td {
  padding-left: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
}

#import-sheet-table {
  margin-top: 25px;
  display: none;
  height: 150px;
  overflow-y: scroll;
}

#import-sheet-table tbody tr td {
  border-bottom: 1px solid black;
  padding: 5px;
}

#import-sheet-table tbody tr td:nth-of-type(3) {
  width: 100%;
  text-align: right;
}

.send-invite-to-all {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.green-save {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid green;
  font-size: 14px;
  vertical-align: baseline;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 15px 5px 15px;
  background: green;
  color: white;
}

.notification-message {
  text-align: center;
  color: white;
  text-decoration: underline;
}

.add-spaces-button-container {
  float: right;
  margin-right: 25px;
  margin-bottom: 5px;
}
.add-spaces-button {
  background: #ff6e4a;
  width: 30px;
  height: 30px;
  border: 1px solid #ff552b;
  border-radius: 5px;
  color: white;
}

.add-spaces-button-container span {
  color: white;
  cursor: pointer;
}

.modal-content {
  /* border-radius: 25px; */
}

.time-range-selection {
  max-width: 100%;
}

.time-range-selection input {
  max-width: 200px;
  display: inline-block;
  padding-left: 5px;
}

.time-range-selection label {
  display: inline-block;
  color: white;
}

@media (max-width: 767px) {
  .builder-left-menu {
    margin-bottom: 15px;
    /* margin-left: 5px;
    margin-right: 5px; */
  }
}

.timeslot-selection label {
  color: white;
}


.timeslot {
  width: 80%;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
}

.timeslot-bubble:not([data-hr="eight"]){
  display:none;
}

.timeslot-bubble[data-hr="full-day"]{
  display:inline-block!important;
}

.timeslot-bubble {
  border: 1px solid white;
  width: 30%;
  margin: 1%;
  border-radius: 1px;
  display: inline-block;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 3px;
}

.timeslot-bubble--all-day {
  border: 1px solid white;
  width: 100%;
  margin: 1%;
  border-radius: 1px;
  display: block;
  color: white;
  text-align: center;
  cursor: pointer;
}

.timeslot-bubble:hover:not(.timeslot-bubble--disabled),
.timeslot-bubble--all-day:hover {
  background: white;
  color: black;
}

.timeslot-bubble.timeslot-bubble--selected {
  background: white;
  color: black;
}

.timeslot-start::after {
  content: " - ";
}

.reg-btn#reserve-now {
  margin-left: 0;
  margin-top: 10px;
}

.timeslot-bubble--disabled {
  background: #fffefe26;
  color: #00000082;
  border: 1px solid white;
}

.booked-by-me {
  background: rgb(0 255 31 / 35%) !important;
}

.modal-selected-booking {
  width: 100%;
  background: black;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.booking--details {
  padding: 5px;
  display: inline-block;
}

.booking--details p {
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.delete-booking--container {
  display: inline-block;
  float: right;
  background: red;
  height: 50px;
  width: 25%;
  cursor: pointer;
}

.delete-booking--container p {
  color: white;
  text-align: center;
  padding-top: 11px;
}

.book-floorplan-page .builder-left-menu_body {
  background: transparent;
}

#create_space input,
#create_space textarea {
  border-radius: 5px;
  width: 100%;
  line-height: 35px;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.book-floorplan-page .page-title_text,
.edit-floorplan-page .page-title_text {
  padding-bottom: 0px;
}

.root--fp li,
.root--fp span.fp-open {
  display: inline-block;
  /* width: 50%; */
}

.root--fp li {
  width: 70%;
}

.root--fp span.fp-open,
.root--fp span.fp-trash-fp {
  width: 10%;
}

.fp-open {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  text-align: right;
  cursor: pointer;
}

 
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -30vw 0;
  }
  100% {
    background-position: 70vw 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -30vw 0;
  }
  100% {
    background-position: 70vw 0;
  }
}

.loading-single-space {
  position: relative;
  -webkit-animation: 7.5s infinite linear;
  animation: 7.5s infinite linear;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  background: fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  position: relative;
  -webkit-backface-visibility: hidden;
}

.account-settings_info tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-settings_info tr td:nth-of-type(2) {
  padding-left: 10px;
}

.password-change-req {
  padding: 5px;
  font-size: 0.8em;
}

ul.features--text {
   
  display: table;
  color: white;
}
ul.features--text li {
  white-space: nowrap;
  text-align: left;
  font-size: 0.8em;
}

@media only screen and (min-width: 320px) {
  /* Dashboard Page */
  .page-dashboard .about-area,
  .page-floorplan_book .about-area {
    width: 100%;
  }
  .page-dashboard .floorplan-panel_navigation,
  .page-dashboard .builder-left-menu,
  .page-dashboard .testimonial-area .testimonial-wrapper {
    max-width: 270px;
  }

  .page-dashboard .add-spaces-button-container {
    float: unset;
    margin-right: unset;
    -ms-grid-column-align: right;
    justify-self: right;
  }
  .page-dashboard .floorplan-panel_navigation {
    margin: 0 auto;
  }
  .page-dashboard .builder-left-menu {
    margin: 0 auto 15px;
  }
  .page-dashboard .builder-left-menu_body {
    min-height: unset;
  }
  .page-dashboard .dashboard-menu li:last-child {
    margin-bottom: 0px;
  }
  .page-dashboard .testimonial-active .holder-name {
    display: inline-block;
  }
  .page-dashboard .testimonial-active .delete-space-icon {
    float: right;
    padding-left: 9px;
  }
  .page-dashboard .testimonial-active .root--fp,
  .page-dashboard .testimonial-headline {
    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;
    margin-bottom: 10px;
  }
  .page-dashboard .root--fp span.fp-open,
  .page-dashboard .root--fp span.fp-trash-fp {
    width: unset;
  }
  .page-floorplan_book .builder-left-menu {
    display: none;
  }
  /* ==== END dashboard.html */

  /* ==== START floorplan_create.html */

  .page-floorplan_create .page-title_text input {
    border: unset;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
  }

  .page-floorplan_create .floorplan-panel_navigation,
  .page-floorplan_book .floorplan-panel_navigation {
    display: -ms-grid;
    display: grid;

    grid-template-areas:
      "back back"
      "select select"
      "distance distance"
      "save undo";
    max-width: 290px;
    margin: 0 auto;
  }
  .page-floorplan_create .floorplan-panel_navigation div:first-child,
  .page-floorplan_book .floorplan-panel_navigation div:first-child {
    grid-area: back;
  }
  .page-floorplan_create .floorplan-panel_navigation select:nth-child(2),
  .page-floorplan_book .floorplan-panel_navigation select:nth-child(2) {
    grid-area: select;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(3) {
    grid-area: distance;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(4) {
    grid-area: save;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(5) {
    grid-area: undo;
    -ms-grid-column-align: right;
    justify-self: right;
  }

  .page-floorplan_create .floorplan-panel_navigation .reg-btn,
  .page-floorplan_book .floorplan-panel_navigation .reg-btn {
    margin-left: unset;
  }

  .page-floorplan_create .floorplan-panel_navigation div:nth-child(3) button {
    width: 100%;
    text-align: center;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(5) button,
  .floorplan-panel_navigation select,
  #fp_select {
    margin-right: unset;
  }
  .page-floorplan_create .floorplan-panel_navigation select #fp_select {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  .page-floorplan_create .floorplan-panel_second-row {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    padding-bottom: 35px;
  }

  .page-floorplan_create .toolset-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .page-floorplan_create .toolset-row .reg-btn {
    width: 100%;
    margin: unset;
    max-width: 157px;
  }
  .page-floorplan_create .builder-left-menu_body {
    min-height: unset;
    margin: unset;
    padding: 0 0 10px 0;
    /* border-bottom: 1px solid lightgrey; */
    background: none;
  }
  .page-floorplan_create .builder-left-menu_body .inner-container {
    margin-top: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
  }
  .page-floorplan_create .builder-left-menu_body .builder-type_button-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .page-floorplan_create
    .builder-left-menu_body
    .builder-available_button-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .page-floorplan_create .builder-type_button-wrap button {
    width: unset;
  }
  .page-floorplan_create .builder-available_button-wrap button {
    width: 48%;
  }

  .page-floorplan_book .timeslot-selection .timeslot {
    display: grid; 
    grid-template-columns: 1fr;
    width: 100%;
    justify-items: center;
  }

  .page-floorplan_book .timeslot .timeslot-bubble {
    width: 100%;
    max-width: 220px;
  }
  .modal-content {
    border: 1px solid black;
  }
  .modal--success {
    text-align: center;
    background: #314fd8;
    /* border-radius: 5px; */
  }
  .modal--success h4 {
    padding: 18px;
  }

}

@media only screen and (min-width: 320px) {
  .page-floorplan_create .floorplan-panel_navigation div:first-child,
  .page-floorplan_book .floorplan-panel_navigation div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .page-floorplan_create .floorplan-panel_navigation select:nth-child(2),
  .page-floorplan_book .floorplan-panel_navigation select:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .page-floorplan_create .floorplan-panel_navigation div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .page-floorplan_create .floorplan-panel_navigation div:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .page-floorplan_create .floorplan-panel_navigation div:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@media only screen and (min-width: 500px) {
  .page-dashboard .floorplan-panel_navigation,
  .page-dashboard .builder-left-menu,
  .page-dashboard .testimonial-area .testimonial-wrapper {
    max-width: 400px;
  }
  .page-floorplan_create .floorplan-panel_navigation {
    max-width: 400px;
    grid-template-areas:
      "back select select select"
      "distance distance save undo";
    row-gap: 5px;
  }
  .page-floorplan_book .floorplan-panel_navigation {
    display: block;
    max-width: unset;
  }
  .page-floorplan_create .floorplan-panel_navigation select:nth-child(2) {
    -ms-grid-column-align: right;
    justify-self: right;
  }
  .page-floorplan_create .floorplan-panel_navigation select #fp_select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(4) {
    -ms-grid-column-align: right;
    justify-self: right;
  }

  .page-floorplan_create .toolset-row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-floorplan_create .floorplan-panel_navigation div:first-child,
  .page-floorplan_book .floorplan-panel_navigation div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .page-floorplan_create .floorplan-panel_navigation select:nth-child(2),
  .page-floorplan_book .floorplan-panel_navigation select:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
    .page-floorplan_book .timeslot-selection .timeslot {
    grid-template-columns: 1fr 1fr;
  }

  .page-floorplan_book .timeslot .timeslot-bubble {
    width: 90%;
  }
}
@media only screen and (min-width: 575px) {
  .page-dashboard .testimonial-area .testimonial-wrapper,
  .page-dashboard .floorplan-panel_navigation {
    max-width: unset;
  }
  .page-dashboard .builder-left-menu {
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .page-floorplan_create .builder-left-menu_body .builder-type_button-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-floorplan_create
    .builder-left-menu_body
    .builder-available_button-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-floorplan_create .builder-available_button-wrap button {
    width: 100%;
  }
  .page-floorplan_create .builder-left-menu_item .builder--remove {
    padding: 10px 0;
  }
  .page-floorplan_book .builder-left-menu {
    display: block;
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .page-floorplan_create .floorplan-panel_navigation {
    max-width: unset;
    display: block;
  }
  .page-floorplan_create .floorplan-panel_navigation div:nth-child(4) {
    margin-left: 10px;
  }
}

.carousel-inner {
  padding: 30px;
}


.welcome-gif {
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
}

.tutorial-text p{
   margin-top:20px;
   text-align:center;
   color:black;
}
/* 
.carousel-indicators {
  filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
} */
 
.carousel-control-next,.carousel-control-next:hover,
.carousel-control-prev,.carousel-control-prev:hover, .carousel-indicators {
    filter: invert(100%);
}

.close-tutorial-container {
  text-align:center;
  padding:20px;
}

.send-invite-to-one input {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.booking-info-card {
    text-align: left;
    background: rgba(0,0,0,0.4);
    border-radius:5px; 
    padding: 10px;
}

.booking-info-card p, .booking-instructions {
    color:white;
}


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

.booking-instructions {
  padding-bottom:10px;
 }


.radio-group input, .radio-group span {
    display: inline;
    vertical-align: middle;
    padding:10px;
}

.radio-group input {
    width: 1em;

} 
.radio-group span {
    margin-right:10px;
    color:white;
}
.radio-group {
    display: contents; 
}
 
.screen3 .answer-container {
   text-align:center; 
}

.screen1 {
  padding-bottom:50px;
}

.screen2, .screen3, .screen4, .screen5 {
  display:none;
  height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
} 




/* .select-no-tool {
  float:right;
  text-decoration: underline;
  color:white;
  font-weight:bold;
  margin-right:20px;
  cursor:pointer;
} */

.screen2 .answer-container, .screen3 .answer-container {
  border-bottom:1px solid white;
  margin: 10px;
}

.screen2 .answer-container .symptom {
  max-width:50%;
  display:inline;  
  margin-right:5%;
}

.screen2 .answer-container .symptom p{
    text-align: inherit;
    display: inline-block;
    margin-top: 10px;
    color: white; 
    margin-left: 0;
    padding-left: 0;
}
}

.screen2 .answer-container .selection {
  width:50%; 
  display:inline;  
 }


 .w30 { 
 width:30%!important; 
 padding:1px;
 display:inline-block;
 }

.timeslot-label--right {
  float:right;
  
}

.timeslot-label--right span {
  padding-left: 5px;
  padding-right: 5px;
}

.timeslot-label--right span:hover {
  font-weight:bold;
  cursor:pointer;
  text-decoration:underline;
}

.timeslot-label--right span.active {
  text-decoration:underline;
}

.booking-details-container table {
  width:100%;
}

.thead-details {
  color:black;
  vertical-align:top;
}

#bookingDetails p, #bookingDetails label {
  color: white;
}

ul#responseBody {
  color: white;
}


table#employee-list-table {
    width: 100%;
}

#employee-list-table tr td{
     text-align:left;
     color:black;
     padding:5px;
     border-bottom:1px dashed; 
} 

#employee-list-table tr td button[data-id="none"]{
   background:whitesmoke;
   color:#a0a0a0;
   border:none;
}

#employee-list-table tr td input[data-id="none"],
#employee-list-table tr td label[data-id="none"]{
  background:whitesmoke;
   color:#a0a0a0;
   border:none;
   pointer-events: none;
}

.confirm-employee-removal.main-btn, .accept-my-deletion {
  background:#c73d3d;
}

.reporting-option {
  min-width: 100%; 
  min-height: 100px;
  background:#ecf4fb;
  border-radius:5px;
  cursor:pointer;
  display: table; 

}

.reporting-option p {
  text-align:center; 
  vertical-align: middle;
  display: table-cell; 
  color:black;
}


.reporting-option:hover {
  background:#58aaf3;
}

.reporting-option--selected {
  background:#58aaf3;
  border:2px solid black;
}

.reporting-option #other {
  width:95%;
}

#unselect-all {
  color:black;
  text-decoration:underline;
  cursor:pointer;
}

.report-selection-items {
  text-transform:capitalize;
  margin-left:20px;
}

.reporting-info-content {
  color:white;
}

 
.all-bookings-wrapper .booking-details-insert tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.all-bookings-wrapper .booking-details-insert tr {
  border-bottom: 1px dotted black;
}



@media screen and (min-width: 1000px) {

  .import-box.all-bookings-imp,.import-box.reporting-imp, .import-box.my-resources {
    min-width:850px;
  }
  
  .import-box.space-settings-box {
    min-width:650px;
  }
  .navbar-nav .nav-item a[href$="dashboard"],.navbar-nav .nav-item a[href$="Login"] {
    display:none;
  }
  /*Employee View menu button desktop view*/
  .navbar-nav #EmployeeView {
    display: none; 
 }
 .navbar-nav #EmployeeView {
   position: fixed;
   bottom: 2em;
   right: 2em;
   border: solid #f08064 2px;
   color: #f08064;
   border-radius: 8px;
   padding: 1em;
   
 }
 .root_user.UserView .navbar-nav #EmployeeView {
   display: inline-block;
 }
 .root_user.UserView .navbar-nav #EmployeeView:hover {
   background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
   background-size: 200%;
   color: #fff;
   border: solid #fff 2px;
 }
}
 
.select-multiple {
  display:none;
  text-decoration:underline;
  margin-left: 35px;
}

/*floorplan update date selected by user*/
.timeslot-bubble.timeslot-bubble--disabled.booked-by_user {
  border: solid #fd7e14 1px;
  background: #fd7e14;
  color: #fff;
  font-weight: bold;
  opacity:50%;
}
/* .timeslot-bubble.timeslot-bubble--disabled.booked-by_user:hover:after {
  content: "My reserverd Spot";
  position:  relative;
  display: inline-block;
  font-size: 0.8em;
  top:0px;
  
  z-index: 9999;
} */

#dateselect-modal .modal-selected-booking {
  display: none;
}

/*Favourites options*/
.favourite-details-container .gs-w.grid-item--selected {
  background: linear-gradient(45deg, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%,#FEDB37 80%);
}
.favourite-details-container {
  background: #fff;
  margin: 2rem 0;
  border: solid #000 1px;
  padding: 2rem 1rem;
  border-radius: 25px;
}
.favourite-details-container h4,
.favourite-details-container #favourite-controls {
  margin-bottom: 1rem;
}

.floorplan-panel_second-row .favourite_container {
  background: linear-gradient(45deg, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%,#FEDB37 80%);
  display: inline-block;
  padding: 0.3rem;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 2px 2px,#000 -2px -2px, #000 2px -2px,#000 -2px 2px;
  border-radius: 4px;
  cursor: pointer;
}

.gs-w.favourite-item[data-item_status="available"] {
  background: linear-gradient(45deg, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%,#FEDB37 80%);
}


 /*End Favourites options*/
/*Temporary modal positioning*/

#dateselect-modal .modal-dialog {
  margin: 25vh auto;
}

/*END Temporary modal positioning*/

/*Preview bookings styling*/
#preview_display .modal-dialog {
  max-width: 80vw;
}

#preview_display  li.gs-w.grid-item--selected {
  background-color: #fd7e14;
  animation-name: previewSpot;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  position:relative;
}
#preview_display h3{
color:#fff;
}
#preview_display .preview-header {
  display: inline-block;
  text-transform: capitalize;
}
.booking-details-container .preview_booking{
cursor:pointer;
color: #007bff;
}

@keyframes previewSpot {
from {background-color: #fd7e14;}
to {background-color: #343ccd;}
}
/*END Preview bookings styling*/
/*Pagination all bookings */
div#pager_container {
  text-align: center;
}

div#pager_container .pager-container span {
  font-size: 1.5rem;
  margin: 0 1rem;
  color: #007bff;
}

div#pager_container span.page-index.selected {
  color: #000;
}

div#pager_container span#page-prev,div#pager_container span#page-next {
  font-size: 0.8rem;
  font-weight: bold;
}

.booking-searchbox {
  width: 17%;
  margin: 1%;
}
.employee-search{
  width: 30%;
  margin: 1%;
}
.bookin-log[data_status*="complete"] td.detail {
  background: rgba(60, 244, 8, 0.5);
}
.bookin-log[data_status*="pending"] td.detail{
  background-color: rgba(255, 203, 0, 0.5);
}
.bookin-log[data_status*="admin"] td.detail{
  background-color: rgba(255, 0, 0, 0.5);
}
.bookin-log td.detail{
  text-align: center;
}

.all-bookings-wrapper .booking-details-insert tr td:first-child, .all-bookings-wrapper .booking-details-insert tr td:last-child {
  max-width: 12rem;
}

.all-bookings-wrapper .booking-details-insert tr td:last-child {
  text-align: center;
}

div.short-pagebox{
  max-height: 100vh;
  overflow-y: scroll;
}
/*end Pagination all bookings */
.blog-post_body p {
  color:black;
  margin-top:15px;
}

.blog-post_body h2{
 font-weight:bold;
 margin-top:25px;
 text-decoration:underline;
}

#dateselect-modal .front-modal_popup {
  text-align: left;
  position: absolute;
  background: #343ccd;
  padding: 2em 2em;
  margin: 0 0 0 -1em;
  top: -12em;
  border: solid #000 2px;
  border-radius: 8px;
  
}

#dateselect-modal .front-modal_popup h3, #dateselect-modal .front-modal_popup p{
color: #fff;
}

#keep-booking, #back-to_floor {
padding: 0.5em;
margin: 0.5em;
border: solid #fff 1px;
color:#fff;
cursor: pointer;
}

#keep-booking:hover, #back-to_floor:hover {
background: #fff;
border: solid #fff 1px;
color:#000;
cursor: pointer;
}

#keep-booking{
background: #fd7e14;
}

#back-to_floor {
background: #dc3545; 
}

.onboarding_content p {
  text-align:left;
  color:black;
  margin-top:10px;
  margin-bottom:10px;
}

.onboarding_content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #361cc1; 
  margin-top: 15px;
}

.onboarding_content ol {
  list-style: inside;
  list-style-type: revert;
  color: black;
  margin-bottom:15px;
}

#replay-tutorial {
  padding:10px;
  border-top:1px solid white;
  color:white;
  cursor:pointer;
}

#replay-tutorial:hover {
  text-decoration:underline;
  font-weight:bold;
}

#questionnaire .login-wrapper {
  border:1px solid white;
}

.questionnaire-header {
  display:none;
  cursor:pointer;
  color: #484747;
    background: #ff9900f5;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    margin: 5px;
    box-shadow: 2px 4px black;
}

.symptom p{
  color: white;
  
}

.q-details {
cursor:pointer;
}

#writeUp {
  color: white;
    font-size: 14px; 
}
 
.floorplan-panel_second-row.measures {
   padding-top:15px;
   text-align:center;
   padding-bottom:15px;
 }

#capacity-explainer {
  color:white;
  text-align:center;
   font-style:italic;
   cursor:pointer;
}

#capacity-explainer:hover {
  font-weight:bold;
  text-decoration:underline;
}

 
.topbar {
    background: rgba(0,0,0,1);
    padding:5px;
    
 }

 .topbar .container{
  max-width: 63%;
  margin-left:auto;
  margin-right:auto;
 }

.topbar p {
    color:white;
}

.cta-topbar {
  vertical-align:baseline; 
}

.home-page-note {
  height:250px;
  padding-left:5px;
}

.capacity-title,.capacity-title p{
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1000px) { 

  .topbar {
    display:none;
  }
}


.booking-range--active {
  border: 2px solid black;
    background: orange;
    color: white;
}

.booking-range:not(.booking-range--active){
  border:0px;
}

.gridster-parent{
  overflow-x:scroll;
}

#todays-cap {
  text-align: center;
  height: 110px;
 
  border-top: solid #fff 1px;
  margin: 1rem auto 2rem;
  max-width: 500px;
  overflow: hidden;
  border-bottom: solid #fff 1px;
}
/*floorplan capacity*/
span.timeslot-chart {
  position: absolute;
/* display: none; */
transform: rotate(90deg);
top: 35px;
display: inline-block;
left: -21px;
font-size: 0.6rem;
z-index: 999999;
color: #fff;
}
span.percent {
  position: relative;
  display: inline-block;
  top: 10px;
  transform: rotate(57deg);
  display: none;
}
span.chart-bar {
  background: #fff;
vertical-align: bottom;
position: relative;
min-width: 1rem;
margin: 2px;
bottom: -5px;
border-radius: 25px 25px 0 0;
}
div.capacity-chart {
  height: 100px;
  /* min-width: 1000px; */
  min-width: 485px;
}

.chart-bar-full-day {
  height: 100%;
  /* margin: 5px; */
}
.chart-bar-full-day span.percent {
  transform: rotate(0);

font-size: 1.5em;
display: block;
position: initial;
}
#todays-cap.full-day {
  height: 40px;
  width: 200px;
  padding: 0;
}

#booking-capacity div.capacity-chart {
  min-width: auto;
}
#booking-capacity.full-day div.capacity-chart {
  height: 40px;
  background-color: #888;
}


#booking-capacity.half-hour div.capacity-chart {
  min-width: 550px;
  /*! overflow: scroll hidden; */
}
#booking-capacity.half-hour {
  overflow: scroll hidden;
}

/*end floorplan capacity*/

.toggle-archive {
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  border: solid #777 1px;
  border-radius: 10px;
  padding: 0.5rem;
}
#petsection{
  display: block;
  text-align: center;
}
#petsection.inactive{
  display: none!important;
}

div#registerPet input {
  display: block;
  margin: 0.5em auto;
  width: 75%;
  padding:5px;
}

span.submit-pet.main-btn {
  line-height: 24px; 
  border-radius: 1px;
    width: 75%;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#registerPet {
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 1em;
  padding-top: 2em;
  margin: 1em 0;
  padding-bottom: 2em;
}

#activity-placeholder {
  text-align: center;
  margin-top: 78px;
}
/*PET ICONS*/

span.pet_icon::after {
  content: '🐶';
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom:-0.5rem;
  display: block;
  background-size: cover!important; 
}

span.pet_icon.dog::after {
  content:'🐶';
}

span.pet_icon.cat::after {
  content:'😺';
}

span.pet_icon.rabbit::after {
  background: url('../images/rabbit.png');
}

span.pet-icon.btn {
  border: solid #fff 1px;
  margin: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
}

/*end PET ICONS*/


@media only screen and (min-width: 769px){
  .mobile_menu{
    display:none;
  }
}

@media only screen and (max-width: 768px){

     .builder-left-menu_body, #replay-tutorial {
       display:none;
     }

     .mobile_menu{
       display:block;
       text-align: center;
        color: white;
        background: #ff6e4a;
        border-radius: 5px;
        padding: 10px;
        cursor:pointer;
     }

     #replay-tutorial {
       display:none;
     }

     #dash-menu {
      text-align: center;
     }

     .mobile_menu span {
       margin-left:20px;
     }

     .toggler-plus::after{
       content:'+';
     }
     .toggler-minus::after{
      content:'-';
    }

    #todays-cap {
      text-align: center;
      height: 110px;
      border-top: solid #fff 1px;
      margin: 1rem auto 2rem;
      max-width: 100vw;
      border-bottom: solid #fff 1px;
      overflow: scroll hidden;
  }


    .zoom_container {
      margin-top:10px;
    }
}

.zoom_container {
   color: white;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

#zoom-in, #zoom-out {
  width: 25px;
    margin-right: 10px;
    margin-left: 10px;
} 




.header-hero-image .ticker-image {
  max-width:100%;
}

.header-hero-bg {
  background: rgba(0,0,0,0.8);
    padding: 25px;
    border-radius: 10px;
}


.content{
	position: relative; 
 
  width: 100%;
  margin-left:30px;
}

.textSlider{
  overflow: hidden;
  height: 159px;
  width: 100%;
  position: relative;
}

.textSlider h2{
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
   color:white;
   font-weight:100;
}

.red{
  color: red;
}

.companyName{
  font-family: 'Roboto', sans-serif;
}

.email-input-container input, .email-input-container button {
  display:inline-block;
}

.email-input-container input {
  border: 2px solid #e1e1e1; height: 45px; padding: 0 30px; border-radius: 5px; width: 50%; color: #2e2e2e;
}

.email-input-container button {
    background:#fe816a; border:none; height: 45px; padding: 0 30px; border-radius: 5px; width: 30%; color: white;
}

@media (max-width: 767px) {
  .email-input-container button {
    width:40%;
  }
}

.capacity-container{
  display:none;
}

.form-message{
  padding-bottom:15px;
}

.account-settings_info tr td button.booking-range:nth-of-type(1){
  margin-left:0px;
}

#space_title {
  padding:5px;
}

.timeslot-selection  {
  display:none;
}

/* .pet-icon.btn {
  display:none;
}
*/

.page-floorplan_book.modal-open .modal-subheading, #booking-capacity {
  display:none;
}

/*
.booking-details-pets-insert {
display:none;
}
*/

.favourite-details-container, .floorplan-panel_second-row .favourite_container {
  display:none;
}


ul#resource-list {
  background: #dcd9d9;
  padding: 25px;
  border-radius: 10px;
}


#resource-list li {
  /*border: 2px solid black; */
    /* width: 20%; */
    padding: 20px;
    background: white;
    /* color: white; */
    border-radius: 10px;
}

.booking-final_cnfm-text {
  display:none;
  color:white;
  padding-top:10px;
  font-size:2rem;
}

.booking-updates button {
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;
}

#footer:not(.homepage-footer) {
  display:none;
}




#preview_display #preview_date {
  display:none;
}

span.floorplan-tooltip {
  position: absolute;
  background: rgba(0,0,0,0.7);
  padding: 0.5rem;
  z-index: 99;
  border-radius: 5px;
  display: none;
}

li.gs-w:hover span.floorplan-tooltip {
  display: block;
}

li.gs-w[data-booked_by] {
  z-index: 99!important;
}


.reservation-headline {
  text-align:center;
}

#petselect {
  padding: 5px;
  border-radius: 5px;
}

.redirect_linking {
  font-weight:bold;
  color:white;
  text-decoration:underline;
}

.booking-details-pets-insert {
  margin-top:40px;
}

table.pet-bookings_table {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  /* width: 75%; */
  text-align: center;
}

.remove_pet-booking {
  cursor:pointer;
}

.update-log {
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-align: center;
    margin-bottom: 10px; 
}

span.mini {
  font-size: 0.7em;
}

.office-party_title{
  padding-bottom:10px;
}

#groupparty-header{
  padding-top:10px;
  padding-bottom:10px;
}

#members-header{
  padding-top:10px;
}

.user-list_box {
  padding-left:0px;
}

#get-started_trial{
  margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid white;
    background: white;
    color: black;
}

.nav-item #get-started_trial {
  margin-top:0;
}

.cta-strikethrough {
  display: flex;
  flex-direction: row;
  color:white;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size:12px;
}
.cta-strikethrough:before, .cta-strikethrough:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.cta-strikethrough:before {
  margin-right: 10px
}
.cta-strikethrough:after {
  margin-left: 10px
}
 
#get-started_trial:hover{ 
    background:black;
    color:white; 
    cursor:pointer;
}

.admin-option_settings .booking-details-container{
  max-width:600px;
  margin-left:auto;
  margin-right:auto
}

.admin-option_settings .booking-details-container label{
  display:block;   
}

.admin-option_settings .booking-details-container label input{
  width:75%;
}

.admin-option_settings .booking-details-container label button{
  padding:5px;
}

.admin-option_settings .booking-details-container label input, .admin-option_settings .booking-details-container label button {
  display:inline-block;
}

.admin-option_description { 
  color: black;
  padding-top: 10px;
  padding-bottom: 20px;
}

.row.dashboard--step1 .spacer {
  text-align: left;
  padding-left: 0px;
  margin-bottom: 10px;
  height:100px;
}

.row.dashboard--step1 .spacer #brandimg{
  max-height:100px;
  border-radius:10px;
  border:2px solid black;
}

.export_section {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.export_section .full-export{
  padding: 10px;
}

.export-text--white {
  color:white;
}

.col-lg-8.already-existing {
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 5px;
  padding: 10px;
  border: 3px solid orange;
  margin-bottom: 10px;
}