@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow: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);
.container {
  padding: 0 15px;
}

a:hover {
  transition: all 0.2s linear;
}

.default-transition {
  transition: all 0.2s linear;
}

.form_section {
  position: relative;
  padding-top: 5px;
  margin-bottom: 24px;
}
.form_section label {
  color: #2A2626;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 18px;
  top: 22px;
  letter-spacing: 0.5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.input-field {
  font-size: 16px;
  padding: 14px 50px 14px 18px;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid #2A2626;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
}
.input-field:not(:-moz-placeholder-shown) ~ label {
  top: -3px;
  font-size: 12px;
  background: #ffffff;
  padding: 0 4px;
}
.input-field:not(:-ms-input-placeholder) ~ label {
  top: -3px;
  font-size: 12px;
  background: #ffffff;
  padding: 0 4px;
}
.input-field:focus ~ label {
  top: -3px;
  font-size: 12px;
  background: #ffffff;
  padding: 0 4px;
}
.input-field:not(:-moz-placeholder) ~ label {
  top: -3px;
  font-size: 12px;
  background: #ffffff;
  padding: 0 4px;
}
.input-field:not(:placeholder-shown) ~ label {
  top: -3px;
  font-size: 12px;
  background: #ffffff;
  padding: 0 4px;
}

.your_int-form textarea {
  resize: none;
  min-height: 105px;
}
.your_int-form .input-field:focus ~ label {
  background: #fef7f4;
}

.member_label label {
  display: block;
  position: relative;
}
.member_label label::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2A2626;
  position: absolute;
  left: 0;
  top: 10px;
}
.member_label label span {
  background: #ffffff;
  padding: 0 15px;
  position: relative;
  font-weight: 500;
}

.header_menu {
  margin-right: 72px;
}
.header_menu ul li {
  margin-right: 32px;
}
.header_menu ul li.active a {
  color: #EB9E73;
}
.header_menu ul li.active a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #EB9E73;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.header_menu ul li:last-child {
  margin-right: 0px;
}
.header_menu ul li a {
  position: relative;
}
.header_menu ul li a:hover {
  color: #EB9E73;
}
.header_menu ul li a:hover::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #EB9E73;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.banner_title h1 {
  line-height: 82px;
}
.banner_title h1 span {
  position: relative;
}
.banner_title h1 span:after {
  content: "";
  width: 170px;
  height: 13px;
  background: #FBE0D3;
  position: absolute;
  bottom: 30px;
  left: 17px;
  z-index: -1;
}

.exp_sec_main {
  position: relative;
}
.exp_sec_main::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #fef7f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.exp_sec_main .exp_sec_wrp {
  margin: 0 -15px;
}
.exp_sec_main .exp_sec_wrp .exp_sec_wrp_in {
  width: calc(33.33% - 30px);
  margin: 0 15px;
}

.how_it_work_block > div {
  position: relative;
}
.how_it_work_block > div:nth-child(2)::after {
  background-image: url(/images/how-it_work_pattern_2.png?7d548a7499f50ee5d6dabbd0f8476616);
}
.how_it_work_block > div:last-child::after {
  display: none;
}
.how_it_work_block > div::after {
  content: "";
  width: 100%;
  height: 43px;
  position: absolute;
  top: 30px;
  right: -100%;
  background-image: url(/images/how-it_work_pattern.png?5a55079a0d5b3bf97db286ab0ac90e0c);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.feature_list.list_icon_2 li::before {
  background-image: url(/images/list_icon_2.png?0634ff7b7f2b52183ba0f4a3233aa424);
}
.feature_list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 32px;
}
.feature_list li::before {
  content: "";
  width: 21px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(/images/list_icon_1.png?8db07ab0645a791f409bae906148abfc);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.feature_list li:last-child {
  margin-bottom: 0;
}

.package_feature ul {
  padding: 20px 0 20px 20px;
}
.package_feature ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
}
.package_feature ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(/images/checkbox_icon.png?93cd5c47f02a7c0e33ee493a177899e9);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.package_feature ul li:last-child {
  margin-bottom: 0;
}

.plan_price {
  margin-top: 25px;
  align-items: center;
  margin-bottom: 10px;
}
.plan_price img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.plan_price h5 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #2A2626;
  margin-right: 3px;
}
.plan_price sup {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
}
.plan_price sub {
  font-weight: 500;
  font-size: 13px;
}

.price_block {
  max-width: 183px;
  margin-left: 30px;
}
.price_block > div:nth-child(2) {
  padding-top: 50px;
}
.price_block a {
  font-size: 11px;
  padding: 7px 22px;
  margin-top: 20px;
}
.price_block p {
  color: #332E2E;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.341492px;
  text-align: center;
}

.highest-bg-pattern {
  background-image: url(/images/highest_blog_bg.png?1fcf3746173ac943e667d05687980b76);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.your_int_wrp {
  max-width: 850px;
  margin: 0 auto;
}
.your_int_wrp .your_int_wrp_in {
  width: 350px;
}

.f-menu ul li {
  display: inline-block;
  padding: 0 12px;
}
.f-menu ul li a {
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.f-menu ul li a:hover {
  color: #EBB79D;
}

.f-bottom {
  border-top: 1px solid rgba(247, 246, 243, 0.2);
  letter-spacing: 0.5px;
  font-size: 14px;
}
.f-bottom ul.social_menu li {
  margin: 0 8px;
}
.f-bottom ul.policy_menu li {
  margin-left: 24px;
}
.f-bottom ul.policy_menu li:first-child {
  margin-left: 0;
}
.f-bottom ul.policy_menu li a:hover {
  color: #EBB79D;
}

.btn_switch {
  display: block;
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 28px;
}
.btn_switch input[type=checkbox] {
  display: none;
}
.btn_switch .toggle-button-switch {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 100;
  transition: left 0.3s;
  margin: 0;
}
.btn_switch .toggle-button-text {
  overflow: hidden;
  background-color: #EBB79D;
  border-radius: 25px;
  transition: background-color 0.3s;
  box-shadow: inset 0px 1px 3px 3px rgba(17, 17, 40, 0.03);
}
.btn_switch .toggle-button-text-on,
.btn_switch .toggle-button-text-off {
  float: left;
  width: 50%;
  height: 28px;
  color: #fff;
  text-align: center;
  font-size: 0px;
  line-height: 29px;
}
.btn_switch input[type=checkbox]:checked ~ .toggle-button-switch {
  left: 37px;
}
.btn_switch input[type=checkbox]:checked ~ .toggle-button-text {
  background-color: #EBB79D;
}
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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: currentColor; /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
    body {
        font-family: "Heebo", sans-serif;
        font-weight: normal;
    }
    .text-white {
        color: #fff;
    }
    .bg-white {
        background-color: #fff;
    }
    .rounded-full {
        border-radius: 50%;
    }
    .popular-box .ratting-wrapper .number {
        color: white;
    }
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 1200px) {

  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}
.chatRoundBtn:hover img{
        filter:grayscale(1) brightness(10);
    }
.dj-heading-30 {
        font-size: 30px;
    }
.dj-heading-24 {
        font-size: 24px;
    }
.dj-form-group {
        margin-bottom: 20px;
    }
.dj-input-label {
        color: #696F79;
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        display: block;
        margin-bottom: 12px;
    }
.dj-input,
    .dj-selectBox,
    .dj-textarea {
        border: 1px solid #8692a6;
        border-radius: 10px;
        background-color: #fff;
        padding: 16px 15px;
        width: 100%;
        font-size: 16px;
        color: #494949;
        font-weight: 500;
        font-family: "Heebo", sans-serif;
    }
.dj-input:focus,
    .dj-selectBox:focus,
    .dj-textarea:focus {
        border: 1px solid #2fd565;
        box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
    }
.dj-selectBox {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url(/images/select-custom-arrow.svg?a487b3f4f7c4d98c4b99612cb129d09c);
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center;
        background-size: 12px;
        padding-right: 34px;
    }
.dj-big-greyStrock-btn {
        background: transparent;
        border-radius: 10px;
        color: #8692a6;
        width: 100%;
        border: 1px solid #8692a6;
        font-weight: 500;
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        padding: 16px 20px;
        cursor: pointer;
        transition: 0.5s;
        text-align: center;
    }
.dj-big-greyStrock-btn:hover {
        background-color: #8692a6;
        color: #fff;
        text-decoration: none;
    }
.dj-big-greenStrock-btn {
        background: transparent;
        border-radius: 10px;
        color: #2fd565;
        width: 100%;
        border: 1px solid #2fd565;
        font-weight: 500;
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        padding: 16px 20px;
        cursor: pointer;
        transition: 0.5s;
        text-align: center;
    }
.dj-big-greenStrock-btn:hover {
        background: #2fd565;
        color: #fff;
        text-decoration: none;
    }
.dj-big-green-btn {
        background: #2fd565;
        border-radius: 10px;
        color: #ffffff;
        width: 100%;
        border: 1px solid #2fd565;
        font-weight: 500;
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        padding: 16px 20px;
        cursor: pointer;
        transition: 0.5s;
        text-align: center;
    }
.dj-big-green-btn:hover {
        background-color: #1e9d47;
        border: 1px solid #1e9d47;
        text-decoration: none;
    }
.dj-big-red-btn {
        background: #FF0000;
        border-radius: 10px;
        color: #ffffff;
        width: 100%;
        border: 1px solid #FF0000;
        font-weight: 500;
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        padding: 16px 20px;
        cursor: pointer;
        transition: 0.5s;
        text-align: center;
    }
.dj-big-red-btn:hover {
        background-color: #750000;
        border: 1px solid #750000;
        text-decoration: none;
    }
.dj-big-dangerStrock-btn {
        background: transparent;
        border-radius: 10px;
        color: #ff3d00;
        width: 100%;
        border: 1px solid #ff3d00;
        font-weight: 500;
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        padding: 16px 20px;
        cursor: pointer;
        transition: 0.5s;
        text-align: center;
    }
.dj-big-dangerStrock-btn:hover {
        background: #ff3d00;
        color: #fff;
        text-decoration: none;
    }
/* .price-badge-sprite .inner-price{
        position: relative;
        padding-left:32px;
    }
    .price-badge-sprite .inner-price:before{
        content: "";
        position: absolute;
        top:-2px;
        left: 0px;
        width: 28px;
        height: 28px;
        background-image:url(../../public/images/sprite-img.svg);
        background-position: -262px -3px;
        background-size: 890px;
    } */
#card-number-element,
    #card-expiry-element,
    #card-cvc-element,
    #card-number-element-add,
    #card-expiry-element-add,
    #card-cvc-element-add,
    #card-number-element-join,
    #card-expiry-element-join,
    #card-cvc-element-join{
        border: 1px solid #8692a6;
        border-radius: 10px;
        background-color: #fff;
        padding: 16px 15px;
        width: 100%;
        font-size: 16px;
        color: #494949;
        font-weight: 500;
        font-family: "Heebo", sans-serif;
    }
#card-expiry-element,
    #card-cvc-element,
    #card-expiry-element-add,
    #card-cvc-element-add,
    #card-expiry-element-join,
    #card-cvc-element-join{
        width:50%;
    }
#card-expiry-element,
    #card-expiry-element-add,
    #card-expiry-element-join{
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
    }
#card-cvc-element,
    #card-cvc-element-add,
    #card-cvc-element-join{
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
        border-left:none;
    }
#card-number-element iframe,
    #card-number-element-add iframe,
    #card-number-element-join iframe{
        border:none !important;
    }
.cardSaveBox .customRadio{
        position: relative;
    }
.cardSaveBox .customRadio input{
        width:0px;
        height:0px;
        position:absolute;
        opacity:0;
    }
.cardSaveBox .customRadio label{
        position: relative;
        padding-left:25px;
    }
.cardSaveBox .customRadio label:before{
        content: "";
        position: absolute;
        top: 1px;
        left: 0px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #d0d0d0;
    }
.cardSaveBox .customRadio label:after{
        content: "";
        position: absolute;
        top: 6px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        /* background-color: #2fd565; */
        background-color: #fff;
        transition:0.5s;
        opacity:0;
    }
.cardSaveBox .customRadio input:checked + label:before{
        background-color: #2fd565;
    }
.cardSaveBox .customRadio input:checked + label:after{
        opacity:1;
    }
.addCardWrapper .link:before{
        content: "";
        position: absolute;
        top:2px;
        left: 0px;
        width:20px;
        height:20px;
        border-radius: 50%;
        background-color: #d0d0d0;
    }
.addCardWrapper .link:after{
        content: "";
        position: absolute;
        top: 8px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        transition:0.5s;
        opacity:0;
    }
.addCardWrapper .link.active:before{
        background-color: #2fd565;
    }
.addCardWrapper .link.active:after{
        opacity:1;
    }
.currentPlan:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 20px;
        width: 18px;
        height: 18px;
        background-color: #2fd565;
        border: 5px solid #fff;
        border-radius: 50%;
    }
@media (max-width: 575px) {
        .dj-input,
        .dj-selectBox,
        .dj-textarea,
        #card-number-element,
        #card-expiry-element,
        #card-cvc-element,
        #card-number-element-add,
        #card-expiry-element-add,
        #card-cvc-element-add,
        #card-number-element-join,
        #card-expiry-element-join,
        #card-cvc-element-join{
            padding: 12px 15px;
            font-size: 14px;
        }
        .dj-big-greyStrock-btn,
        .dj-big-greenStrock-btn,
        .dj-big-green-btn,
        .dj-big-dangerStrock-btn,
        .dj-big-red-btn {
            padding: 10px 15px;
        }
        .dj-input-label {
            margin-bottom: 4px;
        }
    }
.djH-toggle-btn.active .line:nth-child(2) {
        display: none;
    }
.djH-toggle-btn.active .line:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 6px;
    }
.djH-toggle-btn.active .line:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
    }
.bg-transparent {
        background-color: transparent;
    }
.dj-landing-h2 {
        color: white;
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 20px;
    }
.dj-landing-header .header-menu a.active {
        color: #2FD565;
        font-weight: 500;
    }
.dj-landing-header .header-menu a:before {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        background-color: #2FD565;
        border-radius: 50%;
        opacity: 0;
        transition: 0.5s;
    }
.dj-landing-header .header-menu a.active:before,
    .dj-landing-header .header-menu a:hover:before {
        opacity: 1;
    }
.our-story-sec .img-wrapper:before {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        border: 2px solid #2FD565;
        border-radius: 10px;
        top: 20px;
        right: -20px;
    }
.service-blog-sec:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 195px;
        background-color: #2FD565;
    }
.dj-service-box .service-icon-wrapper:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        border-bottom: none;
        background-image: linear-gradient(
            120deg,
            rgb(47, 213, 101),
            rgba(47, 213, 101, 0.1)
        );
        z-index: 0;
    }
.djln-gallery-box:nth-child(1) .dgb-inner,
    .djln-gallery-box:nth-child(2) .dgb-inner,
    .djln-gallery-box:nth-child(3) .dgb-inner,
    .djln-gallery-box:nth-child(4) .dgb-inner,
    .djln-gallery-box:nth-child(5) .dgb-inner,
    .djln-gallery-box:nth-child(6) .dgb-inner,
    .djln-gallery-box:nth-child(7) .dgb-inner,
    .djln-gallery-box:nth-child(8) .dgb-inner,
    .djln-gallery-box:nth-child(9) .dgb-inner,
    .djln-gallery-box:nth-child(19) .dgb-inner,
    .djln-gallery-box:nth-child(20) .dgb-inner,
    .djln-gallery-box:nth-child(21) .dgb-inner,
    .djln-gallery-box:nth-child(22) .dgb-inner,
    .djln-gallery-box:nth-child(23) .dgb-inner,
    .djln-gallery-box:nth-child(24) .dgb-inner,
    .djln-gallery-box:nth-child(25) .dgb-inner,
    .djln-gallery-box:nth-child(26) .dgb-inner,
    .djln-gallery-box:nth-child(27) .dgb-inner {
        background-color: #2FD565;
    }
.dj-standard-plan-sec .membership-box .custom-checkbox label::after {
        border-left: 2px solid #222222;
        border-bottom: 2px solid #222222;
    }
.dj-standard-plan-sec .membership-box .right {
        width: 231px;
    }
.dj-standard-plan-sec .membership-box .left {
        width: calc(100% - 231px);
    }
.fancyUL li:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #222222;
        z-index: 2;
    }
.fancyUL li::after {
        content: "";
        position: absolute;
        top: 3px;
        left: -1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-image: linear-gradient(
            112deg,
            rgb(47, 213, 101),
            rgba(47, 213, 101, 0)
        );
    }
.djln-cta::before {
        content: "";
        position: absolute;
        height: calc(100% - 148px);
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
        width: 100%;
        background-color: #2fd565;
        background-image: url(/images/connect-DJ-bg.svg?730ef5e2b3ba5b6c081ec027fac07f68);
        background-repeat: no-repeat;
        background-position: calc(((100% - 1145px) / 2) + 168px);
    }
.djAnywhereImgWrap:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background-color: #cfd3db;
        transform: translate(-50%, -50%);
    }
.djAnywhereImgWrap:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 20px;
        width: 2px;
        background-color: #cfd3db;
        transform: translate(-50%, -50%);
    }
.djAnywhereImg {
        animation: djAnywhereImg 6s linear infinite;
    }
.ds-img-box {
        position: relative;
    }
.ds-img-box .inner-box::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000075;
        z-index: 1;
        border-radius: 10px;
        opacity: 0;
        transition: all 0.2s linear;
    }
.ds-img-box.remove-overly .inner-box::before {
        display: none;
    }
.ds-img-box:hover .inner-box::before {
        opacity: 1;
    }
.ds-img-box .inner-box .ds-img-box-action {
        z-index: 2;
        opacity: 0;
        transition: all 0.2s linear;
    }
.ds-img-box:hover .inner-box .ds-img-box-action {
        opacity: 1;
    }
.model_dropzone {
        border: none !important;
        padding: 0 !important;
    }
.model_dropzone_preview {
        min-height: auto !important;
        padding: 0 !important;
        border: 0 !important;
    }
@keyframes djAnywhereImg {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
@media (max-width: 991px) {
        .dj-landing-header .header-menu a.active {
            color: white;
            background-color: #2FD565;
        }
        .dj-standard-plan-sec .membership-box .left {
            width: calc(100% - 165px);
        }
        .dj-standard-plan-sec .membership-box .right {
            width: 165px;
        }
    }
@media (max-width: 575px) {
        .dj-landing-h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }
        .djAnywhereImgWrap::before {
            width: 14px;
            height: 2px;
        }
        .djAnywhereImgWrap::after {
            height: 14px;
            width: 2px;
        }
        .dj-standard-plan-sec .membership-box .left {
            width: 100%;
        }
        .dj-standard-plan-sec .membership-box .right {
            width: 100%;
        }
    }
@media (max-width: 480px) {
        .dj-service-box {
            width: 50% !important;
        }
    }
@media (max-width: 374px) {
        .dj-service-box {
            width: 50% !important;
        }
    }
.adminDjTable table tbody tr.even {
        background: #f3f4f6;
    }
.adminDjTable table {
        margin-bottom: 30px;
        background-color: #fff;
    }
.adminDjTable .dataTables_length,
    .adminDjTable .dataTables_filter {
        margin-bottom: 15px;
    }
.adminDjTable .dataTables_processing {
        display: none !important;
    }
.adminDjTable .dataTables_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.adminDjTable .dataTables_length select {
        border: 1px solid #8692a6;
        border-radius: 10px;
        background-color: #fff;
        padding: 10px 33px 10px 10px;
        font-size: 16px;
        color: #494949;
        font-weight: 500;
        font-family: "Heebo", sans-serif;
        background-size: 9px;
        margin-left: 8px;
        margin-right: 8px;
    }
.adminDjTable .dataTables_length select:focus {
        border: 1px solid #2fd565;
        box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
    }
.adminDjTable .dataTables_filter label {
        display: inline-block;
        font-size: 0px;
    }
.adminDjTable .dataTables_filter input {
        border: 1px solid #8692a6;
        border-radius: 10px;
        background-color: #fff;
        padding: 8px 15px;
        width: 100%;
        font-size: 16px;
        color: #494949;
        font-weight: 500;
        font-family: "Heebo", sans-serif;
        background-image: url(/images/search-icon.svg?4051152874d2d2ecf9aea928eb062330);
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) center;
        background-size: 17px;
        padding-right: 35px;
    }
.adminDjTable .dataTables_filter input:focus {
        border: 1px solid #2fd565;
        box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
    }
.adminDjTable table thead th {
        background-color: #2fd565;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
.adminDjTable table thead th:first-child {
        border-top-left-radius: 10px;
    }
.adminDjTable table thead th:last-child {
        border-top-right-radius: 10px;
    }
.adminDjTable table tbody td {
        padding: 10px 10px;
    }
.adminDjTable table tbody td:first-child {
        padding-left: 25px;
    }
.adminDjTable .btn_action {
        width: 120px;
        position: relative;
    }
.adminDjTable .manage_button {
        border: 1px solid #8692a6;
        border-radius: 10px;
        background-color: #fff;
        padding: 8px 15px;
        width: 100%;
        font-size: 16px;
        color: #494949;
        font-weight: 500;
        font-family: "Heebo", sans-serif;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url(/images/select-custom-arrow.svg?a487b3f4f7c4d98c4b99612cb129d09c);
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center;
        background-size: 8px;
        padding-right: 34px;
        cursor: pointer;
    }
.adminDjTable .mnDrop_Tog {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
.adminDjTable .mnDrop_Tog .custom-toggle-btn {
        margin-left: 15px;
    }
.adminDjTable .manage_button_popup {
        position: absolute;
        top: calc(100% + 3px);
        box-shadow: 0px 4px 100px rgba(42, 38, 38, 0.15);
        border-radius: 10px;
        background-color: #fff;
        z-index: 4;
        min-width: 120px;
        display: none;
        right: 0px;
    }
.adminDjTable .manage_button_popup.active_popup {
        display: block;
    }
.adminDjTable .manage_button_popup ul {
        padding-top: 6px;
        padding-bottom: 6px;
    }
.adminDjTable .manage_button_popup a {
        padding: 4px 10px;
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
.adminDjTable .manage_button_popup a span {
        white-space: pre;
    }
.adminDjTable .manage_button_popup a:hover {
        background-color: rgba(47, 213, 101, 0.1);
        text-decoration: none;
    }
.adminDjTable .manage_button_popup a i {
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: -2px;
    }
.adminDjTable .manage_button_popup a.delete-btn {
        color: #ff3d00;
    }
.adminDjTable .manage_button_popup a.delete-btn:hover {
        background-color: rgb(255, 61, 0, 0.1);
    }
.adminDjTable .custom-toggle-btn {
        display: inline-flex;
        position: relative;
    }
.adminDjTable .custom-toggle-btn input {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
        opacity: 0.000000001;
        width: 100%;
        height: 100%;
    }
.adminDjTable .custom-toggle-btn label {
        display: inline-block;
        width: 58px;
        height: 28px;
        background-color: #cacaca;
        border-radius: 100px;
        position: relative;
    }
.adminDjTable .custom-toggle-btn label::before {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 5px;
        left: 7px;
        background-color: #fff;
        border-radius: 50%;
    }
.adminDjTable .custom-toggle-btn input:checked + label {
        background-color: #2fd565;
    }
.adminDjTable .custom-toggle-btn input:checked + label::before {
        left: 32px;
    }
.adminDjTable .status-badge.success-pills {
        background-color: rgba(47, 213, 101, 1);
        color: #fff;
        border-radius: 5px;
        transition: 0.5s;
    }
.adminDjTable .status-badge.pending-pills {
        background-color:  #FFC107;
        color: #fff;
        border-radius: 5px;
        transition: 0.5s;
    }
.adminDjTable .status-badge.pending-pills:hover {
        background-color: rgb(242, 123, 39);
        text-decoration: none;
    }
.adminDjTable .status-badge.success-pills:hover {
        background-color: #1e9d47;
        text-decoration: none;
    }
.adminDjTable .status-badge.danger-pills {
        background-color: rgb(255, 61, 0, 1);
        color: #fff;
        border-radius: 5px;
        transition: 0.5s;
    }
.adminDjTable .status-badge.danger-pills:hover {
        background-color: #ce3100;
        text-decoration: none;
    }
.adminDjTable .dataTables_paginate a {
        padding: 4px 10px;
        /* border: 1px solid grey; */
        border-radius: 6px;
        display: inline-block;
        background-color: rgba(47, 213, 101, 0.1);
        margin-right: 5px;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid rgba(47, 213, 101, 1);
    }
.adminDjTable .dataTables_paginate a.paginate_button.current {
        background-color: rgba(47, 213, 101, 1);
        border: 1px solid rgba(47, 213, 101, 1);
        color: #fff;
    }
.adminDjTable .dataTables_info {
        margin-top: 5px;
    }
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-12 {
  bottom: -3rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-12px\] {
  bottom: -12px;
}
.bottom-\[-14px\] {
  bottom: -14px;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.left-0 {
  left: 0px;
}
.left-\[-15px\] {
  left: -15px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[17px\] {
  left: 17px;
}
.left-\[26px\] {
  left: 26px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[9px\] {
  left: 9px;
}
.right-0 {
  right: 0px;
}
.right-48 {
  right: 12rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-25px\] {
  right: -25px;
}
.right-\[-40px\] {
  right: -40px;
}
.right-\[-414px\] {
  right: -414px;
}
.right-\[-4px\] {
  right: -4px;
}
.right-\[-7px\] {
  right: -7px;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[11px\] {
  right: 11px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[22\%\] {
  right: 22%;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[50px\] {
  right: 50px;
}
.right-\[5px\] {
  right: 5px;
}
.right-\[72px\] {
  right: 72px;
}
.right-\[7px\] {
  right: 7px;
}
.right-\[8px\] {
  right: 8px;
}
.right-\[calc\(100\%_-_\(100vw_-_1220px\)_\/_2\)\] {
  right: calc(100% - (100vw - 1220px) / 2);
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-22px\] {
  top: -22px;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[-8px\] {
  top: -8px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[11px\] {
  top: 11px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[26px\] {
  top: 26px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[33px\] {
  top: 33px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[calc\(100\%_\+_10px\)\] {
  top: calc(100% + 10px);
}
.top-\[calc\(100\%_\+_5px\)\] {
  top: calc(100% + 5px);
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[4px\] {
  z-index: 4px;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[9\] {
  z-index: 9;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-2 {
  margin: 0.5rem;
}
.m-\[0px\] {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-9 {
  margin-top: -2.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[-10px\] {
  margin-left: -10px;
}
.ml-\[-11px\] {
  margin-left: -11px;
}
.ml-\[-12px\] {
  margin-left: -12px;
}
.ml-\[-15px\] {
  margin-left: -15px;
}
.ml-\[-16px\] {
  margin-left: -16px;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[-38px\] {
  margin-left: -38px;
}
.ml-\[-40px\] {
  margin-left: -40px;
}
.ml-\[-5px\] {
  margin-left: -5px;
}
.ml-\[0px\] {
  margin-left: 0px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[7px\] {
  margin-left: 7px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[auto\] {
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[-11px\] {
  margin-right: -11px;
}
.mr-\[-12px\] {
  margin-right: -12px;
}
.mr-\[-15px\] {
  margin-right: -15px;
}
.mr-\[-16px\] {
  margin-right: -16px;
}
.mr-\[-20px\] {
  margin-right: -20px;
}
.mr-\[-38px\] {
  margin-right: -38px;
}
.mr-\[-40px\] {
  margin-right: -40px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[13px\] {
  margin-right: 13px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[22px\] {
  margin-right: 22px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[46px\] {
  margin-right: 46px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-\[auto\] {
  margin-right: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-196px\] {
  margin-top: -196px;
}
.mt-\[-74px\] {
  margin-top: -74px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-14 {
  height: 3.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[315px\] {
  height: 315px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[50\] {
  height: 50;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[54\%\] {
  height: 54%;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100\%_-_130px\)\] {
  height: calc(100% - 130px);
}
.h-\[calc\(100\%_-_150px\)\] {
  height: calc(100% - 150px);
}
.h-\[calc\(100\%_-_240px\)\] {
  height: calc(100% - 240px);
}
.h-\[calc\(100\%_-_60px\)\] {
  height: calc(100% - 60px);
}
.h-\[calc\(100\%_-_80px\)\] {
  height: calc(100% - 80px);
}
.h-\[calc\(100\%_-_82px\)\] {
  height: calc(100% - 82px);
}
.h-\[calc\(100\%_-_83px\)\] {
  height: calc(100% - 83px);
}
.h-\[calc\(100vh_-_100px\)\] {
  height: calc(100vh - 100px);
}
.h-\[calc\(100vh_-_258px\)\] {
  height: calc(100vh - 258px);
}
.h-\[calc\(100vh_-_270px\)\] {
  height: calc(100vh - 270px);
}
.h-\[calc\(100vh_-_300px\)\] {
  height: calc(100vh - 300px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[calc\(100vh_-_270px\)\] {
  max-height: calc(100vh - 270px);
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[166px\] {
  min-height: 166px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[380px\] {
  min-height: 380px;
}
.min-h-\[auto\] {
  min-height: auto;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/4 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-52 {
  width: 13rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1028px\] {
  width: 1028px;
}
.w-\[1030px\] {
  width: 1030px;
}
.w-\[103px\] {
  width: 103px;
}
.w-\[1060px\] {
  width: 1060px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[1090px\] {
  width: 1090px;
}
.w-\[11\.11\%\] {
  width: 11.11%;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[1140px\] {
  width: 1140px;
}
.w-\[1145px\] {
  width: 1145px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[1330px\] {
  width: 1330px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[182px\] {
  width: 182px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[231px\] {
  width: 231px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\.3333\%\] {
  width: 33.3333%;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[414px\] {
  width: 414px;
}
.w-\[415px\] {
  width: 415px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[426px\] {
  width: 426px;
}
.w-\[428px\] {
  width: 428px;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[435px\] {
  width: 435px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[477px\] {
  width: 477px;
}
.w-\[498px\] {
  width: 498px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50\] {
  width: 50;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[532px\] {
  width: 532px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[57\%\] {
  width: 57%;
}
.w-\[58\] {
  width: 58;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[770px\] {
  width: 770px;
}
.w-\[840px\] {
  width: 840px;
}
.w-\[84\] {
  width: 84;
}
.w-\[874px\] {
  width: 874px;
}
.w-\[892px\] {
  width: 892px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[990px\] {
  width: 990px;
}
.w-\[calc\(100\%_\+_100px\)\] {
  width: calc(100% + 100px);
}
.w-\[calc\(100\%_-_108px\)\] {
  width: calc(100% - 108px);
}
.w-\[calc\(100\%_-_115px\)\] {
  width: calc(100% - 115px);
}
.w-\[calc\(100\%_-_120px\)\] {
  width: calc(100% - 120px);
}
.w-\[calc\(100\%_-_128px\)\] {
  width: calc(100% - 128px);
}
.w-\[calc\(100\%_-_136px\)\] {
  width: calc(100% - 136px);
}
.w-\[calc\(100\%_-_150px\)\] {
  width: calc(100% - 150px);
}
.w-\[calc\(100\%_-_158px\)\] {
  width: calc(100% - 158px);
}
.w-\[calc\(100\%_-_160px\)\] {
  width: calc(100% - 160px);
}
.w-\[calc\(100\%_-_185px\)\] {
  width: calc(100% - 185px);
}
.w-\[calc\(100\%_-_192px\)\] {
  width: calc(100% - 192px);
}
.w-\[calc\(100\%_-_200px\)\] {
  width: calc(100% - 200px);
}
.w-\[calc\(100\%_-_210px\)\] {
  width: calc(100% - 210px);
}
.w-\[calc\(100\%_-_215px\)\] {
  width: calc(100% - 215px);
}
.w-\[calc\(100\%_-_231px\)\] {
  width: calc(100% - 231px);
}
.w-\[calc\(100\%_-_250px\)\] {
  width: calc(100% - 250px);
}
.w-\[calc\(100\%_-_300px\)\] {
  width: calc(100% - 300px);
}
.w-\[calc\(100\%_-_320px\)\] {
  width: calc(100% - 320px);
}
.w-\[calc\(100\%_-_325px\)\] {
  width: calc(100% - 325px);
}
.w-\[calc\(100\%_-_340px\)\] {
  width: calc(100% - 340px);
}
.w-\[calc\(100\%_-_350px\)\] {
  width: calc(100% - 350px);
}
.w-\[calc\(100\%_-_35px\)\] {
  width: calc(100% - 35px);
}
.w-\[calc\(100\%_-_36px\)\] {
  width: calc(100% - 36px);
}
.w-\[calc\(100\%_-_380px\)\] {
  width: calc(100% - 380px);
}
.w-\[calc\(100\%_-_40px\)\] {
  width: calc(100% - 40px);
}
.w-\[calc\(100\%_-_428px\)\] {
  width: calc(100% - 428px);
}
.w-\[calc\(100\%_-_440px\)\] {
  width: calc(100% - 440px);
}
.w-\[calc\(100\%_-_45px\)\] {
  width: calc(100% - 45px);
}
.w-\[calc\(100\%_-_52px\)\] {
  width: calc(100% - 52px);
}
.w-\[calc\(100\%_-_54px\)\] {
  width: calc(100% - 54px);
}
.w-\[calc\(100\%_-_55px\)\] {
  width: calc(100% - 55px);
}
.w-\[calc\(100\%_-_60px\)\] {
  width: calc(100% - 60px);
}
.w-\[calc\(100\%_-_90px\)\] {
  width: calc(100% - 90px);
}
.w-\[calc\(100\%_-_96px\)\] {
  width: calc(100% - 96px);
}
.w-\[calc\(100\%_-_98px\)\] {
  width: calc(100% - 98px);
}
.w-\[calc\(33\.3333\%_-_10px\)\] {
  width: calc(33.3333% - 10px);
}
.w-\[calc\(50\%_-_10px\)\] {
  width: calc(50% - 10px);
}
.w-\[calc\(50\%_-_6px\)\] {
  width: calc(50% - 6px);
}
.w-\[full\] {
  width: full;
}
.w-\[inherit\] {
  width: inherit;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.max-w-\[235px\] {
  max-width: 235px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[445px\] {
  max-width: 445px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[calc\(100\%_-_100px\)\] {
  max-width: calc(100% - 100px);
}
.max-w-\[calc\(100\%_-_154px\)\] {
  max-width: calc(100% - 154px);
}
.max-w-\[calc\(100\%_-_200px\)\] {
  max-width: calc(100% - 200px);
}
.max-w-\[calc\(100\%_-_380px\)\] {
  max-width: calc(100% - 380px);
}
.max-w-\[calc\(100\%_-_48px\)\] {
  max-width: calc(100% - 48px);
}
.max-w-\[calc\(100\%_-_60px\)\] {
  max-width: calc(100% - 60px);
}
.max-w-full {
  max-width: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  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-\[45deg\] {
  --tw-rotate: 45deg;
  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-none {
  resize: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.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-5 {
  gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-pre {
  white-space: pre;
}
.break-all {
  word-break: break-all;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-b100 {
  border-radius: 100px;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[14px\] {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#0080004d\] {
  border-color: #0080004d;
}
.border-\[\#1E9D47\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 157 71 / var(--tw-border-opacity, 1));
}
.border-\[\#1e9d474d\] {
  border-color: #1e9d474d;
}
.border-\[\#2222221a\] {
  border-color: #2222221a;
}
.border-\[\#222222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.border-\[\#2FD565\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.border-\[\#2a26261a\] {
  border-color: #2a26261a;
}
.border-\[\#2fd56533\] {
  border-color: #2fd56533;
}
.border-\[\#2fd565\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.border-\[\#332e2e4d\] {
  border-color: #332e2e4d;
}
.border-\[\#8692A6\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 146 166 / var(--tw-border-opacity, 1));
}
.border-\[\#8692a633\] {
  border-color: #8692a633;
}
.border-\[\#8692a64d\] {
  border-color: #8692a64d;
}
.border-\[\#8692a666\] {
  border-color: #8692a666;
}
.border-\[\#BDC5D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 197 212 / var(--tw-border-opacity, 1));
}
.border-\[\#CFD3DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 211 219 / var(--tw-border-opacity, 1));
}
.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-\[\#F7F6F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 246 243 / var(--tw-border-opacity, 1));
}
.border-\[\#c3cad7\] {
  --tw-border-opacity: 1;
  border-color: rgb(195 202 215 / var(--tw-border-opacity, 1));
}
.border-\[\#cecece\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}
.border-\[\#d2d2d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}
.border-\[\#e3e3e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}
.border-\[\#e6e6e680\] {
  border-color: #e6e6e680;
}
.border-\[\#ececec\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-\[\#f006\] {
  border-color: #f006;
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-djColorGreen {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.border-djColorLightBlack {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.bg-\[\#000c\] {
  background-color: #000c;
}
.bg-\[\#00647A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 122 / var(--tw-bg-opacity, 1));
}
.bg-\[\#008000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00B1C1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 193 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00C596\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 197 150 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0937701a\] {
  background-color: #0937701a;
}
.bg-\[\#191515\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 21 21 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E9D47\]\/\[0\.03\] {
  background-color: rgb(30 157 71 / 0.03);
}
.bg-\[\#22222280\] {
  background-color: #22222280;
}
.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A2626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 38 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2FD565\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2FD565\]\/\[0\.04\] {
  background-color: rgb(47 213 101 / 0.04);
}
.bg-\[\#2FD565\]\/\[0\.1\] {
  background-color: rgb(47 213 101 / 0.1);
}
.bg-\[\#2c494e0f\] {
  background-color: #2c494e0f;
}
.bg-\[\#2fd5651a\] {
  background-color: #2fd5651a;
}
.bg-\[\#2fd565\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8692A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 146 166 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8692a608\] {
  background-color: #8692a608;
}
.bg-\[\#8692a60d\] {
  background-color: #8692a60d;
}
.bg-\[\#8692a61a\] {
  background-color: #8692a61a;
}
.bg-\[\#ADAFB2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 175 178 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F53838\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 56 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F6F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c3cad7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 202 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e5e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff3\] {
  background-color: #fff3;
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[grey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}
.bg-djColorGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.bg-djColorLightBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-djColorRed {
  --tw-bg-opacity: 1;
  background-color: rgb(225 75 75 / var(--tw-bg-opacity, 1));
}
.bg-djDabger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 0 / var(--tw-bg-opacity, 1));
}
.bg-djlightBGopacity1 {
  background-color: #2fd5651a;
}
.bg-contain {
  background-size: contain;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0px\] {
  padding: 0px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[13px\] {
  padding: 13px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[35px\] {
  padding: 35px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[7px\] {
  padding: 7px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[62px\] {
  padding-bottom: 62px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[-15px\] {
  padding-left: -15px;
}
.pl-\[0px\] {
  padding-left: 0px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[130px\] {
  padding-left: 130px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[23px\] {
  padding-left: 23px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[250px\] {
  padding-left: 250px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[42px\] {
  padding-left: 42px;
}
.pl-\[45px\] {
  padding-left: 45px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pl-\[48px\] {
  padding-left: 48px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pl-\[65px\] {
  padding-left: 65px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[88px\] {
  padding-left: 88px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-\[-15px\] {
  padding-right: -15px;
}
.pr-\[0px\] {
  padding-right: 0px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[11px\] {
  padding-right: 11px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[22px\] {
  padding-right: 22px;
}
.pr-\[230px\] {
  padding-right: 230px;
}
.pr-\[23px\] {
  padding-right: 23px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[34px\] {
  padding-right: 34px;
}
.pr-\[35px\] {
  padding-right: 35px;
}
.pr-\[38px\] {
  padding-right: 38px;
}
.pr-\[395px\] {
  padding-right: 395px;
}
.pr-\[400px\] {
  padding-right: 400px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[42px\] {
  padding-right: 42px;
}
.pr-\[46px\] {
  padding-right: 46px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pr-\[55px\] {
  padding-right: 55px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pr-\[65px\] {
  padding-right: 65px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pr-\[70px\] {
  padding-right: 70px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[48\%\] {
  padding-top: 48%;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[50\%\] {
  padding-top: 50%;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[58\%\] {
  padding-top: 58%;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[70\%\] {
  padding-top: 70%;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[92\%\] {
  padding-top: 92%;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.font-\[\'barlow\'\] {
  font-family: 'barlow';
}
.font-barlow {
  font-family: Barlow;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0px\] {
  font-size: 0px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.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-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[450px\] {
  font-size: 450px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[62px\] {
  font-size: 62px;
}
.text-\[90px\] {
  font-size: 90px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.not-italic {
  font-style: normal;
}
.leading-\[108px\] {
  line-height: 108px;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[450px\] {
  line-height: 450px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[82px\] {
  line-height: 82px;
}
.leading-\[84px\] {
  line-height: 84px;
}
.leading-\[90px\] {
  line-height: 90px;
}
.leading-\[normal\] {
  line-height: normal;
}
.tracking-\[0\.13px\] {
  letter-spacing: 0.13px;
}
.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}
.tracking-\[0\.43px\] {
  letter-spacing: 0.43px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[0\.75px\] {
  letter-spacing: 0.75px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[5px\] {
  letter-spacing: 5px;
}
.tracking-wide {
  letter-spacing: 0.1px;
}
.tracking-wider {
  letter-spacing: 0.5px;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#008000\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity, 1));
}
.text-\[\#1B1E22\] {
  --tw-text-opacity: 1;
  color: rgb(27 30 34 / var(--tw-text-opacity, 1));
}
.text-\[\#1F2935\] {
  --tw-text-opacity: 1;
  color: rgb(31 41 53 / var(--tw-text-opacity, 1));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#2A2626\] {
  --tw-text-opacity: 1;
  color: rgb(42 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#2FD565\] {
  --tw-text-opacity: 1;
  color: rgb(47 213 101 / var(--tw-text-opacity, 1));
}
.text-\[\#2fd565\] {
  --tw-text-opacity: 1;
  color: rgb(47 213 101 / var(--tw-text-opacity, 1));
}
.text-\[\#332E2E\] {
  --tw-text-opacity: 1;
  color: rgb(51 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#332e2e\] {
  --tw-text-opacity: 1;
  color: rgb(51 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#494949\] {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}
.text-\[\#696F79\] {
  --tw-text-opacity: 1;
  color: rgb(105 111 121 / var(--tw-text-opacity, 1));
}
.text-\[\#8692A6\] {
  --tw-text-opacity: 1;
  color: rgb(134 146 166 / var(--tw-text-opacity, 1));
}
.text-\[\#8C97AC\] {
  --tw-text-opacity: 1;
  color: rgb(140 151 172 / var(--tw-text-opacity, 1));
}
.text-\[\#A3BAC3\] {
  --tw-text-opacity: 1;
  color: rgb(163 186 195 / var(--tw-text-opacity, 1));
}
.text-\[\#BDC5D4\] {
  --tw-text-opacity: 1;
  color: rgb(189 197 212 / var(--tw-text-opacity, 1));
}
.text-\[\#CFD3DB\] {
  --tw-text-opacity: 1;
  color: rgb(207 211 219 / var(--tw-text-opacity, 1));
}
.text-\[\#F7F6F3\] {
  --tw-text-opacity: 1;
  color: rgb(247 246 243 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3D00\] {
  --tw-text-opacity: 1;
  color: rgb(255 61 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[djColorLightGray\] {
  color: djColorLightGray;
}
.text-djColorBlack {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-djColorGreen {
  --tw-text-opacity: 1;
  color: rgb(47 213 101 / var(--tw-text-opacity, 1));
}
.text-djColorLightBlack {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-djColorLightGray {
  --tw-text-opacity: 1;
  color: rgb(105 111 121 / var(--tw-text-opacity, 1));
}
.text-djColorRed {
  --tw-text-opacity: 1;
  color: rgb(225 75 75 / var(--tw-text-opacity, 1));
}
.text-djWhiteGrayBlue {
  --tw-text-opacity: 1;
  color: rgb(207 211 219 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[\.87\] {
  opacity: .87;
}
.opacity-\[0\.000000000001\] {
  opacity: 0.000000000001;
}
.opacity-\[0\.00000000001\] {
  opacity: 0.00000000001;
}
.opacity-\[0\.00000001\] {
  opacity: 0.00000001;
}
.opacity-\[0\.1\] {
  opacity: 0.1;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.opacity-\[0\.87\] {
  opacity: 0.87;
}
.shadow-\[0px_0px_4px_\#2a26260d\] {
  --tw-shadow: 0px 0px 4px #2a26260d;
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_10px_20px_\#2c2f3d3d\] {
  --tw-shadow: 0px 10px 20px #2c2f3d3d;
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_100px_\#2a262626\] {
  --tw-shadow: 0px 4px 100px #2a262626;
  --tw-shadow-colored: 0px 4px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_16px_\#0000000a\] {
  --tw-shadow: 0px 4px 16px #0000000a;
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_8px_\#00000014\] {
  --tw-shadow: 0px 4px 8px #00000014;
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_16px_\#0003\] {
  --tw-shadow: 0px 8px 16px #0003;
  --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_16px_\#257b4333\] {
  --tw-shadow: 0px 8px 16px #257b4333;
  --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_9\.78178px_19\.5636px_\#257b4333\] {
  --tw-shadow: 0px 9.78178px 19.5636px #257b4333;
  --tw-shadow-colored: 0px 9.78178px 19.5636px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow1 {
  --tw-shadow: 0px 4px 100px rgba(42, 38, 38, 0.08);
  --tw-shadow-colored: 0px 4px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.duration-\[300ms\] {
  transition-duration: 300ms;
}
.duration-\[500ms\] {
  transition-duration: 500ms;
}

/* .site-header,
.sidebar-menu,
.site-footer{
    display:none;
} */

/*fonts*/

/*fonts-end*/

/* tailwindcss-common-css */

/* tailwindcss-common-css-end */

/*common-css*/

body {
    overflow-x: hidden;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    outline: unset !important;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/images/select-custom-arrow.svg?a487b3f4f7c4d98c4b99612cb129d09c);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 12px;
}

.invalid-feedback {
    color: red;
    margin-top: 5px;
    line-height: normal;
    display: block !important;
}

a {
    color: #2fd565;
    text-decoration: none;
}

/* a:hover { text-decoration: underline; } */

/* a:hover{color: #2fd565;} */

body.sidebarM-open {
    position: relative;
}

body.sidebarM-open:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

body.sidebarM-open .sidebar-menu {
    left: 0px;
}

.search-boxMH.active {
    display: flex;
}

.back_btn {
    transition: 0.5s;
}

.back_btn::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #8692a6;
    border-bottom: 2px solid #8692a6;
    transform: rotate(45deg);
    transition: 0.5s;
}

.back_btn:hover:before {
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-4 {
    max-width: 25%;
    flex: 0 0 25%;
    padding-right: 15px;
    padding-left: 15px;
}

/* custom-half-ratting-add */

.csa-stars {
    width: 242px;
    height: 50px;
    text-align: center;
    position: relative;
}

.csa-stars .csa-star {
    width: 50px;
    position: absolute;
    top: 0;
    font-size: 36px;
    color: #2fd565;
    padding: 0 5px;
}

.csa-stars-ghost {
    width: 0px;
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.csa-stars .csa-star:nth-child(1) {
    left: 0;
}

.csa-stars .csa-star:nth-child(2) {
    left: 50px;
}

.csa-stars .csa-star:nth-child(3) {
    left: 100px;
}

.csa-stars .csa-star:nth-child(4) {
    left: 150px;
}

.csa-stars .csa-star:nth-child(5) {
    left: 200px;
}

.popular-box .csa-stars .csa-star,
.voting-arena-box .csa-stars .csa-star {
    font-size: 18px;
    width: 24px;
    padding: 0px 2px;
}

.popular-box .csa-stars,
.voting-arena-box .csa-stars {
    width: 105px;
    height: 27px;
}

.popular-box .csa-stars .csa-star:nth-child(2),
.voting-arena-box .csa-stars .csa-star:nth-child(2) {
    left: 21px;
}

.popular-box .csa-stars .csa-star:nth-child(3),
.voting-arena-box .csa-stars .csa-star:nth-child(3) {
    left: 42px;
}

.popular-box .csa-stars .csa-star:nth-child(4),
.voting-arena-box .csa-stars .csa-star:nth-child(4) {
    left: 62px;
}

.popular-box .csa-stars .csa-star:nth-child(5),
.voting-arena-box .csa-stars .csa-star:nth-child(5) {
    left: 82px;
}

.popular-box .popular-inner-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* custom-half-ratting-add-end */

/* notification-sidebar */

.noti_side_main.active {
    right: 0;
}

.noti_overlay_active {
    position: relative;
}

.noti_overlay_active::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222222;
    z-index: 9999;
    opacity: 0.5;
}

.noti_side_body > div a:hover {
    text-decoration: none;
    background: #2fd5651a;
}

/* notification-sidebar-end */

.no-live-btn .go-live-btn {
    display: none;
}

.no-sidebar .sidebar-menu {
    display: none !important;
}

.no-sidebar .main-wrapper {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: auto;
    overflow-y: unset;
}

.no-sidebar .main-wrapper .main-icn-wrapper {
    padding: 0px 0px;
}

.no-sidebar .site-footer {
    padding-left: 0px;
    position: static;
}

.no-sidebar .site-footer .inner-site-footer {
    justify-content: center;
}

.no-sidebar .site-footer.fmenu-show .inner-site-footer {
    justify-content: space-between;
}

.no-menus ul {
    display: none;
}

.modal .modal-header .title {
    width: calc(100% - 20px);
}

.sq-close-btn:before,
.sq-close-btn:after,
.modal .close-btn:before,
.modal .close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 1.5px;
    background-color: #222222;
}

.sq-close-btn.white:before,
.sq-close-btn.white:after {
    background-color: #fff;
}

.sq-close-btn:after,
.modal .close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .payment-success-content p strong {
    font-weight: 600;
}

.dj-header-wv .title {
    width: calc(100% - 70px);
}

.dj-line-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 100%;
    height: 1px;
    background-color: #8692a680;
}

/*slick-slider*/

.as-provider-row .slick-arrow,
.popular-row .slick-arrow,
.services-row .slick-arrow,
.explore-categories-row .slick-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #dbdbdb !important;
    top: unset;
    bottom: 0px;
}

.as-provider-row .slick-arrow:hover,
.popular-row .slick-arrow:hover,
.services-row .slick-arrow:hover,
.explore-categories-row .slick-arrow:hover {
    background-color: #2fd565 !important;
}

.as-provider-row .slick-arrow::before,
.popular-row .slick-arrow::before,
.services-row .slick-arrow::before,
.explore-categories-row .slick-arrow::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #222222;
    border-bottom: 2px solid #222222;
    transform: rotate(45deg);
    transition: 0.5s;
    opacity: 1;
}

.as-provider-row .slick-arrow.slick-next::before,
.popular-row .slick-arrow.slick-next::before,
.services-row .slick-arrow.slick-next::before,
.explore-categories-row .slick-arrow.slick-next::before {
    transform: rotate(-135deg);
    left: 8px;
}

.as-provider-row .slick-arrow:hover:before,
.popular-row .slick-arrow:hover:before,
.services-row .slick-arrow:hover:before,
.explore-categories-row .slick-arrow:hover:before {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.as-provider-row .slick-arrow.slick-prev,
.popular-row .slick-arrow.slick-prev,
.services-row .slick-arrow.slick-prev,
.explore-categories-row .slick-arrow.slick-prev {
    left: calc(50% - 20px);
    transform: translateX(-50%);
}

.as-provider-row .slick-arrow.slick-next,
.popular-row .slick-arrow.slick-next,
.services-row .slick-arrow.slick-next,
.explore-categories-row .slick-arrow.slick-next {
    left: calc(50% + 20px);
    transform: translateX(-50%);
}

/*slick-slider-end*/

.modal {
    display: none;
}

.modal.show {
    display: block;
}

.custom-tab-box {
    display: none;
}

.custom-tab-menu .custom-tab-menu-lists {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #2a26261a;
    margin-bottom: 30px;
}

.custom-tab-menu .custom-tab-link {
    color: #8692a6;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 7px 16px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    margin-right: 5px;
}

.custom-tab-menu .custom-tab-link.active {
    color: #2fd565;
    border-bottom: 3px solid #2fd565;
}

.signUP .custom-tab-menu .custom-tab-menu-lists{
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.signUP .custom-tab-item{
    width:calc(50% - 7px);
    position: relative;
}
.signUP .custom-tab-item input{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    opacity:0.000000000001;
    z-index:4;
    cursor: pointer;
}
.signUP .custom-tab-item .custom-tab-link {
	border: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(47, 213, 101,0.1);
	color: #2fd565;
	padding: 15px 16px;
	border-radius: 10px;
    position: relative;
}
.signUP .custom-tab-item input:checked + .custom-tab-link,
.signUP .custom-tab-item .custom-tab-link.active{
    background-color:#2fd565;
    color:#fff;
}
.signUP .custom-tab-item input:checked + .custom-tab-link img,
.signUP .custom-tab-item .custom-tab-link.active img{
    filter:grayscale(1) brightness(10);
}
/* jq-custom-calander */

.jq-custom-calander {
    border: 1px solid #e7e8ea;
    margin-top: 36px;
    margin-bottom: 36px;
}

.jq-custom-calander .ui-datepicker-header {
    position: relative;
    border-bottom: 1px solid #e7e8ea;
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-prev {
    background-color: rgba(47, 213, 101, 0.1);
    width: 30px;
    height: 30px;
    font-size: 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-prev:before,
.jq-custom-calander .ui-datepicker-header .ui-datepicker-next:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-prev:before {
    background-image: url(/images/calander-left-icon.svg?790f728008d205749b3ce7972645ffaf);
    background-repeat: no-repeat;
    background-position: center;
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-next:before {
    background-image: url(/images/calander-right-icon.svg?c3d82a6cafa53f8e9e42774ce5e2171e);
    background-repeat: no-repeat;
    background-position: center;
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-next {
    background-color: rgba(47, 213, 101, 0.1);
    width: 30px;
    height: 30px;
    font-size: 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-prev:hover,
.jq-custom-calander .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: rgba(47, 213, 101, 1);
}

.jq-custom-calander .ui-datepicker-header .ui-datepicker-prev:hover:before,
.jq-custom-calander .ui-datepicker-header .ui-datepicker-next:hover:before {
    filter: grayscale(1) brightness(10);
}

.jq-custom-calander .ui-datepicker-title {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding: 24px 80px;
}

.jq-custom-calander .ui-datepicker-calendar {
    width: 100%;
}

.jq-custom-calander .ui-datepicker-calendar thead th {
    padding: 8px 7px;
    border-bottom: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    width: 14.28%;
}

.jq-custom-calander .ui-datepicker-calendar thead th:last-child {
    border-right: none;
}

.jq-custom-calander .ui-datepicker-calendar thead th span {
    font-size: 0px;
}

.jq-custom-calander .ui-datepicker-calendar thead th span:before {
    content: attr(title);
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.jq-custom-calander .ui-datepicker-calendar tbody td {
    height: 83px;
    position: relative;
    border: 1px solid #e7e8ea;
}

.jq-custom-calander
    .ui-datepicker-calendar
    tbody
    td.ui-datepicker-today.ui-datepicker-current-day
    a,
.jq-custom-calander .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    background: rgba(47, 213, 101, 0.2);
}

.jq-custom-calander .ui-datepicker-calendar tbody td:last-child {
    border-right: none;
}

.jq-custom-calander .ui-datepicker-calendar tbody td a {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 5px 10px;
}

/* jq-custom-calander */

/*common-css-end*/

.login-template .left-login:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.login-form-wrapper .form-group input,
.login-form-wrapper .form-group select,
.login-form-wrapper .form-group textarea {
    transition: 0.5s;
    font-family: "Heebo", sans-serif;
}

.login-form-wrapper .form-group input:focus,
.login-form-wrapper .form-group select:focus,
.login-form-wrapper .form-group textarea:focus {
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
}

.login-form-wrapper .rem-forgot-row .custom-checkbox input {
    opacity: 0.00000000001;
}

.login-form-wrapper .rem-forgot-row .custom-checkbox label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid grey;
    transition: 0.5s;
}

.login-form-wrapper .rem-forgot-row .custom-checkbox label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.5s;
}

.login-form-wrapper
    .rem-forgot-row
    .custom-checkbox
    input:checked
    + label:before {
    background: #2fd565;
    border: 1px solid #2fd565;
}

.login-form-wrapper
    .rem-forgot-row
    .custom-checkbox
    input:checked
    + label:after {
    opacity: 1;
}

.login-form-wrapper .form-s-btn {
    font-family: "Heebo", sans-serif;
    transition: 0.5s;
}

.varification-code-notification {
    background-color: rgba(255, 61, 0, 0.1);
}

.varification-code-wrapper .varification-code-box:last-child {
    margin-right: 0px;
}

.login-template.resest-password .fheader-detail {
    border-bottom: none;
    padding-bottom: 0px;
}

.membership-plan-wrapper .membership-header .label.invisible-m {
    color: #8692a6;
}

.custom-toggle-btn .btn-overview::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f6f3;
    transition: 0.5s;
}

.custom-toggle-btn input:checked + .btn-overview::before {
    left: 34px;
}

.login-template.membership-plan .fheader-detail {
    border-bottom: none;
    padding-bottom: 10px;
}

.login-template.membership-plan .right-login .inner-wrapper {
    width: 477px;
    max-width: 100%;
}

/* .membership-box .left { width: calc(100% - 190px); }
.membership-box .right { width: 190px; } */

.membership-box .custom-checkbox:last-child {
    margin-bottom: 0px;
}

.custom-checkbox-in label:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 2px solid #696f79;
    transition: 0.5s;
}

.custom-checkbox-in label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.5s;
}

.custom-checkbox-in input:checked + label:before {
    border: 2px solid #2fd565;
    background-color: #2fd565;
}

.custom-checkbox-in input:checked + label:after {
    opacity: 1;
}

.custom-radio-in label:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    transition: 0.5s;
    background-color: #dbdbdb;
}

.custom-radio-in label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.5s;
    background-color: #fff;
}

.custom-radio-in input:checked + label:before {
    border: 2px solid #2fd565;
    background-color: #2fd565;
}

.custom-radio-in input:checked + label:after {
    opacity: 1;
}

.membership-box .custom-checkbox label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background-color: #2fd565;
    transition: 0.5s;
}

.membership-box .custom-checkbox label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 9px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 1;
    transition: 0.5s;
}

/* .site-header .right-cn-wrapper { width: calc(100% - 250px); } */

.site-header .search-filter-form .filter-dropdown {
    display: none;
}

.site-header .search-filter-form .filter-dropdown .filter-lists {
    display: none;
}

.site-header .search-filter-form .filter-dropdown .filter-title:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0px;
    width: 10px;
    height: 2px;
    background-color: #222222;
}

.site-header .search-filter-form .filter-dropdown .filter-title:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #222222;
}

.site-header .search-filter-form .filter-dropdown .filter-title.active:after {
    display: none;
}

.site-header .search-filter-form .filter-item label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #222222;
    border-radius: 3px;
}

.site-header .search-filter-form .filter-item label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 5px;
    transform: rotate(-45deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.site-header .search-filter-form .filter-item input:checked + label:before {
    border: 1px solid #2fd565;
    background-color: #2fd565;
}

.site-header .lang-wrapper .lang-dropdown {
    top: calc(100% + 5px);
}

.site-header .lang-wrapper .lang-dropdown .lang-link {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px 6px 30px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 2px;
}

.site-header .lang-wrapper .lang-dropdown .lang-link:hover,
.site-header .lang-wrapper .lang-dropdown .active .lang-link {
    background: #2fd5651a;
    color: #2fd565;
    position: relative;
}

.site-header .lang-wrapper .lang-dropdown .lang-link::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 5px;
    height: 100%;
    background: #2fd565;
    border-radius: 0px 10px 10px 0px;
    opacity: 0;
}

.site-header .lang-wrapper .lang-dropdown .lang-link:hover::before,
.site-header .lang-wrapper .lang-dropdown .active .lang-link::before {
    opacity: 1;
}

.site-header .lang-wrapper .lang-dropBox {
    background-image: url(/images/select-custom-arrow.svg?a487b3f4f7c4d98c4b99612cb129d09c);
    background-size: 10px;
    background-position: calc(100% - 10px) center;
}

.site-header .lang-wrapper .lang-dropBox .lang-text {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-left: 7px;
}

/* .site-header .user-notification-wrapper { max-width: calc(100% - 495px); } */

.site-header .notification-btn::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ec5252;
    border: 2px solid #ffffff;
}

.site-header .mobile-toggleM-btn.active .line:nth-child(2) {
    display: none;
}

.site-header .mobile-toggleM-btn.active .line:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}

.site-header .mobile-toggleM-btn.active .line:nth-child(3) {
    transform: rotate(-45deg);
}

/*header-end*/

/*footer*/

.site-footer {
    padding-left: 250px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    width: 100%;
}

/*footer-end*/

/*sidebar-menu*/

.sidebar-menu .sidebar-items {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.sidebar-menu .sidebar-items::-webkit-scrollbar {
    display: none;
}

/* .sidebar-menu { height: calc(100% - 82px); } */

.sidebar-menu .item:last-child {
    margin-bottom: 0px;
}

.sidebar-menu .link {
    transition: 0.5s;
}

.sidebar-menu .item.active > .link .text,
.sidebar-menu .submenu-btn:hover + .link .text,
.sidebar-menu .link:hover {
    color: #2fd565;
}

.sidebar-menu .link:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 8px;
    height: 100%;
    background: #2fd565;
    border-radius: 0px 10px 10px 0px;
    opacity: 0;
}

.sidebar-menu .item.active > .link:before,
.sidebar-menu .link.active:before,
.sidebar-menu .link:hover:before,
.sidebar-menu .submenu-btn:hover + .link:before {
    opacity: 1;
}

.sidebar-menu .link img {
    filter: grayscale(1) brightness(0.4);
    transition: 0.5s;
}

.sidebar-menu .item.active > .link img,
.sidebar-menu .link.active img,
.sidebar-menu .link:hover img,
.sidebar-menu .submenu-btn:hover + .link img {
    filter: unset;
}

.sidebar-menu .link .text {
    color: #222222;
}

.sidebar-menu .link.active .text,
.sidebar-menu .link:hover .text {
    color: #2fd565;
}

.sidebar-menu .item.logout .link:before {
    display: none;
}

.sidebar-menu .item.logout img {
    filter: unset;
}

.sidebar-menu .item.logout .link .text {
    color: #ff3d00;
}

.sidebar-menu .submenu-btn {
    transform: rotate(-90deg);
    transition: 0.5s;
}

.sidebar-menu .item.active .submenu-btn,
.sidebar-menu .submenu-btn.active {
    transform: rotate(0deg);
}

.sidebar-menu .submenu-btn:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 17px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-left: 2px solid #222222;
    border-bottom: 2px solid #222222;
    width: 10px;
    height: 10px;
}

.sidebar-menu .item.active .submenu-btn:before,
.sidebar-menu .submenu-btn:hover:before {
    border-left: 2px solid #2fd565;
    border-bottom: 2px solid #2fd565;
}

/*sidebar-menu-end*/

.artist-sprovider-wrapper .as-provider-row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.as-provider-box .img-wrapper {
    background-image: linear-gradient(135deg, #a7ff50, #428202);
}
.as-provider-box .live-wrapper {
    background-image: linear-gradient(135deg, #e11b1b, #8a0b0b);
}

.popular-row {
    margin-bottom: 0px !important;
}

.popular-row.popular-no-slider {
    display: flex;
    flex-wrap: wrap;
}

.popular-row.popular-no-slider .popular-box {
    padding-left: 16px;
    padding-right: 16px;
    width: 33.3333%;
    margin-bottom: 30px;
}

.popular-box .contant-wrapper {
    transform: translate(-50%, -50%);
    width: calc(100% - 24px);
    height: calc(100% - 32px);
}

.popular-box .favourites-btn .fill-icon {
    display: none;
}

.popular-box .favourites-btn.active .stroke-icon {
    display: none;
}

.popular-box .favourites-btn.active .fill-icon {
    display: block;
}

/* .popular-box .popular-header .right-detail { width: calc(100% - 60px); } */

.services-row {
    margin-bottom: 0px !important;
}

.services-row.services-no-slider {
    display: flex;
    flex-wrap: wrap;
}

.services-row.services-no-slider .services-box {
    width: 14.28%;
    margin-bottom: 50px;
}

.explore-categories-row {
    margin-left: -38px;
    margin-right: -38px;
    padding-bottom: 40px;
    margin-bottom: 0px !important;
}

.explore-categories-no-slider {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.explore-categories-no-slider .explore-categories-box {
    margin-bottom: 30px;
    width: 20%;
}

.voting-arena-row.voting-arena-no-slider {
    display: flex;
    flex-wrap: wrap;
}

.voting-arena-no-slider .voting-arena-box {
    width: 25%;
    margin-bottom: 30px;
}

.voting-arena-box .favourites-btn .fill-icon {
    display: none;
}

.voting-arena-box .favourites-btn.active .fill-icon {
    display: block;
}

.voting-arena-box .favourites-btn.active .stroke-icon {
    display: none;
}

.voting-arena-box .vote-number .number {
    font-family: "Barlow", sans-serif;
}

.vote-btn {
    text-decoration: none;
}

.vote-btn.disabled,
.vote-btn.disabled:hover {
    background-color: #cfd3db;
    color: #222222;
    border: 1px solid #cfd3db;
    pointer-events: none;
    cursor: no-drop;
}

.voting-modal .done-btn,
.voting-modal .cancel-btn,
.logout-modal .done-btn,
.logout-modal .cancel-btn {
    width: calc(50% - 6px);
    transition: 0.5s;
}

.signup-2 .previous-btn,
.signup-2 .form-s-btn {
    width: calc(50% - 10px);
    transition: 0.5s;
}

/* setting-page */

.setting-page-wrapper .profile-details .pd-inner-wrapper .cancel-btn {
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -119px -45px;
}

.setting-page-wrapper .profile-details .pd-inner-wrapper .camera-btn {
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -149px -40px;
}

.camera-btn-input {
    font-size: 0px;
}

.camera-btn-overllay {
    background-image: url(/images/camera-icon-withBG.svg?119821a0a0d28c0d785dec2b5c097dbe);
    background-repeat: no-repeat;
    background-position: center;
}

.camera-btn .invalid-feedback {
    white-space: pre;
    margin-top: 18px;
}

.camera-Img {
    border: 1px solid #b9b9b9;
}

.setting-page-wrapper .passwordC-deleteAC .item:last-child {
    border-right: none;
}

.setting-page-wrapper .passwordC-deleteAC .change-password {
    color: #8692a6;
}

.setting-page-wrapper .passwordC-deleteAC .delete-account {
    color: #ff3d00;
}

input.disabled,
select.disabled,
textarea.disabled {
    background-color: rgba(134, 146, 166, 0.15);
    border: 1px solid rgba(134, 146, 166, 0.15);
    pointer-events: none;
    cursor: no-drop;
}

.setting-page-wrapper .submit-group {
    width: calc(50% - 20px);
}

.setting-page-wrapper .select-cat-box .label-row .cat-label {
    width: 51%;
}

/* setting-page-end */

/* My bookings */

.event-request-badge.reject {
    background-color: #ff3d00;
}

.event-request-badge.accepted {
    background-color: #2fd565;
}

.voting-arena-box .date-timeMB-wrapper .date:before,
.voting-arena-box .date-timeMB-wrapper .time:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-repeat: no-repeat;
}
.voting-arena-box .date-timeMB-wrapper .user:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 24px;
    height: 24px;
    background-image: url(/images/user-icon.png?1b6cb9735599ad959970b00d0e62c2c9);
    background-repeat: no-repeat;
}

.voting-arena-box .date-timeMB-wrapper .date:before {
    background-position: -10px -8px;
}

.voting-arena-box .date-timeMB-wrapper .time:before {
    background-position: -47px -8px;
}

/* My bookings end */

/* pricing-page */

.pricing-table tbody tr:nth-child(even) {
    background-color: #f3f4f6;
}

.pricing-table tbody td:first-child {
    text-align: left;
}

.pricing-table tbody td:last-child {
    border-right: none;
}

.pricing-table thead th:first-child {
    border-top-left-radius: 10px;
}

.pricing-table thead th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

.pricing-table td.active {
    position: relative;
}

.pricing-table td.active span {
    position: relative;
    z-index: 2;
}

.pricing-table td.active:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #2fd5651a;
}

/* pricing-page */

/* complate-profile-page */

.minus-sq-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
    background-color: #8692a6;
}

.plus-sq-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
    background-color: #ffffff;
}

.plus-sq-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: #ffffff;
}

.minus-sq-btn:hover:before,
.plus-sq-btn:hover:before,
.plus-sq-btn:hover:after {
    background-color: #fff;
}

.tips::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-repeat: no-repeat;
    background-position: -84px -9px;
}

.select-cat-box .label-row .cat-label {
    width: calc(100% - 300px);
}

/* .select-cat-box .form-group:nth-child(1) { width: calc(100% - 322px); } */

.select-cat-box.embed-links .form-group:nth-child(1) {
    width: calc(100% - 170px);
}

.select-cat-box .ss-textarea {
    resize: none;
    width: calc(100% - 83px);
}

.upload-photocs-box .upload-link input:hover + a {
    text-decoration: underline;
}

.dj-home-bs-rows .dj-home-bs-box:nth-child(2) {
    margin-right: 1px;
}

.dj-home-bs-rows.box-hover-enable .dj-home-bs-box .inner-wrapper:hover {
    background-color: #2fd565;
}

.dj-home-bs-box.active .inner-wrapper {
    background-color: #2fd565;
}

/* dj-home-screen-end*/

/* booking-details */

.booking-banner:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.2) 100%);
    z-index: 1;
}

.booking-banner .back_wrapper .back-link::before {
    content: "";
    width: 19px;
    height: 17px;
    background-image: url(/images/sprite-img.svg?8683fb0f048709ab1c56585348bf9338);
    background-repeat: no-repeat;
    background-position: -118px -11px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.booking-dec-box .voting-arena-box .btns-wrapper .call-btn:hover .icon,
.booking-dec-box .voting-arena-box .btns-wrapper .email-btn:hover .icon {
    filter: grayscale(1) brightness(10);
}

.booking-dec-box .voting-arena-box .btns-wrapper .call-btn .icon {
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -164px -6px;
}

.booking-dec-box .voting-arena-box .btns-wrapper .email-btn .icon {
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -211px -6px;
}

.booking-details-wrapper .booking-details-box .address:before,
.booking-details-wrapper .booking-details-box .date:before,
.booking-details-wrapper .booking-details-box .time:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    background-color: rgba(47, 213, 101, 0.1);
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.booking-details-wrapper .booking-details-box .address::before {
    background-position: -79px -39px;
}

.booking-details-wrapper .booking-details-box .date::before {
    background-position: -4px -39px;
}

.booking-details-wrapper .booking-details-box .time::before {
    background-position: -42px -38px;
}

.booking-price-wrapper .price-lists .price-item:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.booking-price-wrapper .price-lists .price-item:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2fd565;
}

.booking-details-page .services-row.services-no-slider .services-box {
    margin-bottom: 30px;
}

/* booking-details-end */

/* chat-page */

.chat-dashboard .left-listing .search-box .search-input {
    background-image: url(/images/saerch-icon.svg?6a40f4602aee602cc3332a3002fa4d02);
    background-position: 17px center;
}

.chat-dashboard .chat-ls-box {
    cursor: pointer;
}

.chat-dashboard .chat-ls-box.active {
    background: #c1f2d180;
    border-left: 3px solid #2fd565;
}

.chat-dashboard .chat-ls-box.active:before {
    display: none;
}

.chat-dashboard .chat-ls-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 32px);
    height: 1.13px;
    left: 50%;
    transform: translateX(-50%);
    background:rgba(51, 46, 46, 0.3);
    bottom: 0px;
}

.chat-dashboard .chat-ls-box .img-wrapper .online-status.active {
    background-color: #8ac142;
}

.chat-dashboard .chat-ls-box .img-wrapper .online-status.ago {
    background-color: #f6933e;
}

.chat-dashboard .chatM-msg-area .msg-box.own-msg {
    margin-left: auto;
}

.chat-dashboard .chatM-msg-area .msg-box .text {
    border-radius: 10px 10px 0px 10px;
}

.chat-dashboard .chatM-msg-area .msg-box.own-msg .text {
    background: #c1f2d1;
}

.chat-dashboard .chatM-msg-area .msg-box.own-msg .time {
    text-align: right;
}

.chat-dashboard .chatM-msg-area .days-split:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 1px;
    background: rgba(51, 46, 46, 0.3);
    width: 100%;
}

.chatM-header .online-status.active {
    background-color: #8ac142;
}

.chatM-header .online-status.ago {
    background-color: #f6933e;
}

.chatM-footer .send-msg-btn .send-btn-icon {
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -258px -8px;
}

/* chat-page-end */

/* artist-details */

.ar-location:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 11px;
    width: 18px;
    height: 22px;
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-position: -191px -47px;
    background-size: no-repeat;
}

.availability::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: rgba(47, 213, 101, 0.1);
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-repeat: no-repeat;
    background-position: -6px -38px;
    background-size: 880px;
}

.availability.bFan::before {
    background-position: -257px -46px;
    background-size: 1000px;
}
.availability.yFan::before {
    background-position: -285px -46px;
    background-size: 1000px;
}

.artist-details-page .dj-home-bs-rows .dj-home-bs-box:nth-child(2) {
    margin-right: 0px;
}

.ard-galleryT-box:first-child .ard-galleryBox:first-child img,
.ard-galleryT-box:nth-child(4) .ard-galleryBox:first-child img,
.ard-galleryT-box:nth-child(2) .ard-galleryBox:nth-child(2) img,
.ard-galleryT-box:nth-child(3) .ard-galleryBox:nth-child(2) img {
    height: 250px;
}

.ard-galleryT-box:first-child .ard-galleryBox:nth-child(2) img,
.ard-galleryT-box:nth-child(4) .ard-galleryBox:nth-child(2) img,
.ard-galleryT-box:nth-child(2) .ard-galleryBox:first-child img,
.ard-galleryT-box:nth-child(3) .ard-galleryBox:first-child img {
    height: 390px;
}

.event-details-form-page .back-btn::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 19px;
    height: 17px;
    background-image: url(/images/sprite-img.svg?25432087a8a742f78e86b7da72167e77);
    background-repeat: no-repeat;
    background-position: -226px -50px;
}

/* .event-details-form-page .time-wrapper .input-wrapper:first-child, .event-details-form-page .time-wrapper .input-wrapper:nth-child(3) { width: calc(33.3333% - 24px); } */

/* .event-details-form-page .time-wrapper .input-wrapper:last-child { width: calc(33.3333% - 20px); margin-left: 20px; } */

.event-details-form-page .time-wrapper select {
    background-image: url(/images/select-custom-arrow-small.svg?b90b3dc7ae40287ad0ae835bdc08ef1a);
    background-position: calc(100% - 6px) center;
    background-size: 9px;
}

.event-details-form-page .time-wrapper input[disabled="disabled"] {
    border: 1px solid #8692a61a;
    background-color: #8692a61a;
    pointer-events: none;
}

/* .event-details-form-page .service-inputs input {
    border: 1px solid #8692a61a;
    background-color: #8692a61a;
    pointer-events: none;
    width: 126px;
} */

.event-details-form-page
    .service-inputs
    .select2-container--default
    .select2-selection--multiple {
    border: 1px solid #8692a6;
    border-radius: 10px;
    height: 58px;
    background-image: url(/images/select-custom-arrow.svg?a487b3f4f7c4d98c4b99612cb129d09c);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 12px;
}

.event-details-form-page .service-inputs .select2-container {
    width: 100% !important;
}

.event-details-form-page .service-inputs .select2-selection__rendered li {
    background: #2fd5651a;
    color: #2fd565;
    font-size: 14px;
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    border: none;
    display: flex;
    /* align-items: center; */
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    margin-right: 12px;
    height: 40px;
    margin-top: 6px;
}
.event-details-form-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: none !important;
}
.event-details-form-page .service-inputs .select2-search {
    opacity: 0;
}

.event-details-form-page
    .service-inputs
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
        margin-top: 6px;
    color: #8692a6;
    font-size: 20px;
    order: 2;
    margin-left: 8px;
}

.event-details-form-page
    .service-inputs
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    /* padding: 5px 12px 0px 12px; */
    height: 58px;
    overflow-y: auto;
    width: calc(100% - 38px);
}

.invalid-feedback {
    display: none;
}

.event-details-form-page .service-inputs .select2-search {
    opacity: 1;
}

.event-details-form-page
    .service-inputs
    .select2-selection__rendered
    li.select2-search {
    margin-top: 7px;
    font-size: 16px;
    color: #494949;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    padding: 0px;
    background-color: transparent;
}
.event-details-form-page  .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex !important;
}
.select2-container--open .select2-selection--multiple {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    color: #2fd565;
    background-color: #2fd5651a;
}
/* event-details-end */

/* terms-pravicy-template */

.terms-pravicy-template p {
    line-height: 23px;
    margin-bottom: 22px;
}

.terms-pravicy-template .tp-header .sub-heading {
    margin-bottom: 0px;
}

/* terms-pravicy-template-end */

/* faq */

.faq-box.active {
    background: #c1f2d1;
    border: 1px solid #c1f2d1;
}

.faq-box.active .faq-heading {
    color: #2fd565;
    font-size: 16px;
    font-weight: 500;
}

.faq-box .faq-heading:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 32px;
    border: 2px solid #222222;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.faq-box .faq-heading::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 39px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #222222;
    border-bottom: 2px solid #222222;
    transform: rotate(-45deg);
    border-bottom-left-radius: 2px;
}

.faq-box.active .faq-heading::after {
    transform: rotate(-225deg);
    top: 38px;
}

/* faq-end */

/* live-stream-page */
.live-stream-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}
.live-stream-box.fullScreen{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:9999;
    border-radius:0px !important;
}
.live-stream-box .bottom-details-wrap .left .live-commentIN-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.live-stream-box
    .bottom-details-wrap
    .left
    .live-commentIN-wrapper::-webkit-scrollbar {
    display: none;
}

.live-stream-box .live-comment-box:last-child {
    margin-bottom: 0px;
}

.live-stream-box
    .bottom-details-wrap
    .right
    .like-dj-link
    .fill-icon
    .stroke-icon {
    display: inline-block;
}

.live-stream-box .bottom-details-wrap .right .like-dj-link .fill-icon {
    display: none;
}

.live-stream-box .bottom-details-wrap .right .like-dj-link.active .stroke-icon {
    display: none;
}

.live-stream-box .bottom-details-wrap .right .like-dj-link.active .fill-icon {
    display: inline-block;
}

/* live-stream-page-end */

/* upload-video-mix-box */

.dropzone .dz-preview .dz-details {
    padding: 10px 10px;
    line-height: normal;
    width: 100%;
    height: calc(100% - 22px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 2px !important;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: transparent !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background-color: transparent !important;
    border: none !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    max-width: 100%;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-remove {
    margin-top: 8px;
}

.dropzone .dz-preview {
    margin: 0px !important;
    width: 16.66%;
    padding: 0px 7px;
    margin-bottom: 20px !important;
}

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

.dropzone .dz-preview .dz-image {
    width: 100% !important;
    padding-top: 100%;
    position: relative !important;
}

.dropzone .dz-preview .dz-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.complate-profile-form .dropzone {
    border: 1px dashed #8692a6;
}

/* upload-video-mix-box-end */

/* artist-details */

.artist-details-page .services-row.services-no-slider .services-box {
    width: 20%;
}

/* artist-details-end */

/* custom-calander */

.ui-widget-content {
    background-color: #fff !important;
    box-shadow: 0px 4px 100px rgba(42, 38, 38, 0.15);
    padding: 0px !important;
    background-image: unset !important;
    z-index: 99 !important;
}

.ui-datepicker td {
    padding: 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    background-image: unset !important;
    background-color: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000 !important;
}

.ui-datepicker th {
    font-size: 13px;
    padding: 4px 3px !important;
}

.ui-datepicker td {
    text-align: center !important;
}

.ui-widget-header {
    background-color: transparent !important;
    background-image: unset !important;
    border: none !important;
    border-bottom: 1px solid #e7e8ea !important;
    border-radius: 0px !important;
}

.ui-datepicker .ui-datepicker-title {
    color: #000 !important;
}

.ui-datepicker td.ui-datepicker-today {
    background: rgba(47, 213, 101, 0.2) !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: rgba(47, 213, 101, 0.2) !important;
    border: none !important;
    opacity: 1 !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url(/images/calander-left-icon.svg?790f728008d205749b3ce7972645ffaf) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 22px !important;
    height: 22px !important;
    background-size: 14px !important;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url(/images/calander-right-icon.svg?c3d82a6cafa53f8e9e42774ce5e2171e) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 22px !important;
    height: 22px !important;
    background-size: 14px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px !important;
    top: 8px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px !important;
    top: 8px !important;
}

.ui-datepicker th,
.ui-datepicker td {
    border-bottom: 1px solid #e7e8ea !important;
    border-right: 1px solid #e7e8ea !important;
}

.ui-datepicker table {
    margin-bottom: 0px !important;
}

.calender-modal .ui-datepicker {
    width: 100% !important;
    box-shadow: unset;
}

.calender-modal .jq-custom-calander {
    border: none !important;
}

.calender-modal
    .jq-custom-calander
    .ui-datepicker-header
    .ui-datepicker-next::before,
.calender-modal
    .jq-custom-calander
    .ui-datepicker-header
    .ui-datepicker-prev::before {
    display: none;
}

.calender-modal .ui-datepicker .ui-datepicker-prev,
.calender-modal .ui-datepicker .ui-datepicker-next {
    width: 30px !important;
    height: 30px !important;
    background-size: 18px !important;
}

.calender-modal .ui-datepicker .ui-datepicker-prev {
    left: 30px !important;
    top: 58px !important;
}

.calender-modal .ui-datepicker .ui-datepicker-next {
    right: 30px !important;
    top: 58px !important;
}

.calender-modal .jq-custom-calander .ui-datepicker-calendar tbody td a {
    align-items: flex-start;
    justify-content: flex-start;
}

.ui-timepicker-standard {
    padding: 0px !important;
    background-color: #fff !important;
    z-index: 9 !important;
    border: none !important;
    box-shadow: 0px 4px 100px rgba(42, 38, 38, 0.15);
}

.ui-timepicker-standard .ui-menu .ui-menu-item a {
    font-size: 16px;
    padding: 6px 10px;
    line-height: normal;
}

.ui-timepicker-standard .ui-widget-content .ui-state-hover {
    background-image: unset !important;
    border-color: transparent;
    border-radius: 0px !important;
    color: #2fd565;
    background-color: #2fd5651a !important;
}

/* custom-calander-end */
.emojionearea-editor{
    height:46px;
    min-height:unset !important;
    max-height:unset !important;
}
.emojionearea-button {
	height: 45px !important;
	display: flex;
	align-items: center;
}
.emojionearea-picker{
    opacity: 1 !important;
    width: 100% !important;
    right:0px !important;
}
.emojionearea .emojionearea-picker .emojionearea-wrapper{
    width: 100% !important;
}
.cardSaveBox{
    background-image:url(/images/creditCardBG.svg?f2c713392be65ae42bad57b0134936af);
    background-size:cover;
    background-position:center;
}
.cardSaveBox .deleteBtn:hover img{
    filter:grayscale(1) brightness(10);
}
.clientsChatBox .chatBtn:hover img{
    filter:grayscale(1) brightness(10);
}
/* responsive */

@media (max-width: 1440px) {
    .services-row.services-no-slider .services-box {
        width: 16.66%;
        margin-bottom: 30px;
    }
}

@media (max-width: 1340px) {
    .popular-row.popular-no-slider .popular-box {
        width: 50%;
    }
    .audio_main .col-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .voting-arena-no-slider .voting-arena-box {
        width: 33.3333%;
    }
}

@media (max-width: 1199px) {
    .sidebar-menu .link::before {
        width: 5px;
    }
    .explore-categories-no-slider .explore-categories-box {
        width: 25%;
    }
    .services-row.services-no-slider .services-box {
        width: 20%;
    }
    .catPrice-M-wrap .dj-selectBox {
        background-position: calc(100% - 8px) center;
    }
    .audio_main .col-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .dj-home-bs-rows .dj-home-bs-box:nth-child(2) {
        margin-right: 0px;
    }
    .emojionearea-button {
        height: 38px !important;
    }
    .signUP .custom-tab-item .custom-tab-link{
        font-size:16px;
    }
}

@media (max-width: 991px) {
    aside.sidebar-menu{
        bottom:unset;
        top:0px;
    }
    .main-wrapper,
    .site-footer {
        padding-left: 0px;
    }
    .main-icn-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .artist-sprovider-wrapper .as-provider-row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .dropzone .dz-preview {
        width: 20%;
    }
    .artist-details-page .services-row.services-no-slider .services-box {
        width: 25%;
    }
    .signUP .custom-tab-item{
        width:100%;
        margin-bottom:10px;
    }
    .signUP .custom-tab-item:last-child{
        margin-bottom:0px;
    }
}

@media (max-width: 767px) {
    .main-wrapper {
        padding-top: 65px;
    }
    .services-row.services-no-slider .services-box {
        width: 25%;
    }
    .popular-row.popular-no-slider .popular-box {
        width: 100%;
    }
    .dropzone .dz-preview {
        width: 25%;
    }
    .faq-box .faq-heading::before {
        width: 20px;
        height: 20px;
        top: 17px;
        right: 10px;
    }
    .faq-box .faq-heading::after {
        top: 23px;
        right: 17px;
        width: 6px;
        height: 6px;
    }
    .faq-box.active .faq-heading::after {
        top: 25px;
    }
    .artist-details-page .explore-categories-no-slider .explore-categories-box {
        width: 33.3333%;
    }
    .artist-details-page .services-row.services-no-slider .services-box {
        width: 33.3333%;
    }
    .jq-custom-calander .ui-datepicker-calendar thead th span:before {
        display: none;
    }
    .jq-custom-calander .ui-datepicker-calendar thead th span {
        font-size: 16px;
    }
    .jq-custom-calander .ui-datepicker-calendar tbody td {
        height: 70px;
    }
    .jq-custom-calander .ui-datepicker-calendar tbody td a {
        font-size: 16px;
        padding: 3px 6px;
    }
    .jq-custom-calander .ui-datepicker-title {
        font-size: 24px;
    }
    .jq-custom-calander .ui-datepicker-header .ui-datepicker-prev {
        left: 10px;
    }
    .jq-custom-calander .ui-datepicker-header .ui-datepicker-next {
        right: 10px;
    }
    .jq-custom-calander .ui-datepicker-title {
        padding: 15px 50px;
    }
    .jq-custom-calander {
        margin-top: -1px;
    }
    .right-chatM-wrapper.show {
        display: block;
    }
    .voting-arena-no-slider .voting-arena-box {
        width: 50%;
    }
    .calender-modal .ui-datepicker .ui-datepicker-prev {
        left: 15px !important;
        top: 40px !important;
    }
    .calender-modal .ui-datepicker .ui-datepicker-next {
        right: 15px !important;
        top: 40px !important;
    }
    .signUP .custom-tab-item{
        width:calc(50% - 5px);
        margin-bottom:0px;
    }
}

@media (max-width: 575px) {
    .main-wrapper {
        padding-bottom: 66px;
    }
    .popular-box .csa-stars .fa.fa-star,
    .popular-box .csa-star .fa.fa-star-o {
        font-size: 13px;
    }
    .popular-box .csa-stars .csa-star {
        width: 18px;
        font-size: 12px;
    }
    .popular-box .csa-stars {
        width: 80px;
        height: 18px;
    }
    .popular-box .csa-stars .csa-star:nth-child(2) {
        left: 16px;
    }
    .popular-box .csa-stars .csa-star:nth-child(3) {
        left: 32px;
    }
    .popular-box .csa-stars .csa-star:nth-child(4) {
        left: 48px;
    }
    .popular-box .csa-stars .csa-star:nth-child(5) {
        left: 64px;
    }
    .popular-row,
    .artist-sprovider-wrapper .as-provider-row {
        padding-bottom: 0px;
    }
    .explore-categories-no-slider .explore-categories-box {
        width: 33.3333%;
    }
    .services-row.services-no-slider .services-box {
        width: 33.3333%;
    }
    .popular-row.popular-no-slider .popular-box {
        margin-bottom: 20px;
    }
    .setting-page-wrapper .profile-details .pd-inner-wrapper .camera-btn {
        background-position: -116px -31px;
        background-size: 780px;
    }
    .catPrice-M-wrap:last-child {
        margin-bottom: 0px;
        border: none;
    }
    .audio_main .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .dropzone .dz-preview {
        width: 33.3333%;
    }
    .artist-details-page .explore-categories-no-slider .explore-categories-box {
        width: 50%;
    }
    .jq-custom-calander .ui-datepicker-calendar tbody td {
        height: 46px;
    }
    .jq-custom-calander .ui-datepicker-title {
        font-size: 20px;
    }
    #become-fan-btn-modal.logout-modal .cancel-btn,
    #become-fan-btn-modal.logout-modal .done-btn {
        width: 100%;
    }
    .voting-arena-no-slider .voting-arena-box {
        width: 100%;
    }
    .custom-tab-menu .custom-tab-link {
        font-size: 14px;
        padding: 7px 5px;
    }
    .custom-tab-menu .custom-tab-link.active {
        border-bottom: 2px solid #2fd565;
    }
    .custom-tab-menu .custom-tab-link {
        position: relative;
        top: 2px;
    }
    .event-details-form-page
        .service-inputs
        .select2-container--default
        .select2-selection--multiple {
        height: 47px;
    }
    .event-details-form-page
        .service-inputs
        .select2-container--default
        .select2-selection--multiple
        .select2-selection__rendered {
        height: 45px;
    }
    .event-details-form-page .service-inputs .select2-selection__rendered li {
        font-size: 11px;
        padding: 0px 9px;
    }
    .calender-modal .ui-datepicker .ui-datepicker-prev {
        top: 36px !important;
        left: 10px !important;
    }
    .calender-modal .ui-datepicker .ui-datepicker-next {
        top: 36px !important;
        right: 10px !important;
    }
    .event-details-form-page
        .service-inputs
        .select2-selection__rendered
        li.select2-search {
        margin-top: 3px;
        font-size: 14px;
    }
    .signUP .custom-tab-item{
        width:100%;
        margin-bottom:10px;
    }
    .signUP .custom-tab-item:last-child{
        margin-bottom:0px;
    }
}

@media (max-width: 460px) {
    .dropzone .dz-preview {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .explore-categories-no-slider .explore-categories-box {
        width: 50%;
    }
    .services-row.services-no-slider .services-box {
        width: 50%;
    }
    .artist-details-page .services-row.services-no-slider .services-box {
        width: 50%;
    }
}

/* responsive-end */

/* landing-page-css */

/* landing-page-css-end */

/* admin-css */
.dataTables_empty {
    text-align: center;
    font-size: 20px;
    padding: 20px 20px !important;
}

/* admin-css-end */

#local-player video{
    width:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    height:auto;
    -o-object-fit:contain !important;
       object-fit:contain !important;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
}

.live-cm-inner-wrap .emojionearea.message{
    background-color: transparent !important;
    border-radius: 15px !important;
}

.live-cm-inner-wrap .emojionearea-editor{
    color: #ffffff !important;
    height: 34px !important;
}
.live-cm-inner-wrap .emojionearea .emojionearea-button>div{
    top: 2px !important;
}

#local-player .player>div{
    position: absolute !important;
}
/* .siteLoader .inner{
    border-radius:50%;
    perspective: 500px;
}
.animated-loader-icon{
    height: 100%;
    width: 100%;
    background: #ffffff;
    border: 1px solid #0000001f;
    font-size: 25px;
    font-family: cursive;
    color: white;
    border-radius: 50%;
    box-shadow: 1px 3px 5px 4px #565656;
    animation: blink 1s linear infinite;
    transform: rotateY(45deg);
}
@keyframes blink{
0%{transform: rotateY(45deg);}
100%{transform: rotateY(225deg);}
} */

/* siteloader */
.cards-wrapper {
  margin-top: 50px;
}
.card-container {
  perspective: 1200px;
}
.card {
  margin: 0 auto;
  height:200px;
  width: 200px;
  position: relative;
  border-radius:50%;
  transition: all 1s ease;
  transform-style: preserve-3d;
  box-shadow: 1px 3px 3px rgba(0,0,0,0.2)
}

.rotated {
  transform: rotateY(-180deg);
}
.card-contents {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.card-depth {
   transform: translateZ(50px) scale(0.98);
   perspective: inherit;

}
.card-front {
  background-color:#fff;
  transform-style: preserve-3d;
  border-radius:50%;
}
.card-back {
  transform: rotateY(180deg);
  background-color:#fff;
  transform-style: preserve-3d;
  border-radius:50%;
}
.card.rotated{
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{transform: rotateY(0deg);}
100%{transform: rotateY(180deg);}
}
/* siteloader end */

.custom-tab-wrapper.myBookCs{
    max-height:calc(100vh - 400px);
    overflow-y:auto;
    overflow-x:hidden !important;
}
.live-cm-input-wrap .emojionearea .emojionearea-button{
    right:unset;
    left:7px;
}
.live-cm-input-wrap .emojionearea .emojionearea-editor{
    padding-left:37px;
    /* line-height:21px; */
}
.camera-dj .camera-dj-link{
    width:40px;
    height:40px;
    border-radius:50%;
    background-color:rgba(255,255,255,0.1);
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.camera-dj .camera-dj-link:hover{
    background-color:rgba(255,255,255,1);
}
.camera-dj .camera-dj-link:hover svg{
    fill: #fff;
}
.live-cm-input-wrap .emojionearea-editor::-webkit-scrollbar{
    display: none;
}

.emojionearea .emojionearea-button{
    opacity:1 !important;
}
@media (max-width:767px){
    .custom-tab-wrapper.myBookCs{
        max-height:calc(100vh - 380px);
    }
}

.full-screen-btn .full-screen-icon{
    display: none;
}
.full-screen-btn.active .exit-full-screen-icon{
    display: none;
}
.full-screen-btn.active .full-screen-icon{
    display: inline-block;
}
.live-stream-box.full{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
}

.read-notification::before{
     background-color: transparent !important;
     border: none !important;
}
.dj-selectBox:hover {
    /* background-color: red; */
    border-color: #5ad564;
}

.currency-wrap{
    position:relative;
}

.currency-code{
    position:absolute;
    left:8px;
    top:16px;
}

.text-currency{
    padding:15px 20px;
    border-radius:5px;
}

.dropzone .dz-preview.dz-file-preview .dz-image{
    background: #d2d2d2 !important;
    -webkit-filter:blur(1px) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mt-\[16px\] {
    margin-top: 16px;
}

.tooltip-inner {
    background-color: #def5e5 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: rgb(0, 0, 0) !important;
    border-radius: 5px !important;
    padding: 5px !important;
    width: 350px !important;
  }
  .bg-djColorRed{
      background-color: red;
  }
.select2.select2-container .select2-selection--single{
    border: 1px solid #8692a6;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 15px;
    width: 100%;
    font-size: 16px;
    color: #494949;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    height: 58px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:16px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2fd565;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #d52f2f;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #d52f2f;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* IE */ 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image { /* Firefox */ /* Webkit */ /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.videobox .bottom-details-wrap .right{
    padding-bottom:0px;
}
.videobox .bottom-details-wrap .right > *:last-child{
    margin-bottom:0px;
}
.videobox .live-cm-input-wrap{
    margin-bottom:0px;
}
.placeholder\:text-white::-moz-placeholder {
        color: #fff;
    }
.placeholder\:text-white::placeholder {
        color: #fff;
    }
.hover\:text-white:hover {
        color: #fff;
    }
@media (max-width: 991px) {
    .lg\:bg-white {
        background-color: #fff;
    }
    .lg\:hover\:text-white:hover {
        color: #fff;
    }
}
@media (max-width: 575px) {
    .sm\:bg-white {
        background-color: #fff;
    }
}
.hover\:bg-transparent:hover {
        background-color: transparent;
    }
.placeholder\:text-\[\#332E2E\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 46 46 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#332E2E\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 46 46 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#332e2e4d\]::-moz-placeholder {
  color: #332e2e4d;
}
.placeholder\:text-\[\#332e2e4d\]::placeholder {
  color: #332e2e4d;
}
.placeholder\:text-\[\#8692A6\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 146 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#8692A6\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 146 166 / var(--tw-text-opacity, 1));
}
.placeholder\:opacity-30::-moz-placeholder {
  opacity: 0.3;
}
.placeholder\:opacity-30::placeholder {
  opacity: 0.3;
}
.placeholder\:opacity-\[0\.3\]::-moz-placeholder {
  opacity: 0.3;
}
.placeholder\:opacity-\[0\.3\]::placeholder {
  opacity: 0.3;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-0:hover {
  border-width: 0px;
}
.hover\:border-t:hover {
  border-top-width: 1px;
}
.hover\:border-solid:hover {
  border-style: solid;
}
.hover\:border-\[\#1E9D47\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 157 71 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#2FD565\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#c3cad7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(195 202 215 / var(--tw-border-opacity, 1));
}
.hover\:border-\[djColorGreen\]:hover {
  border-color: djColorGreen;
}
.hover\:border-djColorGreen:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-\[\#8692A6\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 146 166 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#008000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1E9D47\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 157 71 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2FD565\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2fd565\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#8692A6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 146 166 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#c3cad7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 202 215 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ff3d001a\]:hover {
  background-color: #ff3d001a;
}
.hover\:bg-djColorGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
}
.hover\:bg-djlightBGopacity1:hover {
  background-color: #2fd5651a;
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-djColorGreen:hover {
  --tw-text-opacity: 1;
  color: rgb(47 213 101 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-shadow1:hover {
  --tw-shadow: 0px 4px 100px rgba(42, 38, 38, 0.08);
  --tw-shadow-colored: 0px 4px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border:focus {
  border-width: 1px;
}
.focus\:border-solid:focus {
  border-style: solid;
}
.focus\:border-\[\#2FD565\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 213 101 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 1600px) {

  .\34xl\:relative {
    position: relative;
  }

  .\34xl\:top-\[1px\] {
    top: 1px;
  }

  .\34xl\:mr-\[4px\] {
    margin-right: 4px;
  }

  .\34xl\:h-\[24px\] {
    height: 24px;
  }

  .\34xl\:w-\[12px\] {
    width: 12px;
  }

  .\34xl\:w-\[16px\] {
    width: 16px;
  }

  .\34xl\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

  .\34xl\:rounded-\[5px\] {
    border-radius: 5px;
  }

  .\34xl\:rounded-\[7px\] {
    border-radius: 7px;
  }

  .\34xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .\34xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .\34xl\:px-\[7px\] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .\34xl\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .\34xl\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .\34xl\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .\34xl\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .\34xl\:pt-\[50\%\] {
    padding-top: 50%;
  }

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

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

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

  .\34xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\34xl\:leading-\[14px\] {
    line-height: 14px;
  }
}
@media (max-width: 1440px) {

  .\33xl\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .\33xl\:mr-\[-15px\] {
    margin-right: -15px;
  }

  .\33xl\:h-\[30px\] {
    height: 30px;
  }

  .\33xl\:w-\[21px\] {
    width: 21px;
  }

  .\33xl\:w-\[50\%\] {
    width: 50%;
  }

  .\33xl\:w-\[calc\(50\%_-_10px\)\] {
    width: calc(50% - 10px);
  }

  .\33xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .\33xl\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .\33xl\:pl-\[10px\] {
    padding-left: 10px;
  }

  .\33xl\:pl-\[15px\] {
    padding-left: 15px;
  }

  .\33xl\:pr-0 {
    padding-right: 0px;
  }

  .\33xl\:pr-\[15px\] {
    padding-right: 15px;
  }

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

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

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

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

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

  .\33xl\:text-\[34px\] {
    font-size: 34px;
  }

  .\33xl\:leading-\[23px\] {
    line-height: 23px;
  }
}
@media (min-width: 1200px) {

  .\32xl\:mt-\[50px\] {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {

  .xl\:left-\[-28px\] {
    left: -28px;
  }

  .xl\:right-\[10px\] {
    right: 10px;
  }

  .xl\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xl\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

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

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

  .xl\:mr-\[-10px\] {
    margin-right: -10px;
  }

  .xl\:mr-\[-15px\] {
    margin-right: -15px;
  }

  .xl\:mr-\[8px\] {
    margin-right: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[calc\(100\%_\+_22px\)\] {
    width: calc(100% + 22px);
  }

  .xl\:w-\[calc\(100\%_-_20px\)\] {
    width: calc(100% - 20px);
  }

  .xl\:w-\[calc\(100\%_-_328px\)\] {
    width: calc(100% - 328px);
  }

  .xl\:w-\[calc\(100\%_-_330px\)\] {
    width: calc(100% - 330px);
  }

  .xl\:w-\[calc\(100\%_-_50px\)\] {
    width: calc(100% - 50px);
  }

  .xl\:w-\[calc\(100\%_-_56px\)\] {
    width: calc(100% - 56px);
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:p-\[12px\] {
    padding: 12px;
  }

  .xl\:p-\[14px\] {
    padding: 14px;
  }

  .xl\:p-\[18px\] {
    padding: 18px;
  }

  .xl\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .xl\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .xl\:pl-\[10px\] {
    padding-left: 10px;
  }

  .xl\:pl-\[15px\] {
    padding-left: 15px;
  }

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

  .xl\:pl-\[30px\] {
    padding-left: 30px;
  }

  .xl\:pl-\[40px\] {
    padding-left: 40px;
  }

  .xl\:pl-\[50px\] {
    padding-left: 50px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-\[10px\] {
    padding-right: 10px;
  }

  .xl\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xl\:pr-\[170px\] {
    padding-right: 170px;
  }

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

  .xl\:pr-\[38px\] {
    padding-right: 38px;
  }

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .xl\:pt-\[10px\] {
    padding-top: 10px;
  }

  .xl\:pt-\[15px\] {
    padding-top: 15px;
  }

  .xl\:pt-\[40px\] {
    padding-top: 40px;
  }

  .xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .xl\:pt-\[70px\] {
    padding-top: 70px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[26px\] {
    line-height: 26px;
  }

  .xl\:leading-\[30px\] {
    line-height: 30px;
  }

  .xl\:leading-\[46px\] {
    line-height: 46px;
  }

  .xl\:leading-\[62px\] {
    line-height: 62px;
  }

  .xl\:tracking-\[3px\] {
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[-310px\] {
    left: -310px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-\[100\%\] {
    top: 100%;
  }

  .lg\:z-\[4\] {
    z-index: 4;
  }

  .lg\:z-\[6\] {
    z-index: 6;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

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

  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }

  .lg\:mr-\[8px\] {
    margin-right: 8px;
  }

  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }

  .lg\:mt-\[12px\] {
    margin-top: 12px;
  }

  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

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

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

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

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

  .lg\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

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

  .lg\:w-\[calc\(100\%_-_110px\)\] {
    width: calc(100% - 110px);
  }

  .lg\:w-\[calc\(100\%_-_208px\)\] {
    width: calc(100% - 208px);
  }

  .lg\:w-\[calc\(100\%_-_350px\)\] {
    width: calc(100% - 350px);
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:max-w-\[calc\(100\%_-_280px\)\] {
    max-width: calc(100% - 280px);
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

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

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

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:bg-\[\#222222\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-\[10px\] {
    padding: 10px;
  }

  .lg\:p-\[12px\] {
    padding: 12px;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:p-\[9px\] {
    padding: 9px;
  }

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .lg\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[7px\] {
    padding-bottom: 7px;
  }

  .lg\:pb-\[9px\] {
    padding-bottom: 9px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-\[10px\] {
    padding-left: 10px;
  }

  .lg\:pl-\[12px\] {
    padding-left: 12px;
  }

  .lg\:pl-\[15px\] {
    padding-left: 15px;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .lg\:pr-\[12px\] {
    padding-right: 12px;
  }

  .lg\:pr-\[15px\] {
    padding-right: 15px;
  }

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

  .lg\:pt-\[10px\] {
    padding-top: 10px;
  }

  .lg\:pt-\[12px\] {
    padding-top: 12px;
  }

  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[7px\] {
    padding-top: 7px;
  }

  .lg\:pt-\[9px\] {
    padding-top: 9px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[42px\] {
    line-height: 42px;
  }

  .lg\:leading-\[58px\] {
    line-height: 58px;
  }

  .lg\:shadow-\[2px_10px_30px_black\] {
    --tw-shadow: 2px 10px 30px black;
    --tw-shadow-colored: 2px 10px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .lg\:hover\:bg-djColorGreen:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(47 213 101 / var(--tw-bg-opacity, 1));
  }
}
@media (max-width: 1199px) {

  @media (max-width: 991px) {

    .xl\:lg\:w-\[20\%\] {
      width: 20%;
    }

    .xl\:lg\:w-\[80\%\] {
      width: 80%;
    }
  }
}
@media (max-width: 767px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[13px\] {
    left: 13px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[10px\] {
    top: 10px;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-\[-10px\] {
    margin-right: -10px;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[25px\] {
    margin-top: 25px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-\[calc\(100\%_-_135px\)\] {
    height: calc(100% - 135px);
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-2\/4 {
    width: 50%;
  }

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

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

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

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

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

  .md\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

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

  .md\:w-\[calc\(100\%_\+_20px\)\] {
    width: calc(100% + 20px);
  }

  .md\:w-\[calc\(100\%_-_100px\)\] {
    width: calc(100% - 100px);
  }

  .md\:w-\[calc\(100\%_-_280px\)\] {
    width: calc(100% - 280px);
  }

  .md\:w-\[calc\(100\%_-_300px\)\] {
    width: calc(100% - 300px);
  }

  .md\:w-\[calc\(100\%_-_76px\)\] {
    width: calc(100% - 76px);
  }

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:max-w-\[calc\(100\%_-_90px\)\] {
    max-width: calc(100% - 90px);
  }

  .md\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .md\:p-\[10px\] {
    padding: 10px;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[11px\] {
    padding-bottom: 11px;
  }

  .md\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pb-\[6px\] {
    padding-bottom: 6px;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-\[10px\] {
    padding-left: 10px;
  }

  .md\:pl-\[15px\] {
    padding-left: 15px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pl-\[8px\] {
    padding-left: 8px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-\[10px\] {
    padding-right: 10px;
  }

  .md\:pr-\[12px\] {
    padding-right: 12px;
  }

  .md\:pr-\[15px\] {
    padding-right: 15px;
  }

  .md\:pr-\[30px\] {
    padding-right: 30px;
  }

  .md\:pr-\[45px\] {
    padding-right: 45px;
  }

  .md\:pr-\[5px\] {
    padding-right: 5px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[125px\] {
    padding-top: 125px;
  }

  .md\:pt-\[15px\] {
    padding-top: 15px;
  }

  .md\:pt-\[160px\] {
    padding-top: 160px;
  }

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[60\%\] {
    padding-top: 60%;
  }

  .md\:pt-\[6px\] {
    padding-top: 6px;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:pt-\[7px\] {
    padding-top: 7px;
  }

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

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

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

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

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:leading-\[16px\] {
    line-height: 16px;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:before\:top-\[100px\]::before {
    content: var(--tw-content);
    top: 100px;
  }

  .md\:before\:h-\[calc\(100\%_-_40px\)\]::before {
    content: var(--tw-content);
    height: calc(100% - 40px);
  }

  .md\:before\:translate-y-0::before {
    content: var(--tw-content);
    --tw-translate-y: 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));
  }

  .md\:before\:bg-none::before {
    content: var(--tw-content);
    background-image: none;
  }
}
@media (max-width: 640px) {

  .lsm\:w-full {
    width: 100%;
  }

  .lsm\:pl-0 {
    padding-left: 0px;
  }

  .lsm\:pr-0 {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {

  .sm\:fixed {
    position: fixed;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-\[0px\] {
    left: 0px;
  }

  .sm\:left-\[15px\] {
    left: 15px;
  }

  .sm\:left-\[2px\] {
    left: 2px;
  }

  .sm\:right-\[-100px\] {
    right: -100px;
  }

  .sm\:right-\[26px\] {
    right: 26px;
  }

  .sm\:right-\[60px\] {
    right: 60px;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-\[-1px\] {
    top: -1px;
  }

  .sm\:top-\[-50px\] {
    top: -50px;
  }

  .sm\:top-\[15px\] {
    top: 15px;
  }

  .sm\:top-\[1px\] {
    top: 1px;
  }

  .sm\:z-\[1\] {
    z-index: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .sm\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .sm\:mb-\[4px\] {
    margin-bottom: 4px;
  }

  .sm\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .sm\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .sm\:mb-\[7px\] {
    margin-bottom: 7px;
  }

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

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

  .sm\:mr-\[-15px\] {
    margin-right: -15px;
  }

  .sm\:mr-\[10px\] {
    margin-right: 10px;
  }

  .sm\:mr-\[15px\] {
    margin-right: 15px;
  }

  .sm\:mr-\[2px\] {
    margin-right: 2px;
  }

  .sm\:mr-\[5px\] {
    margin-right: 5px;
  }

  .sm\:mr-\[7px\] {
    margin-right: 7px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-\[0px\] {
    margin-top: 0px;
  }

  .sm\:mt-\[10px\] {
    margin-top: 10px;
  }

  .sm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .sm\:mt-\[20px\] {
    margin-top: 20px;
  }

  .sm\:mt-\[25px\] {
    margin-top: 25px;
  }

  .sm\:mt-\[28px\] {
    margin-top: 28px;
  }

  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:h-\[calc\(100\%_-_112px\)\] {
    height: calc(100% - 112px);
  }

  .sm\:min-h-\[auto\] {
    min-height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[calc\(100\%_-_148px\)\] {
    width: calc(100% - 148px);
  }

  .sm\:w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px);
  }

  .sm\:w-\[calc\(100\%_-_45px\)\] {
    width: calc(100% - 45px);
  }

  .sm\:w-\[calc\(100\%_-_68px\)\] {
    width: calc(100% - 68px);
  }

  .sm\:w-\[calc\(100\%_-_70px\)\] {
    width: calc(100% - 70px);
  }

  .sm\:w-\[full\] {
    width: full;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:max-w-\[calc\(100\%_-_118px\)\] {
    max-width: calc(100% - 118px);
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

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

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

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

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

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

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

  .sm\:border-0 {
    border-width: 0px;
  }

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

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-\[\#8692a633\] {
    border-color: #8692a633;
  }

  .sm\:border-djWhiteGrayBlue {
    --tw-border-opacity: 1;
    border-color: rgb(207 211 219 / var(--tw-border-opacity, 1));
  }

  .sm\:p-\[15px\] {
    padding: 15px;
  }

  .sm\:p-\[19px\] {
    padding: 19px;
  }

  .sm\:p-\[20px\] {
    padding: 20px;
  }

  .sm\:p-\[25px\] {
    padding: 25px;
  }

  .sm\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .sm\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .sm\:pb-\[13px\] {
    padding-bottom: 13px;
  }

  .sm\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .sm\:pb-\[19px\] {
    padding-bottom: 19px;
  }

  .sm\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .sm\:pb-\[23px\] {
    padding-bottom: 23px;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .sm\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .sm\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .sm\:pb-\[68px\] {
    padding-bottom: 68px;
  }

  .sm\:pb-\[7px\] {
    padding-bottom: 7px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-\[0px\] {
    padding-left: 0px;
  }

  .sm\:pl-\[10px\] {
    padding-left: 10px;
  }

  .sm\:pl-\[15px\] {
    padding-left: 15px;
  }

  .sm\:pl-\[6px\] {
    padding-left: 6px;
  }

  .sm\:pl-\[8px\] {
    padding-left: 8px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-\[0px\] {
    padding-right: 0px;
  }

  .sm\:pr-\[10px\] {
    padding-right: 10px;
  }

  .sm\:pr-\[15px\] {
    padding-right: 15px;
  }

  .sm\:pr-\[8px\] {
    padding-right: 8px;
  }

  .sm\:pt-\[0px\] {
    padding-top: 0px;
  }

  .sm\:pt-\[13px\] {
    padding-top: 13px;
  }

  .sm\:pt-\[15px\] {
    padding-top: 15px;
  }

  .sm\:pt-\[19px\] {
    padding-top: 19px;
  }

  .sm\:pt-\[23px\] {
    padding-top: 23px;
  }

  .sm\:pt-\[30px\] {
    padding-top: 30px;
  }

  .sm\:pt-\[40px\] {
    padding-top: 40px;
  }

  .sm\:pt-\[50px\] {
    padding-top: 50px;
  }

  .sm\:pt-\[60px\] {
    padding-top: 60px;
  }

  .sm\:pt-\[7px\] {
    padding-top: 7px;
  }

  .sm\:pt-\[90px\] {
    padding-top: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:leading-\[20px\] {
    line-height: 20px;
  }

  .sm\:leading-\[24px\] {
    line-height: 24px;
  }

  .sm\:leading-\[25px\] {
    line-height: 25px;
  }

  .sm\:leading-\[30px\] {
    line-height: 30px;
  }

  .sm\:leading-\[32px\] {
    line-height: 32px;
  }

  .sm\:leading-\[34px\] {
    line-height: 34px;
  }

  .sm\:leading-\[36px\] {
    line-height: 36px;
  }

  .sm\:leading-\[40px\] {
    line-height: 40px;
  }

  .sm\:leading-\[50px\] {
    line-height: 50px;
  }

  .sm\:leading-\[52px\] {
    line-height: 52px;
  }

  .sm\:shadow-\[0px_0px_20px_\#c1c1c1\] {
    --tw-shadow: 0px 0px 20px #c1c1c1;
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (max-width: 374px) {

  .xsm\:block {
    display: block;
  }

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

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

  .xsm\:w-\[calc\(100\%_-_70px\)\] {
    width: calc(100% - 70px);
  }

  .xsm\:w-full {
    width: 100%;
  }

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

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

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