﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
}

a {
    text-decoration: none;
}

.space {
    margin-top: 16px;
}

.bgdiv {
    background-color: #e8f1f9;
    padding: 8px;
    border-radius: 0px;
    width: 100%;
}

.logo {
    max-width: 65px;
}

.menubtn {
    margin-right: 10px;
    cursor: pointer;
}

    .menubtn span {
        display: block;
        width: 23px;
        height: 2px;
        margin: 4px 0;
        background-color: #333333;
    }

    .menubtn .dropdown-toggle::after {
        display: none;
    }

    .menubtn .dropdown{
        line-height: 12px;
    }

        .menubtn .dropdown ul li{
            line-height: 22px;
        }

        .slider-section {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
        }

.slider-images img {
    max-width: 100%;
}

.shadowdiv {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em;
    padding: 8px 0;
    border-radius: 10px;
}

.stattitle {
    text-align: center;
}

    .stattitle h3 {
        font-size: 18px;
        margin: 8px auto 10px auto;
        display: inline-block;
        position: relative;
        padding: 0 8px 6px 8px;
        border-bottom: 1px solid #333;
    }

        .stattitle h3:before {
            content: '';
            display: inline-block;
            width: 60px;
            height: 3px;
            background-color: #0d6efd;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -2px;
        }

.statdiv {
    padding: 6px 16px 8px 16px;
}

    .statdiv img {
        max-width: 50px;
    }

    .statdiv h4 {
        color: #333;
        font-size: 18px;
        margin: 0 0 2px 0;
        line-height: 24px;
        font-weight: 700;
    }

    .statdiv span {
        color: #333;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

.frm-div {
    padding: 10px 0;
    text-align: center;
}

    .frm-div .form-label {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .frm-div .form-control {
        border-color: #333;
    }

.resultdiv {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.resultinfo {
    padding: 6px 6px 8px 6px;
    width: 100%;
}

    .resultinfo img {
        max-width: 50px;
    }

    .resultinfo h4 {
        color: #333;
        font-size: 16px;
        margin: 0 0 2px 0;
        line-height: 24px;
        font-weight: 700;
    }

    .resultinfo span {
        color: #333;
        font-weight: 500;
        font-size: 13px;
        line-height: 14px;
        line-break: anywhere;
    }

.reslink span {
    font-size: 30px;
    vertical-align: middle;
}

.clrind{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-right: 6px;
}

.fc button .fc-icon {
    line-height: 14px;
}

.fc-icon-right-single-arrow:after {
    top: -6px;
}

.fc-toolbar.fc-header-toolbar{
    margin-bottom: 0px !important;
}

.fc-toolbar .fc-right, .fc-toolbar .fc-center{
    margin-bottom: 15px;
}


@media (min-width: 767px) {
    body {
        max-width: 700px;
        margin: 0 auto !important;
    }
}


@media (max-width: 610px) {
    .chtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .chbgdiv {
        padding-top: 40px;
        margin-top: 38px;
    }

    .chtdiv {
        top: -30px;
    }
}
