﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.card-title {
    font-size: 1rem;
    font-weight: bold;
}

/* DataTables */
#dataTable_processing, #preloader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1500;
    background: none;
    align-items: center;
    justify-content: center;
}

    #dataTable_processing > div {
        display: none;
    }

    #dataTable_processing::before, #preloader::before {
        display: block;
        content: '';
        border: 4px solid #dc3545;
        border-radius: 50%;
        border-top: 4px solid transparent;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        animation: spinner-border 1s linear infinite; /* (spinner-border from bootstrap 5) */
    }

#dataTable th.searchable::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #dc3545;
    border-radius: 50%;
}
/* DataTables */


/* validation-summary-errors */
.validation-summary-errors ul {
    padding-left: 0px;
}

    .validation-summary-errors ul li {
        list-style-position: inside;
        list-style: none;
        text-align: center;
        margin-bottom: 8px;
    }
/* validation-summary-errors */

.control-label {
    margin-bottom: 0.3rem !important;
}

.theme_bg {
    background: rgb(221,204,201);
    background: linear-gradient(90deg, rgba(221,204,201,1) 0%, rgba(254,254,254,1) 50%, rgba(221,204,201,1) 100%);
}

.card-theme .login-card-body, .theme_bg_red {
    background: linear-gradient(90deg, rgba(184,10,21,1) 15%, rgba(38,81,132,1) 85%) !important;
    color: white;
}

.card-theme .login-card-body .input-group .input-group-text {
    color: white
}

.btn-theme {
    background: linear-gradient(150deg, rgba(184,10,21,1) 50%, rgba(255,74,83,1) 85%) !important;
}

.btn-theme-success {
    background: linear-gradient(150deg, rgba(0,100,0,1) 50%, rgba(0,128,0,1) 85%) !important;
}

.btn-theme-info, .btn-theme-info:hover, .btn-theme-info:active, .btn-theme-info:focus {
    color: white !important;
}

.btn-theme-info {
    background: linear-gradient(150deg, rgba(0,0,139,1) 50%, rgba(0,0,205,1) 85%) !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.montserrat .font-alternate {
    font-weight: 300;
}

.footer {
    background: linear-gradient(270deg, rgba(184, 10, 21, 1) 15%, rgba(38, 81, 132, 1) 85%) !important;
}

.consent-check .v-error {
    color: #f00 !important;
    font-weight: normal;
}

video {
    /*visibility: hidden;*/
    background-color: #000;
}

.state-row .progress-bar::before {
    content: " ";
    display: block;
    background: var(--bs-secondary-bg);
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-left: 2px;
}
