html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
    /*  margin-bottom: 60px;
*/ /*  background-color: #233d4d
*/
    font-family: 'Trebuchet MS' !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .45rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.OwnerName {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

#calendar {
    /*    background-color: #fff;
*/
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }

    .fc-header-toolbar .fc-toolbar-chunk {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.fc .fc-col-header-cell-cushion {
    display: inline-block !important;
    padding: 20px !important;
}

.fc .fc-timegrid-slot-label {
    padding: 0px 10px !important;
}

.fc .fc-timegrid-axis-frame {
    justify-content: center !important;
    background-color: #d7d7d7BB;
}

.fc .fc-timegrid-slot-label-cushion {
    width: fit-content !important;
}

.fc-col-header-cell-cushion, .fc-col-header-cell-cushion:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.fc .fc-daygrid-day-number, .fc .fc-daygrid-day-number:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.fc-direction-ltr .fc-daygrid-week-number, .fc-direction-ltr .fc-daygrid-week-number:hover {
    text-decoration: none !important;
    color: #233d4d !important;
    font-weight: bold;
    background-color: #f58232 !important;
    border-radius: 17px;
    padding: 3px;
}

.navbar-light .navbar-nav .nav-link span:hover {
    color: #f58232 !important;
}

.fc-list-day-text, .fc-list-day-side-text {
    color: #f58232 !important;
}

fc-daygrid-event-harness{
    overflow:hidden;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-axis-cushion:hover {
    color: #233d4d !important;
    text-decoration: none !important;
}


.w-60 {
    width: 60% !important;
}

.btn-light:hover {
    background-color: #f58232 !important;
    border-color: #f58232;
}

a:hover {
    color: #f58232 !important;
}

.separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .separator > div {
        width: 100px;
        height: 3px;
        border-radius: 5px;
        background-color: #fff;
    }

    .separator > span {
        color: #fff;
        font-family: #fff;
        font-weight: 600;
    }


a {
    text-decoration: none;
    outline: none !important;
}

a:focus{
    background-color: transparent !important;
    color: #f58232 !important;
}



.fc .fc-timegrid-col.fc-day-today {
    background-color: #fcf8e3;
}

.bg-blue {
    background-color: #233d4d;
}

.text-blue {
    color: #233d4d;
}

.text-orange {
    color: #f58232 !important;
}

.fc .fc-non-business {
    background: #d7d7d7BB;
}

.fc-timegrid-event-harness{
 overflow: hidden !important;
}


/*//loader*/
#wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #f58232;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
