@media (max-width: 1024px) {
    .mobile-padding {
        padding-top: 120px;
    }
    .mobile-padding-bottom {
        padding-bottom: 25px;
    }
}

.average-margin-top {
    margin-top: -100px;
}

.caption-description-size {
    font-size: 18px;
}

.bottom-info-form {
    font-family: Arial sans-serif;
}

.founderBy {
    margin-top: 10px;
}

.policiesBy {
    font-family: Arial, sans-serif;
}

.error-border {
    border: 2px solid red !important;
}
.success-border {
    border: 2px solid green !important;
}
.error-text {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}
.file-success {
    color: green;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.tt-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}