body {
    font-family: "Montserrat", sans-serif;
}

.common-modal .mb-16 {
    margin-bottom: 16px;
}

.common-modal .mb-20 {
    margin-bottom: 20px;
}

.common-modal .mb-12 {
    margin-bottom: 12px;
}

.common-modal .mb-24 {
    margin-bottom: 24px;
}

.common-modal .pb-24 {
    padding-bottom: 24px;
}

.common-modal .pb-32 {
    padding-bottom: 32px;
}

.common-modal .mb-32 {
    margin-bottom: 32px;
}

.common-modal .modal-content {
    border: 0;
    border-radius: 8px;
    background: #FFF;
    min-height: 300px;
}

.common-modal .btn-close {
    background-image: url("../images/popup/modal-close-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.common-modal .mb-0 {
    margin-bottom: 0;
}

.common-modal .modal-dialog.w-720 {
    max-width: 720px;
}

.common-modal .modal-dialog.w-480 {
    max-width: 480px;
}

.common-modal .modal-dialog.w-480 {
    max-width: 480px;
}

.common-modal .modal-dialog .modal-header {
    position: relative;
    border: 0;
    padding: 0;
}

    .common-modal .modal-dialog .modal-header .btn-close {
        position: absolute;
        top: 18px;
        right: 16px;
        z-index: 1;
        width: 15px;
        height: 10px;
        opacity: 1;
    }

.common-modal .modal-dialog .modal-body {
    padding: 32px;
}

    .common-modal .modal-dialog .modal-body.v-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .common-modal .modal-dialog .modal-body .modal-name {
        color: #292D32;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        font-family: "Montserrat", sans-serif;
    }

    .common-modal .modal-dialog .modal-body .modal-name-20 {
        color: #292D32;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        font-family: "Montserrat", sans-serif;
    }

    .common-modal .modal-dialog .modal-body .modal-name-24 {
        color: #131313;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        font-family: "Montserrat", sans-serif;
    }

    .common-modal .modal-dialog .modal-body .sub-title {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        font-family: "Montserrat", sans-serif;
    }

    .common-modal .modal-dialog .modal-body .desc {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.16px;
        margin-bottom: 0;
    }

        .common-modal .modal-dialog .modal-body .desc.font-weight-500 {
            font-weight: 500;
        }

        .common-modal .modal-dialog .modal-body .desc.mb-12 {
            margin-bottom: 12px;
        }

    .common-modal .modal-dialog .modal-body .order-list {
        padding-left: 20px;
    }

        .common-modal .modal-dialog .modal-body .order-list li {
            color: #292D32;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 137.5% */
            letter-spacing: -0.16px;
        }

    .common-modal .modal-dialog .modal-body .info_16-desc {
        color: #292D32;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.16px;
        margin-bottom: 0;
    }

        .common-modal .modal-dialog .modal-body .info_16-desc.color_1B1B1B {
            color: #1B1B1B;
        }

    .common-modal .modal-dialog .modal-body .desc-link {
        color: #292D32;
        text-decoration: underline;
    }

.common-modal .results-table th {
    border: 1px solid #D4D4D4;
    background: #E7EAEF;
    color: #585858;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.12px;
    padding: 12px 8px;
    border: 1px solid #D4D4D4;
}

.common-modal .results-table tr td {
    color: #858585;
    border: 1px solid #D4D4D4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding: 10px 16px;
    font-family: "Roboto", sans-serif;
}

    .common-modal .results-table tr td select {
        border: none;
        color: #858585;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../assets/images/select-down.svg) no-repeat right 0rem center;
        background-size: 1rem;
        padding: 0px 20px 0px 4px;
    }

.ref-arw-img {
    float: right;
}

.common-modal .results-table tr td select:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.download-btn-box .btn-download {
    border-radius: 4px;
    border: 1px solid #585858;
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: max-content;
    margin: 32px auto;
    font-family: "Montserrat", sans-serif;
}

.download-btn-box .btn-re-upload-btn {
    border-radius: 12px;
    background: #FFD179;
    padding: 16px 23px;
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    max-width: max-content;
    margin: 0 auto;
    display: inline-block;
    max-height: 48px;
    font-family: "Montserrat", sans-serif;
}

    .download-btn-box .btn-re-upload-btn.w-300 {
        max-width: 100%;
        width: 330px;
    }

    .download-btn-box .btn-re-upload-btn.w-100 {
        max-width: 100%;
    }

    .download-btn-box .btn-re-upload-btn:hover {
        background-color: transparent;
        border-color: #1B1B1B;
    }

.download-btn-box .btn-outline {
    border-radius: 12px;
    border: 1px solid #585858;
    color: var(--Gray-200, #585858);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.16px;
    padding: 16px 24px;
    font-family: "Montserrat", sans-serif;
}

    .download-btn-box .btn-outline.w-140 {
        max-width: 140px;
        width: 100%;
    }

.download-btn-box.dflex-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
}

.download-btn-box.flex_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.download-btn-box .link_text {
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif;
}

.template-download {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-family: "Montserrat", sans-serif;
}

    .template-download a {
        color: #292D32;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 137.5% */
        letter-spacing: -0.16px;
        font-family: "Montserrat", sans-serif;
    }

.upload-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-family: "Montserrat", sans-serif;
}

    .upload-section .choose-btn {
        margin-top: 12px;
        padding: 8px 16px;
        background-color: #FFD179;
        color: #1B1B1B;
        font-weight: 600;
        border: 1px solid #FFD179;
        border-radius: 4px;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
    }

        .upload-section .choose-btn:hover {
            background-color: transparent;
            border-color: #1B1B1B;
        }

        .upload-section .choose-btn.choose-black {
            background-color: white;
            border-radius: 4px;
            border: 1px solid #292D32;
            color: #292D32;
            font-weight: 500;
        }

    .upload-section input[type=file] {
        display: none;
    }

    .upload-section .upload-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        padding: 24px 32px;
        border: 1px dashed #dedede;
        border-radius: 12px;
        /*  border: 1px dashed #dedede;
  border-radius: 12px;*/
    }

        .upload-section .upload-area.gap_20 {
            gap: 20px;
        }

    .upload-section .upload-text {
        color: #292D32;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 100% */
        letter-spacing: -0.16px;
        margin-bottom: 0px;
        font-family: "Montserrat", sans-serif;
    }

        .upload-section .upload-text.color_585858 {
            color: #585858;
        }

    .upload-section .upload-format {
        color: #585858;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 100% */
        letter-spacing: -0.16px;
        margin-bottom: 0;
    }

    .upload-section .choose-file-btn {
        padding: 4px 16px;
        border-radius: 4px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #1b1b1b;
        background-color: #ffd179;
        border: none;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
    }

    .upload-section .close-btn {
        position: absolute;
        right: 16px;
        top: 16px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

.file-status {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    min-height: 60px;
    width: 100%;
    padding: 12px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
}

    .file-status.error {
        background-color: rgba(237, 64, 64, 0.04);
        border: 2px solid #ED4040;
    }

    .file-status .file-info {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 240px;
        margin: auto 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .file-status .file-status-icon {
        aspect-ratio: 1;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 32px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin: auto 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .file-status .file-details {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 240px;
        margin: auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .file-status .file-name {
        color: #131313;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
    }

    .file-status .file-message {
        color: #ED4040;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.5px;
    }

    .file-status .remove-file {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .file-status .remove-icon {
        aspect-ratio: 1;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 24px;
    }

.upload-btn {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 8px;
    padding: 12px 24px;
    background-color: #FFD179;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

    .upload-btn:disabled {
        opacity: 0.5;
    }

    .upload-btn:hover {
        background-color: #1B1B1B;
        color: #fff;
    }

    .upload-btn:disabled:hover {
        background-color: #FFD179;
        color: #1B1B1B;
    }

    .upload-btn:focus {
        outline: none;
    }

#RaceResultsUploadModal .modal-footer {
    padding: 20px 0 0;
    border: none;
}

.modal-backdrop.modal-backdrop-second {
    z-index: 1060;
}

.modal-backdrop.secondModalBackdrop {
    z-index: 1070 !important;
}

#validationError.secondModal, #deleteRow.secondModal, #validatingData.secondModal {
    z-index: 1080 !important;
}

#previewContainer .modal-footer .revalidate-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

    #previewContainer .modal-footer .revalidate-btn:disabled:hover {
        background: #ffd179;
        color: #1b1b1b;
        border-color: transparent;
    }
/*# sourceMappingURL=style.css.map */
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    #drop-area.dragover {
        background-color: #f0f8ff;
        border-color: #007bff;
    }

.upload-area input[type="file"] {
    display: none;
}

#validatingData .icon-modal .spinner {
    width: 86px !important;
    height: 86px !important;
    animation: spin 1s linear infinite;
    transform-origin: center center;
}

#validatingData.common-modal p.pb-24 {
    padding-bottom: 0 !important;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
