@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 475px){
  .container{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .container{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

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

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-right-\[6px\]{
  right: -6px;
}

.-top-\[4px\]{
  top: -4px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-14{
  right: 3.5rem;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-4{
  top: 1rem;
}

.isolate{
  isolation: isolate;
}

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

.z-50{
  z-index: 50;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-16{
  margin-left: 4rem;
}

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

.ml-4{
  margin-left: 1rem;
}

.ml-\[14px\]{
  margin-left: 14px;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

.mt-8{
  margin-top: 2rem;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.\!inline{
  display: inline !important;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[170px\]{
  height: 170px;
}

.h-\[172px\]{
  height: 172px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[440px\]{
  height: 440px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[480px\]{
  height: 480px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[570px\]{
  height: 570px;
}

.h-\[94px\]{
  height: 94px;
}

.max-h-\[135px\]{
  max-height: 135px;
}

.max-h-\[260px\]{
  max-height: 260px;
}

.min-h-\[94px\]{
  min-height: 94px;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-10{
  width: 2.5rem !important;
}

.w-1{
  width: 0.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-5{
  width: 1.25rem;
}

.w-64{
  width: 16rem;
}

.w-8{
  width: 2rem;
}

.w-\[0\%\]{
  width: 0%;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[172px\]{
  width: 172px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[260px\]{
  width: 260px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[360px\]{
  width: 360px;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[94px\]{
  width: 94px;
}

.w-full{
  width: 100%;
}

.min-w-\[94px\]{
  min-width: 94px;
}

.max-w-\[135px\]{
  max-width: 135px;
}

.max-w-\[220px\]{
  max-width: 220px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[480px\]{
  max-width: 480px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.shrink{
  flex-shrink: 1;
}

.grow{
  flex-grow: 1;
}

.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-\[12px\]{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

.border-r{
  border-right-width: 1px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-r-4{
  border-right-width: 4px;
}

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

.border-t-0{
  border-top-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-none{
  border-style: none;
}

.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#EDEDED\]{
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-\[\#eb7332\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
}

.border-\[\#ededed\]{
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

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

.border-transparent{
  border-color: transparent;
}

.border-b-\[\#0f70b7\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 41 41 / var(--tw-border-opacity));
}

.border-b-\[\#4cab9f\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 171 159 / var(--tw-border-opacity));
}

.border-b-\[\#EDEDED\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-b-\[\#e9e9e9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.border-r-\[\#e9e9e9\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.border-r-\[\#eb7332\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(201 63 89 / var(--tw-border-opacity));
}

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

.border-t-\[\#EDEDED\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-t-\[\#eb7332\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(201 63 89 / var(--tw-border-opacity));
}

.\!bg-\[\#0f70b7\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#cbcbcb\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#eb7332\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0f70b7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.bg-\[\#39B44A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(57 180 74 / var(--tw-bg-opacity));
}

.bg-\[\#4cab9f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
}

.bg-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-\[\#F06D24\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 109 36 / var(--tw-bg-opacity));
}

.bg-\[\#F7F6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 255 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#d8d8d882\]{
  background-color: #d8d8d882;
}

.bg-\[\#eb7332\]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
}

.bg-\[\#ededed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-\[\#f3d2b3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 210 179 / var(--tw-bg-opacity));
}

.bg-\[\#f7f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#fbe6d8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

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

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

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

.pr-3{
  padding-right: 0.75rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

.\!text-\[15px\]{
  font-size: 15px !important;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[48px\]{
  font-size: 48px;
}

.text-\[64px\]{
  font-size: 64px;
}

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

.font-light{
  font-weight: 300;
}

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

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

.italic{
  font-style: italic;
}

.\!text-\[\#0f70b7\]{
  --tw-text-opacity: 1 !important;
  color: rgb(41 41 41 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#39B44A\]{
  --tw-text-opacity: 1 !important;
  color: rgb(57 180 74 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#707070\]{
  --tw-text-opacity: 1 !important;
  color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#838383\]{
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#B5B5B5\]{
  --tw-text-opacity: 1 !important;
  color: rgb(181 181 181 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#FFBE00\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 190 0 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#eb7332\]{
  --tw-text-opacity: 1 !important;
  color: rgb(201 63 89 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#f06d24\]{
  --tw-text-opacity: 1 !important;
  color: rgb(240 109 36 / var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#0f70b7\]{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.text-\[\#202226\]{
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.text-\[\#4584ff\]{
  --tw-text-opacity: 1;
  color: rgb(69 132 255 / var(--tw-text-opacity));
}

.text-\[\#4cab9f\]{
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.text-\[\#535353\]{
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}

.text-\[\#544A8F\]{
  --tw-text-opacity: 1;
  color: rgb(84 74 143 / var(--tw-text-opacity));
}

.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-\[\#7545FF\]{
  --tw-text-opacity: 1;
  color: rgb(117 69 255 / var(--tw-text-opacity));
}

.text-\[\#838383\]{
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.text-\[\#868686\]{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}

.text-\[\#92929d\]{
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.text-\[\#9db2ce\]{
  --tw-text-opacity: 1;
  color: rgb(157 178 206 / var(--tw-text-opacity));
}

.text-\[\#E72F2A\]{
  --tw-text-opacity: 1;
  color: rgb(231 47 42 / var(--tw-text-opacity));
}

.text-\[\#a2a5b1\]{
  --tw-text-opacity: 1;
  color: rgb(162 165 177 / var(--tw-text-opacity));
}

.text-\[\#eb7332\]{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.text-\[\#fbe6d8\]{
  --tw-text-opacity: 1;
  color: rgb(251 230 216 / var(--tw-text-opacity));
}

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

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

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

.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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-500{
  transition-duration: 500ms;
}

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

* {
  font-family: "Poppins", sans-serif;
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* searchbox css start  */

.search-box{
  margin-left: 4rem;
  display: flex;
  max-width: 480px;
  flex-direction: row;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-box svg{
  --tw-text-opacity: 1;
  color: rgb(162 165 177 / var(--tw-text-opacity));
}

.search-box-line{
  margin-left: 1rem;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 0.25rem;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.search-box input{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(162 165 177 / var(--tw-text-opacity));
}

.search-box input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 202 216 / var(--tw-text-opacity));
}

.search-box input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 202 216 / var(--tw-text-opacity));
}

.search-box input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .search-box input{
    min-width: 380px;
  }
}

/* searchbox css end  */

/* header css start  */

header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-container{
  display: flex;
  justify-content: space-between;
}

.header-container .left{
  display: flex;
  flex-direction: row;
}

.header-container .left .img-box img{
  width: 350px;
}

.profile-img-box img{
  height: 2rem;
  width: 2rem;
}

.header-container .right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px){
  .header-container .right{
    gap: 1.5rem;
  }
}

.header-container .right .btn{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .header-container .right .btn{
    font-size: 20px;
  }
}

.header-container .right .nati-btn{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.header-container .right .nati-btn span{
  position: absolute;
  top: -4px;
  right: -6px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* header css end   */

/* hover menu css start */

.hover-menu{
  position: absolute;
  top: 2.5rem;
  right: 3.5rem;
  z-index: 50;
  margin-top: 1.5rem;
  display: none;
  width: 360px;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 6px 8.5px 0px rgba(195, 195, 195, 1);
}

.nati-btn:hover + .hover-menu,
.hover-menu:hover{
  display: flex;
}

.noti-title{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.noti-date{
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.noti-main-content h6{
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}

.noti-main-content p{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}

.noti-main{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.noti-main .img-box{
  grid-column: span 2 / span 2;
}

.noti-main .noti-main-content{
  grid-column: span 10 / span 10;
  display: flex;
  flex-direction: column;
}

.hover-menu ul{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.hover-menu ul li{
  width: 100%;
}

.hover-menu ul li a{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hover-menu ul li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hover-menu ul li a .img-box img{
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.hover-menu ul li a img{
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.hover-menu ul li .active{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.hover-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.hover-menu .all-btn{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hover-menu .all-btn a{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hover-menu .all-btn a:hover{
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

/* hover menu css end */

/* footer css start */

footer{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
}

footer .top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
    text-align: center;
}

@media (min-width: 640px){
  footer .top{
    flex-direction: column;
    justify-content: space-between;
  }
}

footer .top img{
  width: 150px;
}

@media (min-width: 640px){
  footer .top img{
    width: 200px;
  }
}

footer .top ul{
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

footer .top ul li a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .top ul li .active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(69 132 255 / var(--tw-text-opacity));
}

footer .top ul li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(69 132 255 / var(--tw-text-opacity));
}

footer .bottom{
  display: flex;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

footer .bottom p{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

footer .bottom p > a{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* footer css end */

/* sidebar css start */

.side-top-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .side-top-bar{
    display: none;
  }
}

.sidebar-main{
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  z-index: 30;
  width: 16rem;
  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));
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-right-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .sidebar-main{
    position: relative;
    --tw-translate-x: 0px;
    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));
  }
}

.sidebar-main .sidebar-list{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
}

@media (min-width: 1024px){
  .sidebar-main .sidebar-list{
    border-right-width: 0px;
  }
}

.sidebar-list li a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-right-width: 4px;
  border-right-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-list li a svg{
  --tw-text-opacity: 1;
  color: rgb(157 178 206 / var(--tw-text-opacity));
}

.sidebar-list li a:hover{
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-list li a:hover span{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-list li a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-list li .active{
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-list li .active svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* sidebar css end */

/* panel content alanı genel ayarlar  */

.modul-main{
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .modul-main{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .modul-main .center{
    grid-column: span 9 / span 9;
    padding-top: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
}

.modul-main .center .center-main{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .modul-main .center .center-main{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

.modul-main .right{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

@media (min-width: 1024px){
  .modul-main .right{
    grid-column: span 3 / span 3;
    margin-right: 1.5rem;
    margin-top: 1.25rem;
    padding: 0px;
  }
}

/* panel content alanı genel ayarlar son  */

/* profile card css start  */

.profile-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.profile-card-bg{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 170px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
}

.profile-card-img{
  position: relative;
}

.profile-card-img img{
  height: 172px;
  width: 172px;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-card-info{
  margin-top: 1.5rem;
}

.profile-card-info .top a{
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
  line-height: 28px;
}

.profile-card-info .top h3{
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
  line-height: 28px;
}

.profile-card-info .top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.profile-card-info .top span{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
  line-height: 24px;
}

.profile-card-info .bottom{
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-card-info .bottom .title{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
  line-height: 24px;
}

.profile-card-info .bottom .card-box{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.profile-card-info .bottom .card-box .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.profile-card-info .bottom .card-box .card svg{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.profile-card-info .bottom .card-box .card h4{
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.profile-card-info .bottom .card-box .card span{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
}

@media (min-width: 1024px){
  .profile-card-info .bottom .card-box .card span{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* profile card css end*/

/* login-1 css start  */

.login-1-main{
  width: 100%;
}

@media (min-width: 475px){
  .login-1-main{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .login-1-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .login-1-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .login-1-main{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .login-1-main{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .login-1-main{
    max-width: 1536px;
  }
}

.login-1-main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .login-1-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.login-1-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .login-1-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.login-1-container .img-box{
  display: flex;
  justify-content: center;
}

.login-1-container .img-box img{
  margin-left: auto;
  margin-right: auto;
  max-height: 135px;
  max-width: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .login-1-container .img-box img{
    max-height: 469px;
    max-width: 469px;
  }
}

.form-box-1{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 260px;
  flex-direction: column;
}

@media (min-width: 640px){
  .form-box-1{
    width: 498px !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .form-box-1{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.form-box-1 button{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-box-1 .title{
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.form-box-1 .form-top{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-box-1 .form-top input{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
}

.form-box-1 .form-top input::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-1 .form-top input::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-1 .form-top input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-box-1 .form-bottom{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 640px){
  .form-box-1 .form-bottom{
    margin-bottom: 2.75rem;
    flex-direction: row;
    align-items: center;
  }
}

.form-box-1 .form-bottom .left label{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-1 .form-bottom .left{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .form-box-1 .form-bottom .left{
    margin-left: 0.5rem;
  }
}

.form-box-1 .form-bottom a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-1 .sign-in-btn{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-box-1 .sign-in-btn span{
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-1 .sign-in-btn a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* login-1 css end  */

/* login-2 css start  */

.login-2-main{
  width: 100%;
}

@media (min-width: 475px){
  .login-2-main{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .login-2-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .login-2-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .login-2-main{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .login-2-main{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .login-2-main{
    max-width: 1536px;
  }
}

.login-2-main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .login-2-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.login-2-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .login-2-container{
    gap: 1rem;
  }
}

.login-2-container .img-box{
  display: flex;
  width: 100%;
  justify-content: center;
}

.login-2-container .img-box img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .login-2-container .img-box img{
    margin-bottom: 2.5rem;
  }
}

.form-box-2{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 260px;
  flex-direction: column;
}

@media (min-width: 640px){
  .form-box-2{
    width: 498px !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .form-box-2{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.login-btn{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.login-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-box-2 .title{
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.form-box-2 .form-top{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-box-2 .form-top input{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-2 .form-top input::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-2 .form-top input::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-2 .form-top input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-box-2 .form-bottom{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 640px){
  .form-box-2 .form-bottom{
    margin-bottom: 2rem;
    flex-direction: row;
    align-items: center;
  }
}

.form-box-2 .form-bottom .left label{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-2 .form-bottom .left{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .form-box-2 .form-bottom .left{
    margin-left: 0.5rem;
  }
}

.form-box-2 .form-bottom a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-box-2 .form-bottom a:hover{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-box-2 .sign-in-btn{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-box-2 .sign-in-btn span{
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-2 .sign-in-btn a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* login-2 css end  */

/* sign-in-1 css start  */

.sign-in-1-main{
  width: 100%;
}

@media (min-width: 475px){
  .sign-in-1-main{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .sign-in-1-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .sign-in-1-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .sign-in-1-main{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .sign-in-1-main{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .sign-in-1-main{
    max-width: 1536px;
  }
}

.sign-in-1-main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .sign-in-1-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.sign-in-1-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .sign-in-1-container{
    gap: 1rem;
  }
}

.sign-in-1-container .img-box{
  display: flex;
  justify-content: center;
}

.sign-in-1-container .img-box img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .sign-in-1-container .img-box img{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px){
  .sign-in-1-container .img-box img{
    max-width: 190px;
  }
}

.sign-in-form-box-1{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 260px;
  flex-direction: column;
}

@media (min-width: 640px){
  .sign-in-form-box-1{
    width: 498px !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .sign-in-form-box-1{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.sign-in-form-box-1 .title{
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sign-in-form-box-1 .form-top input{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top input::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top input::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sign-in-form-box-1 .form-top select{
  margin-right: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top select::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top select::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-top select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sign-in-form-box-1 .form-input-box{
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-input-box{
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-input-box svg,
.form-input-box img{
  margin-left: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-input-box svg,
.sign-in-form-box-1 .form-input-box img{
  margin-left: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-bottom{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 640px){
  .sign-in-form-box-1 .form-bottom{
    margin-bottom: 0.25rem;
    flex-direction: row;
    align-items: center;
  }
}

.sign-in-form-box-1 .form-bottom .left label{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .form-bottom .left{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .sign-in-form-box-1 .form-bottom .left{
    margin-left: 0.5rem;
  }
}

.sign-in-form-box-1 .form-bottom a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .sign-in-btn{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign-in-form-box-1 .sign-in-btn span{
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.sign-in-form-box-1 .sign-in-btn a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* login-1 css end  */

/* forgot-1 css start  */

.forgot-1-main{
  width: 100%;
}

@media (min-width: 475px){
  .forgot-1-main{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .forgot-1-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .forgot-1-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .forgot-1-main{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .forgot-1-main{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .forgot-1-main{
    max-width: 1536px;
  }
}

.forgot-1-main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .forgot-1-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.forgot-1-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .forgot-1-container{
    gap: 1rem;
  }
}

.forgot-1-container .img-box{
  display: flex;
  justify-content: center;
}

.forgot-1-container .img-box img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .forgot-1-container .img-box img{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px){
  .forgot-1-container .img-box img{
    max-width: 190px;
  }
}

.form-box-forgot{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 260px;
  flex-direction: column;
}

@media (min-width: 640px){
  .form-box-forgot{
    width: 498px !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .form-box-forgot{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.form-box-forgot .title{
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.form-box-forgot .form-top{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-box-forgot .form-top input{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-forgot .form-top input::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-forgot .form-top input::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-forgot .form-top input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-box-forgot .form-input-box{
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-box-forgot .form-input-box svg,
.form-box-forgot .form-input-box img{
  margin-left: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.form-box-forgot .sign-in-btn{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-box-forgot .sign-in-btn span{
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-forgot .sign-in-btn a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* forgot-1 css end  */

/* new-pass css start  */

.new-pass-main{
  width: 100%;
}

@media (min-width: 475px){
  .new-pass-main{
    max-width: 475px;
  }
}

@media (min-width: 640px){
  .new-pass-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .new-pass-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .new-pass-main{
    max-width: 1024px;
  }
}

@media (min-width: 1281px){
  .new-pass-main{
    max-width: 1281px;
  }
}

@media (min-width: 1536px){
  .new-pass-main{
    max-width: 1536px;
  }
}

.new-pass-main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .new-pass-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.new-pass-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .new-pass-container{
    gap: 1rem;
  }
}

.new-pass-container .img-box{
  display: flex;
  justify-content: center;
}

.new-pass-container .img-box img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .new-pass-container .img-box img{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px){
  .new-pass-container .img-box img{
    max-width: 190px;
  }
}

.form-box-new-pass{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 260px;
  flex-direction: column;
}

@media (min-width: 640px){
  .form-box-new-pass{
    width: 498px !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .form-box-new-pass{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.form-box-new-pass .title{
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.form-box-new-pass .form-top{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-box-new-pass .form-top input{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-new-pass .form-top input::-moz-placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-new-pass .form-top input::placeholder{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-new-pass .form-top input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-box-new-pass .form-input-box{
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-box-new-pass .form-input-box svg,
.form-box-new-pass .form-input-box img{
  margin-left: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.form-box-new-pass .sign-in-btn{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-box-new-pass .sign-in-btn span{
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.form-box-new-pass .sign-in-btn a{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* new-pass css end  */

/* accordion-base style start */

.accordion-heading button{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-width: 1px;
  border-right-width: 4px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-right-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion-heading button:hover{
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading button .menu-title svg{
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(157 178 206 / var(--tw-text-opacity));
}

.accordion-heading .active .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.accordion-heading button:hover .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading-active button{
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.accordion-heading-active button .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.accordion-heading-active button .right-icon{
  --tw-rotate: 180deg;
  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));
  font-size: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.accordion-heading button .right-icon{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.accordion-heading:hover .right-icon{
  --tw-rotate: 180deg;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.accordion .accordion-body:last-child{
  border-bottom-width: 1px;
}

.accordion-content{
  max-height: 260px;
  overflow-y: scroll;
}

.accordion-content .menu-title{
  margin-left: 1rem;
  font-size: 13px;
  font-weight: 500;
}

.accordion-content .menu-title svg{
  margin-right: 0.75rem;
}

/* accordion-base style start */

/* topcard css start */

.top-card{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 210 179 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.75rem;
}

.top-card .top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-card .top .title-box{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.top-card .top .title-box h2{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  line-height: 24px;
}

.top-card .top .title-box h1{
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .top-card .top .title-box h1{
    font-size: 24px;
  }
}

.top-card .top .title-box h1 {
  line-height: 24px;
}

.top-card .top .info-box{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(117 69 255 / var(--tw-text-opacity));
}

.top-card .top .info-box span{
  margin-left: 0.5rem;
}

.top-card .top .content-box{
  margin-bottom: 2.5rem;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(84 74 143 / var(--tw-text-opacity));
}

.top-card .top .btn-box{
  margin-bottom: 1rem;
}

.top-card .top .btn-box a{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-card .top .btn-box a:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-card .edit-trash{
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.top-card .edit-trash button{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-card .edit-trash button:hover{
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* topcard css end  */

.top-card .student-add-trash{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.top-card .student-add-trash a{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-card .student-add-trash a:hover{
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-card .student-add-trash .active{
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* top-menu title css start */

.top-menu-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.top-menu-title h2{
  width: 70%;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .top-menu-title h2{
    width: auto;
  }
}

@media (min-width: 768px){
  .top-menu-title h2{
    font-size: 20px;
  }
}

.top-menu-title a{
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .top-menu-title a{
    font-size: 14px;
  }
}

/* top-menu title css end */

.general-explanation{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

/* general title css start */

.general-title{
  position: relative;
  width: 100%;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 237 237 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.general-title:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid;
  z-index: 2;
  padding-bottom: 12px;
  width: 110px;
  border-color: #eb7332;
}

/* general title css end */

.test-repeat-btn{
  display: flex;
  justify-content: center;
}

.test-repeat-btn a{
  display: flex;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .test-repeat-btn a{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* general content css start */

.general-content{
  width: 100%;
  font-weight: 600;
}

.general-content .title{
  font-size: 14px;
  font-weight: 600;
}

.general-content .content{
  font-size: 13px;
  font-weight: 300;
}

/* general content css end */

/* general video css start */

.generel-video{
  width: 100%;
}

.generel-video iframe{
  height: 440px;
  width: 100%;
}

/* general video css end */

/* .general-sub-content css start  */

.general-sub-content{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13px;
  font-weight: 300;
}

/* general-sub-content css end  */

/* general-book css start */

.general-book{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.general-book .img-box{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .general-book .img-box{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .general-book .img-box{
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1281px){
  .general-book .img-box{
    grid-column: span 3 / span 3;
  }
}

.general-book .general-book-right{
  grid-column: span 12 / span 12;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .general-book .general-book-right{
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1024px){
  .general-book .general-book-right{
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1281px){
  .general-book .general-book-right{
    grid-column: span 9 / span 9;
  }
}

.general-book .img-box img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.general-book .general-btn{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-top: 2.5rem;
}

@media (min-width: 1281px){
  .general-book .general-btn{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1rem;
  }
}

.general-book .general-btn a{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.general-book .general-btn a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.general-book .general-btn a.download{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.general-book .general-btn a.download:hover{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

/* general-book css end */

/* general-btn-box css start */

.general-btn-box{
  display: flex;
  align-items: flex-start;
}

.general-btn-box a{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.general-btn-box a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.general-btn-box a.next{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(201 63 89 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.general-btn-box a.next:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

/* general-btn-box css end  */

/* general-test css start */

.general-test-result{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* general-test css end */

/* video-list-main css start */

.video-list-main{
  display: flex;
  flex-direction: column;
}

.video-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .video-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1281px){
  .video-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* video-list-main css end */

/* card-one css start  */

.card-one{
  position: relative;
  border-radius: 0.75rem;
}

.card-disable{
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: #d8d8d882;
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.card-disable svg{
  margin-bottom: 8rem;
}

.card-one .img-box{
  position: relative;
  width: 100%;
}

.card-one .img-box a{
  width: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.card-one .img-box img{
  width: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-one .content-box{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.card-one .content-box .card-one-top{
  display: flex;
  flex-direction: column;
}

.card-one .content-box .card-one-top .sub-title{
  margin-bottom: 0.25rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.card-one .content-box .card-one-top .title-btn{
  margin-bottom: 0.75rem;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.card-one .content-box .card-one-top .info{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.card-one .card-one-center{
  margin-bottom: 0.75rem;
}

.card-one .content-box .card-one-bottom a{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* card-one css end  */

/* modul-list css start */

.modul-list{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* modul-list css end */

.homework-add-card{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 41 41 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.add-student{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* home-work css start  */

.homework-list{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.homework-date{
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px){
  .homework-date{
    flex-direction: row;
    gap: 0.5rem;
  }
}

.homework-card .btn-main{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.homework-card .btn-main:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
}

@media (min-width: 640px){
  .homework-card .btn-main{
    flex-direction: row;
    gap: 0px;
  }
}

.homework-card .btn-main .img-box{
  min-height: 94px;
  min-width: 94px;
}

.homework-card .btn-main .img-box img{
  height: 94px;
  width: 94px;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-box-w1{
  display: flex;
  height: 94px;
  width: 94px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 48px;
  --tw-text-opacity: 1;
  color: rgb(251 230 216 / var(--tw-text-opacity));
}

.homework-card .content-box{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.homework-card .content-box .homework-card-top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.homework-card .content-box .homework-card-top .title-btn{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.homework-card .content-box .homework-card-top .info{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

@media (min-width: 1281px){
  .homework-card .content-box .homework-card-top .info{
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

.homework-card .homework-card-center{
  margin-bottom: 0.75rem;
}

.homework-card .homework-card-info-right:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d9d9d9;
}

/* homework card css end */

/* card-two css start  */

.card-two .btn-main{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-two .btn-main:hover{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
}

.card-two .btn-main .img-box{
  min-height: 94px;
  min-width: 94px;
}

.card-two .btn-main .img-box img{
  height: 94px;
  width: 94px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-two .content-box{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-two .content-box .card-two-top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-two .content-box .card-two-top .title-btn{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.card-two .content-box .card-two-top .info{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.card-two .card-two-center{
  margin-bottom: 0.75rem;
}

.card-two .card-two-info-right:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d9d9d9;
}

/* card-two css end  */

/* card-three css start */

.card-three{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-three:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
}

@media (min-width: 640px){
  .card-three{
    flex-direction: row;
    align-items: center;
  }
}

.card-three .img-box{
  min-height: 94px;
  min-width: 94px;
}

.card-three .img-box img{
  height: 94px;
  width: 94px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-three .card-three-left{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-three .card-three-right{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  padding-top: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .card-three .card-three-right{
    width: auto;
    flex-direction: column;
    justify-content: normal;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.start-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.start-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .start-btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1281px){
  .start-btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.continue-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(240 109 36 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.continue-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 109 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 109 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .continue-btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1281px){
  .continue-btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.again-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(57 180 74 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.again-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(57 180 74 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(57 180 74 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .again-btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1281px){
  .again-btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.start-btn svg{
  display: none;
}

.disable .start-btn{
  cursor: default;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disable .start-btn:hover{
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.disable .start-btn {
  pointer-events: none;
}

.disable svg{
  display: block !important;
}

.card-three .content-box{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .card-three .content-box{
    width: 420px;
  }
}

@media (min-width: 1024px){
  .card-three .content-box{
    width: 220px;
  }
}

@media (min-width: 1281px){
  .card-three .content-box{
    width: 380px;
  }
}

@media (min-width: 1536px){
  .card-three .content-box{
    width: 420px;
  }
}

.card-three .content-box .card-three-top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-three .content-box .card-three-top .title-btn{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.card-three .content-box .card-three-top .info{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.card-three .card-three-center{
  margin-bottom: 0.75rem;
}

.card-three-top .card-three-info-right:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d9d9d9;
}

/* card-three css end*/

/* fav-btn css start */

.fav-btn{
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fav-btn svg:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* fav-btn css end */

/* topcard-white css start */

.top-card-white{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.75rem;
}

.top-card-white .top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-card-white .top .title-box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    margin-bottom: 10px;
}

.top-card-white .top .title-box h2{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  line-height: 24px;
    margin-bottom: 10px;
}

.top-card-white .top .title-box h1{
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .top-card-white .top .title-box h1{
    font-size: 24px;
  }
}

.top-card-white .top .title-box h1 {
  line-height: 24px;
}

.top-card-white .top .info-box{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.top-card-white .top .info-box span{
  margin-left: 0.5rem;
}

/* topcard-white css end  */

/* wizard */

.form-wizard {
  color: #888888;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #4cab9f;
}

.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  color: #888888;
  background-color: #f1f1f1;
  border: none;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}

/* radio buttun style */

.reply label{
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 0.75rem;
}

.question{
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}

.question h4{
  margin-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.question p{
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

/* radio button custom css  */

input[type="radio"]:checked + label {
  border: 2px solid #0f70b7;
  cursor: default;
}

input[type="radio"]:disabled + label {
  cursor: default;
}

.radio {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.radio__input {
  position: absolute;
  top: 0px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}

.radio__label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}

.radio__label:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: #3f51b5;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked + .radio__label:before {
  border-color: #3f51b5;
}

.radio__input:checked + .radio__label:after {
  transform: scale(1, 1);
}

/* false */

.false-q[type="radio"]:checked + label {
  border: 2px solid red;
}

.false-q:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.false-q:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked + .false-q:before {
  border-color: red;
}

/* false */

/* true */

.true-q[type="radio"]:checked + label {
  border: 2px solid #94c11f;
}

.true-q:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.true-q:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: #94c11f;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked + .true-q:before {
  border-color: #94c11f;
}

/* true */

/* radio button custom css  */

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-submit:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1281px){
  .form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.form-group .disable{
  cursor: default;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-group .disable:hover{
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.form-group .disable {
  pointer-events: none;
}

.questions-true-false{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.questions-true-false p{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.questions-true-false .true-questions::before {
  content: "";
  display: inline-block;
  height: 34px;
  width: 34px;
  background-color: #94c11f;
}

.questions-true-false .false-questions::before {
  content: "";
  display: inline-block;
  height: 34px;
  width: 34px;
  background-color: #e72f2a;
}

.questions-alert{
  display: flex;
  justify-content: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(231 47 42 / var(--tw-text-opacity));
}

.questions-success{
  display: flex;
  justify-content: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(62 189 36 / var(--tw-text-opacity));
}

/* yorum alaı  */

.radio-comment{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.radio-comment .radio-input-comment {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.radio-comment:has(input[type="radio"]:checked) {
  border: 2px solid #0f70b7 !important;
  cursor: pointer;
}

/* yorum alaı  */

/*  SWITCH  */

.switch {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  justify-self: center;
}

.switch input {
  display: none;
}

.switch__1 {
  width: 3rem;
}

.switch__1 label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.4rem;
  background: #d9d9d9;
  position: relative;
  cursor: pointer;
  border-radius: 1.6rem;
}

.switch__1 label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: white;
  transition: all 0.4s ease;
}

.switch__1 label::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(330deg, #5b0eeb 0%, #6d5dfc 50%, #8abdff 100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.switch input:checked ~ label::before {
  opacity: 1;
}

.switch input:checked ~ label::after {
  left: 57%;
  background: #e4ebf5;
}

/* homework add css start */

.home-work-add{
  display: flex;
  flex-direction: column;
}

.work-form-group{
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.work-form-group label{
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.work-form-group h4{
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.work-form-group input{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.work-form-group input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.work-form-group select{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.work-form-group select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.work-form-group textarea{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.work-form-group textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-filee{
  position: absolute;
  inset: 0px;
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 10%;
}

.modal-content{
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: 280px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .modal-content{
    height: 400px;
    width: 60%;
  }
}

.modal-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow-y: scroll;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal-body .close-btn-box{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.modal-body .close-btn-box button{
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal-body .close-btn-box button:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modal-body .modal-content-title{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.modal-body .modal-text{
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.modal-body .info{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.modal-body .info .homework-date{
  margin-left: 1rem;
}

/* right widget  */

.right-widget-main{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.right-widget-main .right-widget-card{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.right-widget-main .right-widget-card .widget-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.right-widget-main .right-widget-card .widget-content{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

/* right widget  */

#holder {
  display: flex;
  height: 16rem;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.right-widget-card-two{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

/* my-student css start */

.my-student{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.my-student:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
}

.my-student .img-box{
  height: 44px;
  width: 44px;
}

.my-student .img-box img{
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.my-student .content-box .student-name{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 34 38 / var(--tw-text-opacity));
}

.my-student .content-box .student-mail{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.my-student .datebox{
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .my-student .datebox{
    width: auto;
  }
}

/* mystudent css end  */

/* accordion-base style start */

.accordion-heading-modul button{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading-modul button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion-heading-modul button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 216 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading-modul button .menu-title svg{
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(157 178 206 / var(--tw-text-opacity));
}

.accordion-heading-modul .active .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.accordion-heading-modul button:hover .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-heading-active-modul button .menu-title svg{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.accordion-heading-active-modul button svg{
  --tw-rotate: 180deg;
  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));
  font-size: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.accordion-heading-modul button svg{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.accordion-heading-modul:hover svg{
  --tw-rotate: 180deg;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.hidden-accordion-modul{
  display: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/* accordion-base style start */

.accordion-modul .img-box{
  display: none;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 640px){
  .accordion-modul .img-box{
    display: block;
  }
}

.accordion-modul .img-box img{
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-modul .mod-num{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}

.accordion-modul .mod-tit{
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
}

.accordion-modul .count{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(41 41 41 / var(--tw-text-opacity)) !important;
}

.accordion-modul .mod-tit:before {
  content: "";
  height: 6px;
  background-color: #d9d9d9;
  width: 6px;
  display: inline-flex;
  border-radius: 100%;
  margin-right: 4px;
}

.accordion-modul .mod-state{
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(201 63 89 / var(--tw-text-opacity)) !important;
}

.accordion-content-modul .choice-main{
  margin-top: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.accordion-content-modul .video-option{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 171 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.accordion-content-modul .video-option a{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content-modul .video-option a:hover,
.accordion-content-modul .video-option a.active{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content-modul .video-option a.text-success{
  --tw-text-opacity: 1;
  color: rgb(62 189 36 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content-modul .video-option a:before {
  content: "";
  height: 6px;
  background-color: #d9d9d9;
  width: 6px;
  display: inline-flex;
  border-radius: 100%;
  margin-right: 6px;
}

.accordion-content-modul .choice-main .choice-mod{
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.accordion-content-modul .choice-main .choice-title{
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.accordion-content-modul .choice-main .choice-list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.choice-list li a{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .choice-list li a{
    flex-direction: row;
    justify-content: space-between;
  }
}

.accordion-content-modul .choice-main .mod-green{
  --tw-text-opacity: 1 !important;
  color: rgb(57 180 74 / var(--tw-text-opacity)) !important;
}

.accordion-content-modul .choice-main .mod-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(255 190 0 / var(--tw-text-opacity)) !important;
}

.accordion-content-modul .choice-main .mod-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(240 109 36 / var(--tw-text-opacity)) !important;
}

.message-main{
  display: flex;
  height: 480px;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: scroll;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.left-message{
  display: flex;
  justify-content: flex-start;
}

.right-message{
  display: flex;
  justify-content: flex-end;
}

.message{
  display: flex;
  max-width: 300px;
  align-items: center;
  gap: 0.5rem;
}

.left-message p{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.right-message p{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(76 171 159 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.message-write{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 12px;
}

.message-write:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* jquery datepicker  */

.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #4cab9f;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #4cab9f;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #4cab9f;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #4cab9f;
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #4cab9f;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.navi-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.navi-list h3 {
  font-size: 14px;
  font-weight: 600;
  color: #0f70b7;
  line-height: 24px;
}

.navi-list p{
  font-size: 12px;
  font-weight: 300;
}

.navi-list-main{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.75rem;
}

.navi-list-main li a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.navi-list-main li a::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #0f70b7;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
}

.navi-list-main li a:hover{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.placeholder\:text-\[14px\]::-moz-placeholder{
  font-size: 14px;
}

.placeholder\:text-\[14px\]::placeholder{
  font-size: 14px;
}

.placeholder\:font-light::-moz-placeholder{
  font-weight: 300;
}

.placeholder\:font-light::placeholder{
  font-weight: 300;
}

.placeholder\:text-\[\#92929d\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#92929d\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#c7cad8\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 202 216 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#c7cad8\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 202 216 / var(--tw-text-opacity));
}

.hover\:\!border-transparent:hover{
  border-color: transparent !important;
}

.hover\:border-\[\#0f70b7\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
}

.hover\:border-\[\#39B44A\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(57 180 74 / var(--tw-border-opacity));
}

.hover\:border-\[\#4cab9f\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(76 171 159 / var(--tw-border-opacity));
}

.hover\:border-\[\#F06D24\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 109 36 / var(--tw-border-opacity));
}

.hover\:border-\[\#eb7332\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 63 89 / var(--tw-border-opacity));
}

.hover\:\!bg-\[\#0f70b7\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-\[\#cbcbcb\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#F7F7F7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#39B44A\]:hover{
  --tw-text-opacity: 1;
  color: rgb(57 180 74 / var(--tw-text-opacity));
}

.hover\:text-\[\#4cab9f\]:hover{
  --tw-text-opacity: 1;
  color: rgb(76 171 159 / var(--tw-text-opacity));
}

.hover\:text-\[\#F06D24\]:hover{
  --tw-text-opacity: 1;
  color: rgb(240 109 36 / var(--tw-text-opacity));
}

.hover\:text-\[\#eb7332\]:hover{
  --tw-text-opacity: 1;
  color: rgb(201 63 89 / var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.hover\:duration-300:hover{
  transition-duration: 300ms;
}

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

@media (min-width: 640px){
  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:h-\[48px\]{
    height: 48px;
  }

  .sm\:\!w-\[498px\]{
    width: 498px !important;
  }

  .sm\:w-\[200px\]{
    width: 200px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-normal{
    justify-content: normal;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:text-\[20px\]{
    font-size: 20px;
  }
}

@media (min-width: 768px){
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:h-\[400px\]{
    height: 400px;
  }

  .md\:w-\[420px\]{
    width: 420px;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:min-w-\[380px\]{
    min-width: 380px;
  }

  .md\:max-w-\[280px\]{
    max-width: 280px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:text-\[128px\]{
    font-size: 128px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }
}

@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:max-h-\[469px\]{
    max-height: 469px;
  }

  .lg\:w-\[220px\]{
    width: 220px;
  }

  .lg\:max-w-\[469px\]{
    max-width: 469px;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }
}

@media (min-width: 1281px){
  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:w-\[380px\]{
    width: 380px;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-\[420px\]{
    width: 420px;
  }
}
