

/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
}
.form fieldset input {
  width: 100%;
  height: 48px;
  color: #333333;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.form .nice-select{
  width: 100%;
  height: 48px;
  padding-top: 4px;
  border-radius: 5px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.form .nice-select span{
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
}

.room-card{
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
  border: none;
}
.room-card-img-top {
  width: auto;
  object-fit: cover;
  height: 150px;
}
.room-card-price {
    color: #2779f7;
    margin-bottom: 0;
}
.room-card-price span {
    color: #afb4bf;
    font-size: 14px;
}
.room-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.room-card-title, 
.room-card-hotel-title {
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.room-card-hotel-title {
  color: #2779f7;
}

.room-card-book-btn {
  margin-top: 24px;
}
.room-card-book-btn a {
    background-color: #2779f7;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: block;
}

.room-card-description {
   overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  min-height: 54px;
}

.form-profile button {
  width: 100%;
  outline: none !important;
  background: linear-gradient(-5deg, #2779f7, #2779f7);
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 10px 0;
}

/*--------------------
Login Container
--------------------*/
.login-container {
  width: 500px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

@media screen and (max-width:600px) {
    .login-container{
        width : 100%;
        margin-top: 20px;
    }
    .profile-container{
        width : 100% !important;
    }
}

.login-form {
  width: 90%;
  padding: 30px 50px;
}

.login-form h2 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 23px;
  margin-bottom: 30px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.login-form fieldset::after {
  /* content: "\f133"; */
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 20px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.login-form fieldset.phone::after {
  content: "\f095";
}
.login-form fieldset.username::after {
  content: "\f007";
}
.login-form fieldset.password::after {
  content: "";
}
.login-form fieldset.passport::after {
  content: "\f02d";
}
.login-form fieldset.email::after {
  content: "\f0e0";
}
.login-form fieldset.address::after {
  content: "\f041";
}
.login-form fieldset.birthday::after {
  content: "";
  right: 0 !important;
  width: 0 !important;
}
.login-link a{
    color: #098c7f;
}

/* Profile Container Start*/

.profile-container{
  margin-top: 20px;
}

.nav-link{
  background-color: #EBEBEB;
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
}

.nav-pills{
  gap: 10px;
}

.log-out-pill{
  background: #FFEAEA;
  color: #E20000;
}

.btn-search{
  background: #2779f7;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 13px 33px;
  font-size: 13px;
}

.welcome-content{
  background: inherit;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.card .card-img-top{
  width: auto;
  object-fit: fill;
  height: 250px;
}
.news-card{
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
  border: none;
}
.news-card--img {
  object-fit: cover;
  height: 360px!important;
}
.top-header-content{
  justify-content: space-between;;
}
.top-social-area{
  margin-left: 20px;
}
.top-social-area a img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.top-header-area .top-header-content{
  align-items:baseline;
}
.classynav ul{
  margin-right: 15px;
}
/* .classynav ul li a{
  margin: 0 10px;
} */