#loader-overlay{
 height: 100vh;
 width: 100vw;
 background-color: rgba(227, 236, 238, 0.94);
 position: fixed;
 top: 0;
 right: 0;
 overflow-y: hidden;
 left: 0;
 bottom: 0;
 z-index: 999;
}
.dark-mode #loader-overlay{
  height: 100vh;
  width: 100vw;
  background-color: rgba(7, 70, 85, 0.94);
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: hidden;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.page-loader{
  height: 110px;
  width: 100%;
  background: transparent;
  margin-top: calc(50vh - 30px);
  align-items: center;
  text-align: center;
}
.page-loader img{
  height: 50px;
  margin: auto;
}
.hover-hand:hover{
  cursor: pointer;
}

.round-btn{
    position: absolute;
    height: 45px;
    width: 45px;
    background: #06acbd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -22.5px;
    right: 45px;
    z-index: 3;
}

.sexy{
  margin-top: 1px;
 display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#ffa905), to(#fff));
}



.auth-wrapper{
 background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/bg/auth.jpg');
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
.form-input label{
  position: absolute;
  margin-top: -18px;
  color: #fff;
  font-family: sans-serif;
  font-size: 15px;
}
.form-input{
  padding-bottom: 10px;
}

.login_wrapper{
  margin-top: 100px;
  background: #0b263e;
  overflow: hidden;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 5px 50px;
}

.register_wrapper{
  margin-top: 30px;
  background: #0b263e;
  overflow: hidden;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 5px 50px;
}

.auth-holder{
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

.lablel-username{
  font-weight: 300;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.upload-file {
    position: relative;
    overflow: hidden;
}

.upload-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  line-height: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.img-preview img{
  width: 120px;
  height: 100px;
  border-radius: 5px;
  cursor: pointer;
}
.remove-image-preview{
  margin-left: -68px;
  margin-top: -75px;
}
.img-preview-two img{
  width: 120px;
  height: 100px;
  border-radius: 5px;
  cursor: pointer;
}
.remove-image-preview-two{
  margin-left: -68px;
  margin-top: -75px;
}

.gallery{
  margin-left: 20px;
  margin-right: 25px;
}
.gallery div{
  display: inline-block;
    margin-bottom: 10px;
      margin-right: 20px;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

 .verified-icon img{
  width: 12px;
  height: 12px;
}

#crop-avatar{
  border-radius: 50%;
}
#profile{
  border-radius: 50%;
  height: 142px;
  width: 142px;
  margin-left: 10px;
}

.profile_left ul li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.profile-label{
  margin-top: 10px;
}
.tags{
  min-width: 300px;
}
.nav_title a img{
max-width: 50px;
margin-left: 10px;
margin-top: 10px;
}

.nav_menu nav img{
  max-height: 50px;
  margin-top: 2px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .nav_menu nav .logo img{
    display: none;
    margin-top: 2px;
    overflow: hidden;
  }


  .nav_menu nav img{
    max-height: 45px;
    margin-top: 2px;
    overflow: hidden;
  }
}

@media (min-width: 500px) {
  .nav_title a img{
     display: none;
  }
}

.nav.navbar-nav > li > a{
  color: #fff;
}
#visibility-option:hover{
  cursor: pointer;
}
/* .photo-preview img{
  width: 500px;
} */
.single-image-preview img{
  width: 100%;
  min-width: calc( ((100vw - 250px) / 4 ) - 100px );
  height: auto;
}


.thumbnail-preview img{
  width: 100%;
  min-width: calc( ((100vw - 250px) / 4 ) - 100px );
  height: auto;
}
.thumbnail-image-preview img{
  width: calc( ((100vw - 250px) / 4 ) - 100px );
  height: calc( ((100vw - 250px) / 4 ) - 100px );
  margin-right: 20px;
  padding-right: 20px;
}

.room-photo-preview img{
  width: 120px;
  height: 100px;
  margin-right: 20px;
  padding-right: 20px;
}

.first-photo img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.second-photo img{
  width: 100px;
  height: 100px;
}
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli/Muli-Black.ttf");
  src: url("../fonts/Muli/Muli-Black.ttf") format("embedded-opentype"), url("../fonts/Muli/Muli-Black.ttf2") format("ttf"), url("../fonts/Muli/Muli-Black.ttf") format("ttf"), url("../fonts/Muli/Muli-Black.ttf.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli/Muli-Bold.ttf");
  src: url("../fonts/Muli/Muli-Bold.ttf") format("embedded-opentype"), url("../fonts/Muli/Muli-Bold.ttf") format("ttf"), url("../fonts/Muli/Muli-Bold.ttf") format("ttf"), url("../fonts/Muli/Muli-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli/Muli-Light.ttf");
  src: url("../fonts/Muli/Muli-Light.ttf") format("embedded-opentype"), url("../fonts/Muli/Muli-Light.ttf") format("ttf"), url("../fonts/Muli/Muli-Light.ttf") format("ttf"), url("../fonts/Muli/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli/Muli-Medium.ttf");
  src: url("../fonts/Muli/Muli-Medium.ttf") format("embedded-opentype"), url("../fonts/Muli/Muli-Medium.ttf") format("ttf"), url("../fonts/Muli/Muli-Medium.ttf") format("ttf"), url("../fonts/Muli/Muli-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli/Muli-Regular.ttf0");
  src: url("../fonts/Muli/Muli-Regular.ttf") format("embedded-opentype"), url("../fonts/Muli/Muli-Regular.ttf") format("ttf"), url("../fonts/Muli/Muli-Regular.ttf") format("ttf"), url("../fonts/Muli/Muli-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 0.937rem;
  font-family: "Muli", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}
