
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*
{
    font-family: "Rubik", sans-serif;
}
.b-white
{
    background-color: #fafafa;
}

.bg-auth
{
    background-image: url('/images/project/auth-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.g-l
{
    box-shadow: rgba(204, 219, 232, 0.1) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.1) -3px -3px 6px 1px inset;
    color: white;
    padding:4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    opacity: 0.9;
}

.header
{
    text-transform: uppercase;
}

.input-blur:-webkit-autofill,
.input-blur:-webkit-autofill:hover,
.input-blur:-webkit-autofill:focus,
.input-blur:-webkit-autofill,
.input-blur:-webkit-autofill:hover,
.input-blur:-webkit-autofill:focus,
.input-blur:-webkit-autofill,
.input-blur:-webkit-autofill:hover,
.input-blur:-webkit-autofill:focus
{
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.input-blur
{
    box-shadow: rgba(204, 219, 232, 0.1) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.1) -3px -3px 6px 1px inset;
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding:8px 16px;
    border:none;
    outline: none;
    color: white !important;
    display: block;
    width: 100%;
    border-radius: 6px;
}
.input-blur::placeholder
{
    color: white;
    opacity: 0.7;
}

.btn-blur
{
    box-shadow: rgba(204, 219, 232, 0.2) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.2) -3px -3px 6px 1px inset;
    color: white;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
}
.invalid-feedback
{
    opacity: 0.8;
}


.bg-dark
{
    background: rgba(19, 19, 19, 0.9) !important;
    color:white ;
}
.admin-header
{
    padding: 4px 8px;
    box-shadow: rgba(32, 28, 66, 0.3) 0px 1px 0px;
}

#sidebar{
    height: 100vh !important;
    overflow-y: auto;

}

#content
{
    height: 100vh;
    overflow-y: auto;
}

#admin-body
{
    overflow-y: hidden;
}

a
{
    text-decoration: none;
}

.navbar-item .active ~ div
{
    display: block !important;
    padding-bottom: 4px;
}



.navbar-item
{
    cursor: pointer;
}

.navbar-item:hover
{
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
}

.admin-form
{
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    border-radius: 4px;
    padding: 8px 16px;
    outline: none;
    display: block;
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.admin-form:focus
{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}


.modal-wrapper
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    top:0;
    left:0;
    z-index: 999;
    display: none;
}

.modal-box
{
    padding: 8px 16px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px dashed silver;
}

.modal-content{
    padding:8px 16px;
    padding-top:0;
    background-color: white;
    border-radius: 6px;
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    max-width: 350px;
}

.btn-black
{
    background-color: black;
    color: white;
}

.btn-black:hover
{
    background-color: #1a202c;
    color: white;
}

.btn-success{
    background-color: rgba(25, 135, 84, 0.6);
}

.municipality-info
{
    position: absolute;
    top: 110%;
    left: 0;
    padding: 8px 17px;
    border: 1px solid silver;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    width: 350px;
    max-width: 350px;
    border-radius: 6px;
    display: none;
    font-size: 14px;
    z-index: 1000;
}

.municipality-info-bottom-left
{
    top:110%;
    right: 0;
    left: auto;
}
.reservation-item
{
    border: 1px dashed silver;
}

.reservation-item:hover{
    background-color: #f8fafc;
}

.reservation-tool
{
    border-radius: 6px;
    display: inline-block;
    height: 30px;
}
.reservation-tool:hover
{
    background-color: white;
    cursor: pointer;
    border: 1px dashed silver;

}
.check-radio-border:checked ~ label {
    box-shadow: 0px 0px 11px 1px rgba(66, 68, 90, 1);
    opacity: 0.9;
}

.dashed-input
{
    border: 1px dashed silver;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.dashed-input:focus
{
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed silver !important;

}

.municipality-info-parent:hover .municipality-info
{
    display: block;
}
