/*
    ///////////////////////////////////
    THEME CUSTOM CSS START
*/

.tp-header-input-toggle.active {
	z-index: 1;
}

.user-avatar{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 30px;
}

/*
    ///////////////////////////////////
    THEME CUSTOM CSS END
*/

.tp-room-signle-thumb{
    height: 481px;
    object-fit: cover;
    max-width: 100%;
}

.tp-room-single-gallery-thumb{
    height: 228px;
    object-fit: cover;
    max-width: 100%;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1px;
}

.rating input {
    display: none;
}

.rating label {
    display: inline-block;
    font-size: 24px;
    color: #d7d7d7;
    cursor: pointer;
}
.rating label:hover,
.rating label:hover ~ label {
    color: #ffa81a;
}

.rating input:checked ~ label {
    color: #ffa81a;
}

.clr-warning {
    color: #ffa81a;
}

.clr-rating-gray{
    color: #d7d7d7;
}

.tp-sidebar-categories-item{
    position: relative;
}

.tp-sidebar-categories-item::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.tp-room-about-amenities-item-2 .tp-room-about-amenities-icon span {
	width: 30px;
	height: auto;
	font-size: 22px;
	line-height: 1;
}

.tp-room-about-amenities-item-2 {
	padding: 20px 30px 18px 34px;
}

.date-validation{
    line-height: 1.3;
}

/*
    
*/
.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
    outline: none;
}
.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
    background: #ccc;
}


.tp-room-about-feature.tp-room-about-feature-2 ul {
	list-style: initial;
	padding: revert;
	margin: auto;
}

.tp-my-acount-profile img {
	height: 80px;
	object-fit: cover;
}

.tp-my-acount-wrap .profile-photo{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}


.tp-badge{
    font-weight: 500;
    font-size: 13px;
    color: #329b57;
    background: #effbf2;
    border-radius: 4px;
    padding: 4px 10px;
}

.tp-badge.confirmed,
.tp-badge.approved{
    color: #06C270;
    background-color: #d7f5e8;
    border-color: #d7f5e8;
}

.tp-badge.pending{
    color: #F80;
    background-color: #ffecd6;
    border-color: #ffecd6;
}

.tp-badge.failed,
.tp-badge.canceled{
    color: #FF404B;
    background-color: #ffe0e2;
    border-color: #ffe0e2;
}

.form-text-list{
    padding-left: 13px;
}

.custom-page ol, .custom-page ul {
    padding-left: 15px;
}