/* CONTAINERS, OVERALL CHANGES */
* {
    /* font-family: 'Inter', 'Roboto', sans-serif; */
    font-family: 'Roboto', sans-serif;
    
}


@font-face {
    font-family: "Semiootik";
    src: url("../fonts/tartu/Tartu-Semiootik.otf") format("opentype");
}

@font-face {
    font-family: "Geneetik";
    src: url('../fonts/tartu/Tartu-Geneetik.otf') format("opentype");
}

@font-face {
    font-family: "Kodanik";
    src: url('../fonts/tartu/Tartu-Kodanik.otf') format("opentype");
}

.inter {
    font-family: 'Inter', 'Roboto', sans-serif;
}

.semiootik {
    font-family: 'Semiootik', 'Roboto', sans-serif;
}

.geneetik {
    font-family: 'Geneetik', 'Roboto', sans-serif;
}

.kodanik {
    font-family: 'Kodanik', 'Roboto', sans-serif;
}


.main-h-font, h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: var(--header-font);
}

.main-w-font {
    font-weight: var(--main-w-font);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--body-background);
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

footer {
    background: #E0E0E2;
    padding-top: 3rem;
    padding-bottom: 1rem;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

footer a {
    display: block;
    position: relative;
    margin-top: 30px;
	color: var(--footer-text);
}

select {
    color: #0B3954 !important;
}

.container-md {
    max-width: 860px !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 89vh;
}

.container-sm {
    margin-right: auto;
    margin-left: auto;
    max-width: 460px !important;
    min-height: 95vh;
}

.container-s {
    margin-right: auto;
    margin-left: auto;
    max-width: 460px !important;
    min-height: 75vh;
}

.container-fluid {
    min-height: 75vh;
}

.vert-center {
    margin-top: 40%;
}

#form-container {
    margin-top: 25%;
    margin-left: 10%;
}

.m-15 {
    margin-right: 15%;
    margin-left: 15%;
}

.mt-50 {
    padding-top: 50%;
}

.album {
    background-color: var(--main-and-search-background);
}

.iframe-bg {
    background-color: #ffffff;
}


.icon-block .icon-block-img {
    max-width: 150px;
}

.text-block .text-block-img {
    max-height: 450px;
    width: 100%;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
}

/* CONTAINERS, OVERALL CHANGES */
#app {
    min-height: 82vh;
}

/* FORMI TABIDE KUJUNDUS */
#nav-tabs::before {
    margin-left: -50px;
    width: 20px;
    height: 20px;
    background-color: var(--parnu-blue);
    z-index: 10034;
}

.nav-tabs .nav-link.active {
    background-color: #FBFBFB;
    border-color: #C7C7C7 #C7C7C7 #FBFBFB;
}

.nav-tabs .single-tab.active {
    background-color: #FBFBFB;
    border-color: #C7C7C7 #C7C7C7 #FBFBFB #FBFBFB !important;
}

.nav-tabs .nav-link:hover {
    border-color: #C7C7C7 #C7C7C7 #FBFBFB;
}

/* FORMI TABIDE KUJUNDUS */

/* TAUSTAD */
.bg-grey {
    background-color: #E0E0E2;
}

.bg-orange {
    background-color: #f1964c;
}

.form-bg {
    background: #FBFBFB;
    border: 1px solid #C7C7C7;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.nav-bg {
    background: var(--dark-blue);
}

/* TAUSTAD */

/* TEXT AND LINK */
.link {
    color: #0B3954;
    text-decoration: none;
}

.link-deco {
    color: #0B3954;
    text-decoration: underline;
}

.txt-sm {
    font-size: 12px;
}

.txt-lg {
    font-size: 16px;
    /* font-weight: 500; */
}

.txt-xl {
    font-size: 18px;
    font-weight: 500;
}

.txt-xl-xl {
    font-size: 70px;
}

.txt-ultralg {
    font-size: 180px;
}

.txt-strong {
    font-weight: 500;
}

.txt-bold {
    font-weight: 700;
}

.txt-black {
    font-weight: 900;
}

.txt-regular {
    font-weight: 400 !important;
}

.txt-lh-lg {
    line-height: 100px;
}

.txt-lh-black {
    line-height: 180px;
}

.text-white {
    color: #FBFBFB;
}

.text-red {
    color: #9E3253 !important;
}

.text-darkblue {
    color: var(--other-text) !important;
}

.text-blue {
    color: var(--parnu-blue) !important;
}

.text-pink {
    color: #ce98c4 !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #adb5bd !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #adb5bd !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #adb5bd !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #adb5bd !important;
}

/* TEXT AND LINK */

#myTable.table td.conflict,
#myTablePeriod.table td.conflict {
    position: relative;
    top: -3px;
    padding: 0;
    line-height: 10px;
    color: #9E3253;
}

#myTable td img,
#myTablePeriod td img {
    position: relative;
    top: -2px;
    width: 20px !important;
    /* height: 10px; */
}

#myTable.table th,
#myTablePeriod.table th {
    line-height: 14px;
}

thead input {
    width: 100%;
}

#myTable.table td,
#myTable.table th,
#myTablePeriod.table td,
#myTablePeriod.table th {
    padding: 0;
    vertical-align: middle;
    border: none;
}

#myTable.table,
#myTablePeriod.table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

.td-width-s {
    width: 15%;
}

.td-width-s {
    width: 20%;
}

.td-width-l {
    width: 25%;
}

/* BROWSERI DEFAULT NOOLEKESE NULLIMINE */
input::-webkit-calendar-picker-indicator {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
}

/* BROWSERI DEFAULT NOOLEKESE NULLIMINE */

/* ICONID */
.arrow {
    background: url('../img/chevron-down-solid.svg') no-repeat 96% / 5% #fff;
}

.icon-cancel {
    background-image: url("../img/cancel.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    width: 15px;
    vertical-align: -0.3em;
    filter: opacity(50%)
}

.icon-cancel:hover {
    filter: opacity(100%);
}

/* a p::before {
    display: inline-block;
    content: '';
    background-image: url('../img/plus-solid.svg');
    background-size: cover;
    height: 16px;
    width: 15px;
    margin-right: 15px;
    opacity: 0.5;
    margin-bottom: -2px;

} */

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: black;
}

/* footer span a::before {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url('../img/link-arrow.svg');
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -30px;
} */

/* ICONID */

/* START - esilehe pildi container */

.img-container {


    height: 96vh;
    width: 100vw;
    background: black;
    overflow: hidden;
    background: #C33764;
    /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/p2rnu_over.jpg');
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/p2rnu_over.jpg');
    /* The least supported option. */
    background-size: cover;

}

.img-container .content {
    filter: blur(8px);
    height: 25%;
    width: 100%;
    position: relative;
    top: 40%;
    left: 0;
    background: inherit;
    overflow: hidden;
}

.img-container .blur {
    background: inherit;
    height: 95vh;
    border: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-40%);
    filter: blur(10px);
}

.text h1 {
    position: relative;
    top: 50%;
    transform: translateY(-40%);
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0;
    font-size: 5rem;
    font-weight: 600;
    color: #FBFBFB;
    line-height: 1.25;
    text-align: center;
}

@media (min-width:576px) {
    .text h1 {
        font-size: 3rem;
    }
}

@media (min-width:768px) {
    .text h1 {
        font-size: 3.1rem;
    }
}

@media (min-width:992px) {
    .text h1 {
        font-size: 3.8rem;
    }
}

@media (min-width:1200px) {
    .text h1 {
        font-size: 4.4rem;
    }
}

@media (min-width:1900px) {
    .text h1 {
        font-size: 5rem;
    }
}

@media (min-width:2460px) {
    .text h1 {
        font-size: 7.4rem;
    }
}

/* END - esilehe pildi container */


/* NUPUD */
.btn {
    border-radius: 0;
}

.btn-custom {
    background: var(--parnu-blue) !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-second {
    background: var(--darker-blue) !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.btn-green {
    background: var(--light-green) !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    /* outline: none; */
}

.btn-third {
    background: #0B3954;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-delete {
    background: #9E3253;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-inactive {
    background: #8693AB;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-width {
    width: 76px;
}

.btn-width-92 {
    width: 92px;
}

.btn-width-md {
    width: 100px;
}

.btn-width-lg {
    width: 168px;
}

/* NUPUD */

/* FORMI INPUTID */
.form-control {
    text-overflow: ellipsis;
    border-radius: 0;
    /* box-shadow: 1px 1px 4px #E1E1E1; */
}

.form-label-group {
    margin-bottom: 0.5rem;
}

.form-label-group>label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #0B3954;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group input::-ms-input-placeholder,
.form-label-group input::-moz-placeholder,
.form-label-group input::placeholder {
    color: transparent !important;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

/* .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: rgb(154, 153, 153);
} */

/* FORMI INPUTID */
.change-time {
    width: 11ch !important;
}

.change-time:not(.is-invalid) {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23dce7f1" class="bi bi-clock" viewBox="0 0 16 16"%3E%3Cpath d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/%3E%3Cpath d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.time-input-list .invalid-feedback {
    display: none !important;
}

.day-select {
    width: 100px !important;
}

.clock-timepicker-mobile-time span {
    font-size: 40px;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: rgb(154, 153, 153);
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        /* display: none; */
    }

    .form-label-group input:-ms-input-placeholder {
        color: rgb(154, 153, 153);
    }
}

/* ------------------------------------- */

/* JOONED */

.border-bottom {
    border-bottom: 1px solid #B8B8B8 !important;
}

.border-bottom-light {
    border-bottom: 1px solid #E0E0E2 !important;
}

/* JOONED */


.table-users {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #B8B8B8;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

/* MODAL */

.modal-backdrop {
    position: fixed;
    top: 37px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgb(128, 128, 128);
    opacity: 0.2;
}

.modal.left .modal-dialog {
    top: 37px;
    position: fixed;
    margin: auto;
    /* width: 500px; */
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal .prompting {
    height: 0px;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

/* 	
.modal.left .modal-body {
    padding: 15px 15px 80px;
} */


.custom-modal-height {
    max-height: 90vh;
    overflow-y: auto;
}

/* #modal-header {
    position: fixed;
} */

/* MODAL */

/* ACCORDION */
.nav-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /* padding: 1rem 3rem 1rem 1rem; */
    /* color: #7288a2; */
    /* font-size: 1.15rem; */
    /* font-weight: 400; */
    border-bottom: 1px solid #e5e5e5;
}

.nav-block:hover,
.nav-block:hover::after {
    cursor: pointer;
    /* color: #03b5d2; */
}

/* .accordion a:hover::after {
    border: 1px solid #03b5d2;
} */

/* .accordion a.active {
    color: #03b5d2;
    border-bottom: 1px solid #03b5d2;
} */

.accordion .text-darkblue::after {
    content: '';
    background-image: url('../img/chevron-down-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0rem;
    margin: 0;
    padding: 0;
    transform: rotate(-0.25turn);
}

.accordion .text-darkblue.active::after {
    content: '';
    background-image: url('../img/chevron-down-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0rem;
    margin: 3px;
    padding: 0;
    transform: rotate(0turn);
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

/* ACCORDION */

/* .logo {
    width: 25px;
} */

/* @media screen and (min-width: 1200px) {
    header, .navbar-brand {
        font-size: 18px;
    }
} */

/* @media screen and (max-width: 1199px) {
    header {
        font-size: 16px;
    }
    .navbar-brand {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 992px) {
    header {
        font-size: 14px;
    }
    .navbar-brand {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    header {
        font-size: 12px;
    }
    .navbar-brand {
        font-size: 14px !important;
    }
    .navbar-toggler {
        font-size: 16px;
        color: white;
    }
    .logo {
        min-width: 4vw !important;
    }

    .navbar-header>a {
        margin-left: 4.5vw;
    }
}

@media screen and (max-width: 576px) {
    header {
        font-size: 10px !important;
    }
    .navbar-brand {
        font-size: 12px !important;
    }
    .navbar-toggler {
        font-size: 14px;
        color: white;
    }

    .logo {
        min-width: 5vw !important;
    }

    .navbar-header>a {
        margin-left: 5.5vw;
    }
}

.navbar-toggler {
    font-size: 16px;
    color: white;
} */

label input[type='checkbox'] {
    display: block;
    margin-right: 5px;
    /* Hide the default checkbox */
}

.form-control-color {
    min-width: 3rem;
}

.color-picker {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control-color {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: non !important;
    background-color: transparent;
    border: none;
}

.form-control-color::-webkit-color-swatch {
    border: none;
    padding: 0;
}

.form-control-color::-moz-color-swatch {
    border: none;
    padding: 0;
}

.hide-item * {
    display: none !important;
}

/* Style the artificial checkbox */
/* label span {
    height: 16px;
    width: 16px;
    border: 2px solid var(--dark-blue);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    transform: translate(0px, 3px);
} */



/* 
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} */

span img#tool {
    position: relative;
    top: -2px;
    width: 25px !important;
}

*[data-tooltip] {
    position: relative;
}

*[data-tooltip]::after {
    content: attr(data-tooltip);

    position: absolute;
    top: -35px;
    right: -140px;
    width: 200px;

    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;

    display: block;
    font-size: 12px;
    line-height: 16px;
    background: #FBFBFB;
    padding: 2px 2px;
    border: 1px solid #888888;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

*[data-tooltip]:hover::after {
    opacity: 1;
}

.field-icon {
    float: right;
    font-size: 18px;
    margin-right: 6px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #888888;
}

.rooms {
    display: inline-block;
    text-align: center;
    padding: .2rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-right: 1px solid #E0E0E2;
    border-radius: 0;
}

.rooms:last-child {
    border-right: none;
}

.info-label {
    border-radius: 0px 0px 0px 5px;
}

.pull-left {
    float: left !important;
}


.calendar-striped {
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 10px, rgba(245, 245, 245, 1) 10px, rgba(245, 245, 245, 1) 20px);

}

.select-group-units {
    max-width: 90px !important;
    text-align: left !important;
}

/* Page */
.page-content {
    position: relative;
}

/* Login page */
.login-buttons img {
    width: 24px;
}

.login-separator {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.login-separator:before,
.login-separator:after {
    content: '';
    border-bottom: 2px solid #cccccc;
    width: 100%;
    margin-bottom: 8px;
}

/* Notifications */
.notification-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.booking-text {
    background-color: var(--parnu-blue);
}

.popover-header {
    background-color: var(--parnu-blue);
    color: white;
}

/* datepicker was not present in schedular, had to increase index */
.datepicker-container {
    z-index: 10000 !important;
}

/*make modal X bigger */
.modal-header .close span {
    font-size: 30px !important;
}

.red {
    color: red;
}

.remove_this_element_when_clicked {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.remove_this_element_when_clicked:hover {
    opacity: 1;
    background: #bbb;
}

/* Select2 */
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2 .select2-selection {
    border-color: #dce7f1 !important;
}

.select2.is-invalid .select2-selection {
    border-color: #dc3545 !important;
}

.select2 .no-search .select2-search:last-child {
    display: none !important;
}

.select2 .no-search .select2-search:first-child {
    display: block !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem !important;
    height: 1rem !important;
    padding: 0 !important;
    cursor: pointer !important;
}

/* fullcalendar list view headings */
.fc-list-day-cushion a {
    color: var(--fc-button-text);
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #365590;
}

::selection {
    color: white;
    background: #365590;
}

.filters ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(166, 166, 166) !important;
    opacity: 1;
    /* Firefox */
}

.filters :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.filters ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}


.inline-gallery-container {
    width: 100%;

    height: 0;
    padding-bottom: 65%;
}

/* Image upload */
.upload-image-file-box.active .upload-image-preview {
    margin-bottom: 10px;
    border: 1px solid #dce7f1;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.upload-image-file-box.active .upload-image-file {
    display: none;
}

.upload-image-file-box .upload-image {
    position: relative;
    height: 250px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.upload-image-file-box .upload-image-remove {
    padding: 10px;
    position: absolute;
    background-color: var(--bs-danger);
    border-radius: 5px;
    top: 0px;
    right: 0px;
    color: #fff;
    cursor: pointer;
}

.images-input-area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.images-input-area .uploaded-image {
    width: auto;
    height: 250px;
    border-radius: 5px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.images-input-area .uploaded-image .upload-image-remove {
    padding: 8px 10px;
    position: absolute;
    background-color: var(--bs-danger);
    border-radius: 5px;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

.images-input-area .file-upload-button input {
    display: none;
}

.uploaded-image.placeholder,
.images-input-area .file-upload-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 20px;
    border-radius: 5px;
    border: 2px dashed #ddd;
    cursor: pointer;
}

.images-input-area .add-image {
    display: none;
}

.uploaded-image.placeholder i,
.images-input-area .file-upload-button i {
    font-size: 50px;
    color: #ddd;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
}

.uploaded-image.placeholder {
    border: 2px solid var(--body-background);
}

/* Rooms */
.confirm-list {
    text-align: center;
    max-width: 500px !important;
    margin: 0 auto;
}

.confirm-list h5 {
    margin: 0;
}

.confirm-list .confirm-title .bi-x-square-fill {
    color: #dc3545;
}

.confirm-list .confirm-title .bi-check-square-fill {
    color: #198754;
}

.add-value-list-item .disabled {
    visibility: hidden;
}

.add-value-list-item .invalid-feedback {
    display: none !important;
}

.price-list .add-value-list-item {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 1px #eee;
    border-radius: .25rem;
}

.price-list .add-value-list-item:nth-last-child(2) {
    border-bottom: none;
}

.price-list .add-value-list-item:hover {
    box-shadow: 0 1px 6px 2px #dce7f1;
}

.price-list .add-value-list-item .input-group input {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.add-value-list-item-name {
    min-width: 200px;
}

.add-value-list-item .input-group {
    min-width: 140px;
    max-width: 150px;
}

.price-list .select2-selection--multiple .select2-selection__rendered {
    gap: .375rem;
}

.price-list .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 0 !important;
}

.price-list .input-group-label {
    width: 100%;
}

.price-list input.updated,
.price-list .select2.updated {
    box-shadow: 0px 0px 0px 2px var(--bs-success) !important;
    border-radius: .25rem !important;
}

.price-list .search-wrapper {
    position: relative;
}

.price-list .search-response {
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0 0 0.375rem 0.375rem;
    border: 1px solid #dce7f1;
    background-color: var(--bs-light);
    margin-top: -2px;
    z-index: 1000;
}

.price-list .search-response ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.price-list .search-response .search-list-item:hover {
    background-color: var(--header);
    color: var(--link-default-color);
    cursor: pointer;
}

.price-list .sort-handle {
    cursor: move;
    color: #000;
}

.price-list .ui-sortable-placeholder {
    border: 1px dashed #000;
    min-height: 40px;
    width: 100%;
    border-radius: .25rem
}

@media (min-width: 768px) {
    .add-value-list-item label {
        display: none;
    }
}


/* Rooms - confirm */
.room-confirm {
    background: #fff;
    border-radius: 5px;
    margin: 40px auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.room-confirm::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    content: "\F28B";
    color: var(--bs-green) !important;
    margin-bottom: 40px;
    align-self: center;
}

.room-confirm.error::before {
    content: "\F28F";
    color: var(--orange) !important;
}

.confirm-box .confirm-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirm-box .confirm-title::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    background: var(--fc-neutral-bg-color);
    border-radius: 5px;
    padding: 0px;
    content: "\F26E";
    color: var(--bs-green);
}

.confirm-box .confirm-title.confirm-error::after {
    color: var(--orange);
    content: "\F62A";
    background-color: #fde9e5;
}

.confirm-box .confirm-title.confirm-alert::after {
    color: var(--bs-orange);
    content: "\F33C";
    background: var(--fc-today-bg-color);
}

.confirm-errors p {
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.confirm-errors p span {
    font-weight: 600;
}

.confirm-errors p.type-alert {
    background: var(--fc-today-bg-color);
}

.confirm-errors p.type-error {
    background: #fde9e5;
    color: var(--bs-danger);
}

/* Room price-list */
.room-price-list .price-box .neto-price {
    display: none;
}

.room-price-list .price-box {
    display: flex;
    flex-direction: column;
}

/* TinyMCE*/

.is-invalid .tox-tinymce {
    border-color: #dc3545;
}

/* Leaflet */
.leaflet-map {
    height: 500px;
    width: 100%;
}

.leaflet-popup-content {
    text-align: center;
    font-size: 12px !important;
}

.leaflet-popup-content b {
    font-size: 12px !important;
    font-weight: bold;
}

.leaflet-marker-icon::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    background: var(--orange);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 1px 1px 5px #555;
    content: "\F3E7";
    color: #fff;
}

.leaflet-marker-icon.bus-stop-map-marker::before {
    content: "\F87F";
    background: #3788d8;
}

.leaflet-marker-icon.bicycle-parking-lot-map-marker::before {
    content: "\F18D";
    background: #198754;
}

.conditional-switch-wrapper:not(.enabled) .conditional-switch-content {
    position: relative;
    filter: grayscale(100%);
}

/* .fit-content {
    width: fit-content;
    min-width: 100%;
} */

.icon-height {
    height: 26px;
    width: 26px;
}

.select2-container,
.select2-selection {
    width: 100% !important;
}

.search-selected-view {
    background-color: var(--selected-view-in-search) !important;
}

.page {
    min-height: 70vh;
}

#versionTable {
    font-size: 14px;
}

/* swal */
.swal-footer {
    display: flex;
    justify-content: space-between;
}

.swal-footer .swal-button-container:first-child:last-child {
    margin: 0 auto;
}

.swal-text {
    text-align: center;
    color: #000;
}


@media(max-width: 575px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.overlay {
    position: absolute;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 30px;
    text-align: center;
}

.card_image_div:hover .overlay {
    opacity: 1;
}


/* Gradient 1 */
  .g1 {
    background: linear-gradient(90deg, rgb(105, 183, 235, .01), rgb(179, 219, 211, 0.01), rgb(244, 214, 219, .01));
  }
  
  /* Gradient 2 */
  .g2 {
    background: linear-gradient(90deg, rgb(207, 236, 208, .01), rgb(255, 197, 202, .01));
  }
  
  /* Gradient 3 */
  .g3 {
    background: linear-gradient(90deg, rgb(245, 153, 168, .01), rgb(246, 237, 178, .01));
  }
  
  /* Gradient 4 */
  .g4 {
    background: linear-gradient(90deg, rgb(238, 92, 135, .01), rgb(241, 164, 181, .01), rgb(213, 135, 179, .01));
  }
  
  /* Gradient 5 */
  .g5 {
    background: linear-gradient(90deg, rgb(185, 222, 237, .01), rgb(239, 239, 239, .01));
  }
  
  /* Gradient 6 */
  .g6 {
    background: linear-gradient(90deg, rgb(174, 164, 227, .01), rgb(211, 255, 232, .01));
  }
  
  /* Gradient 7 */
  .g7 {
    background: linear-gradient(90deg, rgb(250, 240, 205, .01), rgb(250, 179, 151, .01));
  }
  
  /* Gradient 8 */
  .g8 {
    background: linear-gradient(90deg, rgb(207, 236, 208, .01), rgb(160, 206, 167, .01), rgb(158, 192, 219, .01));
  }

/* Gradient 8 */
.g9 {
    background: linear-gradient(90deg, rgb(207, 236, 208, .01), rgb(160, 206, 167, .01), rgb(158, 192, 219, .01));
}