﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.calendar .display-4 {
    font-size: 1.5rem;
}

@media (max-width:991px) {
    .calendar .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .calendar .date {
        padding-left: 4px;
    }
}

@media (min-width: 992px) {
    .calendar h5 {
        font-size: 0.9rem;
    }

    .calendar .day {
        height: 8vw;
        overflow-y: auto;
    }

    .calendar .event {
        font-size: 0.67rem;
    }
}

@media (min-width: 1440px) {
    .calendar .day {
        height: 7vw;
        overflow-y: auto;
    }
}

@media (min-width: 1920px) {
    .calendar .day {
        height: 5.5vw;
        overflow-y: auto;
    }
}

.bg-disabled {
    color: rgba(230, 233, 237, 0.9);
    background-color: var(--primary01);
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236c5ffc' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}



.today {
    background-color: rgba(108, 95, 252, 0.5) !important;
}

.bg-weekend {
    color: var(--primary-bg-color);
    background-color: var(--primary01);
}

.bg-holiday {
    background-color: rgba(255, 56, 43, 0.1) !important;
}


.red-text {
    color: #e82646 !important;
}

.black-text {
    color: #000000;
}

.white-text {
    color: #ffffff;
}

.logout-impersonate {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 180px;
    padding-top: 7px;
    height: 50px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

.cookie-consent {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 350px;
    padding-top: 7px;
    height: 160px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
    height: 0;
}

.clipboard.icon {
    position: absolute;
    top: 0.3em;
    right: 1.5em;
    margin-top: 4px;
    margin-left: 4px;
    width: 11px;
    height: 13px;
    border: solid 1px #333333;
    border-top: none;
    border-radius: 1px;
    cursor: pointer;
}

.clipboard.icon:before {
    top: -1px;
    left: 2px;
    width: 5px;
    height: 1px;
    border: solid 1px #333333;
    border-radius: 1px;
}

.clipboard.icon:after {
    width: 3px;
    height: 1px;
    background-color: #333333;
    box-shadow: 8px 0 0 0 #333333;
}

.icon:before, .icon:after {
    content: '';
    position: absolute;
    display: block;
}

.app-content {
    min-height: calc(100vh - 175px) !important;
}