@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.alert-error {
  width: 100%;
  float: left;
  background: #f5f5f5;
  border-left: 4px solid #e20000;
  padding: 10px;
  margin: 0 0 15px;
  position: relative;
  border-radius: 3px;
}

.alert-error span {
  color: #e20000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

/* -------------------------------------------------
Forget Password Start
------------------------------------------------- */

.form-container.forget-page-wrap .sub-head-signin {
  color: #3a4367;
  line-height: 22px;
  font-weight: 500;
}

.form-container.forget-page-wrap .bottom-txt-signin {
  color: #3a4367;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 15px;
}

.starick {
  color: #e20000;
  font-size: 14px;
}

/* -------------------------------------------------
Forget Password End
------------------------------------------------- */

/* -------------------------
login header css Start
------------------------- */

.overlay-wrap.active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  display: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.overlay-wrap.active {
  display: block;
}

.fix-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 69;
}

.drbeen-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: black;
  padding: 16px 0;
}

.drbeen-header .header-main {
  background: #000000;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

.header-logo {
  /* max-width: 130px; */
  display: flex;
  flex: 1;
  max-height: 38px;
}

.header-logo > a {
  display: block;
}

.header-logo > a > svg {
  display: block;
  width: 100%;
}

.header-logo > svg {
  width: 100%;
  height: 100%;
}

/* mobile icon */

.mobile-menu {
  background: transparent;
  border: none;
  outline: none;
  align-items: center;
  display: none;
  padding: 0;
}

.menu-close {
  display: none;
  transform: rotate(180deg);
  transition: all 0.6s ease-in-out;
}

.home-icon {
  align-items: center;
  display: none;
}

.home-icon a {
  height: 34px;
  width: 34px;
}

/* Search */

.header-search {
  flex: 1 1 auto;
  max-width: 650px;
}

.search-input {
  background: rgb(255 255 255 / 20%);
  border-radius: 4px;
  border: none;
  /* max-width: 650px; */
  position: relative;
}

.search-input .input-field {
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 15px;
  padding-right: 52px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  margin: 0;
  width: 100%;
}

input.input-field::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #d9d9d9;
}

input.input-field:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #d9d9d9;
}

input.input-field::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #d9d9d9;
}

.search-icon {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 3;
}

.search-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.search-icon svg path {
  stroke: #ffffff;
}

.search-icon:hover svg path {
  stroke: #e35d11;
  transition: all 250ms ease-in-out;
}

.header-actions > ul {
  padding: 0;
  margin: 0;
}

.header-actions > ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.header-actions > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
}

.header-actions > ul > li > a:hover {
  color: #e35d11;
  transition: all 250ms ease-in-out;
}

.link-arrow {
  margin-left: 6px;
}

.hover-dropdown {
  position: relative;
  /* perspective: 1000px;
    z-index: 10; */
}

/* .nav-link {
    display: block;
    padding: 0.5rem 1rem;
} */

.hover-dropdown-menu {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 15px;
  width: 100%;
  min-width: 180px;
  perspective: 1000px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 250ms ease-in-out;
}

.hover-dropdown:hover .hover-dropdown-menu {
  display: block;
  opacity: 1;
}

.hover-dropdown-menu > li {
  list-style: none;
  display: block;
  /* display: none;
    opacity: 0; */
  transition: all 250ms ease-in-out;
}

.hover-dropdown-menu > li > a.dropdown-item {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #3a4367;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 15px;
  white-space: normal;
}

.hover-dropdown-menu > li:hover > a.dropdown-item {
  background: #e35d11;
  color: #ffffff;
}

/* .hover-dropdown:hover .hover-dropdown-menu > li {
    display: block;
    opacity: 1;
} */

.hover-dropdown-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.3);
  }
  100% {
    transform: scaleY(1);
  }
}

.user-link .hover-dropdown-menu {
  right: 0;
}

.user-login {
  padding: 0;
  margin-left: 20px;
}

.user-icon {
  background: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.user-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-search-control {
  display: none !important;
}

/* Login Button Style */

.mobile-button {
  display: none;
}

.desktop-button {
  display: block;
}

.btn-login {
  margin: 0;
  margin-left: 5px;
  /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: center; */
}

.btn-login > svg {
  display: inline-block;
  vertical-align: middle;
}

.btn-login > svg > path {
  fill: #ffffff;
}

.btn-login:hover > svg > path,
.btn-login:focus > svg > path,
.btn-login:active > svg > path {
  fill: #e35d11;
}

.header-signin-btn {
  display: none;
}

/* Mobile Responsive Style For Quries */

@media only screen and (max-width: 1200px) {
  .header-search {
    max-width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .drbeen-header .header-main {
    padding: 18px 15px;
  }

  .drbeen-header {
    padding: 0;
  }
  .mobile-search-control {
    display: inline-block !important;
  }
  .header-search {
    max-width: 38px;
    display: none;
  }
  .header-search.mobile-search {
    display: block;
  }
  .search-btn {
    background: rgb(255 255 255 / 20%);
    border-radius: 4px;
    border: none;
    padding: 10px 10px;
    position: relative;
  }
  .search-btn svg {
    display: block;
    width: 18px;
    height: 18px;
  }
  .search-btn svg path {
    stroke: #ffffff;
  }
  .mobile-search > .mobile-search-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 250ms ease-in-out;
  }
  .mobile-search.show > .mobile-search-wrapper {
    height: auto;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 81;
    background: #000000;
    padding: 15px 15px;
  }
  .user-login {
    margin-left: 10px;
  }
  .hover-dropdown:hover .hover-dropdown-menu {
    display: none;
    opacity: 0;
  }
  .hover-dropdown.show .hover-dropdown-menu {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    /* max-width: 115px; */
    max-height: 35px;
    margin-left: 15px;
  }
  .mobile-button {
    display: none;
  }
  .desktop-button {
    display: block;
  }
  .mobile-menu {
    display: flex;
  }
  .header-signin-btn {
    display: block;
  }
  .home-icon {
    display: flex;
  }
  .header-actions {
    background: #fff;
    position: fixed;
    left: -300px;
    top: 70px;
    bottom: 0;
    z-index: 9;
    width: 300px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .panel-active .header-actions {
    left: 0;
    width: 100%;
    top: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .panel-active .menu-close {
    display: block;
    transform: rotate(0deg);
    transition: all 0.6s ease-in-out;
  }
  .panel-active .menu-icon {
    display: none;
  }
  .header-actions > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
  }
  .header-actions > ul > li.home-link {
    display: none;
  }
  .header-actions > ul > li > a {
    color: #3a4367 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 20px;
    display: block;
  }
  .header-actions > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .link-arrow {
    filter: invert(1);
    margin: 0 0 0 auto;
    float: right;
    margin: 7px 0 0 0;
    width: 11px;
    height: 12px;
  }
  .hover-dropdown-menu {
    position: static;
    border: none;
  }
  .hover-dropdown-menu {
    animation: none;
    transition: none;
  }
  .header-logo > a > svg {
    max-height: 38px;
  }
}

@media only screen and (max-width: 525px) {
  .mobile-button {
    display: block;
  }
  .desktop-button {
    display: none;
  }
  .form-container {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 374px) {
  /* .header-logo {
        max-width: 90px;
    } */
  .drbeen-header .header-main {
    gap: 15px;
  }
  /* .header-actions>ul>li>a {
        padding: .5rem 5px;
    } */
  .user-login {
    margin-left: 5px;
  }
  .copy-content p {
    flex-direction: column;
  }
}

/* -------------------------
login header css End
------------------------- */

.error-msg {
  color: red !important;
  font-weight: 550;
}

.banner-log-in {
  background-image: url("../images/cross_back_sign.png");
  /* background-image: url('./images/cross_back_sign.png'); */
  background-size: contain;
  background-color: #ebe8e6;
  padding-top: 150px;
}

.footer-bg {
  background: #252b42 url(../images/heart-signin.png) no-repeat top 6.75rem
    center/104% 216px !important;
  /* background-color: #252B42;
    background-image: url('./../v2/images/heart-signin.png');
    background-repeat: no-repeat;
    background-position: left center; */
}

.auth-content {
  min-height: calc(100vh - 100px);
}

.auth-content .form-container {
  position: relative;
  z-index: 3;
}

.footer-wrapper {
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: -240px;
  width: 100%;
}

/* coptright style */

.copy-content {
  border-top: 1px solid #8c8c8c;
  padding: 14px;
  text-align: center;
}

.copy-content p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.copy-content p a {
  color: #e35d11;
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}

/* Sing in style */

.input-signin:hover,
.input-signin:focus {
  border-color: #e35d11 !important;
  outline: 0;
  box-shadow: 0px 0px 0px 3px rgb(216 94 26 / 25%);
}

.input-signin {
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.signin-btn {
  transition: all 0.6s ease-in-out;
}

.signin-btn:hover {
  background-color: #c54c07;
}

.form-container {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  padding: 40px 32px 15px;
  width: 460px;
}

.head-signin {
  color: var(--Brand-Heading-Grey, #252b42);
  text-align: center;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0 25px;
}

.sub-head-signin {
  color: #3a4367;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
}

.label-signin {
  color: var(--Brand-Heading-Grey, #252b42);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}

.label-signin::after {
  content: "*";
  color: #e20000;
  font-size: 14px;
}

.input-signin {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 13px 20px;
  width: 100%;
  margin-bottom: 20px;
}

.signin-btn {
  border-radius: 4px;
  background: #e35d11;
  padding: 16px 40px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  width: 100%;
  cursor: pointer;
}

.forgot-signin {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: end;
  margin: 10px 0 30px;
}

.forgot-link {
  color: #e35d11;
  font-size: 12px;
  font-weight: 500;
  float: right;
  margin-top: 4px;
}

.forgot-link,
.forgot-link:hover {
  color: #e35d11 !important;
}

.mb-30 {
  margin-bottom: 3ppx;
}

.hr-signin {
  width: 20%;
  display: inline-block;
  margin: 5px 10px 5px;
}

.hr-text-signin {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.no-account-signin {
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 26px 0 15px;
}

.bottom-txt-signin {
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0 25px;
}

.library-list {
  width: 300px;
  height: 390px;
  overflow: auto;
}

@media only screen and (max-width: 525px) {
  .mobile-button {
    display: block;
  }
  .desktop-button {
    display: none;
  }
  .form-container {
    width: calc(100% - 30px);
    padding: 40px 20px 15px;
  }
}

@media only screen and (max-width: 425px) {
  .form-container {
    width: calc(100% - 30px);
  }
}

@media (min-width: 990px) and (max-width: 1150px) {
  .drbeen-header {
    padding: 16px 30px;
  }
}

.home-cl-sign {
  visibility: hidden !important;
}

.btn-log {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 16px;
  border-radius: 4px;
  border: 2px solid var(--White, #fff);
  background-color: transparent;
  cursor: pointer;
}

.btn-log > svg {
  vertical-align: bottom;
}

.library-list {
  width: 100%;
}


/* Removing Library dropdown from mobile */

@media(max-width:1100px){
  .link-arrow{
    display: none;
  }
  .hover-dropdown.show .hover-dropdown-menu {
    display: none;
  }
}