





/*----scroll----*/

html {
  scroll-behavior: smooth;
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
  height: 5px !important;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #7d8c9a;
  height: 58px;
  border-radius: 0;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f7f7f7;
  height: 5px !important;
}

/* * {
  scrollbar-width: thin;
  scrollbar-color: #dadde1 #f7f7f7;
} */


/*---End scroll----*/


/*----*/

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.dark-black {
  color: #273751;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-space {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.align-i-c {
  align-items: center;
}
.flex-align {
  display: flex !important;
}

/* logout popover */
.logout-box {
  padding: 0px 0 0px 0 !important;
  top: 8px;
  min-width: 320px;
  width: 100%;
  box-shadow: 0px 8px 20px #8d8d8d26 !important;
  border: 1px solid #ced4da !important;
}
.logout-box .logout-profile {
  position: relative;
}
.logout-box .logout-profile {
  padding: 25px 15px 25px 20px;
  background: #f7f7f7;
}
.logout-box .logout-profile .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.form-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #acacac24;
  border: 1px solid #f7f9fd;
  border-radius: 6px;
  width: 550px;
  margin: 0 auto;
  position: relative;
  padding: 63px 50px 33px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-box:before {
  position: absolute;
  top: -94px;
  left: -96px;
  height: 210px;
  width: 204px;
  background-image: url(../images/form-left-bg.png);
  content: "";
  z-index: -1;
  background-size: cover;
}
.form-box:after {
  position: absolute;
  background-image: url(../images/form-bg.png);
  content: "";
  z-index: -1;
  background-size: cover;
  bottom: -32px;
  right: -41px;
  width: 132px;
  height: 131px;
}
/* media query css for login page */
@media screen and (max-width: 480px) {
  .form-box {
    padding: 15px 5px 15px 5px;
    width: 93%;
  }
  .form-box:before {
    height: 71px;
    width: 80px;
    top: -33px;
    left: -34px;
  }
  .form-box:after {
    bottom: -35px;
    right: 0px;
    width: 90px;
    height: 91px;
  }
}
@media screen and (max-width: 767px) {
  .left-box {
    display: none;
  }
  .right-form-box {
    width: 100%;
  }
  .form-box:after {
    bottom: -30px;
    right: 0;
    width: 90px;
    height: 91px;
  }

  .main-box {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .left-box {
    width: 30%;
  }
  .right-form-box {
    width: 70%;
  }
  .logo-box {
    width: 200px;
  }
  .form-box {
    padding: 30px 20px 20px 20px;
    width: 420px;
  }
  .log-in-with-box ul li {
    width: 28%;
  }
}

@media screen and (max-width: 1199px) {
  .form-box:before {
    height: 105px;
    width: 100px;
    top: -50px;
    left: 0;
  }
  .logo-box {
    width: 300px;
  }
  .left-box {
    width: 40%;
  }
  .right-form-box {
    width: 60%;
  }
}

@media screen and (max-width: 1299px) {
  .form-box:before {
    height: 180px;
    width: 175px;
    top: -75px;
    left: -77px;
  }
  .form-box {
    padding: 25px 25px 20px 25px;
    width: 500px;
  }
  .logo-box {
    width: 400px;
  }
}

@media screen and (max-width: 1499px) {
  .left-box {
    width: 45%;
  }
  .right-form-box {
    width: 55%;
  }
}
@media screen and (max-width: 1699px) {
  .form-box {
    padding: 30px 20px 20px 20px;
  }
  .form-box:before {
    height: 155px;
    width: 151px;
    top: -67px;
    left: -69px;
  }
  .logo-box {
    width: 550px;
  }
}
