﻿
.fc-daygrid-day-number {
    color: #5d5c5cf0 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #415094;
    margin-bottom: 0;
}

.fc-event-main {
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 100%) !important;
    border-color: white !important;
    border: 0px solid white !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border: 0px solid white !important;
    cursor: pointer !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

.fc-button {
    background: -webkit-linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    background: -moz-linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    background: -o-linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    background: -ms-linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%);
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 100px !important;
    margin: 1px !important;
    width: 5em;
    height: 1.8em;
    border: 0px solid white !important;
    outline: white;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}



.fc-col-header-cell-cushion {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    color: #415094 !important;
}


.fc-button:hover {
    background-position: right center;
    color: #ffffff;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}


.fc-button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: 1s;
    transition: 1s;
}




[role="presentation"] tr{
    height: 73px !important;
}

.fc-col-header-cell-cushion {
    text-align: center !important;
    padding: 2d0px 0px !important;
}



.bgcls {
    background: linear-gradient(90deg, #7c32ff 0%, #c738d8 51%, #7c32ff 100%) !important;
    color:white !important;
}

.redflag{
    color:red;
}


.greenflag {
    color: green;
}

.highcharts-credits{
    display:none !important;
}




.login-resistration-area { 
    background-image: url(login.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 43% 100%;
    background-position-x: left;
}




::-webkit-scrollbar {
    height: 3px; /* height of horizontal scrollbar ← You're missing this */
    width: 3px; /* width of vertical scrollbar */
    border: 0px solid #d5d5d5 !important;
}


.odd:hover {
    background-color: #80808026 !important;
}


table.dataTable tbody tr {
    background-color: transparent;
}

.fc-view-harness {
    min-height: 550.296px !important;
}