@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

/*!
 *
 *  * Copyright (c) 2023 TechAxis.
 *  * All rights reserved.
 *  * Redistribution and use in source and binary forms, with or without modification, are not permitted.
 *
 */
/*@tailwind base;*/
.container{
  width: 100%;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.bottom-3xl{
  bottom: 72px;
}
.bottom-7xl{
  bottom: 124px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.bottom-none{
  bottom: 0;
}
.bottom-xl{
  bottom: 48px;
}
.bottom-xs{
  bottom: 8px;
}
.left-none{
  left: 0;
}
.right-\[336px\]{
  right: 336px;
}
.right-md{
  right: 24px;
}
.right-msm{
  right: 12px;
}
.right-none{
  right: 0;
}
.right-sm{
  right: 16px;
}
.right-xl{
  right: 48px;
}
.top-\[-17px\]{
  top: -17px;
}
.top-\[-9px\]{
  top: -9px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[34px\]{
  top: 34px;
}
.top-\[70px\]{
  top: 70px;
}
.top-\[74px\]{
  top: 74px;
}
.top-\[86px\]{
  top: 86px;
}
.top-msm{
  top: 12px;
}
.top-none{
  top: 0;
}
.top-sm{
  top: 16px;
}
.top-xl{
  top: 48px;
}
.top-xs{
  top: 8px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.m-\[0px\]{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.m-none{
  margin: 0;
}
.m-sm{
  margin: 16px;
}
.m-xs{
  margin: 8px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-lg{
  margin-left: 32px;
  margin-right: 32px;
}
.mx-md{
  margin-left: 24px;
  margin-right: 24px;
}
.mx-none{
  margin-left: 0;
  margin-right: 0;
}
.mx-sm{
  margin-left: 16px;
  margin-right: 16px;
}
.mx-xl{
  margin-left: 48px;
  margin-right: 48px;
}
.mx-xs{
  margin-left: 8px;
  margin-right: 8px;
}
.my-2xl{
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[14px\]{
  margin-top: 14px;
  margin-bottom: 14px;
}
.my-\[32px\]{
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-inputgap{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-lg{
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-md{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-msm{
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-normal{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-sm{
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-xl{
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-xs{
  margin-top: 8px;
  margin-bottom: 8px;
}
.-mb-7xl{
  margin-bottom: -124px;
}
.-mb-\[300px\]{
  margin-bottom: -300px;
}
.mb-3xl{
  margin-bottom: 72px;
}
.mb-\[-100px\]{
  margin-bottom: -100px;
}
.mb-\[-40px\]{
  margin-bottom: -40px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[44px\]{
  margin-bottom: 44px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-inputgap{
  margin-bottom: 10px;
}
.mb-lg{
  margin-bottom: 32px;
}
.mb-lgx{
  margin-bottom: 40px;
}
.mb-md{
  margin-bottom: 24px;
}
.mb-msm{
  margin-bottom: 12px;
}
.mb-none{
  margin-bottom: 0;
}
.mb-normal{
  margin-bottom: 20px;
}
.mb-sm{
  margin-bottom: 16px;
}
.mb-xl{
  margin-bottom: 48px;
}
.mb-xs{
  margin-bottom: 8px;
}
.mb-xxs{
  margin-bottom: 4px;
}
.ml-2xl{
  margin-left: 64px;
}
.ml-4xl{
  margin-left: 84px;
}
.ml-\[1097px\]{
  margin-left: 1097px;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[1100px\]{
  margin-left: 1100px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[18px\]{
  margin-left: 18px;
}
.ml-\[24px\]{
  margin-left: 24px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[35px\]{
  margin-left: 35px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[700px\]{
  margin-left: 700px;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.ml-auto{
  margin-left: auto;
}
.ml-inputgap{
  margin-left: 10px;
}
.ml-lg{
  margin-left: 32px;
}
.ml-md{
  margin-left: 24px;
}
.ml-none{
  margin-left: 0;
}
.ml-sm{
  margin-left: 16px;
}
.ml-xs{
  margin-left: 8px;
}
.ml-xxs{
  margin-left: 4px;
}
.mr-3xl{
  margin-right: 72px;
}
.mr-7xl{
  margin-right: 124px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[30px\]{
  margin-right: 30px;
}
.mr-\[4px\]{
  margin-right: 4px;
}
.mr-\[63px\]{
  margin-right: 63px;
}
.mr-\[64px\]{
  margin-right: 64px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mr-lg{
  margin-right: 32px;
}
.mr-md{
  margin-right: 24px;
}
.mr-none{
  margin-right: 0;
}
.mr-normal{
  margin-right: 20px;
}
.mr-sm{
  margin-right: 16px;
}
.mr-xl{
  margin-right: 48px;
}
.mr-xs{
  margin-right: 8px;
}
.mr-xxs{
  margin-right: 4px;
}
.mt-2xl{
  margin-top: 64px;
}
.mt-3xl{
  margin-top: 72px;
}
.mt-4xl{
  margin-top: 84px;
}
.mt-5xl{
  margin-top: 96px;
}
.mt-\[-124px\]{
  margin-top: -124px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[95px\]{
  margin-top: 95px;
}
.mt-auto{
  margin-top: auto;
}
.mt-inputgap{
  margin-top: 10px;
}
.mt-lg{
  margin-top: 32px;
}
.mt-md{
  margin-top: 24px;
}
.mt-msm{
  margin-top: 12px;
}
.mt-none{
  margin-top: 0;
}
.mt-normal{
  margin-top: 20px;
}
.mt-sm{
  margin-top: 16px;
}
.mt-xl{
  margin-top: 48px;
}
.mt-xs{
  margin-top: 8px;
}
.mt-xxs{
  margin-top: 4px;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-2xl{
  height: 64px;
}
.h-4xl{
  height: 84px;
}
.h-6xl{
  height: 108px;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[1000px\]{
  height: 1000px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[145px\]{
  height: 145px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[435px\]{
  height: 435px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[80px\]{
  height: 80px;
}
.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-lg{
  height: 32px;
}
.h-md{
  height: 24px;
}
.h-screen{
  height: 100vh;
}
.h-xl{
  height: 48px;
}
.max-h-\[166px\]{
  max-height: 166px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[580px\]{
  min-height: 580px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/4{
  width: 50%;
}
.w-2\/5{
  width: 40%;
}
.w-2\/6{
  width: 33.333333%;
}
.w-2xl{
  width: 64px;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-4\/12{
  width: 33.333333%;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-4xl{
  width: 84px;
}
.w-6\/12{
  width: 50%;
}
.w-6xl{
  width: 108px;
}
.w-7xl{
  width: 124px;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[\%\]{
  width: %;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[16vw\]{
  width: 16vw;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[68\%\]{
  width: 68%;
}
.w-\[750px\]{
  width: 750px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[900px\]{
  width: 900px;
}
.w-full{
  width: 100%;
}
.w-lg{
  width: 32px;
}
.w-max{
  width: -webkit-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.w-sm{
  width: 16px;
}
.w-xl{
  width: 48px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-full{
  flex-basis: 100%;
}
.table-fixed{
  table-layout: fixed;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.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));
}
@keyframes blink{
  0%, 100%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
}
.animate-blink{
  animation: blink 1s steps(2, start) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2xl{
  gap: 64px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-inputgap{
  gap: 10px;
}
.gap-lg{
  gap: 32px;
}
.gap-md{
  gap: 24px;
}
.gap-msm{
  gap: 12px;
}
.gap-none{
  gap: 0;
}
.gap-normal{
  gap: 20px;
}
.gap-sm{
  gap: 16px;
}
.gap-xl{
  gap: 48px;
}
.gap-xs{
  gap: 8px;
}
.gap-xxs{
  gap: 4px;
}
.space-y-sm > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[100px\]{
  border-bottom-right-radius: 100px;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.rounded-tl-\[100px\]{
  border-top-left-radius: 100px;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-Grayscale-300{
  --tw-border-opacity: 1;
  border-color: rgb(239 240 246 / var(--tw-border-opacity, 1));
}
.border-Grayscale-400{
  --tw-border-opacity: 1;
  border-color: rgb(217 219 233 / var(--tw-border-opacity, 1));
}
.border-GrayscaleB-500{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 252 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-primary-1000{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.border-primary-1000\/30{
  border-color: rgb(21 170 191 / 0.3);
}
.border-primary-cyan{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.border-primary-cyan\/50{
  border-color: rgb(21 170 191 / 0.5);
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.bg-Grayscale-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-200{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-300{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 246 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-400{
  --tw-bg-opacity: 1;
  background-color: rgb(217 219 233 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-600{
  --tw-bg-opacity: 1;
  background-color: rgb(110 113 145 / var(--tw-bg-opacity, 1));
}
.bg-GrayscaleB-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#077E8C\]\/30{
  background-color: rgb(7 126 140 / 0.3);
}
.bg-\[\#EFF0F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-buttonColor-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 122 166 / var(--tw-bg-opacity, 1));
}
.bg-courseCreateBg-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}
.bg-inputBackground-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 246 / var(--tw-bg-opacity, 1));
}
.bg-offwhite-500{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-primary-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(30 167 220 / var(--tw-bg-opacity, 1));
}
.bg-primary-cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.bg-primary-cyan\/50{
  background-color: rgb(21 170 191 / 0.5);
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-secondary-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(113 214 205 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-success-default\/30{
  background-color: rgb(0 186 136 / 0.3);
}
.bg-success-pending\/30{
  background-color: rgb(176 186 0 / 0.3);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.\!stroke-primary-700{
  stroke: #1ea7dc !important;
}
.stroke-white{
  stroke: #fff;
}
.stroke-2{
  stroke-width: 2;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-fill{
  object-fit: fill;
}
.object-center{
  object-position: center;
}
.p-2xl{
  padding: 64px;
}
.p-\[100px\]{
  padding: 100px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[8px\]{
  padding: 8px;
}
.p-inputgap{
  padding: 10px;
}
.p-lg{
  padding: 32px;
}
.p-md{
  padding: 24px;
}
.p-msm{
  padding: 12px;
}
.p-none{
  padding: 0;
}
.p-normal{
  padding: 20px;
}
.p-sm{
  padding: 16px;
}
.p-xl{
  padding: 48px;
}
.p-xs{
  padding: 8px;
}
.p-xxs{
  padding: 4px;
}
.px-4xl{
  padding-left: 84px;
  padding-right: 84px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-inputgap{
  padding-left: 10px;
  padding-right: 10px;
}
.px-lg{
  padding-left: 32px;
  padding-right: 32px;
}
.px-lgx{
  padding-left: 40px;
  padding-right: 40px;
}
.px-md{
  padding-left: 24px;
  padding-right: 24px;
}
.px-msm{
  padding-left: 12px;
  padding-right: 12px;
}
.px-none{
  padding-left: 0;
  padding-right: 0;
}
.px-sm{
  padding-left: 16px;
  padding-right: 16px;
}
.px-xs{
  padding-left: 8px;
  padding-right: 8px;
}
.py-2xl{
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-inputgap{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-lg{
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-md{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-msm{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-none{
  padding-top: 0;
  padding-bottom: 0;
}
.py-normal{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-sm{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-xl{
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-xs{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-xxs{
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-md{
  padding-bottom: 24px;
}
.pb-msm{
  padding-bottom: 12px;
}
.pb-sm{
  padding-bottom: 16px;
}
.pb-xl{
  padding-bottom: 48px;
}
.pb-xs{
  padding-bottom: 8px;
}
.pb-xxs{
  padding-bottom: 4px;
}
.pl-md{
  padding-left: 24px;
}
.pl-msm{
  padding-left: 12px;
}
.pl-none{
  padding-left: 0;
}
.pl-sm{
  padding-left: 16px;
}
.pl-xl{
  padding-left: 48px;
}
.pl-xs{
  padding-left: 8px;
}
.pr-lg{
  padding-right: 32px;
}
.pr-md{
  padding-right: 24px;
}
.pr-none{
  padding-right: 0;
}
.pr-sm{
  padding-right: 16px;
}
.pr-xl{
  padding-right: 48px;
}
.pr-xs{
  padding-right: 8px;
}
.pt-3xl{
  padding-top: 72px;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-inputgap{
  padding-top: 10px;
}
.pt-lg{
  padding-top: 32px;
}
.pt-md{
  padding-top: 24px;
}
.pt-msm{
  padding-top: 12px;
}
.pt-none{
  padding-top: 0;
}
.pt-sm{
  padding-top: 16px;
}
.pt-xs{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
}
.text-7xl{
  font-size: 5rem;
}
.text-\[1\.1125rem\]{
  font-size: 1.1125rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: .875rem;
}
.text-tiny{
  font-size: .875rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: .75rem;
}
.\!font-extrabold{
  font-weight: 800 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[0\.25px\]{
  letter-spacing: 0.25px;
}
.tracking-\[0\.75px\]{
  letter-spacing: 0.75px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-Grayscale-100{
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-Grayscale-500{
  --tw-text-opacity: 1;
  color: rgb(160 163 189 / var(--tw-text-opacity, 1));
}
.text-Grayscale-600{
  --tw-text-opacity: 1;
  color: rgb(110 113 145 / var(--tw-text-opacity, 1));
}
.text-Grayscale-700{
  --tw-text-opacity: 1;
  color: rgb(78 75 102 / var(--tw-text-opacity, 1));
}
.text-\[\#077E8C\]{
  --tw-text-opacity: 1;
  color: rgb(7 126 140 / var(--tw-text-opacity, 1));
}
.text-\[\#414141\]{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\]{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#A0A3BD\]{
  --tw-text-opacity: 1;
  color: rgb(160 163 189 / var(--tw-text-opacity, 1));
}
.text-\[\#D05730\]{
  --tw-text-opacity: 1;
  color: rgb(208 87 48 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-buttonColor-500{
  --tw-text-opacity: 1;
  color: rgb(20 122 166 / var(--tw-text-opacity, 1));
}
.text-current{
  color: currentColor;
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-primary-1000{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(165 220 241 / var(--tw-text-opacity, 1));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(143 211 238 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(30 167 220 / var(--tw-text-opacity, 1));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(61 198 206 / var(--tw-text-opacity, 1));
}
.text-primary-cyan{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(208 87 48 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/75{
  color: rgb(208 87 48 / 0.75);
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(31 118 110 / var(--tw-text-opacity, 1));
}
.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-secondary-default{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-success-default{
  --tw-text-opacity: 1;
  color: rgb(0 186 136 / var(--tw-text-opacity, 1));
}
.text-success-pending{
  --tw-text-opacity: 1;
  color: rgb(176 186 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-lg{
  --tw-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.13);;
  --tw-shadow-colored: 0px 32px 64px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-orange-700{
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  margin: 0;
  font-family: "Quicksand", "SamsungOne", "Plus Jakarta Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: inherit;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wrapper-x {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 600px) {
  .wrapper-x {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.wrapper-right {
  padding-right: 10vw;
}
.wrapper-left {
  padding-left: 10vw;
}
.two-line {
  overflow: hidden;
  max-height: 3.7rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.two-line-fixed-height {
  overflow: hidden;
  height: 4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
.ra-table {
  height: calc(100vh - 210px);
  position: relative;
}
.ra-table .headers {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.ra-table .headers .rar {
  font-size: 14px;
  font-weight: bold;
}
.ra-table .rar {
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.ra-table .rar .rad {
  word-break: break-word;
  padding: 8px 12px;
  min-width: 110px;
}
.ra-table .rar .student-name {
  min-width: 250px;
}
.ra-table .ra-expandable {
  border-radius: 8px;
  margin: 4px 0;
  padding: 0 4px;
}
.ra-table .ra-expandable .ra-expanded {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  animation: grSlideDown 0.3s;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.student-nav-link.active {
  background: white;
  color: #48cabf;
}
.sidebar-section {
  width: 86px;
}
.student-header {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.ql-editor {
  max-height: 235px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.classroom-lessons-list .mantine-Accordion-content {
  padding: 12px;
}
.classroom-lessons-list .mantine-Accordion-label {
  padding-top: 12px;
  padding-bottom: 12px;
}
.classroom-lessons-list .mantine-Accordion-control {
  padding-right: 12px;
  padding-left: calc(12px + 0.25rem);
}
.search-course-description p {
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .search-course-description p {
    font-size: 1.1rem;
  }
}
.hover\:border-primary-1000:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Grayscale-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F7F7FC\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-1000:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-1000\/10:hover{
  background-color: rgb(21 170 191 / 0.1);
}
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 167 220 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-cyan\/90:hover{
  background-color: rgb(21 170 191 / 0.9);
}
.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.hover\:hover\:bg-primary-1000:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.hover\:text-2xl:hover{
  font-size: 1.5rem;
}
.hover\:text-\[15px\]:hover{
  font-size: 15px;
}
.hover\:text-lg:hover{
  font-size: 1.125rem;
}
.hover\:text-xl:hover{
  font-size: 1.25rem;
}
.hover\:font-medium:hover{
  font-weight: 500;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500\/75:hover{
  color: rgb(59 130 246 / 0.75);
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-1000:hover{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(30 167 220 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-cyan:hover{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(31 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-default:hover{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.13);;
  --tw-shadow-colored: 0px 32px 64px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:transition-all:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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(2px + 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);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 480px){
  .xs\:mt-none{
    margin-top: 0;
  }
  .xs\:min-h-\[500px\]{
    min-height: 500px;
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:flex-col{
    flex-direction: column;
  }
  .xs\:items-center{
    align-items: center;
  }
  .xs\:text-xs{
    font-size: .75rem;
  }
}
@media (min-width: 640px){
  .sm\:ml-sm{
    margin-left: 16px;
  }
  .sm\:mt-none{
    margin-top: 0;
  }
  .sm\:mt-sm{
    margin-top: 16px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-7xl{
    height: 124px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:w-7xl{
    width: 124px;
  }
  .sm\:w-fit{
    width: -webkit-fit-content;
    width: fit-content;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:gap-none{
    gap: 0;
  }
  .sm\:p-md{
    padding: 24px;
  }
  .sm\:pl-xl{
    padding-left: 48px;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
  }
  .sm\:text-sm{
    font-size: .875rem;
  }
}
@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }
  .md\:fixed{
    position: fixed;
  }
  .md\:right-none{
    right: 0;
  }
  .md\:m-none{
    margin: 0;
  }
  .md\:mx-none{
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-sm{
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:my-2xl{
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .md\:my-lg{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md\:my-normal{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:my-sm{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md\:my-xl{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md\:my-xs{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md\:mb-2xl{
    margin-bottom: 64px;
  }
  .md\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:mb-lg{
    margin-bottom: 32px;
  }
  .md\:mb-lgx{
    margin-bottom: 40px;
  }
  .md\:mb-md{
    margin-bottom: 24px;
  }
  .md\:mb-sm{
    margin-bottom: 16px;
  }
  .md\:mb-xs{
    margin-bottom: 8px;
  }
  .md\:ml-4xl{
    margin-left: 84px;
  }
  .md\:ml-5xl{
    margin-left: 96px;
  }
  .md\:ml-none{
    margin-left: 0;
  }
  .md\:ml-sm{
    margin-left: 16px;
  }
  .md\:ml-xl{
    margin-left: 48px;
  }
  .md\:ml-xs{
    margin-left: 8px;
  }
  .md\:mr-normal{
    margin-right: 20px;
  }
  .md\:mt-5xl{
    margin-top: 96px;
  }
  .md\:mt-7xl{
    margin-top: 124px;
  }
  .md\:mt-\[12px\]{
    margin-top: 12px;
  }
  .md\:mt-\[24px\]{
    margin-top: 24px;
  }
  .md\:mt-\[64px\]{
    margin-top: 64px;
  }
  .md\:mt-lg{
    margin-top: 32px;
  }
  .md\:mt-lgx{
    margin-top: 40px;
  }
  .md\:mt-md{
    margin-top: 24px;
  }
  .md\:mt-none{
    margin-top: 0;
  }
  .md\:mt-sm{
    margin-top: 16px;
  }
  .md\:mt-xl{
    margin-top: 48px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[20px\]{
    height: 20px;
  }
  .md\:h-\[38px\]{
    height: 38px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[200px\]{
    max-height: 200px;
  }
  .md\:max-h-\[240px\]{
    max-height: 240px;
  }
  .md\:min-h-\[200px\]{
    min-height: 200px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/6{
    width: 16.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/4{
    width: 50%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-\[20px\]{
    width: 20px;
  }
  .md\:w-\[40px\]{
    width: 40px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:grow{
    flex-grow: 1;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-inputgap{
    gap: 10px;
  }
  .md\:gap-lg{
    gap: 32px;
  }
  .md\:gap-msm{
    gap: 12px;
  }
  .md\:gap-none{
    gap: 0;
  }
  .md\:gap-normal{
    gap: 20px;
  }
  .md\:gap-xs{
    gap: 8px;
  }
  .md\:gap-xxs{
    gap: 4px;
  }
  .md\:p-md{
    padding: 24px;
  }
  .md\:p-msm{
    padding: 12px;
  }
  .md\:p-normal{
    padding: 20px;
  }
  .md\:p-sm{
    padding: 16px;
  }
  .md\:p-xs{
    padding: 8px;
  }
  .md\:px-\[12vw\]{
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .md\:px-md{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-msm{
    padding-left: 12px;
    padding-right: 12px;
  }
  .md\:px-none{
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-sm{
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-xl{
    padding-left: 48px;
    padding-right: 48px;
  }
  .md\:px-xs{
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:py-2xl{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-lg{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:py-msm{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:py-sm{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md\:py-xl{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md\:pb-2xl{
    padding-bottom: 64px;
  }
  .md\:pb-sm{
    padding-bottom: 16px;
  }
  .md\:pl-md{
    padding-left: 24px;
  }
  .md\:pl-none{
    padding-left: 0;
  }
  .md\:pr-3xl{
    padding-right: 72px;
  }
  .md\:pt-2xl{
    padding-top: 64px;
  }
  .md\:pt-msm{
    padding-top: 12px;
  }
  .md\:pt-none{
    padding-top: 0;
  }
  .md\:pt-sm{
    padding-top: 16px;
  }
  .md\:pt-xl{
    padding-top: 48px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
  }
  .md\:text-7xl{
    font-size: 5rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
  }
  .md\:text-sm{
    font-size: .875rem;
  }
  .md\:text-tiny{
    font-size: .875rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:font-semibold{
    font-weight: 600;
  }
}
@media (min-width: 992px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:invisible{
    visibility: hidden;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-none{
    bottom: 0;
  }
  .lg\:right-none{
    right: 0;
  }
  .lg\:top-4xl{
    top: 84px;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:my-2xl{
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .lg\:my-lg{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lg\:my-sm{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lg\:mb-2xl{
    margin-bottom: 64px;
  }
  .lg\:mb-none{
    margin-bottom: 0;
  }
  .lg\:mb-xl{
    margin-bottom: 48px;
  }
  .lg\:mb-xs{
    margin-bottom: 8px;
  }
  .lg\:ml-4xl{
    margin-left: 84px;
  }
  .lg\:ml-\[250px\]{
    margin-left: 250px;
  }
  .lg\:mr-xs{
    margin-right: 8px;
  }
  .lg\:mt-2xl{
    margin-top: 64px;
  }
  .lg\:mt-3xl{
    margin-top: 72px;
  }
  .lg\:mt-7xl{
    margin-top: 124px;
  }
  .lg\:mt-lg{
    margin-top: 32px;
  }
  .lg\:mt-none{
    margin-top: 0;
  }
  .lg\:mt-normal{
    margin-top: 20px;
  }
  .lg\:mt-sm{
    margin-top: 16px;
  }
  .lg\:mt-xl{
    margin-top: 48px;
  }
  .lg\:mt-xs{
    margin-top: 8px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-6xl{
    height: 108px;
  }
  .lg\:h-\[35px\]{
    height: 35px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:min-h-none{
    min-height: 0;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-\[17\%\]{
    width: 17%;
  }
  .lg\:w-\[20\%\]{
    width: 20%;
  }
  .lg\:w-\[23\%\]{
    width: 23%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[35px\]{
    width: 35px;
  }
  .lg\:w-\[5\%\]{
    width: 5%;
  }
  .lg\:w-\[8\%\]{
    width: 8%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-fit{
    width: -webkit-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[394px\]{
    max-width: 394px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-2xl{
    gap: 64px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-lg{
    gap: 32px;
  }
  .lg\:gap-none{
    gap: 0;
  }
  .lg\:gap-normal{
    gap: 20px;
  }
  .lg\:gap-sm{
    gap: 16px;
  }
  .lg\:gap-xl{
    gap: 48px;
  }
  .lg\:rounded-md{
    border-radius: 0.375rem;
  }
  .lg\:p-md{
    padding: 24px;
  }
  .lg\:p-sm{
    padding: 16px;
  }
  .lg\:px-3xl{
    padding-left: 72px;
    padding-right: 72px;
  }
  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-md{
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:px-none{
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-sm{
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-xl{
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg\:px-xs{
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:py-2xl{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg\:py-lg{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg\:py-md{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg\:py-xl{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg\:py-xs{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:pb-2xl{
    padding-bottom: 64px;
  }
  .lg\:pl-3xl{
    padding-left: 72px;
  }
  .lg\:pl-lg{
    padding-left: 32px;
  }
  .lg\:pl-md{
    padding-left: 24px;
  }
  .lg\:pl-none{
    padding-left: 0;
  }
  .lg\:pr-3xl{
    padding-right: 72px;
  }
  .lg\:pr-lg{
    padding-right: 32px;
  }
  .lg\:pr-normal{
    padding-right: 20px;
  }
  .lg\:pr-xl{
    padding-right: 48px;
  }
  .lg\:pt-2xl{
    padding-top: 64px;
  }
  .lg\:pt-md{
    padding-top: 24px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-start{
    text-align: start;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
  }
  .lg\:text-6xl{
    font-size: 4rem;
  }
  .lg\:text-base{
    font-size: 1rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
  }
  .lg\:text-sm{
    font-size: .875rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:font-normal{
    font-weight: 400;
  }
}
@media (min-width: 1280px){
  .xl\:m-xs{
    margin: 8px;
  }
  .xl\:mt-none{
    margin-top: 0;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-\[44px\]{
    height: 44px;
  }
  .xl\:h-\[60px\]{
    height: 60px;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-\[223px\]{
    width: 223px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-none{
    gap: 0;
  }
  .xl\:text-base{
    font-size: 1rem;
  }
}
@media (min-width: 1440px){
  .xxl\:text-5xl{
    font-size: 3rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:text-6xl{
    font-size: 4rem;
  }
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=ReactToastify.css.map */


/*!
 * 
 *  * Copyright (c) 2023 TechAxis.
 *  * All rights reserved.
 *  * Redistribution and use in source and binary forms, with or without modification, are not permitted.
 *
 */
.container{
  width: 100%;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.bottom-3xl{
  bottom: 72px;
}
.bottom-7xl{
  bottom: 124px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.bottom-none{
  bottom: 0;
}
.bottom-xl{
  bottom: 48px;
}
.bottom-xs{
  bottom: 8px;
}
.left-none{
  left: 0;
}
.right-\[336px\]{
  right: 336px;
}
.right-md{
  right: 24px;
}
.right-msm{
  right: 12px;
}
.right-none{
  right: 0;
}
.right-sm{
  right: 16px;
}
.right-xl{
  right: 48px;
}
.top-\[-17px\]{
  top: -17px;
}
.top-\[-9px\]{
  top: -9px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[34px\]{
  top: 34px;
}
.top-\[70px\]{
  top: 70px;
}
.top-\[74px\]{
  top: 74px;
}
.top-\[86px\]{
  top: 86px;
}
.top-msm{
  top: 12px;
}
.top-none{
  top: 0;
}
.top-sm{
  top: 16px;
}
.top-xl{
  top: 48px;
}
.top-xs{
  top: 8px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.m-\[0px\]{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.m-none{
  margin: 0;
}
.m-sm{
  margin: 16px;
}
.m-xs{
  margin: 8px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-lg{
  margin-left: 32px;
  margin-right: 32px;
}
.mx-md{
  margin-left: 24px;
  margin-right: 24px;
}
.mx-none{
  margin-left: 0;
  margin-right: 0;
}
.mx-sm{
  margin-left: 16px;
  margin-right: 16px;
}
.mx-xl{
  margin-left: 48px;
  margin-right: 48px;
}
.mx-xs{
  margin-left: 8px;
  margin-right: 8px;
}
.my-2xl{
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[14px\]{
  margin-top: 14px;
  margin-bottom: 14px;
}
.my-\[32px\]{
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-inputgap{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-lg{
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-md{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-msm{
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-normal{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-sm{
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-xl{
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-xs{
  margin-top: 8px;
  margin-bottom: 8px;
}
.-mb-7xl{
  margin-bottom: -124px;
}
.-mb-\[300px\]{
  margin-bottom: -300px;
}
.mb-3xl{
  margin-bottom: 72px;
}
.mb-\[-100px\]{
  margin-bottom: -100px;
}
.mb-\[-40px\]{
  margin-bottom: -40px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[44px\]{
  margin-bottom: 44px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-inputgap{
  margin-bottom: 10px;
}
.mb-lg{
  margin-bottom: 32px;
}
.mb-lgx{
  margin-bottom: 40px;
}
.mb-md{
  margin-bottom: 24px;
}
.mb-msm{
  margin-bottom: 12px;
}
.mb-none{
  margin-bottom: 0;
}
.mb-normal{
  margin-bottom: 20px;
}
.mb-sm{
  margin-bottom: 16px;
}
.mb-xl{
  margin-bottom: 48px;
}
.mb-xs{
  margin-bottom: 8px;
}
.mb-xxs{
  margin-bottom: 4px;
}
.ml-2xl{
  margin-left: 64px;
}
.ml-4xl{
  margin-left: 84px;
}
.ml-\[1097px\]{
  margin-left: 1097px;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[1100px\]{
  margin-left: 1100px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[18px\]{
  margin-left: 18px;
}
.ml-\[24px\]{
  margin-left: 24px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[35px\]{
  margin-left: 35px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[700px\]{
  margin-left: 700px;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.ml-auto{
  margin-left: auto;
}
.ml-inputgap{
  margin-left: 10px;
}
.ml-lg{
  margin-left: 32px;
}
.ml-md{
  margin-left: 24px;
}
.ml-none{
  margin-left: 0;
}
.ml-sm{
  margin-left: 16px;
}
.ml-xs{
  margin-left: 8px;
}
.ml-xxs{
  margin-left: 4px;
}
.mr-3xl{
  margin-right: 72px;
}
.mr-7xl{
  margin-right: 124px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[30px\]{
  margin-right: 30px;
}
.mr-\[4px\]{
  margin-right: 4px;
}
.mr-\[63px\]{
  margin-right: 63px;
}
.mr-\[64px\]{
  margin-right: 64px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mr-lg{
  margin-right: 32px;
}
.mr-md{
  margin-right: 24px;
}
.mr-none{
  margin-right: 0;
}
.mr-normal{
  margin-right: 20px;
}
.mr-sm{
  margin-right: 16px;
}
.mr-xl{
  margin-right: 48px;
}
.mr-xs{
  margin-right: 8px;
}
.mr-xxs{
  margin-right: 4px;
}
.mt-2xl{
  margin-top: 64px;
}
.mt-3xl{
  margin-top: 72px;
}
.mt-4xl{
  margin-top: 84px;
}
.mt-5xl{
  margin-top: 96px;
}
.mt-\[-124px\]{
  margin-top: -124px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[95px\]{
  margin-top: 95px;
}
.mt-auto{
  margin-top: auto;
}
.mt-inputgap{
  margin-top: 10px;
}
.mt-lg{
  margin-top: 32px;
}
.mt-md{
  margin-top: 24px;
}
.mt-msm{
  margin-top: 12px;
}
.mt-none{
  margin-top: 0;
}
.mt-normal{
  margin-top: 20px;
}
.mt-sm{
  margin-top: 16px;
}
.mt-xl{
  margin-top: 48px;
}
.mt-xs{
  margin-top: 8px;
}
.mt-xxs{
  margin-top: 4px;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-2xl{
  height: 64px;
}
.h-4xl{
  height: 84px;
}
.h-6xl{
  height: 108px;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[1000px\]{
  height: 1000px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[145px\]{
  height: 145px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[435px\]{
  height: 435px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[80px\]{
  height: 80px;
}
.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-lg{
  height: 32px;
}
.h-md{
  height: 24px;
}
.h-screen{
  height: 100vh;
}
.h-xl{
  height: 48px;
}
.max-h-\[166px\]{
  max-height: 166px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[580px\]{
  min-height: 580px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/4{
  width: 50%;
}
.w-2\/5{
  width: 40%;
}
.w-2\/6{
  width: 33.333333%;
}
.w-2xl{
  width: 64px;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-4\/12{
  width: 33.333333%;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-4xl{
  width: 84px;
}
.w-6\/12{
  width: 50%;
}
.w-6xl{
  width: 108px;
}
.w-7xl{
  width: 124px;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[\%\]{
  width: %;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[16vw\]{
  width: 16vw;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[68\%\]{
  width: 68%;
}
.w-\[750px\]{
  width: 750px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[900px\]{
  width: 900px;
}
.w-full{
  width: 100%;
}
.w-lg{
  width: 32px;
}
.w-max{
  width: -webkit-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.w-sm{
  width: 16px;
}
.w-xl{
  width: 48px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-full{
  flex-basis: 100%;
}
.table-fixed{
  table-layout: fixed;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.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));
}
@keyframes blink{
  0%, 100%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
}
.animate-blink{
  animation: blink 1s steps(2, start) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2xl{
  gap: 64px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-inputgap{
  gap: 10px;
}
.gap-lg{
  gap: 32px;
}
.gap-md{
  gap: 24px;
}
.gap-msm{
  gap: 12px;
}
.gap-none{
  gap: 0;
}
.gap-normal{
  gap: 20px;
}
.gap-sm{
  gap: 16px;
}
.gap-xl{
  gap: 48px;
}
.gap-xs{
  gap: 8px;
}
.gap-xxs{
  gap: 4px;
}
.space-y-sm > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[100px\]{
  border-bottom-right-radius: 100px;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.rounded-tl-\[100px\]{
  border-top-left-radius: 100px;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-Grayscale-300{
  --tw-border-opacity: 1;
  border-color: rgb(239 240 246 / var(--tw-border-opacity, 1));
}
.border-Grayscale-400{
  --tw-border-opacity: 1;
  border-color: rgb(217 219 233 / var(--tw-border-opacity, 1));
}
.border-GrayscaleB-500{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 252 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-primary-1000{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.border-primary-1000\/30{
  border-color: rgb(21 170 191 / 0.3);
}
.border-primary-cyan{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.border-primary-cyan\/50{
  border-color: rgb(21 170 191 / 0.5);
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.bg-Grayscale-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-200{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-300{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 246 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-400{
  --tw-bg-opacity: 1;
  background-color: rgb(217 219 233 / var(--tw-bg-opacity, 1));
}
.bg-Grayscale-600{
  --tw-bg-opacity: 1;
  background-color: rgb(110 113 145 / var(--tw-bg-opacity, 1));
}
.bg-GrayscaleB-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#077E8C\]\/30{
  background-color: rgb(7 126 140 / 0.3);
}
.bg-\[\#EFF0F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-buttonColor-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 122 166 / var(--tw-bg-opacity, 1));
}
.bg-courseCreateBg-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}
.bg-inputBackground-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 246 / var(--tw-bg-opacity, 1));
}
.bg-offwhite-500{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-primary-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(30 167 220 / var(--tw-bg-opacity, 1));
}
.bg-primary-cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.bg-primary-cyan\/50{
  background-color: rgb(21 170 191 / 0.5);
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-secondary-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(113 214 205 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-success-default\/30{
  background-color: rgb(0 186 136 / 0.3);
}
.bg-success-pending\/30{
  background-color: rgb(176 186 0 / 0.3);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.\!stroke-primary-700{
  stroke: #1ea7dc !important;
}
.stroke-white{
  stroke: #fff;
}
.stroke-2{
  stroke-width: 2;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-fill{
  object-fit: fill;
}
.object-center{
  object-position: center;
}
.p-2xl{
  padding: 64px;
}
.p-\[100px\]{
  padding: 100px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[8px\]{
  padding: 8px;
}
.p-inputgap{
  padding: 10px;
}
.p-lg{
  padding: 32px;
}
.p-md{
  padding: 24px;
}
.p-msm{
  padding: 12px;
}
.p-none{
  padding: 0;
}
.p-normal{
  padding: 20px;
}
.p-sm{
  padding: 16px;
}
.p-xl{
  padding: 48px;
}
.p-xs{
  padding: 8px;
}
.p-xxs{
  padding: 4px;
}
.px-4xl{
  padding-left: 84px;
  padding-right: 84px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-inputgap{
  padding-left: 10px;
  padding-right: 10px;
}
.px-lg{
  padding-left: 32px;
  padding-right: 32px;
}
.px-lgx{
  padding-left: 40px;
  padding-right: 40px;
}
.px-md{
  padding-left: 24px;
  padding-right: 24px;
}
.px-msm{
  padding-left: 12px;
  padding-right: 12px;
}
.px-none{
  padding-left: 0;
  padding-right: 0;
}
.px-sm{
  padding-left: 16px;
  padding-right: 16px;
}
.px-xs{
  padding-left: 8px;
  padding-right: 8px;
}
.py-2xl{
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-inputgap{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-lg{
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-md{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-msm{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-none{
  padding-top: 0;
  padding-bottom: 0;
}
.py-normal{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-sm{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-xl{
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-xs{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-xxs{
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-md{
  padding-bottom: 24px;
}
.pb-msm{
  padding-bottom: 12px;
}
.pb-sm{
  padding-bottom: 16px;
}
.pb-xl{
  padding-bottom: 48px;
}
.pb-xs{
  padding-bottom: 8px;
}
.pb-xxs{
  padding-bottom: 4px;
}
.pl-md{
  padding-left: 24px;
}
.pl-msm{
  padding-left: 12px;
}
.pl-none{
  padding-left: 0;
}
.pl-sm{
  padding-left: 16px;
}
.pl-xl{
  padding-left: 48px;
}
.pl-xs{
  padding-left: 8px;
}
.pr-lg{
  padding-right: 32px;
}
.pr-md{
  padding-right: 24px;
}
.pr-none{
  padding-right: 0;
}
.pr-sm{
  padding-right: 16px;
}
.pr-xl{
  padding-right: 48px;
}
.pr-xs{
  padding-right: 8px;
}
.pt-3xl{
  padding-top: 72px;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-inputgap{
  padding-top: 10px;
}
.pt-lg{
  padding-top: 32px;
}
.pt-md{
  padding-top: 24px;
}
.pt-msm{
  padding-top: 12px;
}
.pt-none{
  padding-top: 0;
}
.pt-sm{
  padding-top: 16px;
}
.pt-xs{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
}
.text-7xl{
  font-size: 5rem;
}
.text-\[1\.1125rem\]{
  font-size: 1.1125rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: .875rem;
}
.text-tiny{
  font-size: .875rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: .75rem;
}
.\!font-extrabold{
  font-weight: 800 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[0\.25px\]{
  letter-spacing: 0.25px;
}
.tracking-\[0\.75px\]{
  letter-spacing: 0.75px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-Grayscale-100{
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-Grayscale-500{
  --tw-text-opacity: 1;
  color: rgb(160 163 189 / var(--tw-text-opacity, 1));
}
.text-Grayscale-600{
  --tw-text-opacity: 1;
  color: rgb(110 113 145 / var(--tw-text-opacity, 1));
}
.text-Grayscale-700{
  --tw-text-opacity: 1;
  color: rgb(78 75 102 / var(--tw-text-opacity, 1));
}
.text-\[\#077E8C\]{
  --tw-text-opacity: 1;
  color: rgb(7 126 140 / var(--tw-text-opacity, 1));
}
.text-\[\#414141\]{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\]{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#A0A3BD\]{
  --tw-text-opacity: 1;
  color: rgb(160 163 189 / var(--tw-text-opacity, 1));
}
.text-\[\#D05730\]{
  --tw-text-opacity: 1;
  color: rgb(208 87 48 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-buttonColor-500{
  --tw-text-opacity: 1;
  color: rgb(20 122 166 / var(--tw-text-opacity, 1));
}
.text-current{
  color: currentColor;
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-primary-1000{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(165 220 241 / var(--tw-text-opacity, 1));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(143 211 238 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(30 167 220 / var(--tw-text-opacity, 1));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(61 198 206 / var(--tw-text-opacity, 1));
}
.text-primary-cyan{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(208 87 48 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/75{
  color: rgb(208 87 48 / 0.75);
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(31 118 110 / var(--tw-text-opacity, 1));
}
.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-secondary-default{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-success-default{
  --tw-text-opacity: 1;
  color: rgb(0 186 136 / var(--tw-text-opacity, 1));
}
.text-success-pending{
  --tw-text-opacity: 1;
  color: rgb(176 186 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-lg{
  --tw-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.13);;
  --tw-shadow-colored: 0px 32px 64px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-orange-700{
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body,
* {
  font-family: "Quicksand", "SamsungOne", "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.App {
  text-align: center;
}
.logo {
  height: 80px;
  padding: 12px 0px;
}
.logo img {
  height: 50px;
}
.logo-small {
  height: 58px;
}
.logo-small img {
  height: 100%;
  width: 100%;
}
/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input::placeholder {
  color: #a0a3bd;
}
input {
  color: #1f1f1f;
}
.flex-searchsidenavbar {
  flex: 0.5;
}
.searchresults {
  flex: 2;
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.onboarding-stepper .mantine-Stepper-steps {
  width: 25%;
}
.onboarding-stepper .mantine-Stepper-content {
  width: 75%;
}
.onboarding-stepper .mantine-Stepper-stepLabel {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.75px;
  line-height: 28px;
  color: #1f1f1f;
  margin: 0;
}
.onboarding-stepper .mantine-Stepper-stepDescription {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 38px;
  color: #414141;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .add-course-stepper .mantine-Stepper-steps {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
  }
  .add-course-stepper .mantine-Stepper-content {
    width: 100%;
    padding-top: 0;
  }
  .add-course-stepper .mantine-Stepper-stepBody {
    margin-top: 8px;
  }
}
input[aria-label="input component"] {
  height: 36px;
  -webkit-tap-highlight-color: transparent;
  line-height: 34px;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  color: #000;
  display: block;
  text-align: left;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #f1f3f5;
}
input[aria-label="input component"]:focus, input[aria-label="input component"]:active {
  outline: 0;
  border-color: #3f3fca;
}
.no-text-decoration {
  text-decoration: none;
}
.menu-link {
  text-decoration: none;
  color: #282c34;
}
.dark-mode-button {
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  outline: 0;
  width: 100%;
  text-align: left;
  color: #282c34;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.dark .text-gray-50 {
  color: white;
}
.dark .text-gray-100 {
  color: white;
}
.dark .text-gray-200 {
  color: white;
}
.dark .text-gray-300 {
  color: white;
}
.dark .text-gray-400 {
  color: white;
}
.dark .text-gray-500 {
  color: white;
}
.dark .text-gray-600 {
  color: white;
}
.dark .text-gray-700 {
  color: white;
}
.dark .text-gray-800 {
  color: white;
}
.dark .text-gray-900 {
  color: white;
}
@media only screen and (min-width: 992px) {
  .add-course-stepper .mantine-Stepper-steps {
    width: 20%;
    position: fixed;
    top: 55px;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
    flex-direction: column;
    background-color: #f7f7fc;
  }
  .add-course-stepper .mantine-Stepper-content {
    width: 100%;
    padding-top: 0;
    padding-left: 22%;
  }
  .add-course-stepper .mantine-Stepper-stepBody {
    margin-top: 8px;
  }
}
.form-errors {
  font-size: 12px;
  margin-top: 5px;
  color: #fa5252;
}
.form-error-field input {
  border-color: #fa5252;
}
@media only screen and (min-width: 992px) {
  .LessonModal .mantine-Modal-inner .mantine-1plqyp {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 28px 23px -7px, rgba(0, 0, 0, 0.04) 0px 12px 12px -7px;
    position: relative;
    width: 100% !important;
    max-width: 715px;
    height: 600px;
    outline: 0;
    background-color: #fff;
    z-index: 1;
    padding: 32px;
  }
}
.description-height .mantine-14eweac .mantine-12sbrde .mantine-sj7kbr {
  height: 100px;
}
.dropzone .mantine-cptvuk {
  padding: 0px;
  background: transparent;
  border: 1px dashed #9f9f9f;
  stroke-dasharray: 11, 11;
  border-radius: 8px;
}
.dropzone-course .mantine-cptvuk {
  padding: 0px;
  background: transparent;
  border: 1px dashed #9f9f9f;
  stroke-dasharray: 11, 11;
  border-radius: 8px;
}
.dropzone-course .mantine-3s2xhv {
  display: flex;
  flex-direction: column;
}
.dropzone-course .mantine-sj7kbr {
  background-color: #eff0f6;
}
.dropzone-course .mantine-3s2xhv {
  gap: 24px;
}
.dropzone-course .mantine-107fxtn,
.dropzone-course .mantine-dklxbd,
.dropzone-course .mantine-12gj4br,
.dropzone-course .mantine-2wsw6i {
  background-color: #f7f7fc;
}
.dropzone-course .mantine-2wsw6i {
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  font-weight: 400;
}
.dropzone-course .mantine-lfjkdj {
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  font-weight: 400;
  padding: 24px 0px 24px 24px;
  background-color: #eff0f6;
}
.dropzone-course .multiselect input {
  padding: 12px 12px;
}
.experience-description .mantine-14eweac .mantine-12sbrde .mantine-sj7kbr {
  height: 100px;
}
.tab-active {
  border-bottom: 2px solid darkblue;
}
.tab-active-full {
  background: #4251d8;
  color: white;
}
.t-badge-red {
  color: #c30052 !important;
}
.bg-badge-red {
  background-color: rgba(195, 0, 82, 0.2);
}
.red-pill {
  color: #c30052 !important;
  background-color: rgba(195, 0, 82, 0.2);
}
.green-pill {
  color: #3b00c3 !important;
  background-color: lightgreen !important;
}
.tabs .mantine-1hfjdaf .mantine-o8x4z2 {
  border-bottom: 0px solid #dee2e6;
}
.student-list .mantine-1hfjdaf .mantine-o8x4z2 {
  border-bottom: 0px solid #dee2e6;
}
.qualification-timeline-card .mantine-1d6e84m {
  padding-left: 0px;
  display: flex;
  align-items: center;
}
.qualification-timeline-card .mantine-jhrcgv {
  position: relative;
  height: 40px;
  width: 40px;
}
.qualification-timeline-card .mantine-1s8spa1 {
  width: 100%;
}
.mantine-1d6e84m::before {
  box-sizing: border-box;
  position: absolute;
  top: 66px;
  left: 4px;
  right: auto;
  bottom: -100px;
  border-left: 4px solid #dee2e6;
  content: "";
  display: none;
}
.multi-select-batch input {
  border: 0px;
  background: #eff0f7;
  padding: 28px 25px;
  border-radius: 8px;
}
.course-bar::-webkit-scrollbar {
  display: none;
}
.mantine-1s8spa1 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 28px;
  color: #414141;
  letter-spacing: 0.75px;
}
.mantine-5gunbw {
  background-color: #147aa6;
}
.mantine-1tp4eeh {
  width: 100%;
}
.mantine-29iyzf thead tr th {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #1f1f1f;
}
.mantine-29iyzf td:last-child,
.mantine-29iyzf th:last-child {
  text-align: end;
}
.mantine-5ftlga {
  width: 82px;
  min-width: 82px;
}
.task-table tr th {
  text-align: start;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #1f1f1f;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #d9dbe9;
}
.task-table tr td {
  padding: 8px;
}
.task-table tbody tr:hover {
  background-color: #f7f7fc;
}
.task-table tbody td{
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.task-table .mantine-1xmqllp {
  padding: 0px;
}
.task-table .onboarding-input .mantine-td2gl1 {
  padding: 0px;
}
.task-table .onboarding-input input {
  padding: 8px 24px 8px 24px;
  background-color: #eff0f6;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
  border-radius: 8px;
  border: none;
}
.task-table .onboarding-input input:focus {
  outline: none;
}
.task-table .onboarding-input .mantine-td2gl1 {
  border: 0px;
}
.mantine-1xmqllp {
  padding-top: 0px;
}
.onb {
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  border: 0px;
  background-color: #eff0f6;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
}
._4GdcU:hover {
  background-color: transparent !important;
}
._4GdcU {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.75px;
  color: #4e4b66;
  padding: 0px !important;
  margin: 0px 16px 0px 0px !important;
}
.lecture {
  font-weight: 400 !important;
  font-size: 18px;
}
._IYz6Z {
  align-items: center;
}
.mantine-1baamvc {
  margin-right: 8px;
}
._NGZSv {
  min-width: 0px !important;
  width: 22px;
  height: 22px;
  background-color: transparent !important;
  color: #424242 !important;
}
.lecture-border {
  border-bottom: 1px solid #d9dbe9;
}
.assign-task-modal .mantine-Modal-header {
  margin-bottom: 8px;
}
.assign-task-details .mantine-ittua2 {
  font-family: poppins;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #1f1f1f;
}
.filecss {
  /* Featured icon */
  width: 69px;
  height: 69px;
  /* Success/100 */
  background: #d1fadf;
  /* Success/50 */
  border: 11.5px solid #ecfdf3;
  border-radius: 40.25px;
}
.popup-detail .title-assignment {
  /* Desktop/Link Medium */
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  /* identical to box height, or 189% */
  letter-spacing: 0.75px;
  /* Secondary/Dark */
  color: #1f1f1f;
}
.popup-detail .course-title {
  /* Desktop/Text Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 28px;
  /* identical to box height, or 175% */
  letter-spacing: 0.75px;
  /* Secondary/Default */
  color: #414141;
}
.popup-detail .section-title {
  width: 162px;
  height: 30px;
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.75px;
  /* Secondary/Dark */
  color: #1f1f1f;
}
.popup-detail .lesson-title {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.75px;
  /* Secondary/Dark */
  color: #1f1f1f;
}
.submission_start {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 16px 0px 0px;
  gap: 24px;
  /* Inside auto layout */
}
.submission_start .submit_details {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 16px;
  gap: 12px;
}
.submission_start .submit_details .submit_detail {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 28px;
  /* identical to box height, or 175% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.75px;
  /* Secondary/Dark */
  color: #1f1f1f;
}
.submission_start .submit_details .submission_description {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  letter-spacing: 0.75px;
  /* Secondary/Default */
  color: #414141;
}
.file_submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
  /* Grayscale/Off-white */
  background: #fcfcfc;
  border-radius: 6px;
}
.submission_tab {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
.review_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 10px;
  border-radius: 10px;
}
.review_tab .review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 16px;
  gap: 12px;
  /* Inside auto layout */
}
.review_tab .review .review_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
}
.review_tab .review .review_desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
}
.review_tab .review .review_desc .desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}
.status_detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  gap: 16px;
}
.status_detail .date_submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}
.status_detail .date_submit .taskdate {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.75px;
  /* Secondary/Default */
  color: #414141;
}
.status_detail .date_submit .date {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 28px;
  /* identical to box height, or 175% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.75px;
  /* Secondary/Dark */
  color: #1f1f1f;
}
.status_detail .date_submit .taskdeadline {
  /* Desktop/Text Small */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.75px;
  /* Secondary/Default */
  color: #414141;
}
.landing-footer .nav-item,
.landing-footer .nav-item a {
  color: white;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (min-width: 767px) {
  .sidebar-settings-menu-stack {
    display: none;
  }
}
.mantine-AppShell-main {
  overflow: hidden;
  width: 100%;
  min-height: unset !important;
  max-width: 100vw;
}
@media (max-width: 768px) {
  .mantine-AppShell-main {
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
  .teacher-main-body,
  .student-main-body {
    width: 100vw !important;
  }
  .mantine-Navbar-root,
  .sidebar-section {
    bottom: 0;
    width: 100vw;
    position: fixed !important;
    height: 70px !important;
    top: unset !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 99999;
  }
  .mantine-Navbar-root .sidebar-content,
  .sidebar-section .sidebar-content {
    width: 100%;
  }
  .mantine-Navbar-root .mantine-Stack-root,
  .mantine-Navbar-root .sidebar-content,
  .sidebar-section .mantine-Stack-root,
  .sidebar-section .sidebar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0 !important;
    flex: unset;
  }
  .mantine-Navbar-root .logo-small,
  .sidebar-section .logo-small {
    display: none;
  }
  .mantine-Navbar-root ul,
  .sidebar-section ul {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    margin-top: 0 !important;
  }
  .mantine-Navbar-root .sidebar-settings-menu,
  .sidebar-section .sidebar-settings-menu {
    display: none;
  }
  .mantine-Navbar-root .settings-btn,
  .sidebar-section .settings-btn {
    margin-top: 0 !important;
  }
  .mantine-Navbar-root .sidenav-logout-btn,
  .sidebar-section .sidenav-logout-btn {
    display: none;
  }
  .mantine-Navbar-root .logo-small,
  .sidebar-section .logo-small {
    height: 50px !important;
  }
}
.mantine-AppShell-body {
  background: #f7f7fc;
}
.student-nav {
  background: linear-gradient(#34c5b8, #21a8db);
}
.btn-gradient {
  background: linear-gradient(#21a8db, #34c5b8) !important;
}
.btn-gradient:hover {
  background: linear-gradient(#34c5b8, #21a8db) !important;
}
.classroom-chat-header {
  background: linear-gradient(270deg, #21a8db, #34c5b8) !important;
}
.search-btn svg {
  stroke: #adb5c1;
}
.batch-image {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.mantine-Radio-label {
  font-weight: 500;
}
.active-tabs[data-active] {
  color: #3cc3cf !important;
}
.popup-modal section {
  overflow-y: visible;
  flex: none;
  width: -webkit-fit-content;
  width: fit-content;
}
.studentEnrollSection {
  background-image: url(/assets/cover2-55837e20.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.becomeTeacherSection {
  background-image: url(/assets/teacher-eb88640c.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.flipped-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.flipped-content-wrapper .flipped-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flipped-content-wrapper .flipped-content .flipped-content-text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-wrapper .flipped-content .flipped-content-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-text {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flipped-content-wrapper:hover .flipped-content {
  transform: rotateY(180deg);
}
.flipped-content-wrapper {
  position: relative;
}
.flipped-content-wrapper .flipped-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flipped-content-wrapper .flipped-content .flipped-content-text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-wrapper .flipped-content .flipped-content-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-text {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flipped-content-wrapper:hover .flipped-content {
  transform: rotateY(180deg);
}
.flipped-content-wrapper1 {
  position: relative;
  aspect-ratio: 285/336;
}
.flipped-content-wrapper1 .flipped-content1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flipped-content-wrapper1 .flipped-content1 .flipped-content-text1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-wrapper1 .flipped-content1 .flipped-content-image1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipped-content-text1 {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flipped-content-wrapper1:hover .flipped-content1 {
  transform: rotateY(180deg);
}
.triangle-bottomleft {
  width: 100%;
  height: 100%;
  background: #3ec7cc;
  aspect-ratio: 590/509;
  -webkit-clip-path: polygon(0 0, 0% 100%, 90% 100%);
          clip-path: polygon(0 0, 0% 100%, 90% 100%);
}
.height-unset {
  height: unset;
}
ul.objective {
  list-style: none;
}
ul.objective li:before {
  content: "✓";
  margin-right: 10px;
  stroke-width: 1px;
  stroke: #147aa6;
}
.custom-textarea {
  position: relative;
}
.iconsmile {
  position: absolute;
  bottom: 25px;
  right: 40px;
  color: #888;
}
.iconsend {
  position: absolute;
  bottom: 25px;
  right: 10px;
  color: #888;
}
.tabs-wrapper {
  height: 54px; /* Set the height of the tabs */
}
.tabs-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white; /* Adjust background color as needed */
  z-index: 1;
}
.checkmark {
  color: #147aa6;
}
.left-side > div:first-child {
  height: 75%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.left-side > div:nth-child(2) {
  height: 25%;
}
.tutor-slider .right-side > div:first-child {
  height: 60%;
}
.tutor-slider .right-side > div:nth-child(2) {
  height: 40%;
}
.tutor-slider .left-side > div:first-child {
  height: 40%;
}
.tutor-slider .left-side > div:nth-child(2) {
  height: 60%;
}
.left-side .flipped-content-wrapper:nth-child(1) .flipped-content:nth-child(1) .flipped-content-text {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.left-side .flipped-content-wrapper:nth-child(1) .flipped-content:nth-child(1) .flipped-content-image img {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.left-side .flipped-content-wrapper:nth-child(2) .flipped-content:nth-child(1) .flipped-content-text {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.left-side .flipped-content-wrapper:nth-child(2) .flipped-content:nth-child(1) .flipped-content-image img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.right-side .flipped-content-wrapper:nth-child(1) .flipped-content:nth-child(1) .flipped-content-text {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.right-side .flipped-content-wrapper:nth-child(1) .flipped-content:nth-child(1) .flipped-content-image img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.right-side .flipped-content-wrapper:nth-child(2) .flipped-content:nth-child(1) .flipped-content-text {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.right-side .flipped-content-wrapper:nth-child(2) .flipped-content:nth-child(1) .flipped-content-image img {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.tutors-carousel {
  height: 100%;
  aspect-ratio: 586/562;
}
.bg-light-gray {
  background-color: #fcfcfc;
}
.auth-section {
  height: 100vh;
}
.login-content {
  padding-left: 10vw;
}
.accord-label .mantine-1a7mhom {
  color: inherit;
  font-weight: 400;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (max-width: 992px) {
  .mantine-zw90ku p {
    margin-bottom: 16px;
  }
}
.mantine-zw90ku p {
  margin-bottom: 16px;
}
.course-accordion .mantine-Accordion-content {
  padding: 0px;
}
.mantine-i6pqlq + .mantine-i6pqlq {
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .faq-accordion-control .mantine-Accordion-label {
    padding: 8px 0px;
  }
  .faq-accordion-panel .mantine-Accordion-content {
    padding: 8px 0px;
  }
}
.submenuCourse-Accordion .mantine-Accordion-content {
  padding: 0px 0px 0px 16px;
}
.priceRadio .mantine-Radio-label {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
}
@media screen and (max-width: 992px) {
  .add-course-stepper .mantine-Stepper-content {
    width: 100%;
  }
}
.teacherPosition {
  min-height: 150px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .teacherPosition {
    aspect-ratio: 1220/206;
  }
}
.classroom-tab::-webkit-scrollbar {
  display: none;
}
.classroom-accordion-assignment::-webkit-scrollbar {
  display: none;
}
.classroom-breadcrumb::-webkit-scrollbar {
  display: none;
}
.blog-tab::-webkit-scrollbar {
  display: none;
}
.course-carousel .mantine-Carousel-controls {
  padding-left: 0px;
  padding-right: 0px;
}
.btn-classroom-assignment .mantine-Button-label,
.btn-classroom-resources .mantine-Button-label {
  font-size: 12px;
}
.tutors-carousel .mantine-Carousel-indicators {
  bottom: -32px;
}
.tutors-carousel .mantine-Carousel-indicators .mantine-Carousel-indicator {
  background-color: #147aa6;
}
.partner-carousel .mantine-Carousel-indicators {
  bottom: -12px;
}
.partner-carousel .mantine-Carousel-indicators .mantine-Carousel-indicator {
  background-color: #147aa6;
}
.gradient-certificate {
  background: linear-gradient(0deg, #21abd7 0%, rgba(49, 193, 188, 0.6) 100%);
}
.certificate {
  height: calc(100vh - 118px);
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px; /* Set your desired width */
}
.redcolortext {
  color: red;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.limited-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.limited-text-bio {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.teacher-classroom-scrollbar::-webkit-scrollbar {
  display: none;
}
.video-conferencing-container > div {
  height: 100.7vh !important;
}
.classroom-chat-input {
  display: flex;
  flex-direction: column-reverse;
}
.classroom-chat-input .ProseMirror {
  padding: 4px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 200px;
}
.text-max-width {
  max-width: 200px;
  word-break: break-word;
}
.message-box .is-empty {
  display: none !important;
}
.message-box p {
  margin: 0 !important;
}
.mantine-RichTextEditor-toolbar {
  z-index: 0;
}
.testimonial-container {
  position: relative;
}
.testimonial-container .mantine-Carousel-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonial-container:hover .mantine-Carousel-controls {
  opacity: 1;
}
.hover\:border-primary-1000:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 170 191 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Grayscale-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F7F7FC\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-1000:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-1000\/10:hover{
  background-color: rgb(21 170 191 / 0.1);
}
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 167 220 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-cyan\/90:hover{
  background-color: rgb(21 170 191 / 0.9);
}
.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.hover\:hover\:bg-primary-1000:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 170 191 / var(--tw-bg-opacity, 1));
}
.hover\:text-2xl:hover{
  font-size: 1.5rem;
}
.hover\:text-\[15px\]:hover{
  font-size: 15px;
}
.hover\:text-lg:hover{
  font-size: 1.125rem;
}
.hover\:text-xl:hover{
  font-size: 1.25rem;
}
.hover\:font-medium:hover{
  font-weight: 500;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500\/75:hover{
  color: rgb(59 130 246 / 0.75);
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-1000:hover{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(30 167 220 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-cyan:hover{
  --tw-text-opacity: 1;
  color: rgb(21 170 191 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(31 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-default:hover{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.13);;
  --tw-shadow-colored: 0px 32px 64px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:transition-all:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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(2px + 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);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 480px){
  .xs\:mt-none{
    margin-top: 0;
  }
  .xs\:min-h-\[500px\]{
    min-height: 500px;
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:flex-col{
    flex-direction: column;
  }
  .xs\:items-center{
    align-items: center;
  }
  .xs\:text-xs{
    font-size: .75rem;
  }
}
@media (min-width: 640px){
  .sm\:ml-sm{
    margin-left: 16px;
  }
  .sm\:mt-none{
    margin-top: 0;
  }
  .sm\:mt-sm{
    margin-top: 16px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-7xl{
    height: 124px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:w-7xl{
    width: 124px;
  }
  .sm\:w-fit{
    width: -webkit-fit-content;
    width: fit-content;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:gap-none{
    gap: 0;
  }
  .sm\:p-md{
    padding: 24px;
  }
  .sm\:pl-xl{
    padding-left: 48px;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
  }
  .sm\:text-sm{
    font-size: .875rem;
  }
}
@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }
  .md\:fixed{
    position: fixed;
  }
  .md\:right-none{
    right: 0;
  }
  .md\:m-none{
    margin: 0;
  }
  .md\:mx-none{
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-sm{
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:my-2xl{
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .md\:my-lg{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md\:my-normal{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:my-sm{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md\:my-xl{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md\:my-xs{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md\:mb-2xl{
    margin-bottom: 64px;
  }
  .md\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:mb-lg{
    margin-bottom: 32px;
  }
  .md\:mb-lgx{
    margin-bottom: 40px;
  }
  .md\:mb-md{
    margin-bottom: 24px;
  }
  .md\:mb-sm{
    margin-bottom: 16px;
  }
  .md\:mb-xs{
    margin-bottom: 8px;
  }
  .md\:ml-4xl{
    margin-left: 84px;
  }
  .md\:ml-5xl{
    margin-left: 96px;
  }
  .md\:ml-none{
    margin-left: 0;
  }
  .md\:ml-sm{
    margin-left: 16px;
  }
  .md\:ml-xl{
    margin-left: 48px;
  }
  .md\:ml-xs{
    margin-left: 8px;
  }
  .md\:mr-normal{
    margin-right: 20px;
  }
  .md\:mt-5xl{
    margin-top: 96px;
  }
  .md\:mt-7xl{
    margin-top: 124px;
  }
  .md\:mt-\[12px\]{
    margin-top: 12px;
  }
  .md\:mt-\[24px\]{
    margin-top: 24px;
  }
  .md\:mt-\[64px\]{
    margin-top: 64px;
  }
  .md\:mt-lg{
    margin-top: 32px;
  }
  .md\:mt-lgx{
    margin-top: 40px;
  }
  .md\:mt-md{
    margin-top: 24px;
  }
  .md\:mt-none{
    margin-top: 0;
  }
  .md\:mt-sm{
    margin-top: 16px;
  }
  .md\:mt-xl{
    margin-top: 48px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[20px\]{
    height: 20px;
  }
  .md\:h-\[38px\]{
    height: 38px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[200px\]{
    max-height: 200px;
  }
  .md\:max-h-\[240px\]{
    max-height: 240px;
  }
  .md\:min-h-\[200px\]{
    min-height: 200px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/6{
    width: 16.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/4{
    width: 50%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-\[20px\]{
    width: 20px;
  }
  .md\:w-\[40px\]{
    width: 40px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:grow{
    flex-grow: 1;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-inputgap{
    gap: 10px;
  }
  .md\:gap-lg{
    gap: 32px;
  }
  .md\:gap-msm{
    gap: 12px;
  }
  .md\:gap-none{
    gap: 0;
  }
  .md\:gap-normal{
    gap: 20px;
  }
  .md\:gap-xs{
    gap: 8px;
  }
  .md\:gap-xxs{
    gap: 4px;
  }
  .md\:p-md{
    padding: 24px;
  }
  .md\:p-msm{
    padding: 12px;
  }
  .md\:p-normal{
    padding: 20px;
  }
  .md\:p-sm{
    padding: 16px;
  }
  .md\:p-xs{
    padding: 8px;
  }
  .md\:px-\[12vw\]{
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .md\:px-md{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-msm{
    padding-left: 12px;
    padding-right: 12px;
  }
  .md\:px-none{
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-sm{
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-xl{
    padding-left: 48px;
    padding-right: 48px;
  }
  .md\:px-xs{
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:py-2xl{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-lg{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:py-msm{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:py-sm{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md\:py-xl{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md\:pb-2xl{
    padding-bottom: 64px;
  }
  .md\:pb-sm{
    padding-bottom: 16px;
  }
  .md\:pl-md{
    padding-left: 24px;
  }
  .md\:pl-none{
    padding-left: 0;
  }
  .md\:pr-3xl{
    padding-right: 72px;
  }
  .md\:pt-2xl{
    padding-top: 64px;
  }
  .md\:pt-msm{
    padding-top: 12px;
  }
  .md\:pt-none{
    padding-top: 0;
  }
  .md\:pt-sm{
    padding-top: 16px;
  }
  .md\:pt-xl{
    padding-top: 48px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
  }
  .md\:text-7xl{
    font-size: 5rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
  }
  .md\:text-sm{
    font-size: .875rem;
  }
  .md\:text-tiny{
    font-size: .875rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:font-semibold{
    font-weight: 600;
  }
}
@media (min-width: 992px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:invisible{
    visibility: hidden;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-none{
    bottom: 0;
  }
  .lg\:right-none{
    right: 0;
  }
  .lg\:top-4xl{
    top: 84px;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:my-2xl{
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .lg\:my-lg{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lg\:my-sm{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lg\:mb-2xl{
    margin-bottom: 64px;
  }
  .lg\:mb-none{
    margin-bottom: 0;
  }
  .lg\:mb-xl{
    margin-bottom: 48px;
  }
  .lg\:mb-xs{
    margin-bottom: 8px;
  }
  .lg\:ml-4xl{
    margin-left: 84px;
  }
  .lg\:ml-\[250px\]{
    margin-left: 250px;
  }
  .lg\:mr-xs{
    margin-right: 8px;
  }
  .lg\:mt-2xl{
    margin-top: 64px;
  }
  .lg\:mt-3xl{
    margin-top: 72px;
  }
  .lg\:mt-7xl{
    margin-top: 124px;
  }
  .lg\:mt-lg{
    margin-top: 32px;
  }
  .lg\:mt-none{
    margin-top: 0;
  }
  .lg\:mt-normal{
    margin-top: 20px;
  }
  .lg\:mt-sm{
    margin-top: 16px;
  }
  .lg\:mt-xl{
    margin-top: 48px;
  }
  .lg\:mt-xs{
    margin-top: 8px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-6xl{
    height: 108px;
  }
  .lg\:h-\[35px\]{
    height: 35px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:min-h-none{
    min-height: 0;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-\[17\%\]{
    width: 17%;
  }
  .lg\:w-\[20\%\]{
    width: 20%;
  }
  .lg\:w-\[23\%\]{
    width: 23%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[35px\]{
    width: 35px;
  }
  .lg\:w-\[5\%\]{
    width: 5%;
  }
  .lg\:w-\[8\%\]{
    width: 8%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-fit{
    width: -webkit-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[394px\]{
    max-width: 394px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-2xl{
    gap: 64px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-lg{
    gap: 32px;
  }
  .lg\:gap-none{
    gap: 0;
  }
  .lg\:gap-normal{
    gap: 20px;
  }
  .lg\:gap-sm{
    gap: 16px;
  }
  .lg\:gap-xl{
    gap: 48px;
  }
  .lg\:rounded-md{
    border-radius: 0.375rem;
  }
  .lg\:p-md{
    padding: 24px;
  }
  .lg\:p-sm{
    padding: 16px;
  }
  .lg\:px-3xl{
    padding-left: 72px;
    padding-right: 72px;
  }
  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-md{
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:px-none{
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-sm{
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-xl{
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg\:px-xs{
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:py-2xl{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg\:py-lg{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg\:py-md{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg\:py-xl{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg\:py-xs{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:pb-2xl{
    padding-bottom: 64px;
  }
  .lg\:pl-3xl{
    padding-left: 72px;
  }
  .lg\:pl-lg{
    padding-left: 32px;
  }
  .lg\:pl-md{
    padding-left: 24px;
  }
  .lg\:pl-none{
    padding-left: 0;
  }
  .lg\:pr-3xl{
    padding-right: 72px;
  }
  .lg\:pr-lg{
    padding-right: 32px;
  }
  .lg\:pr-normal{
    padding-right: 20px;
  }
  .lg\:pr-xl{
    padding-right: 48px;
  }
  .lg\:pt-2xl{
    padding-top: 64px;
  }
  .lg\:pt-md{
    padding-top: 24px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-start{
    text-align: start;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
  }
  .lg\:text-6xl{
    font-size: 4rem;
  }
  .lg\:text-base{
    font-size: 1rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
  }
  .lg\:text-sm{
    font-size: .875rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:font-normal{
    font-weight: 400;
  }
}
@media (min-width: 1280px){
  .xl\:m-xs{
    margin: 8px;
  }
  .xl\:mt-none{
    margin-top: 0;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-\[44px\]{
    height: 44px;
  }
  .xl\:h-\[60px\]{
    height: 60px;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-\[223px\]{
    width: 223px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-none{
    gap: 0;
  }
  .xl\:text-base{
    font-size: 1rem;
  }
}
@media (min-width: 1440px){
  .xxl\:text-5xl{
    font-size: 3rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:text-6xl{
    font-size: 4rem;
  }
}/*
 *
 *  * Copyright (c) 2023 TechAxis.
 *  * All rights reserved.
 *  * Redistribution and use in source and binary forms, with or without modification, are not permitted.
 *
 */

/* .mantine-Modal-modal {
  width: 1000px;
  height: 700px;
} */
._4GdcU {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background 0.2s ease;
  min-height: 28px;
}

._4GdcU:hover {
  cursor: pointer;
  background: rgba(220, 220, 220, 0.4);
}

._G0k44 {
  overflow-y: auto;
  transition: background 0.2s ease;
}

/* Width */
._G0k44::-webkit-scrollbar {
  width: 8px;
}
/* Track */
._G0k44::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
._G0k44::-webkit-scrollbar-thumb {
  background: #ccc;
}
/* Handle on hover */
._G0k44::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
/* Handle on drag */
._G0k44::-webkit-scrollbar-thumb:active {
  background: #666;
}

._G0k44:hover {
  cursor: pointer;
  background: rgba(220, 220, 220, 0.4);
}

._i5--j {
  width: 100%;
  padding: 5px;
  display: block;
  margin: 3px 0;
  scrollbar-width: thin;
}

/* Width */
._i5--j::-webkit-scrollbar {
  width: 8px;
}
/* Track */
._i5--j::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
._i5--j::-webkit-scrollbar-thumb {
  background: #ccc;
}
/* Handle on hover */
._i5--j::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
/* Handle on drag */
._i5--j::-webkit-scrollbar-thumb:active {
  background: #666;
}

._TDklp {
  color: #999;
}

._gmkRL {
  display: inline !important;
}

._-wzeg {
  cursor: auto !important;
}

._-wzeg:hover {
  cursor: auto !important;
}

._IYz6Z {
  display: flex;
}

._NGZSv {
  background-color: #fff;
  color: black;
  border: 0;
  outline: none;
  min-width: 28px;
}

._NGZSv:focus {
  border: 0;
  outline: none;
}
/*# sourceMappingURL=index.css.map *//*
 *
 *  * Copyright (c) 2023 TechAxis.
 *  * All rights reserved.
 *  * Redistribution and use in source and binary forms, with or without modification, are not permitted.
 *
 */

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: '';
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input {
  background-color: #f1f1f1;
}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: ' Drag & drop files or Browse ';
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
