﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: "RB-Regular", Sans-serif;
    font-weight: 500;
    font-style: normal;
    /*color: #474747;*/
}

app {
    position: relative;
    /* display: flex;*/
    flex-direction: column;
}

.font-size-base {
    font-size: 1rem;
}

.font-size-small {
    font-size: 0.9rem;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/* Colors */
.orange {
    color: darkorange;
}

.yellow {
    color: var(--yellow);
}

.gold {
    color: #ba9938;
    border-color: #A57E0D !important;
}

.gray {
    color: #ccc;
}


.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255, 255, 255, 0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255, 255, 255, 0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #ff5353;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 1.2rem 1.25rem 1.2rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

    #blazor-error-ui a {
        color: white;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.small-font {
    font-size: calc(1rem * 0.8);
}

.logo {
    width: 3rem;
}

@media (min-width: 768px) {
    .logo {
        width: 56px;
    }
}

/* Star rating */
.medium-stars {
    font-size: 17px;
}

.unchecked-star {
    color: #ccc;
}

/* Dropdown options */
.dropdown-option-label {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.9rem;
    margin-left: 0.5rem;
}

.dropdown-add-room-link {
    font-size: 0.875rem;
}

.dropdown-trash-link {
    color: var(--gray);
    font-size: 0.625rem;
    display: inline-block;
    margin-top: 2.2rem;
}

.dropdown-room-label {
    font-size: 0.9rem;
}

.dropdown-toggle--iconed:hover {
    text-decoration: none;
}

.dropdown-toggle--iconed:after {
    vertical-align: 0.1em;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #ba9938;
}

.input--date-icon {
    background: url("../img/iconmonstr-calendar-4.svg") no-repeat 7px center;
    background-size: 17px;
    padding: .5rem 0 .5rem 30px;
}

.date-icon {
    background: url("../img/iconmonstr-calendar-4.svg") no-repeat 0 center;
    background-size: 17px;
    padding: .5rem 0 .5rem 1.5rem;
}

.select--location-icon {
    background: url("../img/iconmonstr-location-1.svg") no-repeat 0 center;
    background-size: 17px;
    padding: .25rem .5rem .25rem 30px;
}

/* Fix height of the dynamic dropdown */
.dropdown-menu.show {
    max-height: calc(100vh - 500px);
    overflow: auto;
}

.dropdown-toggle.dropdown-toggle--arrow-left:after {
    display: none;
}

.dropdown-toggle.dropdown-toggle--arrow-left:before {
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}

.modal-content {
    background-color: #f7f9fc;
}

.alert-basic {
    color: #262a2d;
    background-color: #f7f9fc;
    border-color: #ccced0;
}

.custom-select {
    color: #6c757d !important;
}

#tab-control .nav-link.active {
    color: #ba9938 !important;
    border-color: #A57E0D !important;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #6c757d !important;
    }

.font-weight-bold, b, strong {
    font-weight: 600 !important;
}

.page-item.active .page-link {
    background-color: #ba9938 !important;
    border-color: #A57E0D !important;
}

body:not([data-sidebar-position=right]) .dropdown-toggle-custom:after {
    position: absolute !important;
    right: 7px !important;
    top: 11px !important;
}

body[data-sidebar-position=right] .dropdown-toggle-custom:after {
    position: absolute !important;
    left: 7px !important;
    top: 11px !important;
}

table.row-select tbody td {
    cursor: pointer;
}

body:not([data-sidebar-position=right]) .data-align {
    margin-right: auto;
}

body[data-sidebar-position=right] .data-align {
    margin-left: auto;
}

body[data-sidebar-position=right] .form-group {
    text-align: right !important;
}

body[data-sidebar-position=right] .input--date-icon {
    padding: .5rem 30px .25rem 0 !important;
    background-position: right 7px top 7px !important;
}

body[data-sidebar-position=right] .date-icon {
    background: url("../img/iconmonstr-calendar-4.svg") no-repeat right center;
    background-size: 17px;
    padding: .5rem 1.5rem .25rem 0;
}

body[data-sidebar-position=right] .select--location-icon {
    padding: .25rem 30px .25rem .5rem !important;
    background-position: right 5px top 7px !important;
}

body[data-sidebar-position=right] .form-check-input {
    display: block;
    margin-left: 0;
    margin-right: -1.25rem;
}

body[data-sidebar-position=right] .form-check {
    display: flex;
    grid-gap: 1rem;
    margin-left: 0;
    padding-right: 1.25rem;
}

body[data-sidebar-position=right] .close {
    left: 0 !important;
    right: auto !important;
}

body[data-sidebar-position=right] .modal-header .close {
    margin: -1rem auto -1rem -1rem !important;
}

.popover-header {
    background-color: #f7f9fc !important;
}

.popover {
    font-family: 'Tajawal', sans-serif !important;
}

.print-icon {
    font-size: 1.2rem;
}

.badge-gold-outline {
    background: none;
    border: 1px solid #ba9938;
    color: #ba9938;
}

.badge-gold {
    background: #ba9938;
    border: 1px solid #A57E0D;
    color: white;
}

/* Top menu */
.top-menu {
    position: relative;
}

    .top-menu:after {
        background: #ccc;
        content: "";
        left: 28px;
        position: absolute;
        height: 120%;
        top: -10%;
        width: 1px;
    }

.top-menu-rtl:after {
    right: 28px;
    left: 0;
}

body[data-sidebar-position=right] .top-menu:after {
    left: auto;
    right: 28px;
}

/* Daterange */
.daterangepicker.rtl {
    direction: rtl;
    text-align: right;
}

    .daterangepicker.rtl .calendar-table .next span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .daterangepicker.rtl .calendar-table .prev span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.list-row-image {
    object-fit: contain;
    height: 220px;
    max-width: initial;
    width: 220px;
}

.info-image {
    object-fit: contain;
    max-height: 320px;
    width: 320px;
}

.modal-image {
    object-fit: contain;
    height: 408px;
    max-width: initial;
    width: 408px;
}

.reservation-view-description span + span {
    margin-right: 3px;
}

body[data-sidebar-position=right] .reservation-view-description span + span {
    margin-right: 3px;
    margin-left: 0;
}

body[data-sidebar-position=right] .content {
    direction: rtl !important;
    text-align: right;
}

body[data-sidebar-position=right] .footer {
    direction: rtl !important;
}

body[data-sidebar-position=right] .validation-summary-errors {
    text-align: right !important;
}

.children-ltr > *:not(:first-child) {
    direction: ltr;
}

#cookieConsent {
    z-index: 9003;
    color: #fff;
    padding: 23px;
    line-height: 2.2;
}

.x-times {
    width: 10px;
}

.text-align-end {
    text-align: end;
}

.text-align-start {
    text-align: start;
}

.x-times-sm {
    width: 7px;
    align-self: center;
    margin: 0 3px;
    opacity: 0.7;
    padding-bottom: 1px;
}

.loader-wrapper {
    height: 100vh;
    width: 100vw;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 12;
    top: 0;
    background-color: #f7f9fc;
}

    .loader-wrapper.img-gif {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .loader-wrapper.img-gif img {
            width: 90px;
        }

table tr {
    color: #293042 !important
}

.modal-dialog-map {
    max-width: 1000px;
}

.google-map-modal {
    width: 100%;
    height: 600px;
}

.three-columns {
    column-count: 3;
}

.img-medium {
    height: 220px;
    width: 220px;
}

.img-medium-preview {
    height: 300px;
    width: 100%;
    object-fit: cover;
    max-width: initial;
}

.img-medium-column {
    height: 220px;
    width: 220px;
    object-fit: cover;
    max-width: initial;
}

.carousel-control-prev-icon-gold {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ba9938' stroke='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon-gold {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ba9938' stroke='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.default-img {
    background-image: url('/img/no-image.png');
    background-size: 100% 100%;
}

.list-inline-item-column {
    display: list-item !important;
}

.bg-black {
    background-color: #090909;
}

.navbar-nav .nav-item {
    font-weight: 500;
    font-size: 21px !important;
}

.main {
    background-color: white;
}

.carousel-indicators-outer {
    padding-right: 0;
}

    .carousel-indicators-outer li {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100% !important;
        background-color: white !important;
    }

.carousel-item img {
    max-height: calc(100vh - 168px);
    object-fit: cover;
}

.vh-body {
    max-height: calc(100vh - 168px);
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.left-border-gold {
    border-left-width: 1px;
    border-left-color: #ba9938;
    border-left-style: solid;
}

.right-border-gold {
    border-right-width: 1px;
    border-right-color: #ba9938;
    border-right-style: solid;
}

.bg-black label {
    color: white;
}

.bg-black .dropdown-menu {
    color: white;
    background-color: black;
}

body[data-sidebar-position=right] .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

body[data-sidebar-position=right] .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

body[data-sidebar-position=right] .h3 {
    text-align: right !important;
}

.mw-220 {
    max-width: 220px;
}

.w-220 {
    width: 220px;
}

.w-500 {
    width: 500px;
}

.w-300 {
    width: 300px;
}

.bg-black .h1,.bg-black .h2,.bg-black .h3,.bg-black .h4,.bg-black .h5,.bg-black .h6,.bg-black h1,.bg-black h2,.bg-black h3,.bg-black h4,.bg-black h5,.bg-black h6 {
    color: #ba9938;
}

.bg-black p, .dropdown-item {
    color: white;
}

.transparent {
    background-color: transparent;
}

    .transparent label {
        color: white;
    }

.gradient-gold-ltr {
    background: rgb(218,202,156);
    background: linear-gradient(90deg, rgba(215,198,150,1) 0%, rgba(255,255,255,1) 20%);
}

.gradient-gold-rtl {
    background: rgb(218,202,156);
    background: linear-gradient(270deg, rgba(215,198,150,1) 0%, rgba(255,255,255,1) 20%);
}

.text-black {
    color: #474747;
}

.btn-rounded {
    border-radius: 8rem;
}

.h0 {
    font-size: 2.5rem;
    font-family: RB;
}

.btn-lg {
    font-size: 1.35rem;
}

.fill-white {
    fill: white;
}

.fill-gold {
    fill: #ba9938;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-Bold.woff2') format('woff2'), url('../fonts/RB-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RB-Regular';
    src: url('../fonts/RB-Regular.woff') format('woff2'), url('../fonts/RB-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-RB {
    font-family: 'RB';
}

.font-RB-Regular {
    font-family: 'RB-Regular'!important;
}

.btn {
    font-weight: 600;
}

.btn-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bg-gray {
    background-color: rgb(232,232,232);
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.w-360 {
    width: 360px;
}

.mw-360 {
    max-width: 360px;
}

.underline {
    text-decoration-line: underline;
}

.form-group label {
    font-family: 'RB-Regular';
}

.label {
    font-family: 'RB-Regular';
}

.bg-black .h1, .bg-black .h2 {
    font-family: 'RB';
}

.h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: RB-Regular;
}

.font-TJ {
    font-family: 'Tajawal', sans-serif;
}

/*input.form-control-sm {
    font-size: 1rem;
}*/

select.form-control-sm {
    /*font-size: 1rem;*/
    padding-top: 0;
}

/*.modal-body p {
    font-family: RB
}*/

.z-1000 {
    z-index: 1000;
}

.carousel .h4, .h2
{ 
    line-height:1.9;
}