/* Primary Color: 5e72e4 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.form-group.required label:first-child:after,
label.required:first-child::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.form-required:after {
    content: "*" !important;
    color: red !important;
    margin-left: 2px !important;
}


a {
    text-decoration: none !important;
}

.white_divider {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background-color: white !important;
}

table.long {
    /* display:0 block; */
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 100% !important;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
    margin-right: 3px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(193, 193, 193);
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(140, 150, 179);
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(116, 126, 155);
}


.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.progress-bar {
    font-weight: 400 !important;
}

.sidebar-brand-icon img {
    height: 50px;
}

#alert_count {
    font-size: 15px !important;
}

#alert_icon {
    font-size: 20px !important;
}

@media screen and (max-width:1395px) {
    table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.img-profile {
    height: 35px !important;
}

.dropdown-toggle.light {
    color: white !important;
}

@media screen and (max-width:600px) {
    .app_title {
        font-size: 20px;
    }

    .index-content h2 {
        margin-top: 10px;
        font-size: 20px;
    }

    .index-content img {
        height: 300px !important;
    }

    #index-container{
        padding: 10px !important;
    }
}

@media screen and (max-width:990px) {
    #index-content {
        flex-direction: column !important;
        align-items: center !important;
    }
}