﻿.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    z-index: 1000; /* Ensures it stays on top of other content */
}

.track-chars-feedback {
    font-style: italic;
    color: #5A8DEE;
}

@media (max-width: 768px) {
    .fixed-bottom {
        font-size: 14px;
        padding: 8px 0;
    }
}
#web-form-container label {
    text-transform: none !important;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.note-modal-backdrop {
    z-index: 10 !important;
}
#form_auth_container :disabled {
    color: white !important;
}

#form_auth_container.form-container {
    /*  top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);*/
    margin-top: 10%;
}

#form_auth_container.btn-success {
    color: white !important;
}

@media (min-width:320px) {

    #form_auth_container.form-container {
        margin-top: 0;
    }
}

@media (min-width:480px) {

    #form_auth_container.form-container {
        margin-top: 0;
    }
}