/********Download Syllabus
 ************************/

.syllabus-hidden {
    display: none!important;
}

.download-syllabus-main-holder {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
}

.download-syllabus-main-holder.show_course_popup {
    display: flex;
    pointer-events: auto!important;
}

.download-syllabus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
}

.show_course_popup>.download-syllabus-overlay {
    display: block;
}

.download-syllabus-popup-main-holder {
    z-index: 9999;
    max-width: 530px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.download-syllabus-popup-main-holder .download-syllabus-course-button {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: url(../../images/cancel-dark-white.svg)!important;
    background-position: 0 0;
    background-size: cover;
    cursor: pointer;
}

.download-syllabus-icon {
    line-height: 0;
    margin-bottom: 15px;
}

#download-syllabus-inf-holder {
    text-align: center;
}

.download-syllabus-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #31216B;
}

.download-syllabus-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 20px;
    color: #31216B;
}

.success-message {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
}

#download-syllabus-form .hs_firstname>label,
#download-syllabus-form .hs_email>label,
#download-syllabus-form .hs_jobtitle>label,
#download-syllabus-form .hs_company>label,
#download-syllabus-form .hs_phone>label {
    display: none!important;
}

#download-syllabus-form .hs_firstname .input input,
#download-syllabus-form .hs_email .input input,
#download-syllabus-form .hs_jobtitle .input input,
#download-syllabus-form .hs_company .input input,
#download-syllabus-form .hs_phone .input input,
#download-syllabus-form .hs_who_are_you_considering_for_this_course_ .input select {
    width: 100%;
    height: 50px !important;
    border-radius: 5px!important;
    background: #fff;
    margin-bottom: 12px !important;
    font-size: 16px;
    box-sizing: border-box;
}

#download-syllabus-form .hs_who_are_you_considering_for_this_course_>label {
    text-align: left;
    display: block;
    color: #31216B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

#download-syllabus-form .hs_who_are_you_considering_for_this_course_ .input select:not(.elementor-field) {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--the7-input-color) 50%), linear-gradient(135deg, var(--the7-input-color) 50%, transparent 50%) !important;
    background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: calc(var(--the7-right-input-padding) + 15px);
}

#download-syllabus-form .hs_submit {
    margin-top: 10px;
}

#download-syllabus-form .hs_submit input {
    width: 250px;
    height: 50px !important;
    border-radius: 5px!important;
    background: #fb9f00;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

#download-syllabus-form .hs_submit input:hover {
    background: #f7b500!important;
}

#download-syllabus-form {
    margin-top: 20px;
}

.no-list.hs-error-msgs {
    margin: -10px 0px 10px;
    text-align: left;
}

.no-list.hs-error-msgs label {
    color: #fb9f00;
}

.hs_error_rollup {
    display: none!important;
}

#download-syllabus-form .submitted-message p strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
}

.download-syllabus-close-modal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 630px) {
    .download-syllabus-popup-main-holder {
        max-width: 100%;
        margin: 0px 30px;
    }
}

@media screen and (max-width: 480px) {
    .download-syllabus-popup-main-holder .download-syllabus-course-button {
        right: 20px;
        top: 20px;
    }
    #download-syllabus-form {
        margin-top: 10px;
    }
    .download-syllabus-description {
        padding: 0px;
    }
    .download-syllabus-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .download-syllabus-popup-main-holder {
        max-width: 100%;
        margin: 0px 10px;
    }
    .download-syllabus-popup-main-holder {
        padding: 20px;
    }
    #download-syllabus-form .hs_submit input {
        width: 100%;
    }
    #download-syllabus-form .hs_submit {
        margin-top: 0px;
    }
    .download-syllabus-icon {
        margin-bottom: 5px;
    }
}