@import 'all.min.css';
@import 'bs-5.3.7.min.css';
@import 'c3.min.css';
@import 'font.css';
@import 'bs-custom.css';
@import 'leaflet.awesome-markers.css';

body {
    background-color: #E7F8FD;
}

span.form-label {
    display: inline-block;
}

.alert-danger-icon {
    color: #f3624d;
}

.alert-success-icon {
    color: #074632;
}

.awesome-marker svg {
    font-size: 14px;
    margin-top: 10px;
}

.background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card-img-top-login {
    background-color: #80e5ff;
}

.header-padding {
    height: 56px;
}

.fit-content {
    max-width: fit-content;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.footer-padding {
    height: 81px;
}

.link-blue {
    color: #10a7d5;
}

.link-blue:hover {
    color: #10a7d5 !important;
}

.map-container {
    height: calc(100vh - 150px);
}

.map {
    height: 100%;
}

.ms-60 {
    margin-left: 60px;
}

.pointer {
    cursor: pointer;
}

.poppins-medium {
    font-family: 'Poppins Medium', sans-serif;
}

.progress-bar-current {
    background-color: #a0e3f8;
}

.progress-bar-future {
    background-color: #d9d9d9;
}

.progress-bar-past {
    background-color: #e7f8f6;
}

.rounded-5-bottom {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.rounded-5-top {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.shadow-primary {
    box-shadow: rgba(13, 202, 240, 0.8) 0px 8px 16px 0px !important;
}

.shadow-secondary {
    box-shadow: rgba(250, 30, 67, 0.8) 0px 8px 16px 0px !important;
}

.shadow-info {
    box-shadow: rgba(55, 63, 81, 0.8) 0px 8px 16px 0px !important;
}

.text-blink {
    animation: blinker 2s ease 0s infinite normal none !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-blue {
    color: #10a7d5;
}

.text-light-grey {
    color: var(--bs-border-color);
}

.text-grey {
    color: #373f51;
}

.text-bg-blue {
    background-color: #80e5ff;
}

.text-bg-light-blue {
    background-color: #E7F8FD;
}

.text-bg-grey {
    background-color: #373f51;
}

.tnc {
    color: #858484;
    font-size: 0.8rem !important;
}

.tnc-header {
    font-size: 1rem !important;
}

.vh-50 {
    height: 50vh;
}

.vh-60 {
    height: 60vh;
}