﻿* {
    box-sizing: border-box;
    opacity: 1;
    transition: .25s ease;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h1 {
    font-family: FreeMono, monospace;
}

form {
    min-width: min(100%, 700px);
}

.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%;
}

body {
    margin-bottom: 60px;
    background: rgb(0,155,255);
    background: linear-gradient(156deg, rgba(0,155,255,0.35) 1%, rgba(0,212,255,0) 100%);
}

.bg-white {
    --bs-bg-opacity: .6;
}

.opacity-none {
    opacity: 0;
}

a {
    text-decoration: unset;
    cursor: auto;
}

input, select, textarea {
    border: 1px solid #80808099;
    border-radius: 20px;
    padding: 0 10px;
}

    textarea {
        min-width: 300px;
    }

    .invalid {
        border-color: red;
    }

.radio-options {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 0;
}

.flex-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 100%;
}

.flex-form-container {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
}

.form-block {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.button-18 {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

    .button-18:hover,
    .button-18:focus {
        background-color: #16437E;
        color: #ffffff;
    }

    .button-18:active {
        background: #09223b;
        color: rgb(255, 255, 255, .7);
    }

    .button-18:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.checkbox_question {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

select {
    width: max-content;
}

.qs label.title {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 700px;
}

label.error {
    position: absolute;
    bottom: 0px;
    transform: translate(9%, 100%);
    color: red;
    font-size: 80%;
    padding: 10px 15px;
    line-height: 0px;
    border-radius: 0 0 20px 20px;
    width: max-content;
    z-index: 2;
    box-shadow: 0px 3px 5px #00000029;
    background-color: #ffffffeb;
    width: 250px;
}

.radio-options label.error {
    transform: translate(-50%, -220%);
}

label, p {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 24px;
    margin-top: 0;
}

.flex {
    display: flex !important;
}

.error-cus {
    color: red;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
}

input[type="text"] {
    width: 100%;
}

.display-none-cus {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 0px 15px;
    cursor: pointer;
    background-color: #007eff40;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .custom-file-upload:hover {
        background-color: #007effb8;
        color: white;
    }

#status {
    color: #00ba22;
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
}

.q {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.list-group {
    max-height: 450px;
    overflow: auto;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item:hover {
    background: #80808020
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-primary {
    position: relative;
    display: inline-block;
    background: white !important;
    color: black !important;
    border-color: #c1c1c1 !important;
    border-radius: 20px !important;
    padding-right: 35px !important;
    min-width: 100px !important;
    min-height: 38px !important;
}

    .btn-primary:after {
        content: "▼";
        padding: 0 8px;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
    }