.mainHeader-Auth {
  height: 69px;
  background: #fff;
  border-bottom: 1px solid #d1d5db;
  padding: 0px 13px 0px 22px;
  position: fixed;
}

.mainHeader-Auth .item {
  width: 33.3333%;
}

.mainHeader-Auth .goToHome {
  color: #727b82;
  border: none;
  border-radius: 12px;
  outline: 1px solid transparent;
  height: 41px;
}

.mainHeader-Auth .goToHome:hover {
  outline: 1px solid rgba(125, 129, 144, 0.25);
  background: rgba(59, 108, 216, 0.05);
  color: #3b6cd8;
}

.mainHeader-Auth .goToHome .imgAct,
.mainHeader-Auth .goToHome:hover .imgInAct {
  display: none;
}

.mainHeader-Auth .goToHome:hover .imgAct {
  display: block;
}

.mainHeader-Auth .logo .imgBx.brd,
.leftSection-main .logoColumn .imgBx.brd {
  padding-right: 5px;
  border-right: 1px solid #d1d5db;
}

.mainHeader-Auth .logo .tag,
.leftSection-main .logoColumn .tag {
  width: 80px;
  height: 33px;
  background: rgba(255, 107, 45, 0.1);
  font-size: 20px;
}

.headIconBox {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  stroke-width: 1px;
  stroke: transparent;
}

.headIconBox.active:hover {
  background-color: #3b6cd8;
  stroke: rgba(125, 129, 144, 0.25);
}

.headIconBox.active:hover .imgNrm,
.headIconBox .imgHvr {
  display: none;
}

.headIconBox.active:hover .imgHvr,
.headIconBox .imgNrm {
  display: block;
}

.auth-mainPage {
  height: calc(100vh - 69px);
  background: #f7f7f9;
}

.auth-mainPage .imgHead-bg {
  background: rgba(255, 107, 45, 0.05);
}

.auth-mainPage .imgHead-bg.h50 {
  height: 50px;
  width: 50px;
}

.auth-mainPage .imgHead-bg.h70 {
  height: 70px;
  width: 70px;
}

.auth-mainPage.mPage {
  margin-top: 69px;
  padding: 32px 0px;
}

.innerBox-auth {
  width: 390px;
  border: 1px solid #d1d5db;
}

.innerBox-auth .mBody {
  min-height: 230px;
}

.innerBox-auth .mBody.h337 {
  min-height: 337px;
}

.innerBox-auth .mBody.h272 {
  min-height: 272px;
}

.authInp-box .inputGp {
  border: 1px solid #d1d5db;
  height: 46px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    #fff;
}

.passInp-gp {
  border: 1px solid #d1d5db;
}

.passInp-gp button {
  outline: 1px solid rgba(59, 108, 216, 0.25);
  background: linear-gradient(
      0deg,
      rgba(59, 108, 216, 0.05) 0%,
      rgba(59, 108, 216, 0.05) 100%
    ),
    #fff;
  border-radius: 0px 11px 11px 0px;
}

.innerBox-auth .navBox {
  height: 38px;
}

.innerBox-auth .btm {
  height: 40px;
  background: linear-gradient(
      0deg,
      rgba(255, 107, 45, 0.02) 0%,
      rgba(255, 107, 45, 0.02) 100%
    ),
    #fff;
}

.authInp-box .remBtm .link {
  border-bottom: 1px solid #ff6b2d;
}

.userProfilePicHeight {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(125, 129, 144, 0.25);
}

.userProfilePicHeight img {
  object-fit: cover;
}

.cModal-Signout .modal-body {
  min-height: 212px;
  height: 212px;
  padding: 20px 20px 25px 20px;
}
