: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-course-link-wrapper * {
    /*font-family: PlmsVazir;*/
}

.plms-purchase-course-link-wrapper .plms-purchase-course-link:focus {
    background-color: var(--wph-plms-blue-pallette-1);
}

.plms-purchase-course-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 3rem;
    align-items: center;
    flex-direction: column;
}

.plms-purchase-course-link-wrapper .plms-add-to-cart-link-notification-box {
    background-color: #f8f8f8;
    border-right: 10px solid var(--wph-plms-blue-pallette-1);
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.plms-purchase-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: 10px;
    border-radius: 10px;
    background-color: var(--wph-plms-blue-pallette-1);
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.plms-already-enrolled {
    width:100%;
  display: flex;
  justify-content: flex-start;
    /* box-shadow: 0 1px 2px 0 rgb(32 33 36 / 30%), 0 2px 6px 2px rgb(32 33 36 / 15%); */
    padding: 1rem;
    /* border-radius: 99px; */
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius:0.5rem;
    background-color: var(--wph-plms-green-pallette-2);
/* border: 1px solid var(--wph-plms-primary-color); */
}