body {
    overflow-y: auto;
}

main {
    padding-top: 22vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
}

@media (max-width: 1539px) {
    main {
        padding-top: 18vh;
    }
}

@media (max-width: 1366px) {
    main {
        padding-top: 10vh;
    }
}

@media (max-width: 576px) {
    main {
        padding-top: 12vh;
    }
}

.menu-global {
    position: absolute;
    padding-right: 10px;
    top: 25px;
    right: 15px;
}

.dropdown {
    font-family: "Rajdhani", sans-serif;
}

.dropdown-item {
    color: #212529;
    font-weight: 300;
}

h1 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lead {
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

@media(max-width: 576px) {
        .lead.w-50 {
        width: 100% !important;
    }
}

button {
    font-family: "Rajdhani", sans-serif !important;
}

.btn-outline-secondary {
    border-color: #dee2e6;;
}

.modal-texto {
    text-align: left;
    font-size: 14px;
}

.modal-title, .modal-body, .mddtp-button, #mddtp-picker__time, #mddtp-picker__date, #mddtp-time__title, #mddtp-date__title {
    font-family: "Rajdhani", sans-serif !important;
}

@media (max-width: 576px) {    
    .mt-5 {
            margin-top: 8rem !important;
    }
    
    h1 {
        font-size: calc(1.75rem + 1.5vw);
        margin-bottom: 0.75rem;
    }
}

.col-md-6 {
    max-width: 450px;
    text-align: center;
    color: #000;
}

.col-md-4 {
    max-width: 300px;
    text-align: center;
    color: #000;
}

@media (max-width: 768px) {
    .col-md-4, .col-md-6 {
        max-width: 350px;
    }
}

.title-group {
    font-family: "Rajdhani", sans-serif;
}

.text-start span, .sp-label {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
}

.color-picker {
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
}

[type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
}

input {
    font-family: "Rajdhani", sans-serif !important;
    width: 95%;
    background-color: #fff;
    border: none;
}

select {
    font-family: "Rajdhani", sans-serif !important;
    background-color: #fff;
    border: none;
}

select option {
    color: #212529;
    font-weight: 300;
}

@media (max-width: 576px) {
    input {
        width: 94%;
    }
}

.invisivel {
    display: none;
}

#preview, #copie {
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

#copyButton {
    cursor: pointer;
    background: #0d6efd;
}

#copyButton i {
    color: #fff;
}

#copyTarget {
    font-family: "Rajdhani", sans-serif;
    border-left: none;
    font-size: 1rem;
}

.form-control {
    color: #212529;
    font-weight: 300;
}

.form-control::placeholder {
    color: #212529;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .05);
}

.form-select {
    color: #212529;
    font-weight: 300;
}

#copyTarget.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.copied {
    font-family: "Rajdhani", sans-serif;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 3px;
    padding: 3px 6px;
    color: #fff;
    z-index: -1;
    background-color: #0d6efd;
}

footer {
    position: relative;
    bottom: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
}

@media (max-width: 576px) {
    footer {
        position: relative;
    }
}

.feedback-hora, .feedback-data, .feedback-cor-fundo, .feedback-cor-fonte, .feedback-idioma, .feedback-fuso {
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    display: none;
    color: #ff0000;
    font-size: 0.85rem;
    padding-left: 13px;
}

#btnExemplo, .btn-outline-secondary {
    font-weight: 300;
    color: #212529;
}

#btnExemplo:hover, .btn-outline-secondary:hover {
    color: #ffffff;
}

#btnExemplo:hover i {
    color: #ffffff;
}

#btnExemplo i {
    color: #0D6EFD;
    position: relative;
    top: 1px;
}

.donate-btn {
    display: inline-block;
    padding: 0.375rem 3.5rem;
    border: 2px solid #0D6EFD;
    border-radius: 8px;
    background-color: #fff;
    color: #0D6EFD;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.donate-btn .heart .bi-suit-heart-fill {
    color: #0D6EFD;
    transition: color 0.3s ease;
}

.donate-btn:hover {
    background-color: #0D6EFD;
    color: #fff;
}

.donate-btn:hover .heart .bi-suit-heart-fill {
    color: #fff;
}
