@font-face {
  font-family: "themify";
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=ti-], [class*=" ti-"], .myAccLink {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-user:before, .myAccLink:before {
  content: "\e602";
}

.ti-search:before {
  content: "\e610";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-close:before {
  content: "\e646";
}

/* form css Start */
.form-group {
  margin-bottom: 1rem;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* form css end */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal button.close {
  border: none;
  background: 0 0;
  outline: 0;
  cursor: pointer;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media only screen and (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal#modal-seller-list {
  padding: 10px !important;
  box-sizing: border-box;
}
.modal#modal-seller-list .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.modal#modal-seller-list .modal-dialog .modal-content .modal-header {
  padding: 30px 30px 0;
  border: none;
}
.modal#modal-seller-list .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 500;
}
.modal#modal-seller-list .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #4a4a4a;
}
.modal#modal-seller-list .modal-dialog .modal-content .modal-body {
  padding: 0 30px 15px;
}
@media only screen and (max-width: 767px) {
  .modal#modal-seller-list {
    padding: 0 !important;
    background: #ffffff;
  }
  .modal#modal-seller-list .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
  }
  .modal#modal-seller-list .modal-dialog .modal-content .modal-header, .modal#modal-seller-list .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#modal-login {
  padding-right: 0;
}
#modal-login .modal-content {
  border-radius: 0;
}
#modal-login .modal-dialog {
  max-width: 400px;
}
@media only screen and (max-width: 576px) {
  #modal-login .modal-dialog {
    margin: 0 auto;
    padding: 10px;
  }
}
#modal-login .modal-dialog.cantFind {
  max-width: 450px;
}
#modal-login .modal-body { /*padding: 39px 38px;*/
  padding: 33px;
}
#modal-login .close {
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px; /*background: transparent; border: none;*/
}
#modal-login .modal-title {
  font-size: 20px;
  line-height: normal;
  color: #000000;
  margin: 0;
  font-weight: 500;
}
#modal-login .modal-title2 {
  font-size: 14px;
  color: #6a6a6a;
  line-height: normal;
  margin: 5px 0 0 0;
}
#modal-login .modal-title2.v2 {
  color: #000000;
}
#modal-login [name=form-login] { /*margin-top: 15px;*/
  margin-top: 0;
}
#modal-login [name=form-verify-login] { /*margin-top: 10px;*/
  margin-top: 0;
}
#modal-login .btn.btn-primary {
  width: 100%;
  border-radius: 0;
  height: 40px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
}
#modal-login .btn.btn-primary:hover {
  background-color: #ffffff;
  color: #000000;
}
#modal-login #mobile_number {
  height: 40px;
  border-color: #d4d5d9;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
#modal-login .input-group-text {
  background-color: transparent;
  border-color: #d4d5d9;
  border-radius: 0; /*min-height: 40px;*/
}
#modal-login .text-muted {
  margin-top: 19px;
  line-height: initial;
  margin-top: 10px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #6c757d !important;
  display: block;
}
#modal-login .text-muted a {
  color: #000000;
}
#modal-login .form-check-label {
  color: #000000;
  font-size: 14px;
  line-height: initial;
}
#modal-login .form-check-input {
  margin-top: 7px;
}
#modal-login [for=telinput] {
  display: none;
}
#modal-login .input-group.mobile_number_wrp .iti.iti--allow-dropdown {
  width: 100%;
}
#modal-login .input-group.mobile_number_wrp .iti.iti--allow-dropdown .iti__flag-container {
  width: 88px;
}
#modal-login .input-group.mobile_number_wrp .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: transparent;
  border-right: 1px solid #d4d5d9;
}
#modal-login .input-group.mobile_number_wrp .iti.iti--allow-dropdown #mobile_number {
  padding-left: 100px !important;
}
#modal-login .text-center {
  text-align: center !important;
}
#modal-login .mb-3 {
  margin-bottom: 1rem !important;
}
#modal-login .mt-3 {
  margin-top: 1rem !important;
}
#modal-login .mb-2 {
  margin-bottom: 0.5rem !important;
}
#modal-login .ml5 {
  margin-left: 5px;
}
#modal-login .d-none {
  display: none !important;
}
#modal-login .text-success {
  color: #28a745 !important;
}
#modal-login .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#modal-login .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer;
}
#modal-login .rounded-circle {
  border-radius: 50% !important;
}
#modal-login .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#modal-login .p-3 {
  padding: 1rem !important;
}
#modal-login .text-muted {
  color: #6c757d !important;
}
#modal-login a, #modal-login a:hover {
  color: #000;
  text-decoration: none;
}
#modal-login .invalid-feedback.d-block {
  display: block !important;
}
#modal-login .btn.disabled, #modal-login .btn:disabled {
  opacity: 0.65;
}

/* otp modal Start */
#OTPOuter {
  width: 285px;
  overflow: hidden;
  margin: auto;
}

#OTPInner {
  left: 0;
  position: sticky;
}

#OTPpartitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 330px;
  min-width: 330px;
  outline: none;
}

/* otp modal End */
/* new my account login dropdown start */
.login li .icHv .svg {
  transition: all 0.2s ease;
}
.login li .icHv .solidIc {
  display: none;
}
.login li .icHv:hover .solidIc {
  display: block;
}
.login li .icHv:hover .lightIc {
  display: none;
}

.my-acc-link .userIc {
  width: 40px;
  height: 40px;
  border: 2px solid #e6e6e6;
  border-radius: 100%;
  padding: 4px;
}
.my-acc-link .userIc:hover {
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .my-acc-link .userIc {
    width: 28px;
    height: 28px;
  }
}
.my-acc-link .nameIni {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.my-acc-link .nameIni:hover {
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .my-acc-link .nameIni {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.myAcDd {
  display: none;
  position: absolute;
  top: 40px;
  right: 15px;
  background: #ffffff;
  width: 320px;
  z-index: 9999;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.myAcDd li {
  flex-flow: column;
  align-items: flex-start !important;
  display: flex;
}
.myAcDd li.firstLi {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.myAcDd li.firstLi a {
  font-weight: 500;
  pointer-events: none;
}
.myAcDd li.credits {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.myAcDd li.credits .creditsInr {
  padding: 0 16px;
  width: 100%;
}
.myAcDd li.credits a {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1A73E8;
  background: transparent !important;
}
.myAcDd li.credits a:hover {
  text-decoration: underline;
}
.myAcDd li a {
  padding: 7px 16px;
  font-size: 16px;
  color: #333;
  width: 100%;
  display: flex;
  border-radius: 0.5rem;
}
.myAcDd li a:hover {
  background: #f5f5f5;
}
.myAcDd li .sourcing-card {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.myAcDd li .sourcing-card .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.myAcDd li .sourcing-card .subtitle {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
.myAcDd li .sourcing-tools {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.myAcDd li .tool-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.myAcDd li .tool-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: #007bff;
}
.myAcDd li .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px 0;
  color: #333;
}
.myAcDd li .subtitle {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
.myAcDd li .login-btn {
  width: 100%;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.myAcDd li .login-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* new my account login dropdown End */
/* New Login Start */
/*.modal-backdrop.fade.show {display: none !important;}*/
.newModal .modal-dialog {
  width: 100%;
  max-width: 390px;
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 576px) {
  .newModal .modal-dialog {
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 575px) {
  .newModal .modal-dialog {
    transform: translateY(100%);
  }
}
.newModal .modal-dialog .modal-content {
  border: none;
  border-radius: 0%;
}
.newModal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
@media only screen and (max-width: 339px) {
  .newModal .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .newModal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: end;
  }
  .newModal .modal-content {
    height: 90vh;
  }
}

.login-box {
  width: 100%;
}
.login-box .btn-dark {
  background: #333333;
  height: 40px;
}
.login-box .btn-dark:hover {
  background: #ffffff;
  color: #333333;
  border-color: #333333;
}
.login-box .btn-outline-secondary {
  background: #ffffff;
  border-color: #333333;
  color: #333333;
}
.login-box .btn-outline-secondary:hover {
  background: #333333;
  color: #ffffff;
}
.login-box .finp {
  font-size: 14px;
  color: #212121;
  height: 40px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0 16px;
}
.login-box .socialBtn .gBtnWrp {
  width: 100%;
  margin-top: 16px;
}
.login-box .socialBtn .gBtnWrp .btn {
  margin: 0;
}
.login-box .socialBtn .btn {
  width: 100%;
  margin-top: 16px;
  height: 40px;
  position: relative;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}
.login-box .socialBtn .btn:hover {
  background: rgba(33, 170, 201, 0.05);
}
.login-box .socialBtn .btn .fa-facebook {
  color: #0866ff;
}
.login-box .socialBtn .btn .fa-linkedin {
  color: #0078ab;
}
.login-box .socialBtn .btn img, .login-box .socialBtn .btn i {
  position: absolute;
  top: 9px;
  left: 10px;
}
.login-box .socialBtn .btn .btnTxt {
  width: 100%;
}
.login-box .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.login-box .close .fa-xmark-large {
  font-size: 16px;
}
.login-box .social-btn img {
  height: 20px;
}
.login-box .or-divider {
  text-align: center;
  position: relative;
  margin: 15px 0;
  font-size: 0.9rem;
  color: #888;
}
.login-box .or-divider::before, .login-box .or-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #ccc;
}
.login-box .or-divider::before {
  left: 0;
}
.login-box .or-divider::after {
  right: 0;
}
.login-box .policy-text {
  font-size: 0.875rem;
}

.passwordWrp .passwordInr {
  position: relative;
}
.passwordWrp .passwordInr .bars {
  position: absolute;
  top: 13px;
  right: 50px;
  width: 16px;
  height: 13px;
}
.passwordWrp .passwordInr .bars .bar {
  width: 100%;
  height: 3px;
  background: #dedede;
}
.passwordWrp .passwordInr .eyeWrp {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 16px;
}
.passwordWrp .passwordInr .eyeWrp i {
  color: #bcbcbc;
  cursor: pointer;
  /*&.fa-eye-slash{display: none;}*/
}

.login-box .otp-input {
  width: 48px;
  height: 60px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 24px;
  box-shadow: none;
}
.login-box .otp-input:focus {
  border-color: #9a9a9a;
}
@media only screen and (max-width: 339px) {
  .login-box .otp-input {
    width: 36px;
    height: 44px;
  }
}
.login-box {
  /*.resend-circle {    width: 24px;    height: 24px;    border: 1px solid #2eafcb;    border-radius: 50%;    text-align: center;  }*/
}
.login-box .resendTmr {
  display: flex;
}
.login-box .resend-circle {
  width: 24px;
  height: 24px;
}
.login-box .countdown-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  color: #2e2e2e;
  line-height: 1;
}
.login-box .resendLink {
  display: none;
}
.login-box .mobileWrp {
  width: 100%;
  max-width: 100%;
}
.login-box .mobileWrp .iti {
  width: 100%;
}
.login-box .mobileWrp .iti .iti__flag-container .iti__selected-flag {
  background: #ffffff;
  border-right: 1px solid #ddd;
}
.login-box .mobileWrp .finp {
  padding-left: 90px !important;
}
.login-box .custom-check {
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  margin-top: 3px;
}

/* New Login End */
/* latest login start */
@media only screen and (min-width: 576px) {
  .newModal.lgn .modal-dialog {
    max-width: 446px;
  }
}
.newModal.lgn .modal-dialog .modal-content {
  border-radius: 12px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login {
  padding: 0;
  border-radius: 12px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box {
  border-radius: 12px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .lhd {
  font-size: 1.125rem !important;
  padding: 1.25rem;
  border-bottom: 1px solid #E6E9EC;
  padding-right: 45px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 15px;
  right: 10px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .close i {
  font-size: 11px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .close:hover {
  background: #eaeced;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body {
  padding: 20px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .lhp {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  margin: 0 !important;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .gBtnWrp .google_login {
  height: 48px;
  border: 2px solid #0e75fb;
  box-shadow: none;
  border-radius: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .gBtnWrp .google_login .btnTxt {
  width: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .gBtnWrp .google_login svg {
  width: 20px;
  height: 20px;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .gBtnWrp .google_login:hover {
  background: #f3f8ff;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp {
  display: flex;
  gap: 10px;
  width: 100%;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn {
  height: 46px;
  margin-top: 10px;
  gap: 10px;
  box-shadow: none;
  border-color: #e5e8eb;
  border-radius: 0.5rem !important;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn:hover {
  background: #f9fafb;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn i {
  position: static;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn .btnTxt {
  width: auto;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn.facebook_login i {
  color: #1877f2;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .socialBtn .dbtnWp .btn.linkedin_login i {
  color: #0a66c2;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .or-divider {
  margin: 12px 0;
  color: #768286;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .or-divider::after {
  background: #e5e8eb;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .or-divider::before {
  background: #e5e8eb;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .lgBtn .btn {
  height: 46px;
  box-shadow: none;
  background: transparent;
  color: #212121;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  border-color: #e5e8eb;
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.newModal.lgn .modal-dialog .modal-content .modal-body.social_login .login-box .login_body .lgBtn .btn:hover {
  background: #f9fafb;
}

/* latest login End */
.myAcDd {
  right: -40px;
}

.nHPBtn {
  padding: 0;
}
.nHPBtn:hover {
  background: transparent;
}
.nHPBtn svg {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 100%;
  padding: 4px;
  margin: 0;
}

.modal-open {
  overflow: hidden;
}