.pic-num {
  background-image: url(../images/bg-picture.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.flaticon:before {
  margin-left: 0px !important;
}

.min-w-16px {
  min-width: 16px !important;
}
.min-w-18px {
  min-width: 18px !important;
}
.min-w-20px {
  min-width: 20px !important;
}
.min-w-50px {
  min-width: 50px !important;
}
.min-w-100px {
  min-width: 100px !important;
}
.min-w-150px {
  min-width: 150px !important;
}
.min-w-154px {
  min-width: 154px !important;
}
.min-w-200px {
  min-width: 200px !important;
}

.max-w-40px {
  max-width: 40px !important;
}
.max-w-45px {
  max-width: 45px !important;
}
.max-w-60px {
  max-width: 60px !important;
}
.max-w-80px {
  max-width: 80px !important;
}
.max-w-100px {
  max-width: 100px !important;
}
.max-w-154px {
  max-width: 154px !important;
}
.max-w-150px {
  max-width: 150px !important;
}
.max-w-200px {
  max-width: 200px !important;
}
.max-w-250px {
  max-width: 250px !important;
}

.max-h-155px {
  max-height: 155px;
}

.w-250px {
  width: 250px !important;
}
.h-155px {
  height: 155px !important;
}

.position-absolute-tr {
  position: absolute;
  top: 5px;
  right: 15px;
}

.btn-absolute-br {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 0px !important;
  padding: 5px 10px;
  z-index: 1;
}
.btn-absolute-br:hover {
  background-color: #2f2f2f !important;
  opacity: 1;
}

.btn-link {
  font-weight: 400;
  color: #4e73df;
  text-decoration: none;
  cursor: pointer;
}

.btn-link:hover {
  color: #224abe;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

.bg-gray {
    background-color: #f8f9fc;
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

label.error, p.error {
  color: red;
}
.error-page {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}
.error-page:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.error-page:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(34px, 9999px, 67px, 0);
  }
  5% {
    clip: rect(66px, 9999px, 32px, 0);
  }
  10% {
    clip: rect(62px, 9999px, 13px, 0);
  }
  15% {
    clip: rect(73px, 9999px, 88px, 0);
  }
  20% {
    clip: rect(64px, 9999px, 27px, 0);
  }
  25% {
    clip: rect(23px, 9999px, 89px, 0);
  }
  30% {
    clip: rect(40px, 9999px, 65px, 0);
  }
  35% {
    clip: rect(19px, 9999px, 68px, 0);
  }
  40% {
    clip: rect(74px, 9999px, 73px, 0);
  }
  45% {
    clip: rect(4px, 9999px, 10px, 0);
  }
  50% {
    clip: rect(78px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(57px, 9999px, 7px, 0);
  }
  60% {
    clip: rect(91px, 9999px, 72px, 0);
  }
  65% {
    clip: rect(3px, 9999px, 76px, 0);
  }
  70% {
    clip: rect(18px, 9999px, 27px, 0);
  }
  75% {
    clip: rect(10px, 9999px, 47px, 0);
  }
  80% {
    clip: rect(5px, 9999px, 79px, 0);
  }
  85% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  90% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 37px, 0);
  }
  100% {
    clip: rect(96px, 9999px, 1px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(34px, 9999px, 67px, 0);
  }
  5% {
    clip: rect(66px, 9999px, 32px, 0);
  }
  10% {
    clip: rect(62px, 9999px, 13px, 0);
  }
  15% {
    clip: rect(73px, 9999px, 88px, 0);
  }
  20% {
    clip: rect(64px, 9999px, 27px, 0);
  }
  25% {
    clip: rect(23px, 9999px, 89px, 0);
  }
  30% {
    clip: rect(40px, 9999px, 65px, 0);
  }
  35% {
    clip: rect(19px, 9999px, 68px, 0);
  }
  40% {
    clip: rect(74px, 9999px, 73px, 0);
  }
  45% {
    clip: rect(4px, 9999px, 10px, 0);
  }
  50% {
    clip: rect(78px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(57px, 9999px, 7px, 0);
  }
  60% {
    clip: rect(91px, 9999px, 72px, 0);
  }
  65% {
    clip: rect(3px, 9999px, 76px, 0);
  }
  70% {
    clip: rect(18px, 9999px, 27px, 0);
  }
  75% {
    clip: rect(10px, 9999px, 47px, 0);
  }
  80% {
    clip: rect(5px, 9999px, 79px, 0);
  }
  85% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  90% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 37px, 0);
  }
  100% {
    clip: rect(96px, 9999px, 1px, 0);
  }
}
