@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("./fonts.css");
@import url("./common.css");
:root {
  --mui-palette-primary-main: #1976d2;
  --mui-palette-primary-light: #42a5f5;
  --mui-palette-primary-dark: #1565c0;
  --mui-palette-primary-contrastText: #fff;
  --mui-palette-secondary-main: #9c27b0;
  --mui-palette-secondary-light: #ba68c8;
  --mui-palette-secondary-dark: #7b1fa2;
  --mui-palette-error-main: #d32f2f;
  --mui-palette-error-light: #ef5350;
  --mui-palette-error-dark: #c62828;
  --mui-palette-warning-main: #ed6c02;
  --mui-palette-warning-light: #ff9800;
  --mui-palette-warning-dark: #e65100;
  --mui-palette-info-main: #0288d1;
  --mui-palette-info-light: #03a9f4;
  --mui-palette-info-dark: #01579b;
  --mui-palette-success-main: #2e7d32;
  --mui-palette-success-light: #4caf50;
  --mui-palette-success-dark: #1b5e20;
  --mui-palette-grey-50: #fafafa;
  --mui-palette-grey-100: #f5f5f5;
  --mui-palette-grey-200: #eeeeee;
  --mui-palette-grey-300: #e0e0e0;
  --mui-palette-grey-400: #bdbdbd;
  --mui-palette-grey-500: #9e9e9e;
  --mui-palette-grey-600: #757575;
  --mui-palette-grey-700: #616161;
  --mui-palette-grey-800: #424242;
  --mui-palette-grey-900: #212121;
  --mui-palette-text-primary: rgba(0, 0, 0, 0.87);
  --mui-palette-text-secondary: rgba(0, 0, 0, 0.6);
  --mui-palette-text-disabled: rgba(0, 0, 0, 0.38);
  --mui-palette-divider: rgba(0, 0, 0, 0.12);
  --mui-palette-background-default: #fff;
  --mui-palette-background-paper: #fff;
  --mui-palette-action-active: rgba(0, 0, 0, 0.54);
  --mui-palette-action-hover: rgba(0, 0, 0, 0.04);
  --mui-palette-action-selected: rgba(0, 0, 0, 0.08);
  --mui-palette-action-disabled: rgba(0, 0, 0, 0.26);
  --mui-palette-action-disabledBackground: rgba(0, 0, 0, 0.12);

  --mui-shape-borderRadius: 4px;
  --mui-shape-borderRadius-sm: 8px;
  --mui-shape-borderRadius-md: 12px;
  --mui-shape-borderRadius-lg: 16px;

  --mui-shadow-0: none;
  --mui-shadow-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mui-shadow-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mui-shadow-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mui-shadow-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mui-shadow-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mui-shadow-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);

  --mui-transition-duration-shortest: 150ms;
  --mui-transition-duration-shorter: 200ms;
  --mui-transition-duration-short: 250ms;
  --mui-transition-duration-standard: 300ms;
  --mui-transition-duration-complex: 375ms;
  --mui-transition-duration-enteringScreen: 225ms;
  --mui-transition-duration-leavingScreen: 195ms;

  --mui-transition-easing-easeInOut: cubic-bezier(0.4, 0, 0.2, 1);
  --mui-transition-easing-easeOut: cubic-bezier(0.0, 0, 0.2, 1);
  --mui-transition-easing-easeIn: cubic-bezier(0.4, 0, 1, 1);
  --mui-transition-easing-sharp: cubic-bezier(0.4, 0, 0.6, 1);

  --mui-typography-fontFamily: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mui-typography-fontSize: 1rem;
  --mui-typography-fontWeightLight: 300;
  --mui-typography-fontWeightRegular: 400;
  --mui-typography-fontWeightMedium: 500;
  --mui-typography-fontWeightBold: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--mui-typography-fontFamily);
  font-family: "GoogleSans-Medium";
  font-family: "GoogleSans";
  background-attachment: fixed;
  min-height: 100vh;
  color: var(--mui-palette-text-primary);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.containerr {
  max-width: 1250px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
/* @media (min-width: 567px) {
  .containerr {
    padding-left: 20px;
    padding-right: 20px;
  }
} */
.fw-light {
  font-family: "GoogleSans-Light";
}

.fw-600 {
  font-weight: 600;
  font-family: "GoogleSans-Medium";
}

.fw-bold {
}

.fw-900 {
  font-weight: 900;
}

@media (min-width: 567px) {
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 567px) {
  .fs-sm-90 {
    font-size: 90%;
  }
}

.fs-90 {
  font-size: 90%;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-initial {
  cursor: initial !important;
}
.flex-1 {
  flex: 1;
}

.select-none {
  user-select: none;
  
}

img {
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.absolute {
  position: absolute;
}

.color-primary {
  color: #003970 !important;
}

.color-yellow {
  color: #f6b51d;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #66798b;
}

.bg-primari {
  background: #003970;
}
.bg-primari-20 {
  background: rgba(0, 57, 112, 0.2);
}
.bg-yellow {
  background: #f6b51d;
}

.bg-white {
  background: #fff;
}

@media (min-width: 567px) {
  .bg-sm-white {
    background: #fff;
  }
}

@media (min-width: 768px) {
  .bg-md-white {
    background: #fff;
  }
}

.btn-yellow {
  background: linear-gradient(90deg, #f9c650, #f6b51d);
  color: #fff;
  border-radius: 50px;
  padding: 6px 16px 6px 20px;
  border: none;
  box-shadow: 0 6px 10px rgb(204 145 9 / 20%);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.btn-yellow.btn-lg {
  font-size: 20px;
}

.btn-yellow.btn-xl {
  font-size: 22px;
}

.btn-yellow img {
  max-height: 15px;
}

.btn-yellow.btn-lg img {
  max-height: 20px;
}

.btn-yellow.btn-xl img {
  max-height: 25px;
}

@media (min-width: 768px) {
  .btn-yellow {
    font-size: 18px;
  }
  .btn-yellow.btn-m {
    font-size: 16px;
  }
  .btn-yellow.btn-lg {
    font-size: 25px;
    padding: 10px 25px;
  }

  .btn-yellow.btn-xl {
    font-size: 30px;
    padding: 10px 25px;
  }

  .btn-yellow.btn-lg img {
    max-height: 25px;
  }

  .btn-yellow.btn-xl img {
    max-height: 30px;
  }
}

.btn-yellow:hover {
  color: #fff;
}

.mw-992 {
  max-width: 992px;
}

.mw-1200 {
  max-width: 1200px;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.border-blue {
  border: 1px solid #003970;
}

.border-yellow {
  border: 1px solid #ecaa13;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.input-cus,
.input-cus:focus {
  border: none;
  box-shadow: 0 3px 5px rgb(0 57 112 / 20%) !important;
  outline: none;
  color: #003970;
  border-radius: 5px;
  padding: 8px 15px !important;
}

.input-cus::placeholder {
  color: #003970;
  opacity: 0.8;
}
.boxshadow-lg {
  box-shadow: 0 15px 20px rgba(0, 57, 112, 0.2);
}
.boxshadow {
  box-shadow: 0 3px 5px rgba(0, 57, 112, 0.2);
}

.dev-yellow {
  width: 30px;
  height: 3px;
  background: #f6b51d;
}

.div-circle {
  width: 25px;
  height: 25px;
}

#crisp-chatbox a[aria-label][role="button"] {
  transform: scale(0.8);
  margin-bottom: 46.5px !important;
  right: 16px !important;
}

.Toastify {
  font-size: 12px;
  color: #000;
}
@media (min-width: 567px) {
  .Toastify {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .Toastify {
    font-size: 15px;
  }
}