body.mac button {
  border-width: 0px;
}

body.mac .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.mac .static {
  position: static;
}

body.mac .absolute {
  position: absolute;
}

body.mac .relative {
  position: relative;
}

body.mac .left-0 {
  left: 0px;
}

body.mac .z-0 {
  z-index: 0;
}

body.mac .z-10 {
  z-index: 10;
}

body.mac .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

body.mac .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.mac .mb-3 {
  margin-bottom: 0.75rem;
}

body.mac .mb-7 {
  margin-bottom: 1.75rem;
}

body.mac .ml-3 {
  margin-left: 0.75rem;
}

body.mac .mt-0 {
  margin-top: 0px;
}

body.mac .mt-1 {
  margin-top: 0.25rem;
}

body.mac .mt-12 {
  margin-top: 3rem;
}

body.mac .mt-2 {
  margin-top: 0.5rem;
}

body.mac .mt-3 {
  margin-top: 0.75rem;
}

body.mac .mt-4 {
  margin-top: 1rem;
}

body.mac .mt-6 {
  margin-top: 1.5rem;
}

body.mac .block {
  display: block;
}

body.mac .inline {
  display: inline;
}

body.mac .flex {
  display: flex;
}

body.mac .inline-flex {
  display: inline-flex;
}

body.mac .table {
  display: table;
}

body.mac .hidden {
  display: none;
}

body.mac .h-0 {
  height: 0px;
}

body.mac .h-5 {
  height: 1.25rem;
}

body.mac .h-auto {
  height: auto;
}

body.mac .h-full {
  height: 100%;
}

body.mac .max-h-56 {
  max-height: 14rem;
}

body.mac .w-5 {
  width: 1.25rem;
}

body.mac .w-full {
  width: 100%;
}

body.mac .w-max {
  width: -moz-max-content;
  width: max-content;
}

body.mac .min-w-full {
  min-width: 100%;
}

body.mac .max-w-sm {
  max-width: 24rem;
}

body.mac .flex-1 {
  flex: 1 1 0%;
}

body.mac .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.mac .cursor-pointer {
  cursor: pointer;
}

body.mac .scroll-m-40 {
  scroll-margin: 10rem;
}

body.mac .flex-col {
  flex-direction: column;
}

body.mac .flex-wrap {
  flex-wrap: wrap;
}

body.mac .items-center {
  align-items: center;
}

body.mac .justify-center {
  justify-content: center;
}

body.mac .justify-between {
  justify-content: space-between;
}

body.mac .gap-2 {
  gap: 0.5rem;
}

body.mac .gap-4 {
  gap: 1rem;
}

body.mac :is(.-space-x-px > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

body.mac :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

body.mac :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

body.mac :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

body.mac :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

body.mac :is(.divide-gray-300 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

body.mac .overflow-hidden {
  overflow: hidden;
}

body.mac .overflow-y-scroll {
  overflow-y: scroll;
}

body.mac .rounded-full {
  border-radius: 9999px;
}

body.mac .rounded-md {
  border-radius: 0.375rem;
}

body.mac .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

body.mac .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

body.mac .border {
  border-width: 1px;
}

body.mac .border-\[1px\] {
  border-width: 1px;
}

body.mac .border-t {
  border-top-width: 1px;
}

body.mac .border-solid {
  border-style: solid;
}

body.mac .\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

body.mac .border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 146 191 / var(--tw-border-opacity, 1));
}

body.mac .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

body.mac .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

body.mac .border-r-transparent {
  border-right-color: transparent;
}

body.mac .bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 146 191 / var(--tw-bg-opacity, 1));
}

body.mac .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

body.mac .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

body.mac .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

body.mac .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

body.mac .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

body.mac .bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(10 28 43 / var(--tw-bg-opacity, 1));
}

body.mac .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.mac .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body.mac .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

body.mac .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.mac .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.mac .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

body.mac .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.mac .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

body.mac .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body.mac .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

body.mac .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.mac .pb-12 {
  padding-bottom: 3rem;
}

body.mac .pb-4 {
  padding-bottom: 1rem;
}

body.mac .pl-3 {
  padding-left: 0.75rem;
}

body.mac .pr-10 {
  padding-right: 2.5rem;
}

body.mac .pr-4 {
  padding-right: 1rem;
}

body.mac .text-left {
  text-align: left;
}

body.mac .text-center {
  text-align: center;
}

body.mac .text-right {
  text-align: right;
}

body.mac .text-2xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body.mac .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

body.mac .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.mac .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

body.mac .font-bold {
  font-weight: 700;
}

body.mac .font-medium {
  font-weight: 500;
}

body.mac .font-semibold {
  font-weight: 600;
}

body.mac .uppercase {
  text-transform: uppercase;
}

body.mac .capitalize {
  text-transform: capitalize;
}

body.mac .leading-3 {
  line-height: .75rem;
}

body.mac .tracking-normal {
  letter-spacing: 0em;
}

body.mac .tracking-wide {
  letter-spacing: 0.025em;
}

body.mac .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.mac .text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 146 191 / var(--tw-text-opacity, 1));
}

body.mac .text-gray {
  --tw-text-opacity: 1;
  color: rgb(50 62 72 / var(--tw-text-opacity, 1));
}

body.mac .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

body.mac .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

body.mac .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

body.mac .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

body.mac .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.mac .underline {
  text-decoration-line: underline;
}

body.mac .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.mac .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.mac .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.mac .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.mac .ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

body.mac .ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

body.mac .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.mac .duration-200 {
  transition-duration: 200ms;
}

body.mac .duration-300 {
  transition-duration: 300ms;
}

body.mac .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

body.mac .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.mac .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .course-group-enroll-btn{
    width: 232px !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .course-group-enroll-btn{
    width: 258px !important;
  }

  .course-enroll-btn:not(.course-group-enroll-btn) {
    width: 184px !important;
  }
}

.course-enroll-btn{
  direction: rtl;
}

body.mac .first-of-type\:rounded-t-md:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

body.mac .last-of-type\:rounded-b-md:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

body.mac .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

body.mac .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

body.mac .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

body.mac .hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

body.mac .focus\:\!border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

body.mac .focus\:border-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 146 191 / var(--tw-border-opacity, 1));
}

body.mac .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body.mac .focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.mac .focus\:ring-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 146 191 / var(--tw-ring-opacity, 1));
}

body.mac .disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  body.mac .sm\:block {
    display: block;
  }

  body.mac .sm\:hidden {
    display: none;
  }

  body.mac .sm\:border-none {
    border-style: none;
  }

  body.mac .sm\:pb-18 {
    padding-bottom: 4.5rem;
  }

  body.mac .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  body.mac .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  body.mac .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  body.mac .md\:flex {
    display: flex;
  }

  body.mac .md\:flex-row {
    flex-direction: row;
  }

  body.mac .md\:items-center {
    align-items: center;
  }

  body.mac .md\:justify-between {
    justify-content: space-between;
  }

  body.mac :is(.md\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  body.mac .md\:pl-6 {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  body.mac .lg\:block {
    display: block;
  }

  body.mac .lg\:flex {
    display: flex;
  }

  body.mac .lg\:table-cell {
    display: table-cell;
  }

  body.mac .lg\:hidden {
    display: none;
  }

  body.mac .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body.mac .lg\:text-left {
    text-align: left;
  }

  body.mac .lg\:align-middle {
    vertical-align: middle;
  }
}