@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); 
}
/* roboto-900 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); 
}





h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto' !important;
    font-weight: 900;
    text-shadow: 1px 1px 0 #fff;
    letter-spacing: -1px;
}

h1 {
    font-size: 50px !important;
    letter-spacing: -2px;
}

.modal-content {
    background-color: #f2f2f2ff; /* Default white background */
    border-radius: 0.3rem; /* Optional: gives a smooth border radius */
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); /* Optional: gives a subtle shadow */
    margin-top: 50px;
    border: 1px solid #f2f2f2d9;
    
    
}

.custom-modal-size {
    max-width: 50%; /* Custom width, can adjust as needed */
    height: 60% !important;
}




.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Roboto';
}

body {
    margin-bottom: 40px;
    background-color: #efefef;
    font-family: 'Roboto';
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

footer {
    background-color: #333;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 46px;
}

.p9, .p10, .p11, .p12, .p23, .p14, .p15, .p16 {
    font-family: 'Roboto';
}

.p9 {font-size: 9px;}
.p10 {font-size: 10px;}
.p11 {font-size: 11px;}
.p12 {font-size: 12px;}
.p13 {font-size: 13px;}
.p14 {font-size: 14px;}
.p15 {font-size: 15px;}
.p16 {font-size: 16px;}

.btn {
    font-family: 'Roboto' !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.form-control {
    font-size: 13px;
    font-family: 'Roboto' !important;
    color: #444;
}

input {
    font-size: 12px;
    background-color: #f7f7f7 !important;
}

.half {
    width: 50%;
}

.control-label {
    font-size: 14px;
    font-family: 'Roboto' !important;
}

.field-validation-error {
    font-size: 11px !important;
}

.plpr {
    padding-left: 5px;
    padding-right: 5px;
}

.ml50 {
    margin-left: 50px;
}

.mid {
    display: flex;
    justify-content: center;
    /* align-self: center; */
    align-items: center;
}