:root {

    --wph-plms-primary-color: #47afd6;
    --wph-plms-low-opacity-primary-color: rgba(71, 175, 214, 0.35);
    --wph-plms-secondary-color: #d0ebf4;
    --wph-plms-yellow-color: #ebd244;
    --wph-plms-main-black-color: #232323;
    --wph-plms-secondary-black-color: #313131;
    --wph-plms-gray-color: rgba(170, 170, 170, 0.65);
    --wph-plms-secondary-gray-color: #757575;
    --wph-plms-green-color: #8fea58;
    --wph-plms-dark-green-color: #4ac64c;
    --wph-plms-red-color: #ea1f2d;
}

.plms-purchase-single-course-link-wrapper * {
    /*font-family: PlmsVazir;*/
    box-sizing: border-box;
}

.plms-purchase-single-course-link-wrapper .plms-purchase-course-link:focus {
    background-color: var(--wph-plms-primary-color);
}

.plms-purchase-single-course-link-wrapper {
    width: 100%;
}

.plms-purchase-single-course-link-wrapper .plms-add-to-cart-link-notification-box {
    background-color: #f8f8f8;
    border-right: 10px solid var(--wph-plms-primary-color);
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.plms-purchase-single-course-link-wrapper .plms-purchase-course-link {
    box-shadow: 0 1px 2px 0 rgb(32 33 36 / 30%), 0 2px 6px 2px rgb(32 33 36 / 15%);
    /*padding: 1rem;*/
    border-radius: 4px;
    background-color: var(--wph-plms-primary-color);
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-size: 20px;
    text-align: center;
}

.plms-course-page-already-enrolled {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgb(32 33 36 / 30%), 0 2px 6px 2px rgb(32 33 36 / 15%);
    min-height: 50px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    background-color: var(--wph-plms-dark-green-color);
    border: 1px solid var(--wph-plms-primary-color);
    font-size: 20px;
}

.plms-purchase-course-link-in-mobile-wrapper {
    background-color: #FFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.plms-purchase-course-link-in-mobile-wrapper .plms-purchase-course-link-in-mobile-price-wrapper {
    background-color: #f9f9f9;
    border: 1px dashed #ddd;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.plms-purchase-course-link-in-mobile-wrapper .plms-purchase-course-link-in-mobile {
    background-color: var(--wph-plms-primary-color);
    padding: 5px 17px 5px 17px;
    text-decoration: none;
    border-radius: 5px;
    color: #FFF;
}
