html {
  overflow-x: hidden !important;
}

body {
  background-color: #FFFFFF;
  position: relative;
  height: auto;
  min-height: 100%;
  /* height:-webkit-fill-available; */
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: auto;
  margin: 0;
  font-family: "Inter-Regular", "Inter-Medium", "Inters-SemiBold", "Inter-Bold", sans-serif;
  -webkit-tap-highlight-color: transparent;


  /* animation: fadeInAnimation ease .7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; */

  -webkit-font-smoothing: antialiased;
  /* Makes text sharper */
  -moz-osx-font-smoothing: grayscale;
  /* For Firefox on macOS */
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0px transparent;
  /* Ensure text is clear */
  /* Increases legibility, sharper text */
}

#sitePreloader {
  background-image: url("sitepreloader.gif") no-repeat;
  height: 100px;
  width: 100px;
  background-color: black;
  background-size: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;


}

/*
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
} */
div {
  /* transition: background-color 0.5s ease; */

  /* Firefox */
  /* -moz-transition: background-color .85s ease; */
  /* WebKit */
  /* -webkit-transition: background-color .5s ease; */
  /* Opera */
  /* -o-transition: background-color .5s ease; */
  /* Standard */
  /* transition: background-color .5s ease; */

  /* Firefox */
  /* -moz-transition: all .5s ease-in; */
  /* WebKit */
  /* -webkit-transition: all .5s ease-in; */
  /* Opera */
  /* -o-transition: all .5s ease-in; */
  /* Standard */
  /* transition: all .5s ease-in; */

  /* animation: fadein .4s;
  -moz-animation: fadein .4s;  Firefox
  -webkit-animation: fadein .4s;  Safari and Chrome
  -o-animation: fadein .4s; Opera */

}


/*
@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein {  Firefox
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { Safari and Chrome
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { Opera
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
} */



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* html {
  scroll-behavior: smooth;
} */

:root {
    /* === Brand font families === */
    --font-light: "Anybody-Light", sans-serif;
    --font-regular: "Anybody-Regular", sans-serif;
    --font-medium: "Anybody-Medium", sans-serif;
    --font-semi-bold: "Anybody-SemiBold", sans-serif;
    --font-bold: "Anybody-Bold", sans-serif;
    --font-extra-bold: "Anybody-ExtraBold", sans-serif;

    --font-secondary-light: "Inter-Regular", sans-serif;
    --font-secondary-regular: "Inter-Regular", sans-serif;
    --font-secondary-medium: "Inter-Medium", sans-serif;
    --font-secondary-semi-bold: "Inter-SemiBold", sans-serif;
    --font-secondary-bold: "Inter-Bold", sans-serif;
    --font-secondary-extra-bold: "Inter-Bold", sans-serif;

    /* =========================
       Primary (Rich Yellow)
       ========================= */
    --color-primary-50:  #FFF5E5;
    --color-primary-100: #FFE8CC;
    --color-primary-200: #FFDB99;
    --color-primary-300: #FFD799;
    --color-primary-400: #FFC266;
    --color-primary-500: #FFE533;
    --color-primary-600: #FF9A00;
    --color-primary-700: #CC7B00;
    --color-primary-800: #995C00;
    --color-primary-900: #663E00;

    /* =========================
       Secondary (Horizon Orange)
       ========================= */
    --color-secondary-50:  #FFE4DB;
    --color-secondary-100: #FFC8B5;
    --color-secondary-200: #FFAB8F;
    --color-secondary-300: #FF8E69;
    --color-secondary-400: #FF7242;
    --color-secondary-500: #FF551C;
    --color-secondary-600: #CC4416;
    --color-secondary-700: #993311;
    --color-secondary-800: #662208;
    --color-secondary-900: #441708;

    /* =========================
       Tertiary (Dusk Violet)
       ========================= */
    --color-tertiary-50:  #FAF5FA;
    --color-tertiary-100: #F9E6FA;
    --color-tertiary-200: #ECCAE0;
    --color-tertiary-300: #D27FD4;
    --color-tertiary-400: #B944BA;
    --color-tertiary-500: #9F30A1;
    --color-tertiary-600: #860088;
    --color-tertiary-700: #6C006E;
    --color-tertiary-800: #530054;
    --color-tertiary-900: #3A0038;

    /* =========================
       Background Light
       ========================= */
    --color-bg-light-50:  #FFFFE0;
    --color-bg-light-100: #FFFEDB;
    --color-bg-light-200: #F5F2D3;
    --color-bg-light-300: #EBE4BC;
    --color-bg-light-400: #DFD7A7;
    --color-bg-light-500: #CFC993;
    --color-bg-light-600: #C2B880;
    --color-bg-light-700: #B5AE6E;
    --color-bg-light-800: #AAA160;
    --color-bg-light-900: #9C9451;

    /* =========================
       Background Dark (Deep Indigo)
       ========================= */
    --color-bg-dark-50:  #EBDCF5;
    --color-bg-dark-100: #D5BAEB;
    --color-bg-dark-200: #B591CF;
    --color-bg-dark-300: #986BDD;
    --color-bg-dark-400: #7C4E9C;
    --color-bg-dark-500: #5D2782;
    --color-bg-dark-600: #461569;
    --color-bg-dark-700: #32084F;
    --color-bg-dark-800: #200036;

    /* =========================
       Neutral
       ========================= */
    --color-neutral-50:  #FAFAFA;
    --color-neutral-100: #F3EDF5;
    --color-neutral-200: #E4D8EB;
    --color-neutral-300: #CABCDF;
    --color-neutral-400: #A79AB8;
    --color-neutral-500: #8B8491;
    --color-neutral-600: #756B7B;
    --color-neutral-700: #5C565E;
    --color-neutral-800: #433F45;
    --color-neutral-900: #2B282C;

    /* =========================
       Success
       ========================= */
    --color-success-50:  #E3FCF0;
    --color-success-100: #D0F5E1;
    --color-success-200: #A2ECC2;
    --color-success-300: #72E2A4;
    --color-success-400: #45D985;
    --color-success-500: #27BE69;
    --color-success-600: #1F9854;
    --color-success-700: #17723F;
    --color-success-800: #104C2A;
    --color-success-900: #082615;

    /* =========================
       Warning
       ========================= */
    --color-warning-50:  #FFF9EA;
    --color-warning-100: #FFF3D0;
    --color-warning-200: #FFE59E;
    --color-warning-300: #FFD979;
    --color-warning-400: #FFCB3D;
    --color-warning-500: #FFB60F;
    --color-warning-600: #D69D00;
    --color-warning-700: #A37800;
    --color-warning-800: #684F00;
    --color-warning-900: #382900;

    /* =========================
       Destructive / Danger
       ========================= */
    --color-danger-50:  #FFEFF1;
    --color-danger-100: #FCD9DE;
    --color-danger-200: #FAB8BD;
    --color-danger-300: #F7899C;
    --color-danger-400: #F5667A;
    --color-danger-500: #F2415A;
    --color-danger-600: #E5102E;
    --color-danger-700: #AC0C22;
    --color-danger-800: #730817;
    --color-danger-900: #39040B;

  /* Brand Font Styles */
  --regular: "Poppins-Regular";
  --medium: "Poppins-Medium";
  --semiBold: "Poppins-SemiBold";
  --bold: "Poppins-Bold";

  --appBg: linear-gradient(360deg, #54064D 0%, #43014E 100%);
  /* --appBg:#1B1F27; */
  /* background: linear-gradient(353deg, #71199A 5.13%, #322154 94.87%); */

  /* Base Brand Colors */
  --primaryColor: #DB8A1F;
  --secondaryColor: #7627CF;

  /* Navigation button color*/
  --tertiaryColor: #BB267F;
  --quaternaryColor: #00C897;
  --quinaryColor: #FFA500;

  /* Text + Background (optional) */
  --primaryTxtColor: #ffffff;
  --color-surface: #f5f5f5;
  --color-text: #1e1e1e;
  --color-muted: #888888;

  /*  Border + Cure (optional) */
  --primaryBorderColor: #ffffff;

  /* Header BG */
  --primaryBgColor: linear-gradient(353deg, #71199A 5.13%, #322154 94.87%);
  /* SideNav BG */
  --secondaryBgColor: linear-gradient(353deg, #611288 5.13%, #311754 94.87%);
  /* Footer BG */
  --tertiaryBgColor: #2D0A32;
  /* Menu buttons Gradient */
  --quaternaryBGColor: linear-gradient(348deg, #462C71 7.84%, #712C72 92.16%);

  /* Status Colors */
  --successColor: #16C347;
  --errorColor: #FF0000;
  --warningColor: #ffc107;
  --infoColor: #17a2b8;

   --optimove_inbox_z_index: 9000;
   --optimove_inbox_background_color :#ffffff;
    --optimove_inbox_z_index_1: 2147483645;
    --optimove_inbox_header_background_color:#7727CF;
    --optimove_inbox_message_background_read:#2D0A32;
    --optimove_inbox_message_background_unread:#BB267F;
    --optimove_inbox_message_action_button_color:#ffffff;
    --optimove_inbox_action_menu_background_color:#7727CF;
    /* --optimove_inbox_message_action_button_text_font_size : "11px"; */

    --optimove_inbox_action_menu_color :#ffffff;
    --optimove_inbox_action_menu_hover_color :#ffffff;
    /* --optimove_inbox_action_menu_hover_scale : scale(1.2); */

    --optimove_inbox_message_title_font_color :#ffffff;
    --optimove_inbox_message_title_font_weight : "bold";
    --optimove_inbox_message_font_color :#ffffff;

    /* --optimove_inbox_badge_right: 15px;
    --optimove_inbox_badge_bottom: 15px;
    --optimove_inbox_badge_width: 58px;
    --optimove_inbox_badge_height: 58px;
    --optimove_inbox_badge_background_color: #F10A69;
    --optimove_inbox_badge_border_radius: 50%;
    --optimove_inbox_badge_transform: scale(0.5);
    --optimove_inbox_badge_transform_origin: center; */


}

/* if we use 'dark' , 'light' it apply for window as well ( browser scrolings) */

 [data-theme='blue'] {
  /* Brand Font Styles */
  --regular: "Poppins-Regular";
  --medium: "Poppins-Medium";
  --semiBold: "Poppins-SemiBold";
  --bold: "Poppins-Bold";

  --appBg: linear-gradient(360deg, #54064D 0%, #43014E 100%);
  /* --appBg:#1B1F27; */
  /* background: linear-gradient(353deg, #71199A 5.13%, #322154 94.87%); */

  /* Base Brand Colors */
  --primaryColor: #DB8A1F;
  --secondaryColor: #7627CF;

  /* Navigation button color*/
  --tertiaryColor: #BB267F;
  --quaternaryColor: #00C897;
  --quinaryColor: #FFA500;

  /* Text + Background (optional) */
  --primaryTxtColor: #ffffff;
  --color-surface: #f5f5f5;
  --color-text: #1e1e1e;
  --color-muted: #888888;

  /*  Border + Cure (optional) */
  --primaryBorderColor: #ffffff;

  /* Header BG */
  --primaryBgColor: linear-gradient(353deg, #71199A 5.13%, #322154 94.87%);
  /* SideNav BG */
  --secondaryBgColor: linear-gradient(353deg, #611288 5.13%, #311754 94.87%);
  /* Footer BG */
  --tertiaryBgColor: #2D0A32;
  /* Menu buttons Gradient */
  --quaternaryBGColor: linear-gradient(348deg, #462C71 7.84%, #712C72 92.16%);

  /* Status Colors */
  --successColor: #16C347;
  --errorColor: #FF0000;
  --warningColor: #ffc107;
  --infoColor: #17a2b8;
}

/*[data-theme='pink'] {

} */


/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-tertiary-300);
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-tertiary-600);
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-tertiary-600);
  border-radius: 4px;
}


/* CSS */

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/


/* .MuiSwitch-track{
  background-color:white !important;
}

.MuiOutlinedInput-root {
  position: relative;
  border-radius: 4px;
  border-color: red;
  color: red;
}
.MuiInputBase-root {
  color: rgb(56 251 32 / 87%);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
} */
/*
.Mui-disabled {
  background-color: blue !important;
} */

/* .MuiSwitch-switchBase{
  color: blue !important;
} */
