@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --primary-color: #2876ea;
  --backgroung-bg-color: #f6f8f9;
  --white-bg-color: #ffffff;
  --black-bg-color: #000000;
  --text-secondary-color: #7a7d7e;
  --login-imgbg-color: #2876eae5;
}

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

/*body 
{
    font-family: var(--font-primary), sans-serif;
    font-size: 15px;
    background-color: var(--backgroung-bg-color);
    overflow-x: hidden;
}   */

body:has(.bu-auth) {
  overflow: auto !important;
}

.container-fluid {
  padding: 0px !important;
}

/*========================
    Comman Design code
 ==========================*/
/*=====Textbox control====*/
.bu-form-group {
  margin-bottom: 24px;
}

.bu-form-group label {
  color: #17191a;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}

.bu-form-group label sup {
  color: #f04438;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bu-form-group .bu-textbox-control {
  display: flex;
  height: 54px;
  padding: 22px 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px !important;
  border: 1px solid rgba(23, 25, 26, 0.12) !important;
  color: #7a7d7e;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.bu-form-group .bu-textbox-control.e-input-focus,
.bu-form-group .bu-textbox-control.e-input-group {
  box-shadow: none !important;
}

.bu-checkboc-control.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
  display: inline-flex;
  width: 20px !important;
  height: 20px !important;
  padding: 1.667px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.bu-checkbox-text {
  color: #696f79;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*=================================
    Login and register page
 ==================================*/
.bu-auth {
  background-color: var(--white-bg-color);
  overflow-x: hidden;
}
.bu-auth-box {
  min-height: 100vh;
}

.bg-auth-image {
  /*    background-color: #2876EAE5;*/
  background-image: url(../images/loginbg.svg);
  background-size: cover;
  background-position: center 77%;
  margin: 10px 0px;
  position: relative;
  left: 10px;
  border-radius: 8px;
  background-repeat: no-repeat;
}
/*    .bg-auth-image::after {
        position: absolute;
        content: ' ';
        background-color: var(--login-imgbg-color);
        height: 100%;
        width: 100%;
        border-radius: 8px;
    }*/

.bu-auth-image-content {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.bu-auth-quote {
  /*    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 85%;*/
  margin-top: 13%;
}
.bu-text-container {
  font-family: var(--font-primary), sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

/*    .bu-text-container::before {
        content: ' ';
        position: absolute;
        background-image: url('../images/quote1.svg');
        width: 40px;
        height: 40px;
        margin-top: -18px;
        margin-left: -45px;
    }

    .bu-text-container::after {
        content: ' ';
        position: absolute;
        background-image: url('../images/quote2.svg');
        width: 40px;
        height: 40px;
        margin-top: -15px;
        margin-left: 3px;
    }*/
.bu-auth-quote .bu-image-banner {
  mix-blend-mode: Luminosity;
}
.quote-content {
  width: 473px;
}
.quote-content .quote-symboll {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.quote-content p {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 190% */
  margin: 25px 0px;
}
.bu-shape-1 img {
  opacity: 0.8;
}
.bu-author label {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bu-author img {
  width: 16px;
  height: 16px;
}
.bu-abs-img1 {
  position: relative;
  top: 12%;
  left: 70%;
}
.bu-auth-image-content .bu-abs-img2 {
  position: absolute;
  bottom: 0px;
  opacity: 0.6;
}
.bu-auth-form {
  margin-top: 30px;
}
.bu-auth-compny-logo img {
  width: 200px;
  height: 62px;
  margin-bottom: 30px;
}
.bu-auth-title {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.bu-auth-para {
  color: #6d7081;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
}
.bu-password-textbox {
  position: relative !important;
}
.bu-password-show-action {
  position: absolute;
  top: 18px;
  right: 18px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-family: var(--font-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer !important;
}
.bu-forgetpassword-link {
  text-decoration: none;
  color: var(--primary-color);
  text-align: right;
  font-family: var(--font-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.bu-forgetpassword-link:hover {
  text-decoration-line: none;
}
.bu-btn-group-content {
  margin: 24px 0px;
}
.btn-auth-btn {
  border-radius: 6px !important;
  border: 1px solid #305ea4;
  background: #2876ea;
  display: flex;
  height: 54px;
  padding: 22px 147px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bu-auth-bottom-content-label {
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bu-auth-bottom-content-link {
  color: #2876ea;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-left: 4px;
}
.bu-auth-bottom-content-link:hover {
  text-decoration-line: underline;
}
.bu-behind-text-line hr {
  background: rgb(175 175 175) !important;
  height: 2px;
}
.bu-behind-text-line span {
  color: #bababa !important;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bu-social-btn-group {
  margin: 24px 0px;
}
.bu-social-btn {
  width: 100%;
  display: flex;
  height: 54px;
  padding: 20px 38px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 6px !important;
  border: 1px solid rgba(23, 25, 26, 0.12) !important;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bu-social-btn:hover {
  background: #fff;
  border: 1px solid rgba(23, 25, 26, 0.12) !important;
  color: #000 !important;
}
.bu-social-btn:active,
.bu-social-btn:focus {
  background: #fff;
  border: 1px solid rgba(23, 25, 26, 0.12) !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}
.not-allowed-cursor {
  opacity: 0.6;
  cursor: not-allowed !important;
  pointer-events: auto;
}

/* Checkbox */
.bu-checkbox {
  height: 18px;
  width: 18px;
}
.bu-checkbox.e-checkbox-wrapper .e-frame,
.bu-checkbox.e-css.e-checkbox-wrapper .e-frame {
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid #b4b6bf;
}
.bu-checkbox.e-checkbox-wrapper .e-check::before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 2.8px;
  background: url(/images/icons/tick-white.svg) no-repeat !important;
}
.bu-checkbox.e-checkbox-wrapper:hover .e-frame,
.bu-checkbox.e-checkbox-wrapper .e-checkbox:focus + .e-frame,
.bu-checkbox.e-checkbox-wrapper .e-checkbox:active + .e-frame,
.bu-checkbox.e-checkbox-wrapper:hover .e-frame,
.bu-checkbox.e-css.e-checkbox-wrapper:hover .e-frame {
  border: 2px solid #b4b6bf;
  box-shadow: none;
}
.bu-checkbox.e-checkbox-wrapper:hover .e-frame.e-check,
.bu-checkbox.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.bu-checkbox.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check,
.bu-checkbox.e-checkbox-wrapper .e-frame.e-check,
.bu-checkbox.e-css.e-checkbox-wrapper .e-frame.e-check {
  border-color: #2876ea;
  background-color: #2876ea;
  box-shadow: none;
}

/* SF Switch */
.bu-switch.e-switch-wrapper {
  width: 38px;
  height: 20px;
  box-shadow: none;
}
.bu-switch.e-switch-wrapper .e-switch-on {
  background-color: #2876ea !important;
  color: var(--text-dark);
}
.bu-switch.e-switch-wrapper .e-switch-inner.e-switch-active {
  background-color: #2876ea;
  border-color: #2876ea;
  box-shadow: none !important;
}
.bu-switch.e-switch-wrapper .e-switch-inner,
.bu-switch.e-switch-wrapper .e-switch-off {
  background-color: #c3c3c3 !important;
  border: 0;
  box-shadow: none;
  color: var(--text-white);
  font-weight: 700;
}
.bu-switch.e-switch-wrapper .e-switch-handle {
  background: #fff !important;
  box-shadow: none;
}
.bu-terms-links {
  color: #0d6efd;
  text-decoration: underline;
}
.bu-terms-links:hover {
  color: #0d6efd;
  text-decoration: none;
}

.bu-envir-component {
  position: absolute;
  right: 15px;
  top: 10px;
}

/* Horizontal Subjects in IndexedView */
.bu-horizontal-subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.bu-subject-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.bu-subject-tab.active {
  background-color: #e6f7ff;
  border: 1px solid #1890ff;
  color: #1890ff;
}

.bu-subject-tab:hover:not(.active) {
  background-color: #ececec;
}

.bu-subject-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #1890ff;
  color: white;
}

.bu-subject-tab.active .bu-subject-count {
  background-color: #096dd9;
}
