﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
  min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
  overflow: visible;
}

/* main sidebar not under model */
.modal {
  z-index: 1110;
}

.select2-container {
  z-index: 1110;
}

.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}

.cursor-pointer {
  cursor: pointer;
}

/*#region ssweetalerticon*/
.sa {
  width: inherit;
  height: inherit;
}
.sa-warning {
  border-radius: 50%;
  border: 4px solid #fb3;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  width: 80px;
  animation: scaleWarning 0.75s infinite alternate;
}
.sa-warning:after, .sa-warning:before {
  content: "";
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.sa-warning:before {
  display: inline-block;
  opacity: 0;
  animation: pulseWarning 2s linear infinite;
}
.sa-warning:after {
  display: block;
  z-index: 1;
}
.sa-warning-body {
  background-color: #fb3;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sa-warning-dot {
  background-color: #fb3;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.greenWheel svg {
  animation: rotate 2s infinite 2s linear;
}
.greenWheel svg path {
  animation: stock 1s linear;
  animation-fill-mode: forwards;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes stock {
  from {
    stroke-dasharray: 10, 1452;
  }
  to {
    stroke-dasharray: 1450, 1452;
  }
}
.greenWheel circle {
  stroke-dasharray: 0, 1452;
  animation: stock 1s ease 1s;
  animation-fill-mode: forwards;
}

.success-checkmark {
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/*#region ssweetalerticon*/
/*#region gmap*/
.googleMapContainer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

#map-canvas-adauga-sesizare-noua .centerMarker, #map-canvas-adauga-proiect .centerMarker, #map-canvas-adauga-tip-programare .centerMarker, #map-canvas-adauga-statie .centerMarker, #map-canvas-adauga-statie-secundara .centerMarker {
  position: absolute;
  /*url of the marker*/
  background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  /*center the marker*/
  top: 50%;
  left: 50%;
  z-index: 1;
  /*fix offset when needed*/
  margin-left: -10px;
  margin-top: -34px;
  /*size of the image*/
  height: 34px;
  width: 20px;
  cursor: pointer;
}

/*#region gmap*/
/*#region select2*/
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  padding: 0.46875rem 0.75rem;
  height: calc(2.25rem + 2px) !important;
}

.select2.select2-container {
  z-index: 2 !important;
}

.select2-selection__choice {
  background-color: #007BFF !important;
}

.select2-selection__choice__remove {
  color: white !important;
  position: relative;
  z-index: 2;
}

/*#region select2*/
/*#region Dropzone */
.dz-progress {
  /*    opacity: .50;*/
  top: 75% !important;
}

.dz-error-message {
  margin-top: 20px;
}

/*#region Dropzone */
/*#region googleMaps */
.pac-container {
  z-index: 1110;
}

/*#region googleMaps */
/*#region tenantUI */
input.mds-input,
textarea.mds-textarea {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px 5px;
  background: white no-repeat;
  /*
  * IMPORTANT PART HERE
  */
  /* 2 imgs : 1px gray line (normal state) AND 2px green line (focus state) */
  /*    background-image: linear-gradient(to bottom, #1abc9c, #1abc9c), linear-gradient(to bottom, silver, silver);*/
  background-image: linear-gradient(to bottom, #6E1CCE, #3f25da), linear-gradient(to bottom, silver, silver);
  /* sizes for the 2 images (default state) */
  background-size: 0 2px, 100% 1px;
  /* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
  background-position: 50% 100%, 50% 100%;
  /* animation solely on background-size */
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

input.mds-input:focus,
textarea.mds-textare:focus {
  /* sizes for the 2 images (focus state) */
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.rkmd-btn {
  /*display: inline-block;
  position: relative;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  padding: 0 1.5rem;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  transition: all .3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);*/
}

.rkmd-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}

.rkmd-btn.btn-lightBlue {
  color: #FFF;
  background-color: #03a9f4;
}

.rkmd-btn.btn-lightBlue:hover {
  background-color: #23b9fc;
}

.rkmd-btn.btn-white {
  color: #444;
  background-color: #FFF;
}

.rkmd-btn.btn-white:hover {
  background-color: #fafafa;
}

.rkmd-btn.btn-black {
  color: #bdbdbd;
  background-color: #111;
}

.rkmd-btn.btn-black:hover {
  background-color: #252525;
}

.rkmd-btn.btn-grey {
  color: #757575;
  background-color: #f5f5f5;
}

.rkmd-btn.btn-grey:hover {
  background-color: #ebebeb;
}

.rkmd-btn.btn-orange {
  color: #FFF;
  background-color: #ff9800;
}

.rkmd-btn.btn-orange:hover {
  background-color: #ffa829;
}

.rkmd-btn.btn-amber {
  color: #FFF;
  background-color: #ffc107;
}

.rkmd-btn.btn-amber:hover {
  background-color: #ffcb30;
}

.rkmd-btn.btn-green {
  color: #FFF;
  background-color: #4caf50;
}

.rkmd-btn.btn-green:hover {
  background-color: #67bd6a;
}

.rkmd-btn.btn-teal {
  color: #FFF;
  background-color: #009688;
}

.rkmd-btn.btn-teal:hover {
  background-color: #00bfad;
}

.rkmd-btn.btn-cyan {
  color: #FFF;
  background-color: #00bcd4;
}

.rkmd-btn.btn-cyan:hover {
  background-color: #00e0fd;
}

.rkmd-btn.btn-indigo {
  color: #FFF;
  background-color: #3f51b5;
}

.rkmd-btn.btn-indigo:hover {
  background-color: #5869c5;
}

.rkmd-btn.btn-deepPurple {
  color: #FFF;
  background-color: #673ab7;
}

.rkmd-btn.btn-deepPurple:hover {
  background-color: #7c52c8;
}

.rkmd-btn.btn-pink {
  color: #FFF;
  background-color: #e91e63;
}

.rkmd-btn.btn-pink:hover {
  background-color: #ed437d;
}

.rkmd-btn.btn-red {
  color: #FFF;
  background-color: #f44336;
}

.rkmd-btn.btn-red:hover {
  background-color: #f6675d;
}

.rkmd-btn.btn-yellow {
  color: #FFF;
  background-color: #ffeb3b;
}

.rkmd-btn.btn-yellow:hover {
  background-color: #f8de00;
}

.rkmd-btn.btn-lime {
  color: #FFF;
  background-color: #cddc39;
}

.rkmd-btn.btn-lime:hover {
  background-color: #bac923;
}

.rkmd-btn.btn-brown {
  color: #FFF;
  background-color: #795548;
}

.rkmd-btn.btn-brown:hover {
  background-color: #936757;
}

.ripple-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.ripple-effect .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.ripple-effect.ripple-dark .ripple {
  background: rgba(0, 0, 0, 0.1) !important;
}

.ripple-effect.ripple-red .ripple {
  background: rgba(244, 67, 54, 0.725) !important;
}

.ripple-effect.ripple-orange .ripple {
  background: rgba(255, 152, 0, 0.725) !important;
}

.ripple-effect.ripple-yellow .ripple {
  background: rgba(255, 235, 59, 0.725) !important;
}

.ripple-effect.ripple-green .ripple {
  background: rgba(76, 175, 80, 0.725) !important;
}

.ripple-effect.ripple-purple .ripple {
  background: rgba(156, 39, 176, 0.725) !important;
}

.ripple-effect.ripple-teal .ripple {
  background: rgba(0, 150, 136, 0.725) !important;
}

.ripple-effect.ripple-pink .ripple {
  background: rgba(233, 30, 99, 0.725) !important;
}

.ripple-effect .animated {
  -webkit-animation: ripple 0.6s linear;
  animation: ripple 0.6s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.anim-bounce {
  animation: anim-bounce 3s linear infinite;
}

@keyframes anim-bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-15px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.anim-bounce-two {
  animation: anim-bounce-two 3s linear infinite;
}

@keyframes anim-bounce-two {
  0% {
    transform: translateY(0px) translateX(-50%);
  }
  25% {
    transform: translateY(-10px) translateX(-50%);
  }
  50% {
    transform: translateY(-15px) translateX(-50%);
  }
  75% {
    transform: translateY(-10px) translateX(-50%);
  }
  100% {
    transform: translateY(0px) translateX(-50%);
  }
}
/*#region tenantUI */
/*#region border responsive */
@media (max-width: 575px) {
  .border-xs-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xs-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-xs-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
/*#region border responsive */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 0;
  padding: 0.1em;
  opacity: 0.6;
  display: none;
  z-index: 9990;
}

.back-to-top:hover {
  cursor: pointer;
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
           supported by Chrome, Edge, Opera and Firefox */
}

.nav-user-menu .user-image-lg {
  max-width: 260px;
  margin: 10px;
}

.nav-user-menu .user-image-md {
  max-width: 130px;
  margin: 5px;
}

.nav-user-menu .user-image-sm {
  max-width: 65px;
  min-width: 65px;
  min-height: 65px;
  max-height: 65px;
  margin: 3px;
}

.navbar-nav > .nav-user-menu .dropdown-menu.dropdown-menu-right.show {
  max-width: 300px;
  width: 300px;
}

.navbar-nav-user-name-input:focus-visible, .navbar-nav-user-name-input:focus {
  outline: none;
}

.sidebar-mini.sidebar-collapse .sidebar-tenant-name-sufix,
.sidebar-mini.sidebar-collapse .sidebar-tenant-name-prefix {
  margin-left: -10px;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  /*width: 0;*/
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar-tenant-name-prefix,
.sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar-tenant-name-sufix {
  display: inline-block;
  margin-left: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.sidebar-tenant-icon {
  height: 96px;
}

.sidebar-tenant-icon img {
  height: 96px;
  max-width: 100%;
}

.sidebar-mini.sidebar-collapse .sidebar-tenant-icon img {
  height: 45px;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  margin-top: 55px;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar-tenant-icon img {
  margin-top: unset;
  height: 96px;
}

.sidebar-tenant-block {
  height: 170px;
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
}

.sidebar-mini.sidebar-collapse .sidebar-tenant-block {
  height: 170px;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .sidebar-tenant-block {
  height: 170px;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.sidebar-mini:not(.sidebar-collapse) .brand-link {
  bottom: 45px;
  height: 55px;
  position: absolute;
  top: unset;
  border-top: 1px solid #dee2e6;
}

.sidebar-mini.sidebar-collapse .brand-link {
  bottom: 0px;
  position: absolute;
  top: unset;
  border-top: 1px solid #dee2e6;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .brand-link {
  bottom: 45px;
  position: absolute;
  top: unset;
  border-top: 1px solid #dee2e6;
}

.site-copyright-block, .sidebar-collapse.sidebar-mini .main-sidebar:hover .site-copyright-block {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  background-color: #f8f9fa;
  font-size: x-small;
  -webkit-animation-delay: 0.3;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  visibility: visible;
  min-height: 45px;
  width: 100%;
}

.sidebar-mini.sidebar-collapse .site-copyright-block {
  display: none;
  bottom: -100px;
}

.sidebar-mini .main-sidebar .sidebar {
  margin-top: 0px !important;
  overflow-x: hidden;
  max-height: calc(100vh - 170px - 55px - 45px);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
}
/* Qr Code*/
.div-qr-code {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.div-qr-code .qr-code {
  height: 106px;
  width: 106px;
}

.qr-code {
  background: #ffffff;
  height: 120px;
  width: 120px;
  margin: 16px auto;
  position: relative;
}

.img-qr {
  margin: 5px;
}

.qr-code i::before,
.qr-code i::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 0 solid black;
  position: absolute;
}

.qr-code i.i-qr-b::before,
.qr-code i.i-qr-b::after {
  top: 1px;
  border-top-width: 2px;
}

.qr-code i.i-qr-b::before {
  border-top-left-radius: 8px;
  left: 1px;
  border-left-width: 2px;
}

.qr-code i.i-qr-b::after {
  border-top-right-radius: 8px;
  right: 1px;
  border-right-width: 2px;
}

.qr-code i.i-qr-a::before,
.qr-code i.i-qr-a::after {
  bottom: 1px;
  border-bottom-width: 2px;
}

.qr-code i.i-qr-a::before {
  border-bottom-left-radius: 8px;
  left: 1px;
  border-left-width: 2px;
}

.qr-code i.i-qr-a::after {
  border-bottom-right-radius: 8px;
  right: 1px;
  border-right-width: 2px;
}

.icon-shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.icon-shine:after {
  animation: shine 6s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 240%;
  left: -300%;
  width: 395%;
  height: 275%;
  opacity: 0;
  transform: rotate(235deg);
  /*background: rgba(0, 123,255, 0.13);*/
  background: linear-gradient(to right, rgba(0, 123, 255, 0) 0%, rgba(0, 123, 255, 0.13) 42%, rgba(0, 123, 255, 0.5) 15%, rgba(0, 123, 255, 0.13) 20%, rgba(0, 123, 255, 0) 100%);
}
@media (max-width: 768px) {
  .icon-shine:after {
    display: none;
  }
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -20%;
    left: -20%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 2s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -20%;
    left: -20%;
    transition-property: left, top, opacity;
  }
}
.pulse-anim {
  box-shadow: 0 0 0 0 rgb(255, 0, 0);
  animation: pulse-white 3s infinite;
  font-size: 20px;
  border-radius: 5px;
  padding: 0px 2px;
}

.alert-outline-success {
  border-width: 3px;
  border-radius: 0.3rem;
  border-color: #23923d;
}
.alert-outline-success a {
  color: initial;
}
.alert-outline-success .pulse-anim {
  color: red;
}

/*
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}*/
@keyframes pulse-white {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(0.75);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Custom header image & mobile header */
.custom-img-profile {
  margin: 0 15px 0 0;
  border: 3px solid #adb5bd;
  padding: 3px;
  width: 100px;
  min-height: 55px;
}

.thumbnail {
  position: relative;
  z-index: 0;
}

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}

.thumbnail span {
  position: absolute;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img {
  border-width: 0;
}

.thumbnail:hover img {
  max-width: 500px;
}

.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 60px;
}

.iti {
  width: 100% !important;
}

.iti__selected-flag {
  height: 38px;
}

.iti__country-list {
  z-index: 1001 !important;
}

.iti.iti--allow-dropdown {
  max-height: 38px;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
