.CartCourse{display:flex;height:400px;cursor:pointer;flex-direction:column;align-items:center;justify-content:space-between;border-radius:25px;--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1));padding:.75rem;transition-property:var(--transition);transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.CartCourse:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.CartCourse__image img{height:150px;width:275px;border-radius:15px}@media (max-width:1350px){.CartCourse__image img{width:300px}}.CartCourse__title{margin-top:.75rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:flex;height:45px;width:100%;align-items:flex-start;justify-content:center;text-align:center;font-size:15px;font-weight:600;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1));transition-duration:.2s}.CartCourse__title:hover{--tw-text-opacity:1;color:rgb(50 38 99/var(--tw-text-opacity,1))}.CartCourse__title:is(.dark *){--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartCourse__title:hover:is(.dark *){--tw-text-opacity:1;color:rgb(46 182 44/var(--tw-text-opacity,1))}.CartCourse__desc{margin-top:1.5rem;display:grid;height:85px;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-content:space-between;gap:.5rem}.CartCourse__desc-stu,.CartCourse__desc-teach{display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1))}.CartCourse__desc-stu:is(.dark *),.CartCourse__desc-teach :is(.dark *){--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartCourse__desc-star{display:flex;align-items:center;justify-content:flex-end}.CartCourse__desc-stu{gap:.375rem}.CartCourse__desc-price{display:inline;align-items:center;justify-content:flex-end;border-radius:10px;--tw-bg-opacity:1;background-color:rgb(50 38 99/var(--tw-bg-opacity,1));padding:.25rem .5rem;font-size:15px;font-weight:500;--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartCourse__desc-price:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 132 118/var(--tw-bg-opacity,1))}.CartCourse__buttun{margin-top:.75rem;width:100%;border-radius:25px;--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1));padding:.625rem;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1));transition-property:var(--transition);transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.CartCourse__buttun:hover{--tw-bg-opacity:1;background-color:rgb(46 182 44/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartCourse__buttun:is(.dark *){--tw-bg-opacity:1;background-color:rgb(77 77 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartCourse__buttun:is(.dark *):hover{--tw-bg-opacity:1;background-color:rgb(46 182 44/var(--tw-bg-opacity,1))}