* {
  font-family: 'Montserrat', Arial, sans-serif;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format('truetype');
}
.card.card-otp {
  border: none !important;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
    0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
    0 8px 16px rgba(0, 0, 0, 0.11);
}
.card.card-register {
  border: none !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
    0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
    0 8px 16px rgba(0, 0, 0, 0.11);
}
.card.card-register input {
  height: 38px;
  font-size: 17px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.container-otp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container-otp input {
  text-align: center;
  font-size: 1.8rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.container-otp input:focus {
  border-color: #71b929;
  box-shadow: none;
}
.danger-otp {
  margin-top: -30px !important;
  margin-bottom: 45px;
}
.btn-purple {
  background: #81bc45;
  width: 100px;
  border-radius: 50px;
  margin-right: auto;
  margin-left: auto;
  /* background: linear-gradient(
    15deg,
    rgba(164, 65, 181, 1) 0%,
    rgba(171, 71, 188, 1) 100%
  ); */
  color: #fff;
}
.btn-purple:hover {
  color: #f8f8f8;
  background-color: #5da812;
}

.otp-body {
  background-image: url("../img/11516.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0 calc(100vh - 110vh); */
  overflow-y: hidden;
  height: 100vh;
  position: relative;
}
.register-body {
  background-image: url("../img/11516.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0 calc(100vh - 110vh); */
  overflow-y: hidden;
  height: 100vh;
  position: relative;
}
.register-body .container {
  height: auto;
  margin-top: -10px;
}
.card-body.register-card {
    height: auto;
    margin-top: -30px;
}
.otp-card {
    border-bottom: none;  
    border-radius: 10px !important;
}
.otp-body .container {
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
}
.form-control:focus {
  border-color: #10bbff !important;
}
.container-otp {
    margin-top: -30px;
}
.otp-allert {
    border: 1px solid #f29824;
    color: #000000 !important;
}
@media only screen and (max-width: 600px) {
  .otp-body {
    background-image: url("../img/12375.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 calc(100vh - 110vh); */
    overflow-y: hidden;
    height: 100vh;
    position: relative;
  }
  .navbar-img {
    height: 40px !important;
  }
  .navbar {
    padding: 5px !important;
    height: 75px !important;
  }
  .redirect {
    background-image: url("../img/12375.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 calc(100vh - 110vh); */
    overflow-y: hidden;
    height: 100vh;
    position: relative;
  }
  .register-body {
    background-image: url("../img/12375.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 calc(100vh - 110vh); */
    overflow-y: hidden;
    height: 100vh;
    position: relative;
  }
  .maintence-container {
    background-image: url("../img/12375.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 calc(100vh - 110vh); */
    overflow-y: hidden;
    height: 100vh;
    position: relative;
  }
  .mt-custom {
    margin-top: 20% !important;
  }
  .head-title {
    font-size: 25px!important;
  }
  .maintence {
    width: 280px !important;
  }
  .maintence h2 {
    font-size: 30px !important;
    margin-top: 245px !important;
  }
  .maintence p{
    font-size: 14px !important;
  }
  .welcome {
    overflow-y: hidden;
    height: 100vh;
    position: relative;
  }
  .welcome-box {
    margin-top: 100px !important;
  }
  h2.spacing {
    line-height: 5rem !important;
  }
  .navbar {
    padding-right: 5px !important;
  }
  .img-box {
    display: none;
  }
}
.label-form h2 {
  font-size: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.selector {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #b0bbc5;
}
.selector option {
  color: #495057 !important;
}
select {
  color: #495057;
}
.selector:focus-within {
  color: #495057;
}
.navsbr {
  margin-left: auto !important;
}
.navbar {
  padding: 10px 30px;
  background-color: transparent !important;
}
.welcome {
  background-image: url("../img/11515.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0 calc(100vh - 110vh); */
  overflow-y: hidden;
  height: 100vh;
  position: relative;
}
.navbar-brand {
  font-size: 30px;
  margin-left: 0px;
  color: #34495e !important;
  font-family: 'Heebo-ExtraBold', Arial, sans-serif;
  src: url("../fonts/Heebo/Heebo-ExtraBold.ttf") format('truetype');
}
.nav-item {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px;
}
.nav-item a {
  color: #ffffff !important;
}
.logout {
  background-color:  rgb(88, 170, 0);
  border-radius: 50px;
  padding: 0px 10px;
  box-shadow: 0 1px 1px rgb(125 125 125), 0 2px 2px rgb(119 119 119 / 44%), 0 4px 4px rgb(62 62 62 / 21%), 0 8px 8px rgb(122 123 120 / 8%);
}
.logout a {
  color: #ffffff !important;
  font-weight: 900;
  font-size: 17px;
  font-family: 'Heebo-bold', Arial, sans-serif;
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format('truetype');
}
.logout:hover {
  background-color: rgb(86, 167, 0);
  transition: background-color ease-in-out 0.5s;
  transform: scale(1.2);
  transition: transform ease-in-out 0.5s;
}
/* .welcome {
  background-image: url('../img/test.png');
  background-size: cover;
} */
.col.txt {
  margin-top: 50px;
}
.col.txt h2 {
  font-size: 50px;
  color: #34495e;
}
.col.txt h2 {
  margin-top: 20px !important;
}
.col.txt h2 span {
  background-color: rgb(101, 184, 13);
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.col.txt .text-box {
  margin-top: 30px;
}
.col.txt .text-box p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #161d24;
}
.button-box{
  margin-top: 20px;
}
.aboutus {
  background-color: rgb(101, 184, 13);
  border: none;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 800;
}
.aboutus:hover {
  background-color: rgb(102, 155, 46);
  transition: background-color 0.5s;
}
/* .aboutus {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.aboutus:hover, .aboutus:focus, .aboutus:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
  transition: transform ease-in-out 0.5s;
} */
.img-box {
  margin-top: -120px;
  margin-right: 50px;
}
::selection { 
  color: #34ace0 !important;
  background: transparent !important;
}
h2.spacing {
  line-height: 5rem;
}
.redirect {
  background-image: url("../img/11516.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0 calc(100vh - 110vh); */
  overflow-y: hidden;
  height: 100vh;
  position: relative;
}
.redirect h2 {
  color: #4d4d4d;
  text-align: center;
  line-height: 680px;
  font-size: 25px;
  font-family: 'Heebo-bold', Arial, sans-serif;
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format('truetype');
}

.loader {
  border: 5px solid #e6e6e6;
  border-radius: 50%;
  border-top: 5px solid #45b8bc;
  border-left: 5px solid #45b8bc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.8s linear infinite; 
  animation: spin 0.8s linear infinite;
  margin: auto;
  margin-top: -425px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.gj-picker-md {
  margin-top: -165px !important; 
}
.maintence {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 570px;
}
.maintence h2 {
  font-size: 50px;
  margin-top: 190px;
  font-weight: bold;
}
.maintence p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
}
.maintence-container {
  background-image: url("../img/11516.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0 calc(100vh - 110vh); */
  overflow-y: hidden;
  height: 100vh;
  position: relative;
}
.maintence p span {
  color: #5da812;
  font-weight: 600;
}
.maintence p a {
  color: #5da812;
  font-weight: 600;
  text-decoration: none;
}
.maintence p a:hover {
  transition: border-bottom 0.5s;
  border-bottom: solid 3px #5da812;
}
.btn-primary {
  float: right;
  border-radius: 50px !important;
  background-color: #34ace0 !important;
  padding: 5px 20px !important;
  border: none !important;
  margin-top: 4% !important;
}
.btn-primary:hover {
  background-color: #1f9acf !important;
}
.margin-custom {
  margin-left: -80px !important;
  margin-top: 0px !important;
}
.bg-primary {
  background-color: #34ace0 !important;
}
.mt-custom {
  margin-top: 5%;
}
.navbar {
  height: 90px;
  padding: 50px;
}
.text {
  font-size: 15px;
  font-weight: 900;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none !important;
}
.navbar-img {
  height: 70px;
}
.head-title {
  font-weight: bold;
}
.icon-telegram {
  margin-right: 5px;
  fill: #fff;
}
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:rgb(24, 170, 255);
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.icon-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  fill:rgb(43, 192, 6);
  border: 2px solid rgb(43, 192, 6);
  padding: 10px;
  border-radius: 50%;
}
.size-small {
  font-size: 15px;
}
.size-large {
  font-weight: 600;
  font-size: 22px;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.modal-footer {
  border:none !important;
}
.modal-header {
  border:none !important;
}
.btn-secondary {
  background-color: rgb(132, 141, 141) !important;
  border-radius: 50px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: none;
}
.btn-secondary:hover {
  background-color: rgb(99, 102, 102) !important;
}
.close {
  color: #e41414 !important;
}
.size-small {
  padding-left: 10px;
  padding-right: 10px;
}