/*Light Gallery css*/
.lg-rotate-right {
  display: none;
}
.lg-rotate-left {
  display: none;
}
.lg-flip-hor {
  display: none;
}
.lg-rotate-left {
  display: none;
}
.lg-flip-ver {
  display: none;
}
.lg-flip-hor {
  display: none;
}
.lg-fullscreen {
  display: none;
}
.lg-autoplay-button {
  display: none;
}
#lg-actual-size {
  display: none;
}
#lg-share {
  display: none;
}
.lg-download {
  display: none;
}
.lg-toogle-thumb {
  display: none;
}
/*Light Gallery css*/

/* Skeleton CSS*/
.loading-class {
  animation: loader 3s infinite ease-in-out;
  border-radius: 8px 8px 0 0;
}
.hide-content {
  display: none;
}
.card-detail-skeleton-container {
  padding-left: 12px;
  padding-right: 12px;
}
.cardLayout .image-skeleton {
  width: 100%;
}
.smCardlayout .image-skeleton {
  width: 83px;
}
.cardLayout .modelName-skeleton {
  height: 25px !important;
  width: 80% !important;
  border-radius: 4px;
  margin-top: 0;
  border: none;
  margin-left: 10px;
  border: none !important;
  margin-bottom: 10px;
}

.smCardlayout .modelName-skeleton {
  width: 100% !important;
}
.cardLayout .reveiws-skeleton {
  height: 20px;
  width: 35% !important;
  border-radius: 4px;
}
.cardLayout .cdiWrapper-skeleton {
  height: 30px;
  width: 50% !important;
  border-radius: 4px;
  margin-left: 10px;
}
.cardLayout .trainingLog-skeleton {
  height: 25px !important;
  width: 60% !important;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cardLayout .trainingStatus-skeleton {
  height: 25px !important;
  width: 60% !important;
  border-radius: 4px;
  margin-left: 10px;
}

.cardLayout .datasetName-skeleton,
.cardLayout .datasetName-skeleton2 {
  height: 25px !important;
  border-radius: 4px;
  width: 40% !important;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.cardLayout .datasetName-skeleton2 {
  width: 30% !important;
}

.cardLayout .action-skeleton {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-radius: 4px;
  display: inline-flex;
}

.cardLayout .actionBtn-skeleton {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  display: inline-flex;
}

.cardLayout .owner.skeleton {
  margin-top: 0;
}

.cardLayout .sharedWith-skeleton,
.cardLayout .owner-skeleton {
  display: none;
}

.cardLayout .sharedWith-skeleton,
.cardLayout .owner-skeleton {
  margin-left: auto;
}

.cardLayout .date-skeleton,
.cardLayout .id-skeleton {
  margin-right: 10px;
  height: 25px;
  width: 20%;
  border-radius: 4px;
}

.cardLayout .id-skeleton {
  display: none;
}

/*List Layout*/
.ListLayout .modelName-skeleton {
  width: 24% !important;
}

.ListLayout .image-skeleton {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

.ListLayout .trainingLog-skeleton {
  width: 20% !important;
}

.ListLayout .group-skeleton {
  height: 30px;
  width: 80% !important;
  border-radius: 4px;
  margin-top: 0;
  border: none;
  margin-left: 10px;
  border: none !important;
  margin-bottom: 0;
}
.ListLayout .datasetStatus-skeleton {
  height: 30px;
  width: 20% !important;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 0;
}
.ListLayout .annotationType-skeleton {
  height: 30px;
  width: 13% !important;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 0;
}
.ListLayout .datasetDate-skeleton {
  height: 30px;
  width: 14.5% !important;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 0;
}
.ListLayout .sharedWith-skeleton {
  height: 30px;
  width: 14.5% !important;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 0;
}
.ListLayout .owner-skeleton {
  height: 25px;
  border-radius: 4px;
  width: 14.5% !important;
  margin-top: 0;
  margin-bottom: 0;
}

.ListLayout .trainingLog-skeleton,
.ListLayout .datasetName-skeleton,
.ListLayout .datasetName-skeleton2 {
  margin-bottom: 0;
}

.ListLayout .datasetName-skeleton,
.ListLayout .datasetName-skeleton2 {
  width: 20% !important;
}

.ListLayout .date-skeleton {
  width: 100%;
}

.dataset .ListLayout .owner-skeleton {
  height: 30px;
  margin-left: 10px;
}

@keyframes loader {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
@-webkit-keyframes loader {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
/* Skeleton CSS*/

/*css ring loader*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-ring div,
.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #138bfa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #138bfa transparent transparent transparent;
}

.lds-ring div:nth-child(1),
.lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2),
.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3),
.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*css ring loader*/

/*css ellipsis loader*/

.lds-ellipsis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 18px;
  border-radius: 30px;
  background: #ecebeb;
  text-align: center;
}
.lds-ellipsis div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #595959;
  display: inline-block;
  margin: 2px 2px 5px;
  opacity: 0.6;
  /*animation-timing-function: cubic-bezier(1, 1, 1, 1);*/
  /*animation-name: bouncingbols;*/
}
.lds-ellipsis div:nth-child(1) {
  animation: lds-ellipsis1 1.2s infinite;
  animation-delay: 0s;
}
.lds-ellipsis div:nth-child(2) {
  animation: lds-ellipsis2 1.2s infinite;
  animation-delay: 0.2s;
}
.lds-ellipsis div:nth-child(3) {
  animation: lds-ellipsis3 1.2s infinite;
  animation-delay: 0.3s;
}

.location-disabled {
  pointer-events: none !important;
}

.dotsDropdownBtn .dotsDropdownActionItemList.alertDesable div:hover {
  background: transparent;
}

.dotsDropdownBtn .dotsDropdownActionItemList.alertDesable div {
  opacity: 0.5;
}

.dotsDropdownBtn .dotsDropdownActionItemList.alertDesable .alertTooltip {
  top: 100px;

  right: 0;
}

.help-text {
  font-size: 14px;
  color: #535353;
}

.help-text--error {
  font-size: 14px;
  color: #de350b;
}

.input--error {
  border: 1px solid #de350b !important;
}

.facialGalleryWrapper--full-height {
  height: 100vh;
}

.class_conf_threshold {
  display: flex;
  justify-content: space-between;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*css ellipsis loader*/

.ListLayout .hideText {
  display: none !important;
}

.spinnerLoader {
  font-size: 10px;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #8020cf;
  background: -moz-linear-gradient(
    left,
    #8020cf 10%,
    rgba(128, 32, 207, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #8020cf 10%,
    rgba(128, 32, 207, 0) 42%
  );
  background: -o-linear-gradient(left, #8020cf 10%, rgba(128, 32, 207, 0) 42%);
  background: -ms-linear-gradient(left, #8020cf 10%, rgba(128, 32, 207, 0) 42%);
  background: linear-gradient(to right, #8020cf 10%, rgba(128, 32, 207, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinnerLoader:before {
  width: 50%;
  height: 50%;
  background: #8020cf;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.spinnerLoader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wrap-text {
  overflow-wrap: break-word;
}

.usage-info-icon {
  max-width: max-content;
  margin-left: 5px;
}

.editRuleIcon {
  width: 1rem !important;
  height: 1rem !important;
}

.closeExistingRuleModal {
  background: transparent;
  position: absolute;
  right: 25px;
  top: 20px;
  cursor: pointer;
  border: 0;
  padding: 0;
  z-index: 99;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}

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