/**
 * Vasco Electronics © All rights reserved.
 *
 * DISCLAIMER
 *
 * It is forbidden to edit or modify this file.
 * If you need to customize it, please contact us addons-support@vasco-electronics.com.
 *
 * @author Vasco Electronics Sp.z o.o. SKA <addons-support@vasco-electronics.com>
 * @copyright Vasco Electronics Sp.z o.o. SKA
 * @license   License is for use in one domain only. The file cannot be modified.
 *
 * @see https://vasco-electronics.com/
 *
 * @version 2.0.0
 */


.vies-alert-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.loader-wrap {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 12px;
}

.loader {
  border: 2px solid #fff; 
  border-top: 2px solid #4c829c; 
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 2s linear infinite;
}

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

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

.analyze-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px;
}

.analyze-info-box .analyze-info-text {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}

.fancybox-skin { 
  border-radius: 85px!important;
}
