﻿.modal-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-alert-primary {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary);
    padding-left: 35px;
}

    .modal-alert-primary i {
        position: absolute;
        left: 0;
    }

.pl-35 {
    padding-left: 35px;
}

.modal-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.alert-warning {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #656565;
    background: #FFF6A5;
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
    position: relative;
}

    .alert-warning i.bi, .alert-warning img.alert-img-icon {
        font-size: 24px;
        color: var(--primary);
        position: absolute;
        left: 10px;
    }

.modal-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.global-modal-popup .form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
}
/* 12/10/2024 start */
.color-grey {
    color: #656565 !important;
}

.btn-get-started {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.01em;
    padding: 15px 75px;
}

.small-text, .checkbox .form-check-label.small-text {
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
}
/* 12/10/2024 end */
