/*!
Theme Name: audiobee
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: audiobee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

audiobee is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.applicant-modal-body {
  position: relative;
}

.applicant-loading {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.applicant-loading.active {
  display: flex;
}

.applicant-loading h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1c2833;
  font-size: 25px;
}
.applicant-loading div {
  height: 10px;
  width: 10px;
  margin: 15px;
  border-radius: 50%;
  background-color:  rgba(195,52,104,1);
  box-shadow: 0 0 15px  rgba(195,52,104,1);
  z-index: 1;
}
.animate1 {
  animation: anim1 1.5s ease 0s infinite;
}
@keyframes anim1 {
  0% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
.animate2 {
  animation: anim2 1.5s ease 1s infinite;
}
@keyframes anim2 {
  0% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
.animate3 {
  animation: anim3 1.5s ease 2s infinite;
}
@keyframes anim3 {
  0% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(0vh);
  }
}

select.selectpicker{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}