﻿@font-face {
    font-family: 'Lato-bold';
    src: url('../fonts/lato-font/fonts/lato-bold/lato-bold.woff2') format('woff2'), url('../lib/lato-font/fonts/lato-bold/lato-bold.woff') format('woff');
    /* Add additional font formats if needed */
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Lato-normal';
    src: url('../fonts/lato-font/fonts/lato-normal/lato-normal.woff2') format('woff2'), url('../lib/lato-font/fonts/lato-normal/lato-normal.woff') format('woff');
    /* Add additional font formats if needed */
    font-weight: normal;
    font-style: normal;
}

.btn-outline-primary.custom-btn {
    background-color: unset !important;
    color: black;
    border-color: #d7d4d4ff !important;
    /* Add any other custom styles you want */
}

input, select, .custom-select, .text-area {
    font-family: 'Lato-normal' !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.custom-select {
    cursor:pointer;

}


.graphic-content-container {
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    background-color: #ccc;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.info-card-title {
    color: #E12626;
    font-family: 'Lato-bold';
    font-size: 18px;
}

.info-card-body {
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 12px;
}

.info-card {
    cursor: pointer;
    position: relative;
}

.cards-container > :first-child {
    border-right: 1px solid #ddd;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
    .info-card {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .info-cards {
        padding-bottom: 0 !important;
    }

    .cards-container > :first-child {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .info-card {
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom:10px
    }
    .info-cards {
        padding-bottom: 0 !important;
    }

    .cards-container > :first-child {
        border-right: none;
    }

}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .info-card {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 0px
    }

    .info-cards {
        padding-bottom: 2px !important;
    }

    .cards-container > :first-child {
        border-right: none;
    }

    .cards-container > :nth-child(2) {
        border-top: 1px solid #ddd;
        padding-top: 10px
    }

}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .cards-container > :first-child {
        margin-bottom: 8px !important;
    }
    .cards-container > :nth-child(2) {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .cards-container {
        flex-direction: column !important;
    }
    .cards-container > :first-child {
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
        border-right: unset !important;
        border-bottom: 1px solid #d7d4d4ff !important;
    }
}


.rz-state-active {
    background-color: #E12626 !important;
}
