.form-control-mm {
    height: 2.10rem !important;
}
form ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}
form ul li {
  color: #dc3545;
}
.has-error {
  color: #dc3545;
}
.error {
  display: block;
  /*margin-top: 5px;
  margin-bottom: 10px;*/
  color: #dc3545;
}
.text-decoration-none {
    text-decoration: none;
}
.no-active {
    cursor: not-allowed;
}
.height-auto {
    height: 100%;
}
.height-auto-300 {
    height: 300px;
}
.height-auto-350 {
    height: 450px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .height-auto-300 {
        height: 300px;
        font-size: small;
    }
    .height-auto-350 {
        height: 450px;
        font-size: small;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .height-auto-300 {
        height: 300px;
    }
    .height-auto-350 {
        height: 450px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .height-auto-300 {
        height: 300px;
    }
    .height-auto-350 {
        height: 450px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .height-auto-300 {
        height: 300px;
    }
    .height-auto-350 {
        height: 450px;
    }
}

/* Extra large devices (large laptops/desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .height-auto-300 {
        height: 300px;
    }
    .height-auto-350 {
        height: 340px;
    }
}

/* Extra large devices (large laptops/desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .height-auto-300 {
        height: 300px;
    }
    .height-auto-350 {
        height: 650px;
    }
}

.btn-clipboard {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: block;
  padding: .25rem .5rem;
  font-size: 65%;
  color: #007bff;
  background-color: #fff;
  border: 1px solid;
  border-radius: .25rem;
}
.btn-clipboard:hover {
  color: #fff;
  background-color: #007bff;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 12px;
    position: fixed;
    z-index: 1350;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    background-color: #008cff;
    border-color: #008cff;
}
.back-to-top:hover {
    color: #fff;
    background-color: #037de2;
    border-color: #037de2;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    transition: all .5s
}

/*** Loading Transition ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
}
#preloader_1{
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
#preloader_1 span{
  display:block;
  bottom:0px;
  width: 6px;
  height: 5px;
  background:#e04f5d; 
  position:absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#e62d3f;}
    25% {height:30px;transform:translateY(15px);background:#e62d3f;}
    50% {height:5px;transform:translateY(0px);background:#ee2438;}
    100% {height:5px;transform:translateY(0px);background:#ee2438;}
}
