/*
*  FONTS
*/

@font-face {
  font-family: 'Gotham Black';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-black.ttf") format('truetype');
}

@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-book.otf") format('truetype');
}

@font-face {
  font-family: 'Gotham Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-regular.otf") format('truetype');
}

@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-light.otf") format('truetype');
}

@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-medium.otf") format('truetype');
}

@font-face {
  font-family: 'Gotham Thin';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-thin.otf") format('truetype');
}

@font-face {
  font-family: 'Gotham Ultra';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-ultra.otf") format('truetype');
}

/*
*   ICONS
*/

.fa {
  color: #2c3e50;
}

.custom-icon {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-icon.medium {
  height: 32px;
  width: 32px;
}

.custom-icon.big {
  height: 42px;
  width: 42px;
}

.custom-icon-forbidden {
  background-image: url('../img/icons/forbidden.svg');
}

.custom-icon-btn-left {
  background-image: url('../img/icons/btn.png');
  transform: rotate3d(180deg);
}

.custom-icon-btn-left.medium {
  background-image: url('../img/icons/btnx2.png');
}

.custom-icon-btn-left.big {
  background-image: url('../img/icons/btnx3.png');
}

.custom-icon-btn-right {
  background-image: url('../img/icons/btn.png');
}

.custom-icon-btn-right.medium {
  background-image: url('../img/icons/btnx2.png');
}

.custom-icon-btn-right.big {
  background-image: url('../img/icons/btnx3.png');
}

.custom-icon-businessman {
  background-image: url('../img/icons/businessman.png');
}

.custom-icon-businessman.medium {
  background-image: url('../img/icons/businessmanx2.png');
}

.custom-icon-businessman.big {
  background-image: url('../img/icons/businessmanx3.png');
}

.custom-icon-crown {
  background-image: url('../img/icons/crown.png');
}

.custom-icon-crown.medium {
  background-image: url('../img/icons/crownx2.png');
}

.custom-icon-crown.big {
  background-image: url('../img/icons/crownx3.png');
}

.custom-icon-download {
  background-image: url('../img/icons/download.png');
}

.custom-icon-download.medium {
  background-image: url('../img/icons/downloadx2.png');
}

.custom-icon-download.big {
  background-image: url('../img/icons/downloadx3.png');
}

.custom-icon-email {
  background-image: url('../img/icons/email.png');
}

.custom-icon-email.medium {
  background-image: url('../img/icons/emailx2.png');
}

.custom-icon-email.big {
  background-image: url('../img/icons/emailx3.png');
}

.custom-icon-hipster {
  background-image: url('../img/icons/hipster.png');
}

.custom-icon-hipster.medium {
  background-image: url('../img/icons/hipsterx2.png');
}

.custom-icon-hipster.big {
  background-image: url('../img/icons/hipsterx3.png');
}

.custom-icon-lock {
  background-image: url('../img/icons/lock.png');
}

.custom-icon-lock.medium {
  background-image: url('../img/icons/lockx2.png');
}

.custom-icon-lock.big {
  background-image: url('../img/icons/lockx3.png');
}

.custom-icon-volume {
  background-image: url('../img/icons/volume.png');
}

.custom-icon-volume.medium {
  background-image: url('../img/icons/volumex2.png');
}

.custom-icon-volume.big {
  background-image: url('../img/icons/volumex3.png');
}

.custom-icon-user {
  background-image: url('../img/icons/user.png');
}

.custom-icon-user.medium {
  background-image: url('../img/icons/userx2.png');
}

.custom-icon-user.big {
  background-image: url('../img/icons/userx3.png');
}

.custom-icon-photo {
  background-image: url('../img/icons/photo.png');
}

.custom-icon-photo.medium {
  background-image: url('../img/icons/photox2.png');
}

.custom-icon-photo.big {
  background-image: url('../img/icons/photox3.png');
}

.custom-icon-trash {
  background-image: url('../img/icons/trash.png');
}

.custom-icon-trash.medium {
  background-image: url('../img/icons/trashx2.png');
}

.custom-icon-trash.big {
  background-image: url('../img/icons/trashx3.png');
}

.custom-icon-search {
  background-image: url('../img/icons/search.png');
}

.custom-icon-search.medium {
  background-image: url('../img/icons/searchx2.png');
}

.custom-icon-search.big {
  background-image: url('../img/icons/searchx3.png');
}

.custom-icon-check-white {
  background-image: url('../img/icons/check_white.png');
}

.custom-icon-check {
  background-image: url('../img/icons/check.png');
}

.custom-icon-check.medium {
  background-image: url('../img/icons/checkx2.png');
}

.custom-icon-check.big {
  background-image: url('../img/icons/checkx3.png');
}

.custom-icon-close {
  background-image: url('../img/icons/close.png');
}

.custom-icon-close.medium {
  background-image: url('../img/icons/closex2.png');
}

.custom-icon-close.big {
  background-image: url('../img/icons/closex3.png');
}

.custom-icon-restart {
  background-image: url('../img/icons/restart.png');
}

.custom-icon-restart.medium {
  background-image: url('../img/icons/restartx2.png');
}

.custom-icon-restart.big {
  background-image: url('../img/icons/restartx3.png');
}

.custom-icon-archive {
  background-image: url('../img/icons/archive.png');
}

.custom-icon-archive.medium {
  background-image: url('../img/icons/archivex2.png');
}

.custom-icon-archive.big {
  background-image: url('../img/icons/archivex3.png');
}

.custom-icon-loader {
  background-image: url('../img/icons/loader.png');
}

.custom-icon-loader.medium {
  background-image: url('../img/icons/loaderx2.png');
}

.custom-icon-loader.big {
  background-image: url('../img/icons/loaderx3.png');
}

.loader {
  -webkit-animation: load 1s infinite cubic-bezier(.62, .28, .23, .60);
  -moz-animation: load 1s infinite cubic-bezier(.62, .28, .23, .60);
  animation: load 1s infinite cubic-bezier(.62, .28, .23, .60);
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes load {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
.custom-icon-name {
  background-image: url('../img/icons/name.png');
}

.custom-icon-name.medium {
  background-image: url('../img/icons/namex2.png');
}

.custom-icon-name.big {
  background-image: url('../img/icons/namex3.png');
}
*/

/*
*   RESET
*/

*, *:after, *:before {
  box-sizing: border-box;
}

html, body {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

body {
  /*background-image: url("../img/background.png");*/
  background: white;
  background-size: cover;
  background-position: center;
  font-family: 'Gotham Book';
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
}

button {
  cursor: pointer;
  background: transparent;
}

button, input {
  border: 0;
}

button:focus, input:focus, button:active, input:active {
  outline: none;
}


a {
  color: #2c3e50;
  text-decoration: none;
}

a:hover {
  color: rgba(#2c3e50, 0.8);
  outline: none;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

p {
  margin: 0px;
  padding: 0px;
}

button::-moz-focus-inner {
  border: 0;
}

input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
textarea::-webkit-input-placeholder {
  font-family: 'Gotham Book';
}
input::-moz-placeholder, /* Firefox 19+ */
textarea::-moz-placeholder {
  font-family: 'Gotham Book';
}
input:-ms-input-placeholder,  /* IE 10+ */
textarea:-ms-input-placeholder {
  font-family: 'Gotham Book';
}
input:-moz-placeholder, /* Firefox 18- */
textarea:-moz-placeholder {
  font-family: 'Gotham Book';
}

/*
*   HELPERS
*/

.container {
  position: relative;
  height: 100%;
  width: 100%;
}

.centered {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-centered {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  text-align: center;
}

.vertical {
  flex-direction: column;
}

.content-section {
  position: relative;
  background: white;
  min-height: calc(100% - 150px);
  height: calc(100% - 150px);
}

.content {
  position: relative;
}

.content-title {
  position: relative;
  /*min-height: 100px;*/
  min-height: 150px;
  text-align: center;
}

.content-comment {
  font-size: 12px;
}

.content-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 50px;
}

.content-menu-item {
  cursor: pointer;
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0px 10px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-menu-item.selected, .content-menu-item.router-link-active {
  color: #70cbff;
}

.content-menu-item.separation {
  font-size: 14px;
}

.content-footer {
  position: relative;
  background: white;
  /*min-height: calc(100% - 250px);*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.delimiter {
  flex: 1;
}

.small {
  font-size: 10px;
}

.bridg-title {
  /*font-family: "Gotham Medium"*/
  font-style: italic;
}

/*
*  COMPONENTS
*/

.dropdown-results {
  position: absolute;
  top: 0px;
  max-height: 150px;
  padding: 0px 5px;
  transform: translate3d(0, 20px, 0);
  background: white;
  overflow: scroll;
  z-index: 2;
}

.dropdown-results li:hover {
  color: black;
  cursor: pointer;
}

.lang-selected {
  font-weight: bolder;
}

.checkbox-categories {
  position: relative;
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
  justify-content: center;
}

p.checkbox-categories-all {
  margin: 2px;
  object-fit: contain;
  opacity: 0.48;
  font-family: 'Gotham Book';
  font-size: 13px;
  letter-spacing: 3.3px;
  color: #464f5a;
  cursor: pointer;
}

div.checkbox-category {
  position: relative;
  width: 170px;
  height: 80px;
  object-fit: contain;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.06);
  margin: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

div.checkbox-category p {
  position: relative;
  max-width: 100%;
  object-fit: contain;
  font-family: 'Gotham Book';
  font-size: 1em;
  letter-spacing: 3.4px;
  text-align: center;
  color: #464f5a;
  z-index: 1;
  cursor: pointer;
  white-space: normal;
  transition: color 0.3s;
}

div.checkbox-category input[type=checkbox],
div.checkbox-category input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

div.checkbox-category.is-checked {
  background-color: #3b536c;
}

div.checkbox-category.is-checked p {
  color: white;
}

button.next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 38px;
  margin: 10px;
  border-radius: 8px;
  background-image: linear-gradient(118deg, #84ebff, #59d7f6);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
  color: white;
}

button.next .custom-icon {
  margin-right: 10px;
}

button.disabled {
  cursor: default;
  opacity: 0.3;
  background-image: linear-gradient(118deg, #3b536c, #464f5a);
}

/*
*  SESSION
*/

.session-track-stars img {
  cursor: pointer;
}

.video-pitch-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.video-pitch-container.has-video {
  max-height: calc(100% - 100px);
  height: 100%;
}

.video-pitch {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.session .review .session-preview-audiotracks {
  width: 100%;
}

.session .review .video {
  width: 100%;
}

/*
*  SPLASH SCREENS
*/

.splash {
  position: relative;
  min-width: 450px;
  object-fit: contain;
  background-color: #ffffff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  padding: 60px;
}

.splash-description {
  /*font-family: "Gotham Regular";*/
  letter-spacing: 2px;
  text-align: center;
}

.splash button {
  max-width: 215px;
  height: 38px;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
  font-family: "Gotham Medium";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #3b546c;
  margin: 30px 0px;
  padding: 0px 5px;
}

.splash-actions {
  margin-top: 30px;
  height: 13px;
  object-fit: contain;
  font-family: "Gotham Book";
  font-size: 13px;
  letter-spacing: 3.3px;
  text-align: center;
  color: #b5b5b5;
}

.logo-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}

.logo-container img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.registration-breadcrumb {
    position: relative;
    display: flex;
    justify-content: center;
    width: 66px;
    height: 6px;
}

.registration-breadcrumb:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.registration-breadcrumb .dot {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0px 6px;
    border: 1px solid #3b536c;
    cursor: pointer;
}

.registration-breadcrumb .dot.current {
  background: #3b536c;
}


/*
*  HOME / ROOT
*/

.root {
  position: relative;
  width: 100%;
  height: 100%;
}

.start .logo {
  width: 250px;
  margin-bottom: 45px;
}

/*
*  HEADER
*/

.header {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 100px;
  height: 100%;
  padding: 30px;
}

.header-content {
  min-width: 200px;
}

.header-content .logo {
  max-height: 70px;
}

.header-logo {
  min-width: 150px;
}

.header-title {
  width: 100%;
}

.header-title h1 {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 5.3px;
  color: #535353;
  text-transform: uppercase;
}

.header-actions {
  height: 100%;
}

.header-user {
  display: flex;
  align-items: center;
}

.header-lang {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.header-lang img {
  max-height: 10px;
}

.header-user-name, .disconnect {
  cursor: pointer;
}

.header-user-name {
  font-size: 11px;
  letter-spacing: 2px;
  color: #535353;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

/*
*  NAVIGATION MENU
*/

.menu {
  position: relative;
  max-height: 50px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(92deg, #f9f9f9, #f6f6f6 100%);
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.08);
  padding-left: 30px;
}

.menu-navigation {
  position: relative;
  height: 100%;
}

.menu ul {
  position: relative;
  display: flex;
  height: 100%;
}

.menu ul li {
  position: relative;
  height: 100%;
  min-width: 100px;
  margin: 0px 20px;
  font-family: 'Gotham Medium';
  font-size: 14px;
  letter-spacing: 3.3px;
  color: rgba(49, 49, 49, 0.83);
  text-transform: uppercase;
  cursor: pointer;
}


.menu ul li:first-child {
  margin-left: 0px;
}

.menu ul li.link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 0%;
  border-radius: 2px;
  background-color: rgba(48, 48, 48, 0.83);
  transition: width 0.3s;
}

/*.menu ul li.router-link-active {
  font-family: 'Gotham Medium';
}*/

.menu ul li.link.router-link-active:after {
  width: 100%;
}

.search-menu-item {
  max-width: 100px;
  transition: max-width 0.3s;
}

.search-menu-item.search-opened {
  max-width: 300px;
}

.search-input {
  position: relative;
  width: 0%;
  display: none;
  visibility: hidden;
  transition: width 0.3s;
}

.input-container.search-input input {
  height: 30px;
  padding-left: 5px;
}

.custom-icon-search {
  margin-right: 20px;
}

.search-opened .search-input {
  position: relative;
  width: 100%;
  display: inline-block;
  visibility: visible;
}

/*
*  SESSION - DRAG & DROP
*/

.session-drag-drop h2 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(49, 49, 49, 0.83);
}

/*
*  ADMIN USERS
*/

.users-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
}

.user-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 175px;
  padding-top: 50px;
  margin: 0px 20px 60px 20px;
  object-fit: contain;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.user-item-descr {
  margin: 5px 0px;
}

.user-item-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.user-item .avatar {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  object-fit: contain;
  background-color: #f4f4f4;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(-50%, -50%, 0);
}

.user-item h1 {
  font-size: 12px;
  color: #464f5a;
  letter-spacing: 2.8px;
  text-align: center;
}

.user-item .user-item-email {
  font-size: 11px;
}

.user-item-actions button {
  margin: 5px 0px;
}

/*
*  ADMIN VIDEOS LIST
*/

.videos-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.videos-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 280px;
  padding: 20px 10px;
  margin: 0px 20px 20px 20px;
  object-fit: contain;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.videos-list-item img {
  cursor: pointer;
}

.videos-list-item-descr {
  position: relative;
  max-width: 175px;
  width: 100%;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}

.videos-list-item h1 {
  font-family: 'Gotham Medium';
  font-size: 13px;
  /*font-weight: 500;*/
  letter-spacing: 2.2px;
  text-align: center;
  color: #515151;
  width: 100%;
}

.video-preview {
  max-width: 175px;
}

.video-popup-container {
  position: fixed;
  bottom: 0px;
  left: 50%;
  object-fit: contain;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(-50%, 100%, 0);
  transition: transform 0.3s;
  padding: 20px;
}

.video-popup-container.opened {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0);
}

.video-popup-container .video-view {
  max-height: 300px;
}

.video-popup-container .close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}


/*
*  ADMIN LOGS LIST
*/

.logs-list, .logs-list-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}

.logs-list-item {
  display: flex;
  min-height: 70px;
  justify-content: center;
}

.list-header-item, .list-log-descr {
  text-align: center;
  font-size: 12.8px;
  letter-spacing: 1px;
  color: #686868;
}

.log-date, .log-hour {
  width: 100px;
}

.log-ip {
  width: 125px;
}

.log-user {
  width: 200px;
  display: flex;
  flex-direction: column;
}

.log-email {
  font-family: 'Gotham Medium';
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #686868;
  text-align: center;
}

.log-type {
  width: 200px;
}

.log-session,
.log-tracks,
.log-videos,
.log-data {
  width: 70px;
}

/*
*  AUDIO TRACK
*/

.audiotracks {
  position: relative;
  width: 100%;
  /*max-width: 75%;*/
  padding: 0px 50px;
}

.audiotrack-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.audiotrack-view {
  position: relative;
}

.audiotrack-container {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
}

.audiotrack-container:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.audiotrack-container.minimal {
  width: 100%;
  margin-bottom: 20px;
}

.audiotrack-container.minimal .audiotrack-infos {
    margin: 0px;
    padding: 0px;
}

.audiotrack {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 10px 30px;
  margin: 10px 0px;
  /*padding: 30px 40px 30px 40px;
  margin: 18px 0px;*/
  border-radius: 5px;
  color: #616161;
}

.audiotrack-container.minimal.reviewing {
  cursor: pointer;
}

.audiotrack-container.minimal.reviewing.selected {
  cursor: pointer;
}

.audiotrack-container.minimal.reviewing:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: transparent;
  height: 100%;
  transition: background 0.3s;
}

.audiotrack-container.minimal.reviewing.selected:before {
  background: #59d7f6;
}

.audiotrack-container.minimal.reviewing .audiotrack-info {
  max-width: 250px;
}

.audiotrack-container.minimal.reviewing:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.audiotrack-container.minimal.reviewing .audiotrack {
  min-height: 75px;
}

.audiotrack-container.minimal.reviewing .audiotrack-cover {
  max-height: 50px;
  max-width: 50px;
}

.audiotrack-container.minimal.reviewing .audiotrack-infos {
  padding-left: 30px
}

.audiotrack-actions {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate3d(-50%, -50%, 0);
}

.audiotrack-actions button {
  margin: 10px 0px;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.09)
}

.audiotrack-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.error-kpbs {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
}

.error-kpbs button {
  margin-top: 20px;
  text-transform: uppercase;
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
}

.error-kpbs button span.custom-icon-close {
  margin-right: 10px;
}

.audiotrack-description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.69;
  letter-spacing: 1px;
  /*color: rgba(49, 49, 49, 0.83);*/
}

.audiotrack-cover {
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  height: 100%;
  width: 100%;
  margin: 0px 40px;
}

.audiotrack-cover img {
  max-height: 100%;
  max-width: 100%;
}

/*.audiotrack-cover-image.minimal {
  height: 60px;
}*/

.audiotrack-player-container {
  display: flex;
}

.audiotrack-kbps {
  display: flex;
  align-self: flex-end;
  margin-left: 40px;
}

.audiotrack-kbps .kbps {
  font-family: 'Gotham Medium';
  font-size: 16px;
  margin-right: 2px;
}

.audiotrack-feedback {
  position: relative;
  display: flex;
  /*align-items: center;*/
  background-color: #f7f7f7;
}

.audiotrack-comments {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.audiotrack-comment-input {
  font-family: 'Gotham Book';
  outline: none;
  overflow: auto;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 7px;
  background-color: rgba(241, 241, 241, 0.38);
  border: solid 0.3px #e6e6e6;
  font-size: 12px;
  padding: 10px
}

.audiotrack-player {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.audiotrack-player-control {
  margin-right: 40px;
  z-index: 6;
}

.audiotrack-player-waveform {
  position: relative;
  margin-right: 40px;
  max-width: 500px;
  width: auto;
}
.audiotrack-player-bar {
	position:absolute;
	display:inline-block;
	height:32px;
	background-color:#f6003e;
}

.audiotrack-player-waveform img {
  position: relative;
  z-index: 1;
}

.audio-click {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.audiotrack-player-duration {
  font-size: 11px;
  color: #9b9b9b;
  letter-spacing: 2.5px;
}

.audiotrack-info {
  position: relative;
  padding: 10px;
  min-width: 175px;
  max-width: 175px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.audiotrack-info.row-5 {
  min-width: 16%;
}

.audiotrack-info.row-6 {
  min-width: 16%;
}

.audiotrack-info.big {
  max-width: 175px;
}

.audiotrack-info.audiotrack-disabled::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.audiotrack-info.error label {
  color: #f6003e
}

.audiotrack-info .input-container {
  position: relative;
}

.audiotrack-info .input-container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 1px;
  background: #f6003e;
  transform: translate3d(-50%, 0, 0);
  transition: width 0.3s;
}

.audiotrack-info.error .input-container:after {
  width: 100%;
}

.audiotrack-info .input-container {
  margin: 0px;
}

.audiotrack-info .input-container input {
  height: 16px;
  box-shadow: 0 0 1em transparent;
  font-size: 12px;
  letter-spacing: 1px;
}

.audiotrack-info label {
  position: relative;
  font-size: 10px;
  color: #9b9b9b;
  opacity: 0.8;
  letter-spacing: 1.7px;
}

.audiotrack-info.style {
  z-index: 7;
}

.audiotrack-icon {
  min-width: 50px;
}

.audiotrack-icon-cover {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding: 5px;
}

.audiotrack-icon-cover.dragover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.audiotrack-icon-cover img {
  margin-bottom: 10px;
}

.audiotrack-icon img {
  max-height: 45px;
  max-width: 100%;
}

.audiotrack-icon-download {
  margin-right: 50px;
  z-index: 6;
}

.audiotrack-icon-delete i {
  color: #f6003e;
  opacity: 0.55;
}

.audiotrack-icon-download i {
  color: #3b536c;
  opacity: 0.55;
}

.audiotrack-icon-play, .audiotrack-icon-pause {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 25px;
  background-color: #3b536c;
  border-radius: 1.1px;
  outline: none;
}

.audiotrack-icon-play i, .audiotrack-icon-pause i {
  color: white;
}

/*
*  VIDEO PITCH
*/

.record-ui {
  position: relative;
}

.record-ui.masked {
  opacity: 0;
}

.webcam-player-container, .webcam-review-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.webcam-player-container {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.webcam-player-container.masked {
  opacity: 0;
}

.webcam-video-container {
  position: relative;
}

.video-wrapper {
  position: relative;
  /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);*/
}

.video-wrapper video {
	display: block;
}

.webcam-player-container video {
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: opacity 0.3s;
  background: white;
  opacity: 0;
}

.webcam-player-container:hover .overlay {
  opacity: 0.5;
}

.overlay.mask {
  opacity: 0.5;
}

.webcam-video-container .video-play,
.webcam-video-container .video-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(-50%, -50%, 0);
  background: white;
  border-radius: 3px;
  height: 40px;
  min-width: 110px;
  font-family: 'Gotham Medium';
  z-index: 3;
}

.webcam-video-container .video-stop {
  opacity: 0;
  transition: opacity 0.3s;
}

.webcam-video-container .video-stop .icon-stop {
  margin-right: 5px;
}

.webcam-video-container:hover .video-stop {
  opacity: 1;
}

.video-controls {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}

.video-control {
  position: relative;
  min-width: 12px;
  min-height: 12px;
}

.video-sound {
  position: absolute;
  bottom: 20px;
  height: 50%;
  width: 40px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
}

.sound-bar {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.icon-micro {
  text-align: center;
}

.audio-max {
  position: absolute;
  height: 1px;
  width: 4px;
  bottom: 0px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scaleY(100);
  transform-origin: bottom left;
  background: #a8a8a8;
  z-index: 1;
}

.audio-input {
  position: absolute;
  height: 1px;
  width: 4px;
  bottom: 0px;
  left: 50%;
  transform-origin: bottom left;
  background: #59c4fc /* 59f6b1 */;
  z-index: 2;
}

.video-timeline {
  position: relative;
  height: 25px;
  min-width: 80%;
}

.timeline-current {
  position: absolute;
  left: 10px;
  width: 5px;
  background: #59c4fc /* 59f6b1 */;
  height: 100%;
  z-index: 3;
}

.timeline-total {
  position: absolute;
  width: 100%;
  background: rgba(59, 83, 108, 0.2);
  height: 5px;
  top: 50%;
  left: 0px;
  transform: translate3d(0, -50%, 0);
}

.timeline-elapsed {
  position: absolute;
  top: 0px
  left: 0px;
  transform: scaleX(0);
  transform-origin: top left;
  /*transition: transform 0.3s;*/
  background: #3b536c;
  height: 100%;
  z-index: 2;
  width: 1px;
}

.video-countdown {
  position: relative;
  margin-left: 10px;
  font-family: 'Gotham Book';
  font-size: 10.2px;
  letter-spacing: 2.1px;
  color: #909090;
}

button.remove-video {
    position: relative;
    min-width: 178px;
    min-height: 38px;
    margin: 10px;
    border-radius: 8px;
    background: #ff6f6f;
    max-width: 150px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
    text-transform: uppercase;
    color: white;
}

.icon-record {
  position: relative;
  height: 12px;
  width: 12px;
  background: #ff6f6f;
  display: block;
  border-radius: 20px;
  margin-right: 10px;
}

.icon-stop {
  position: relative;
  height: 12px;
  width: 12px;
  background: #ff6f6f;
  display: block;
}

.icon-pause {
  position: relative;
  height: 12px;
  width: 10px;
  display: inline-block;
}

.icon-pause:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 4px;
  background: #3b536c;
}

.icon-pause:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 100%;
  width: 4px;
  background: #3b536c;
}


/*
*  REVIEW
*/

.review {
  position: relative;
  /*display: flex;
  flex-direction: column;*/
  width: 100%;
  min-height: calc(100vh - 150px);
  padding-top: 50px;
  overflow: hidden;
}

.video {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: 100%;*/
  /*margin-left: 20px;*/
}

.review-container {
  position: relative;
  display: flex;
  flex-direction: column;
  /*max-height: calc(100vh - 150px - 85px - 50px);*/
  width: 100%;
  padding: 0px 30px;
  padding-bottom: 85px;
  overflow: auto;
}

.review-container .videorecorder {
	margin: 30px;
}

.review-player {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: white;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
}

.review-player-control {
  position: relative;
  padding: 10px;
  max-width: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  z-index: 6;
  background: white;
}

.review-previous {
  margin-right: 20px;
}

.review-next {
  margin-left: 20px;
}

.review-player-control span {
  text-align: center;
  font-family: 'Gotham Regular';
  font-size: 12px;
  font-weight: 300;
  color: #505050;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.review-actions {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-action {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 10px;
  cursor: pointer;
}

.review-action a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}


.review-action-icon {
  margin-right: 5px;
  cursor: pointer;
}

.review-action p {
  text-transform: uppercase;
  font-family: 'Gotham Regular';
  font-size: 12px;
  color: #505050;
  letter-spacing: 2.6px;
}

.review-current {
  position: relative;
  height: 100%;
  width: 100%;
}

.review-current .session-item {
  min-height: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0px;
}

.review-current .session-list-rework:before {
  background: transparent;
}

.review .audiotracks {
  padding: 0px;
}

.review .audiotrack-cover {
  max-height: 100px;
  max-width: 100px;
  /*max-width: 700px;*/
}

.webcam-review-container video {
  max-width: 350px;
  max-height: 350px;
}

.session-preview {
  position: relative;
  /*display: flex;*/
  z-index: 9;
  background: white;
}


/*
*  SENT
*/

.sent-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0);
}

.sent {
  position: relative;
  /*margin-top: 50px;*/
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  padding: 100px;
}

.sent .avatar.big {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  background-color: transparent;
  background-image: url('../img/blue-bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 80px;
}

.sent-title {
  margin: 20px 0px 30px 0px;
  text-align: center;
  color: #59c4fc; /* #52f491; */
  font-family: 'Gotham Book';
  letter-spacing: 0px;
  line-height: 33px;
}

.process-tracks {
  display: flex;
  justify-content: center;
}

.track-cover {
  position: relative;
  background: transparent;
  margin: 0px 60px;
  display: flex;
  flex-direction: column;
}

.cover-container {
  text-align: center;
}

.track-title {
  text-align: center;
  font-size: 12px;
  color: #3b536c;
  opacity: 0.8;
}

.track-cover img {
  max-height: 150px;
  height: 100%;
  width: auto;
}

.track-cover::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 2px;
  width: calc(100% + 60px);
  transform: translate3d(-50%, 0, 0);
  background-image: linear-gradient(128deg, #84ebff, #59d7f6);
}

.track-cover:first-child::before {
  transform: translate3d(0, 0, 0);
}

.track-cover:last-child::before {
  transform: translate3d(-100%, 0, 0);
}

.track-cover::after {
  content: "\e64c";
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 30px;
  width: 30px;
  transform: translate3d(-50%, 0, 0);
  /*background-image: linear-gradient(128deg, #70f5b6, #59f6b1);*/
  background-image: linear-gradient(128deg, #84ebff, #59d7f6);
  color: white;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
*  AUDIO TRACK
*/

.sessions-list, .tracks-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 50px;
}

.session-popup {
  position: relative;
  padding: 20px 55px;
  display: flex;
  flex-direction: column;
}

.tracks-list-item {
  position: relative;
  width: 100%;
}

.tracks-list-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  background: transparent;
  z-index: 5;
  cursor: pointer;
}

.tracks-list-item.minimal:before {
  width: 100%;
}

.session-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
  /*padding: 30px 40px 30px 40px;*/
  margin: 18px 0px;
  border-radius: 5px;
  color: #616161;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding-left: 80px;
  transition: box-shadow 0.3s;
}

.session-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.session-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: transparent;
  height: 100%;
}

.session-list-rework:before {
  background: #ff6f6f;
}

.session-link {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.session-item-description {
  min-width: 100px;
  margin: 20px;
}

.session-item-description.session-item-username {
  max-width: 200px;
  width: 100%;
  padding: 10px;
}

.session-item-description.session-item-status {
  max-width: 400px;
  width: 100%;
  z-index: 8;
}

.session-item-status .status-explanation {
  display: none;
}

.session-item-status:hover .status-description {
  display: none;
}

.session-item-status:hover .status-explanation {
  display: inline-block;
}

.session-item-picture {
  position: relative;
  max-height: 80px;
  min-height: 60px;
  height: 80px;
  max-width: 100px;
  overflow: hidden;
}

.session-item-picture img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
}

.session-item-category {
  position: relative;
  color: #ff6f6f;
  padding: 4px 7px 4px 7px;
  border-radius: 80px;
  border: solid 1px #ff6f6f;
  margin: 7px 0px;
}

.session-item-category span {
  font-family: 'Gotham Medium';
  font-size: 10px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}

.session-item-tracks {
  position: relative;
  display: flex;
}

.session-item-tracks .session-item-picture {
  margin: 0px 10px;
}

.session-item-note img {
  position: relative;
  height: 20px;
  width: 20px;
}

.sessions-list .audiotrack {
  margin-bottom: 0px;
  padding-bottom: 0px;
}


.session-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  /*margin-top: 100px;*/
}

.session-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 20px;
  cursor: pointer;
}

.session-action h6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.session-action.danger {
  color: #fb1e4f;
}

.session-action.info {
  color: #59c4fc;
}

/*
*  ERRORS
*/

.error-container {
  position: absolute;
  display: flex;
  top: 0px;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  /*z-index: -1;*/
  transition: transform 0.3s cubic-bezier(.62, .28, .23, .60);
  min-width: 80%;
  padding: 15px;
  background: white;
  border-radius: 10px;
}

.error-container.has-error {
  transform: translate3d(-50%, 0, 0);
}

.error-container.has-error .error-icon {
  display: inline-block;
}

.success-message {
  min-height: 20px;
  text-align: center;
}

.success-message span {
  color: #59c4fc; /* #52f491; */
}

.success-green {
  color: #52f491;
}

.error-message {
  min-height: 20px;
  text-align: center;
}

.error-message span {
  color: #fb1e4f;
}

.error-icon {
  display: none;
  margin-right: 20px;
}

.error-icon span {
  color: #fb1e4f;
}

.alert {
  color: #fb1e4f;
}

.info {
  color: #59c4fc;
}

.success {
  color: #59c4fc; /* #52f491; */
}

/*
*  FORMS
*/

.form {
  margin: 30px 0px;
  width: 100%;
}

.input-container {
  display: flex;
  align-items: center;
  margin: 6px 0px
}

.input-container.has-error input,
.input-container.has-error i {
  color: #fb1e4f;
}

.input-container input {
	padding: 18px;
  object-fit: contain;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.08);
  font-family: "Gotham Book";
  font-size: 13px;
  letter-spacing: 3.3px;
  color: #464f5a;
  width: 100%;
}

.input-container.with-icon input {
  padding-left: 27px;
}

.input-container.input-number {
  max-width: 140px;
}

.input-container.input-number input {
  text-align: center;
}

.input-container i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  transform: translate3d(50%, 0, 0);
}

input.centered {
  text-align: center;
}

.switch {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 11px;
}

.switch .switch-check {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 15px;
  cursor: pointer;
  border-radius: 100px;
  border: solid 0.5px #979797;
  padding: 2px;
  margin: 0px 10px;
}

.switch .switch-status {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 10px;
  background: #3b536c;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}

.switch .switch-status.checked {
  transform: translate3d(12px, 0, 0);
}


.switch input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  padding: 2px;
  font-family: 'Gotham Regular';
  border-radius: 5px;
  letter-spacing: 1.6px;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  transition: background 0.3s;
}

.checkbox.checked {
  background: #59c4fc;
}

.checkbox span {
  transition: color 0.3s;
  color: white;
}

.checkbox.checked span {
  color: white;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.input-container input[name="signupCaptcha"] {
	max-width: 190px;
	margin: auto;
}

/*
*  POPUP
*/

.popup-container {
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 997;
  opacity: 0;
  transition: opacity 0.5s, top 0s linear 0.5s;
}

.popup-background {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(190, 190, 190, 0.3);
  width: 100vw;
  height: 100vh;
  z-index: 998;
}

.popup-form {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  margin: 0px 20px;
}

.popup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-title h1 {
  font-size: 1.3em;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
}

.popup-title .icon i {
  font-size: 24px;
}

.popup-title .icon {
  margin-bottom: 20px;
}

.popup {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 50%;
  min-height: 50%;
  z-index: 999;
  transform: scale(0);
  transition: transform 0.5s;
}

.popup-container.notification .popup {
  min-width: 400px;
  min-height: 200px;
  max-width: 500px;
  max-height: 400px;
}

.popup-container.notification .popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}

.popup-container.loading .popup-actions {
  display: none;
}

.popup-container.loading .popup-loading {
  display: flex;
}

.popup-container.opened {
  opacity: 1;
  top: 0px;
  transition: opacity 0.5s, top 0s;
}

.popup-container.opened .popup {
  transform: scale(1);
}

.popup-content {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}

.popup-content p {
  max-width: 700px;
}

.popup-description {
  text-align: center;
}

.popup-description p {
  text-align: center;
}

.popup-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  display: none;
}

.popup-actions {
  display: flex;
  height: 50px;
}

.popup-actions .popup-actions {
  width: 100%;
}

.popup-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
  margin: 0px 10px;
}

.popup-actions button:first-child {
  margin-left: 0px;
}

.popup-actions button:last-child {
  margin-right: 0px;
}

.popup-actions button.check i {
  font-size: 1.7em;
  color: #70f5b6;
  transition: color 0.3s;
}

.popup-actions span.ti {
  font-size: 1.7em;
}

.popup-actions button.check.disabled span {
  color: #3b536c;
}

.popup-actions button.check.disabled {
  background: white;
  opacity: 1;
}

.popup-actions button.cancel i {
  font-size: 1.7em;
  color: #fb1e4f;
}

.popup-default-btn.cancel .alert {
  color:  #fb1e4f;
}

.popup-default-btn.check .success {
  color: #70f5b6;
}

.popup-default-btn.check.disabled .success {
  color: #3b536c;
}


.conditions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.popup-details p {
  margin: 20px;
  color: #3b536c;
  font-size: 12px;
}

.popup-details p.explanation {
  padding-left: 10px;
  font-size: 12px;
}

/*
*  TRANSITIONS
*/

.fade-enter-active,
.fade-leave-active {
  transition: opacity .3s ease;
}
.fade-enter,
.fade-leave-to,
.fade-leave-active {
  opacity: 0;
}
