@use '../../utils' as *; /*----------------------------------------*/ /* 8.12 room scss /*----------------------------------------*/ /*accomodation section*/ .room{ &__cheek-box{ margin-bottom: 60px; border: 1px solid #E7E7EB; padding: 20px; display: flex; flex-wrap: wrap; row-gap: 15px; align-items: center; justify-content: space-around; &-2{ border: none; margin-bottom: 0; padding: 50px 0; } &-3{ max-width: 922px; width: 100%; background: rgba(255, 255, 255, 0.7); margin-bottom: 0; position: absolute; z-index: 2; justify-content: flex-start; gap: 36px; border: 2px solid #E1DACB; backdrop-filter: blur(10px); top: 462px; left: auto; padding: 30px; @media #{$xl} { left: 15px; } @media #{$lg} { left: 15px; } @media #{$xs, $md, $sm} { display: none; } } &-item{ display: inline-flex; align-items: center; gap: 10px; border: 1px solid #E7E7EB; padding: 13px 10px; &-2{ gap: 60px; padding: 22px 31px; border: 2px solid #595959; border-radius: 999px; @media #{$xs} { gap: 45px; } span{ color: var(--rr-common-white); font-size: 15px; } .sidebar-right-info{ .nice-select{ padding-right: 20px; margin-top: -2px; &:after{ color: var(--rr-common-white); top: 60%; } .list{ } } } } &-3{ border: 1px solid transparent; border-bottom: 1px solid #595959; padding: 0 0 10px; } &-icon{ display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 50px; height: 50px; border: 1px solid #E7E7EB; &-2{ width: inherit; height: inherit; border: none; border-radius: 0; .input-datepicker{ input{ margin-left: 0; border-bottom: 0; width: 103px; color: var(--rr-common-white); border: none; background: transparent; @include rs-placeholder { color: var(--rr-common-white); font-size: 15px; } } } } } .room-seclect{ .input-datepicker{ input{ max-width: 95px; margin-left: 0; border: none; } } } .nice-select{ -webkit-tap-highlight-color: transparent; background-color: transparent; border: none; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-family: inherit; font-size: 14px; font-weight: normal; height: 26px; line-height: 32px; outline: none; padding-left: 0; padding-right: 30px; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: auto; margin-bottom: 1px;; span{ font-size: 15px; } &:hover{ border-color: #dbdbdb; } &:active, &.open, &:focus{ border-color: #999; } &::after{ position: absolute; content: '\f107'; top: 50%; right: 0; font-family: var(--rr-ff-fontawesome); color: var(--rr-common-black); font-weight: 500; pointer-events: none; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; margin-top: 0; transform-origin: center; @extend %translateY1_2; } &.open{ &::after{ @include transform(translateY(-50%) rotate(-180deg)); } & .list{ opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } } &.disabled{ border-color: #ededed; color: #999; pointer-events: none; &::after{ border-color: #cccccc; } } &.wide{ width: 100%; & .list{ left: 0 !important; right: 0 !important; } } &.right{ float: right; & .list{ left: auto; right: 0; } } &.small{ font-size: 12px; height: 36px; line-height: 34px; &::after{ height: 4px; width: 4px; } & .option{ line-height: 34px; min-height: 34px; } } & .list{ background-color: #fff; border-radius: 5px; box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; width: 100%; } & .option{ cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 10px; padding-right: 0px; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; &:hover { background-color: #f6f7f9; } &.selected{ color:var(--rr-theme-primary); } &.disabled{ background-color: transparent; color: #999; cursor: default; } } } .no-csspointerevents { .nice-select { .list { display: none; } &.open { .list { display: block; } } } } } } &__thumb{ overflow: hidden; img{ width: 100%; height: 100%; &:hover{ transform: scale(1.2); } } } &__content{ background: var(--rr-common-white); padding: 30px 40px 40px 30px; border: 1px solid #E7E7EB; &-box{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; row-gap: 15px; h3{ font-family: var(--rr-ff-heading); color: #0E1730; font-style: normal; font-weight: 400; font-size: 36px; line-height: 36px; } &-star{ color: #AF8C3E; } } } &__dolar{ font-family: var(--rr-ff-heading); color: #0E1730; font-style: normal; font-weight: 400; font-size: 36px; line-height: 36px; span{ font-family: var(--rr-ff-body); color: var(--rr-text-body); font-weight: var(--rr-regular); font-style: normal; font-size: 16px; line-height: 27px; } } &__cat{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; row-gap: 10px; &-item{ display: flex; align-items: center; gap: 10px; span{ font-family: var(--rr-ff-body); color: var(--rr-text-body); font-style: normal; font-weight: 400; font-size: 16px; line-height: 27px; } } } &__btn{ font-family: var(--rr-ff-heading); color: var(--rr-heading-primary); font-style: normal; font-weight: 400; font-size: 15px; border: 1px solid #AF8C3E; padding: 15px 30px; display: inline-flex; align-items: center; gap: 10px; transition: .3s; i{ color: #AF8C3E; transform: .3s; } &:hover{ background-color: var(--rr-heading-primary); color: var(--rr-common-white); } } &__btn2{ background-color: var(--rr-theme-primary); color: var(--rr-common-white); padding: 17px 30px; display: inline-flex; align-items: center; &:hover{ background-color: var(--rr-heading-primary); color: var(--rr-common-white); } &-2{ display: flex; align-items: center; gap: 10px; border-radius: 999px; padding: 16px 27px; } } } .check{ background: #212121; margin-top: -1px; } .room__cheek-box-item .room-seclect .input-datepicker input::placeholder{ color: #595959 !important; } .room__cheek-box-item .after-none.nice-select::after { display: none; } .room__content-box-star i { font-size: 14px; margin-inline-end: 4px; }