﻿body {
}
.custom-month-year {
    white-space: nowrap; 
    margin-top:20px;
    margin-bottom:20px;
    font-weight: bold;
    margin:auto;
    font-size: 18px;
    width:500px;
    text-align:center;
}

.central-container{
    width:60%;
    display:flex;
}

.button-left-navigator {
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    width: 30%;
    color: white;
}

.left-navigator-container {
    width:20%;
}
.right-navigator-container {
    width: 20%;
}


.left-navigator-button-container {
    display: flex;
    width: 300px;
    margin-left: 15px;
    border-radius: 5px;
    height: 36px;
    margin-top: 20px;
    background-image: linear-gradient(195deg, #439DEE 0%, #1E78E9 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.custom-tags {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    margin-left:30px;
    margin-right:auto;
}

    .custom-tags div {
        width: 90px;
        height: 30px;
        border-radius: 10px;
        margin-right: 6px;
        padding-top: 2px;
        text-align: center;
        vertical-align: middle;
        box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
    }

.scheduler-dropdown {
    height: 36px !important;
    justify-content: space-between !important;
    padding-top: 8px !important;
    padding-right: 10px !important;
    padding-left: 15px !important;
    width: 150px !important;
    display: flex !important;
    text-transform : none !important;
}

.header-content{
    z-index :-2;
    background-color:white;
    width:100%;
    height:100%;
    display:flex;
}
.red-tag {
    background: rgba(244, 67, 52, 0.20);
    color: #ff7373;
}

.orange-tag {
    background: rgba(254, 163, 33, 0.20);
    color: #fbb850;
}

.green-tag {
    background: rgba(76, 175, 80, 0.20);
    color: #4ebd4e;
}
.tag-text {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 500;
}

