@charset "UTF-8";

/* Globals */

:root {
  --sw-border-color: #eeeeee !important;
  --sw-toolbar-btn-color: #ffffff !important;
  --sw-toolbar-btn-background-color: #0a2730 !important;
  --sw-anchor-default-primary-color: #757575 !important;
  --sw-anchor-default-secondary-color: #b0b0b1 !important;
  --sw-anchor-active-primary-color: #740060 !important;
  --sw-anchor-active-secondary-color: #ffffff !important;
  --sw-anchor-done-primary-color: #b0b0b1 !important;
  --sw-anchor-done-secondary-color: #757575 !important;
  --sw-progress-color: #740060 !important;
  --sw-progress-background-color: #f8f9fa !important;
  --sw-loader-color: #0a2730 !important;
  --sw-loader-background-color: #f8f9fa !important;
}

body table.datatable-applications thead th.select-checkbox:before,
body table.datatable-closure-applications thead th.select-checkbox:before,
body .dataTables_scrollBody table.datatable-talent thead th.select-checkbox:before,
body table.datatable-selectable-checkbox thead th.select-checkbox:before,
body table.datatable-bookings thead th.select-checkbox:before {
  display: none;
}

body table.datatable-applications thead th.select-checkbox:after,
body table.datatable-closure-applications thead th.select-checkbox:after,
body .dataTables_scrollBody table.datatable-talent thead th.select-checkbox:after,
body table.datatable-selectable-checkbox thead th.select-checkbox:after,
body table.datatable-bookings thead th.select-checkbox:after {
  display: none;
}

body .dataTables_scrollBody table.datatable-applications thead th.select-checkbox:before,
body .dataTables_scrollBody table.datatable-closure-applications thead th.select-checkbox:before,
body .dataTables_scrollBody table.datatable-selectable-checkbox thead th.select-checkbox:before,
body .dataTables_scrollBody table.datatable-bookings thead th.select-checkbox:before {
  display: none !important;
}

body .dataTables_scrollBody table.datatable-applications thead th.select-checkbox:after,
body .dataTables_scrollBody table.datatable-closure-applications thead th.select-checkbox:after,
body .dataTables_scrollBody table.datatable-selectable-checkbox thead th.select-checkbox:after,
body .dataTables_scrollBody table.datatable-bookings thead th.select-checkbox:after {
  display: none !important;
}

body .dataTables_scrollBody table.datatable-applications thead tr:nth-child(2),
body .dataTables_scrollBody table.datatable-closure-applications thead tr:nth-child(2),
body .dataTables_scrollBody table.datatable-board thead tr:nth-child(2),
body .dataTables_scrollBody table.datatable-bookings thead tr:nth-child(2),
body .dataTables_scrollBody table.ajax-datatable thead tr:nth-child(2) {
  display: none;
}

.display-inline-block-before::before {
  display: inline-block !important;
}

.display-inline-block-after::after {
  display: inline-block !important;
}

body table.datatable-applications tbody td.select-checkbox:before,
body table.datatable-talent tbody td.select-checkbox:before,
body table.datatable-bookings tbody td.select-checkbox:before,
body table.datatable-closure-applications tbody td.select-checkbox:before {
  top: 50%;
  margin-top: -6px !important;
}

body table.datatable-applications tr.selected td.select-checkbox:after,
body table.datatable-talent tr.selected td.select-checkbox:after,
body table.datatable-bookings tr.selected td.select-checkbox:after,
body table.datatable-closure-applications tr.selected td.select-checkbox:after {
  top: 50%;
  margin-top: -11px !important;
}

body table.datatable-applications .dropdown .dropdown-toggle:after {
  display: none;
}

.datatable-applications .navigable-application-row.selected,
.datatable-closure-applications .navigable-application-row.selected {
  background-color: rgba(116, 0, 96, 0.15) !important;
}

body table.datatable-applications .select2-container .select2-selection--single .select2-selection__rendered,
body table.datatable-closure-applications .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4px;
  padding-right: 0;
}

body.mfp-zoom-out-cur {
  cursor: default !important;
}

button.mfp-close {
  cursor: pointer !important;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.w-16 {
  width: 16px;
}

.h-16 {
  height: 16px;
}

.row-gap-12 {
  row-gap: 12px;
}

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

table tr:first-child td {
  padding-top: 0.7rem !important;
}

table.table-style-1 thead th {
  padding-right: 30px !important;
}

table.table-style-1 > thead > tr > th:first-child,
table.table-style-2 > thead > tr:first-child > th:first-child {
  border-top: 1px solid aliceblue;
  border-bottom: none !important;
  border-start-start-radius: 8px;
}

table.table-style-1 > thead > tr > th:last-child,
table.table-style-2 > thead > tr:first-child > th:last-child {
  border-top: 1px solid aliceblue;
  border-bottom: none !important;
  border-start-end-radius: 8px;
}

/*
table.table-style-1 > thead > tr,
table.table-style-2 > thead > tr {
	 background-color: $app-primary-color;
}*/

table.table-style-1 > thead > tr > th,
table.table-style-2 > thead > tr > th {
  color: white;
  border: none !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 0 !important;
}

.table-responsive .container-fluid {
  padding: 0;
}

body .datepicker table tr td.active.active:hover,
.datepicker table tr td.active {
  color: #ffffff !important;
  background-color: #740060 !important;
  border-color: #740060 !important;
}

.datepicker table tr td.today {
  background-color: #C4044C !important;
  color: #ffffff !important;
}

table.table-style-1 td,
table.table-style-2 td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.325);
  border-top: none !important;
  font-size: 13px;
  line-height: 17px;
}

table.dataTable.table-style-1,
table.dataTable.table-style-2 {
  border-collapse: collapse !important;
}

.btn-outline-info .ladda-spinner div div {
  background-color: #003473 !important;
}

.btn-outline-danger .ladda-spinner div div {
  background-color: #740060 !important;
}

.btn-outline-info:hover .ladda-spinner div div,
.btn-outline-success:hover .ladda-spinner div div,
.btn-outline-danger .ladda-spinner div div {
  background-color: #ffffff !important;
}

.application-folder-container .btn-outline-danger .ladda-spinner div div {
  background-color: #f44336 !important;
}

.application-folder-container:hover .btn-outline-danger .ladda-spinner div div {
  background-color: #ffffff !important;
}

.btn-outline-success .ladda-spinner div div {
  background-color: #4caf50 !important;
}

.btn-header-right {
  position: absolute;
  right: 0;
  transform: translate(-50%, 0);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee !important;
  opacity: 1;
}

.mb-6 {
  margin-bottom: 0 !important;
}

.select2 {
  max-width: 100%;
  width: 100% !important;
}

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-success .valid-feedback {
  display: block !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

.select2-results__option {
  padding-left: 0;
  padding-right: 0;
}

.select2-selection__choice {
  border-radius: 25px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ced4da 1px;
  outline: 0;
  line-height: 20px;
  padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  padding-bottom: 0 !important;
}

.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}

.select-all i,
.deselect-all i {
  font-weight: bold;
}

.form-group label.media-territory {
  margin-bottom: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaea !important;
  color: #545454 !important;
  padding: 5px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e5e5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 25px !important;
}

.table-footer .dataTables_paginate {
  float: left;
  width: 70%;
}

.table-footer .dataTables_length {
  float: left;
  width: 30%;
}

.table-footer .dataTables_info {
  float: left;
  width: 100%;
}

.table-header .dt-buttons {
  float: left;
  margin-bottom: 10px;
}

.refresh-application-icon {
  font-size: 16px;
}

.new-application-amount,
.updated-application-amount {
  animation: color-change 3s infinite;
}

@keyframes color-change {
  0% {
    background-color: #003473;
  }

  50% {
    background-color: #f44336;
  }

  100% {
    background-color: #003473;
  }
}

.new-application-amount-container .header-icon,
.updated-application-amount-container .header-icon {
  font-size: 19px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin: 0 2px;
}

.main-header {
  top: 0;
}

.layout-sidebar-large .main-header .app-username span,
.layout-app-user .main-header .app-username span {
  display: none;
}

.modal-header button.close-application-files-button {
  font-size: 1.75rem !important;
  position: relative;
  line-height: 26px !important;
}

.table-header .dt-buttons .buttons-copy {
  margin-left: 0;
}

.table-header .dataTables_filter {
  float: right;
  margin-right: 0;
  padding: 5px;
}

.right-header-column .dataTables_filter {
  float: none;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: initial !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #bcd3e3 !important;
}

.table th,
.table td {
  padding: 0.5rem !important;
  vertical-align: middle !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable thead th.select-checkbox:before {
  margin-top: 1px !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable th.select-checkbox.selected:after {
  margin-top: -1px !important;
}

table.dataTable thead th.select-checkbox {
  position: relative;
}

table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable thead th.select-checkbox:before {
  content: " ";
  margin-top: 4px;
  margin-left: -6px;
  border: 1px solid white;
  border-radius: 3px;
}

table.dataTable tr th.select-checkbox.selected::after {
  content: "\2714";
  margin-left: -4px;
  text-align: center;
}

table.datatable-user-notification thead th.select-checkbox:before {
  content: " ";
  margin-left: -6px;
  border: 1px solid white;
  border-radius: 3px;
}

table.datatable-user-notification tbody td.select-checkbox:before {
  content: " " !important;
  margin-left: -6px !important;
  border: 1px solid black !important;
  border-radius: 3px !important;
}

table.datatable-user-notification thead th.select-checkbox:before,
table.datatable-user-notification thead th.select-checkbox:after,
table.datatable-user-notification tbody td.select-checkbox:before,
table.datatable-user-notification tbody td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50%;
  width: 15px !important;
  height: 15px !important;
  transform: translate(0, -50%);
  box-sizing: border-box;
}

table.datatable-user-notification tr th.select-checkbox.selected::after {
  content: "\2714";
  margin-left: -6px;
  text-align: center;
}

table.datatable-user-notification tr.selected td.select-checkbox:after {
  margin-left: -6px !important;
}

.dataTables_scrollBody table.datatable-user-notification thead tr {
  opacity: 0;
}

.notification-actions {
  width: 220px;
  min-width: 220px;
}

.notification-date {
  width: 140px;
  min-width: 140px;
}

.notification-dropdown-spinner {
  margin: 0 !important;
  text-align: center;
}

.actions-1 {
  width: 50px;
}

.actions-2 {
  width: 100px;
}

.actions-3 {
  width: 150px;
}

.actions-4 {
  width: 200px;
}

.actions-5 {
  width: 250px;
}

.helper-block {
  font-size: 10px;
  font-style: italic;
}

.layout-horizontal-bar .header-topnav .topnav ul.menu > li.active {
  background: #f5f5f5;
}

.auth-logo img {
  width: 100% !important;
  height: auto !important;
}

.layout-sidebar-large .main-header .logo img,
.layout-horizontal-bar .main-header .logo img {
  width: calc(100% - 20px) !important;
  height: auto !important;
}

.talent-agencies-sidebar-option {
  word-break: break-word;
}

.main-header {
  height: auto !important;
}

.deleted-row {
  background-color: rgba(0, 0, 0, 0.125);
}

.deleted-row td {
  color: #646464;
}

.deleted-row .casting-name-anchor {
  color: #646464;
}

select.casting-select {
  -webkit-appearance: button;
}

.subtitle-row {
  margin-bottom: 15px;
  margin-top: 15px;
}

.subtitle-container-talent-profile {
  padding: 8px 10px;
}

.subtitle-container span.subtitle {
  font-size: 16px;
  line-height: 20px;
}

.app-title-border {
  border-bottom: 1px solid #EC6728;
}

.table tr {
  height: 51px;
}

.app-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

.main-title-edition {
  font-size: 32px;
  height: 42px;
  font-weight: 600;
  color: #740060;
}

.form-row {
  margin-bottom: 10px;
}

.close-icon {
  font-size: 35px;
}

.castinera-radio-button-container {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  align-items: center;
  display: flex;
}

.castinera-radio-button {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.castinera-radio-button input {
  width: 30px;
  height: 25px;
  margin-right: 5px;
}

.hide-tag {
  display: none;
}

.display-none {
  display: none;
}

.character-name-style {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}

.edit-application-select-container .download-spinner {
  display: none;
  margin-left: 8px;
}

.application-folder-right {
  float: left;
  padding-left: 10px;
}

.application-folder-left {
  float: left;
}

.main-footer {
  padding: 15px 0;
  align-items: center;
}

.main-footer .logo {
  width: 220px;
}

.guest-menu-container .nav {
  justify-content: end;
}

.nav > li {
  padding: 0 15px;
}

.guest-menu-container .nav > li {
  padding: 0;
}

.admin-card-title {
  line-height: 39px;
}

.nav > li > a {
  color: white;
  font-size: 13px;
}

.nav-pills .nav-item .nav-link:not(.disabled) {
  color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
}

.app-html-tag {
  overflow: hidden;
  height: 100%;
}

.app-body-tag {
  overflow: auto;
  height: 100%;
}

.floating-support-button-container {
  position: fixed;
  top: 80%;
  right: 3%;
}

.floating-support-button-container .floating-support-button {
  border: 1px solid white;
  padding: 10px;
  background-color: white;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.41);
}

.floating-support-icon {
  font-size: 50px;
}

.guest-login-button {
  display: block;
  font-weight: 700;
  padding: 8px 16px;
  border: 1px solid;
  font-size: 13px;
}

.guest-home-button {
  display: inline-block;
  font-weight: 600;
  padding: 12px 10px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
}

.guest-login-button,
.guest-home-button {
  text-align: center;
  margin: 10px 0;
}

.guest-show-casting-paragraph a {
  color: #FFF !important;
  text-decoration: underline !important;
}

.login-form-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  margin: 0;
  transform: translate(-50%, -50%);
}

.login-button {
  font-size: 13px;
}

input.form-control:-webkit-autofill {
  background-color: #ffffff;
}

.show-password {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
  background: inherit;
  border: none;
  padding: 5px 8px;
}

.header-part-right {
  justify-content: end;
}

.auth-layout-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 132px);
  background-position: 50% !important;
}

.auth-layout-wrapper .auth-row .auth-form {
  max-width: 540px;
  margin: 0 auto;
}

.header-icon {
  color: white !important;
}

.header-icon:hover {
  background-color: unset !important;
}

/* show casting guest */

.guest-show-casting-paragraph,
.guest-show-casting-subtitle,
.guest-show-casting-anchor,
.app-username,
.app-title-text {
  font-size: 13px;
  line-height: 28px;
}

.talent-action-button-container > * {
  display: flex;
}

.guest-show-casting-anchor {
  background: #C1044C;
  border-radius: 4px;
}

.character-row {
  margin-bottom: 35px;
  cursor: pointer;
}

.character-question-form[type=checkbox] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5d1751;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.character-question-item-container .character-question-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.character-question-pane {
  display: block;
  max-height: 330px;
  overflow-y: auto;
}

.question-label-text {
  font-size: 14px;
  font-weight: bold;
}

.dropdown-columns-container {
  width: 550px;
}

.dropdown-columns-container .column-dropdown-item {
  padding: 0.42rem 0;
}

.character-question-list-container {
  padding-right: 40px;
  display: grid;
  grid-row-gap: 22px;
  margin-bottom: 0;
}

.casting-character-border {
  border-top: 1px solid #ABB5BE;
}

.character-question-table-container {
  overflow: auto;
  display: block;
  white-space: nowrap;
}

.success-content {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: end;
}

.min-age-text,
.max-age-text,
.min-months-age-text,
.max-months-age-text {
  grid-area: group;
  max-height: 34px;
}

.min-age-container .select2-container,
.max-age-container .select2-container,
.min-months-age-container .select2-container,
.max-months-age-container .select2-container {
  grid-area: select;
}

.min-age-container,
.max-age-container,
.min-months-age-container,
.max-months-age-container {
  display: grid;
  grid-template-areas: "group select select" "error error error";
}

.min-age-container .invalid-feedback,
.max-age-container .invalid-feedback,
.min-months-age-container .invalid-feedback,
.max-months-age-container .invalid-feedback {
  grid-area: error;
}

.application-row {
  margin-top: 32px;
  margin-bottom: 13px;
}

.modal-title-text {
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
}

.casting-show-row {
  margin-bottom: 45px;
}

.talent-application-files-row .edit-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 12px;
}

.register-button:disabled,
.login-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* show admin casting */

.hide-default-modal-content,
.hide-error-modal-content,
.hide-edit-modal-content,
.hide-success-modal-content {
  display: none;
}

/* Home */

.talent-complete-profile-popover-custom {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  font-size: 14px;
}

.guest-home-row {
  min-height: calc(100vh - 66px);
  padding: 50px 0;
  background-color: #000000;
  background-image: unset;
}

.footwear-country-column {
  margin-top: 0;
}

li.select2-selection__choice {
  background-color: #740060 !important;
  color: white;
}

li.select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff !important;
}

li.select2-selection__choice .select2-selection__choice__remove:hover {
  color: #740060 !important;
}

.select2-selection__clear span {
  line-height: 33px !important;
}

span.select2-selection__choice__remove {
  font-size: 16px;
  line-height: 20px;
  color: white !important;
  vertical-align: middle;
}

.guest-home-image-column {
  background-image: url("/img/home-mobile-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.guest-home-castinera-image {
  border: 5px solid #EC6728;
  border-radius: 50%;
}

.guest-home-castinera-row {
  padding: 60px 0;
  text-align: center;
}

.guest-home-consult-button {
  border-radius: 4px;
  width: 90%;
}

.main-header .show .chevron-down-icon {
  background-color: rgba(0, 0, 0, 0.375);
}

.document-download {
  background-color: #DE0C5C;
}

.chevron-right-icon,
.chevron-down-icon {
  width: 28px;
  height: 28px;
  margin: 0 0 0 8px;
}

.guest-show-casting-title {
  font-weight: bold;
}

.guest-home-title,
.home-castinera-title,
.guest-show-casting-title {
  font-size: 40px;
  line-height: 45px;
}

.home-castinera-title {
  margin-top: 15px;
}

.guest-home-button .feather-star {
  margin: 0 8px 0 0;
  vertical-align: top;
}

.ability-badge {
  padding: 4px 8px 4px 8px !important;
  font-size: 11px;
  line-height: 16px;
}

.abilities-talent-number {
  width: 45px;
}

/* Register */

.create-button {
  padding: 12px 15px;
}

.tutor-title,
.create-button,
.modal-button {
  font-weight: 600;
}

.modal-text-content,
.tutor-title,
.create-button,
.modal-button,
.app-text,
.table td,
.table th {
  font-size: 13px;
  line-height: 17px;
}

.nav-item.active .sidebar-icon {
  color: #ffffff;
}

.sidebar-icon {
  color: #737373;
  font-weight: 600;
}

#share-talent-data-modal .modal-header {
  gap: 8px;
  align-items: center;
}

.talent-profile-icon-container > * {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-home-icon {
  height: 60px;
  width: 60px;
  margin: 0 10px 0 0;
}

.app-text {
  margin-bottom: 0;
}

.register-list-item {
  display: none;
}

.register-list-item svg {
  margin: 0 5px;
}

/* Notes */

.selected-application-note {
  border-left: 5px solid red;
}

/* Footer */

.main-footer .guest-menu-container svg {
  margin: 0 5px;
}

.main-footer .guest-menu-container .nav {
  display: block;
}

.main-footer .guest-menu-container .nav > li > a {
  font-size: 12px;
}

.main-footer .guest-menu-container .nav > li {
  padding: 5px 15px;
}

/* Dashboard */

.casting-state-badge {
  position: absolute;
  left: 2px;
  top: 2px;
}

.casting-country-badge {
  position: absolute;
  right: 2px;
  top: 2px;
}

.auth-header-logo img {
  width: 160px;
}

.edit-button-icon {
  color: #4caf50;
  margin: 0 5px;
  width: 20px;
}

.create-button-icon {
  height: 18px;
}

.index-buttons-container a,
.index-buttons-container button {
  padding: 2px 4px;
}

.restore-button-icon,
.preview-button-icon,
.duplicate-button-icon,
.postulate-button-icon,
.copy-link-button-icon {
  width: 16px;
  height: 16px;
}

.delete-button-icon {
  color: #DC3545;
}

.folder-row {
  margin-top: 0.5rem;
}

.modal-close-button {
  height: 32px;
  width: 32px;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}

.datepicker .datepicker-decades table tr td span {
  width: 64px !important;
  line-height: 26px !important;
  font-size: 15px;
  margin: 5px;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td.day.active {
  border: 2px solid #ffffff !important;
  border-color: #ffffff !important;
  padding: 0.4rem !important;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #740060;
  border-radius: 50%;
  outline: none;
  box-shadow: none !important;
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  background: #740060;
}

.recommendation-text {
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #740060 !important;
  color: white !important;
  border-radius: 5px;
  padding: 0.5em;
  line-height: 6px;
}

.show-talent-avatar-container {
  padding: 0;
  margin-right: 12px;
  min-width: 150px;
}

.show-talent-avatar-container .show-talent-avatar {
  border: 1px solid;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.show-talent-avatar-container .default-talent-img-container {
  width: 150px;
  height: 150px;
}

.square-design .show-talent-avatar-container {
  margin: 0;
  min-width: 200px;
}

.square-design .show-talent-avatar-container .show-talent-avatar {
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.square-design .show-talent-avatar-container .default-talent-img-container {
  width: 200px;
  height: 200px;
}

.separator-information {
  margin: 0 8px;
}

#show-talent-container {
  min-width: 330px;
}

#show-talent-container #header-show-talent-container {
  display: grid;
  grid-template: auto/1fr;
  gap: 8px;
}

#show-talent-container #header-show-talent-container .button-action-container,
#show-talent-container #header-show-talent-container .show-talent-avatar-container,
#show-talent-container #header-show-talent-container .show-talent-header-information {
  display: flex;
}

#show-talent-container #header-show-talent-container .button-action-container,
#show-talent-container #header-show-talent-container .show-talent-avatar-container {
  justify-content: center;
}

#show-talent-container #header-show-talent-container .button-action-container {
  flex-wrap: wrap;
}

#show-talent-container #header-show-talent-container .button-action-container .regenerated_password .regenerate-password-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#show-talent-container #header-show-talent-container .button-action-container div {
  margin-bottom: 4px;
}

#show-talent-container #header-show-talent-container .internal-rating-container {
  display: flex;
  justify-content: center;
}

#show-talent-container #header-show-talent-container .show-talent-header-information {
  flex-direction: column;
  align-items: center;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .talent-full-name-container {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .talent-full-name-container h1 {
  margin: 0 8px 0 0;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .talent-information-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 12px 0;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .talent-information-container .separator-information {
  display: none;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .talent-information-container > span {
  line-height: 27px;
}

#show-talent-container #header-show-talent-container .show-talent-header-information .row-talent-abilities-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal .modal-body #show-talent-container {
  min-width: 270px;
}

.show-family-relationship-talent-avatar-container {
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 50px;
}

.show-family-relationship-talent-avatar-container .show-family-relationship-talent-avatar {
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.talent-img {
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 50%;
  max-width: 80px !important;
}

.share-talent-img-container {
  width: 120px !important;
  height: 120px !important;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-talent-img-container .default-talent-img-container {
  width: 120px;
  height: 120px;
}

.default-talent-img-container {
  border: 3px solid lightgray !important;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

.selection-type-icon {
  position: absolute;
  left: calc(50% + 10px);
  transform: translate(-56%, -70%);
  width: 100%;
  top: 18px;
  text-align: left;
}

.square-design .selection-type-icon {
  position: absolute;
  left: calc(50% + 10px);
  transform: translate(-70%, -125%);
  width: 100%;
  top: 18px;
  text-align: left;
}

.square-design .default-talent-img-container {
  border: 3px solid lightgray;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

.recommendation-content-container {
  position: relative;
  height: 100%;
  margin-bottom: 8px;
}

#profile-picture-help .modal-body .form-row .first-recommendation-column-border {
  border-bottom: solid 4px #22B573;
  position: absolute;
  width: 100%;
  bottom: 0;
}

#profile-picture-help .modal-body .form-row .second-recommendation-column-border {
  border-bottom: solid 4px #b21e40;
  position: absolute;
  width: 100%;
  bottom: 0;
}

#profile-picture-help .modal-body .form-row div:nth-child(3) .recommendation-content-container .form-row {
  padding-top: 38px !important;
}

.border-danger-container {
  border: 3px solid var(--danger) !important;
}

.square-design .talent-img {
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 5px;
  max-width: 80px !important;
}

.talent-img-modal {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-radius: 50%;
  max-width: 60px !important;
}

.square-design .talent-img-modal {
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 5px;
  max-width: 80px !important;
}

.space-for-card-data-container {
  width: 50px;
  height: 50px;
  visibility: hidden;
}

.square-design .space-for-card-data-container {
  width: 0;
  height: 0;
}

.card-data-container {
  margin-top: -68px;
}

.card-data-container .container-talent-img-custom-tab {
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-data-container .container-talent-img-custom-tab .talent-img-custom-tab {
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-radius: 50%;
  max-width: 100px !important;
}

.square-design .card-data-container {
  margin-top: 0;
}

.square-design .card-data-container .container-talent-img-custom-tab {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 260px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-design .card-data-container .container-talent-img-custom-tab .talent-img-custom-tab {
  width: 100%;
  height: auto;
  border: 1px solid #ededed;
  border-radius: 5px;
  max-width: 250px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.talent-img-card {
  width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 50%;
  max-width: 120px !important;
}

.square-design .talent-img-card {
  width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 5px;
  max-width: 120px !important;
}

.cards-container::-moz-selection, .cards-container h6::-moz-selection, .cards-container h4::-moz-selection, .cards-container i::-moz-selection, .cards-container button::-moz-selection, .cards-container p::-moz-selection, .cards-container a::-moz-selection, .cards-container img::-moz-selection, .cards-container span::-moz-selection, .cards-container h5::-moz-selection, .cards-container div::-moz-selection {
  background-color: transparent !important;
}

.cards-container::selection,
.cards-container h6::selection,
.cards-container h4::selection,
.cards-container i::selection,
.cards-container button::selection,
.cards-container p::selection,
.cards-container a::selection,
.cards-container img::selection,
.cards-container span::selection,
.cards-container h5::selection,
.cards-container div::selection {
  background-color: transparent !important;
}

.required-field {
  color: red;
  font-size: 10px;
  font-weight: bold;
}

.swal2-modal h2 {
  font-size: 24px !important;
  line-height: 35px !important;
}

/* Talent index */

.dropdown-talent-board-content {
  max-height: 160px;
  overflow-y: auto;
}

/* Casting Manage */

.download-buttons-container {
  gap: 8px;
}

.dt-search-row th.hide-column .select2-container {
  display: none;
}

.dt-search-row .search-column-filter {
  padding: 5px;
  font-size: 13px;
  border: 1px solid #ABB5BE;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.casting-action-button {
  font-size: 13px;
  line-height: 17px;
}

.casting-action-button .admin-icon {
  height: 35px;
  width: 35px;
  padding-bottom: 8px;
  margin: 0 auto !important;
}

.cell-application-button > .casting-action-button {
  font-size: 12px;
  line-height: 15px;
}

.cell-application-button > .casting-action-button .admin-icon {
  height: 33px;
  width: 33px;
  padding-bottom: 8px;
  margin: 0 auto !important;
}

.card-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.schedule-casting-disable {
  cursor: initial !important;
}

.schedule-casting-disable .schedule-casting-icon {
  color: #737373 !important;
}

.casting-manage-table-container div.dataTables_filter input {
  display: none !important;
}

.dataTables_scrollHead {
  z-index: 1;
}

.dataTables_scrollBody {
  z-index: auto;
  top: -17px;
}

.application-note-content-container,
.application-callback-content-container,
.application-answer-content-container {
  border-bottom: 1px solid #cbcbcb;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.application-note-content-container {
  padding-bottom: 0px;
}

.application-modal-body,
.application-callback-modal-body {
  max-height: 300px;
  overflow-y: auto;
}

.download-items-floating-card {
  right: 2%;
  bottom: 2%;
  width: 380px;
  z-index: 1100;
}

.header-options-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 90px;
}

.nav-link-tab-container {
  display: flex;
  align-items: center;
}

.nav-link-tab-container .casting-tab-application-amount {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -40%);
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  line-height: 20px;
  font-size: 9px;
}

.casting-tab-text {
  max-width: 135px;
}

.download-items-floating-card-button {
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.download-items-container {
  max-height: 250px;
  overflow-x: auto;
}

.show-public-file-wrap .footer-container {
  position: absolute;
  bottom: 0;
}

.producer-img-container {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  float: left;
  justify-content: center;
}

.producer-img-container img {
  max-width: 75px;
  max-height: 75px;
}

.square-design .default-producer-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

.producer-content-container .nav-tabs .nav-item .nav-link {
  padding: 5px 8px;
  border: 1px solid #d9d9d9;
  min-height: 55px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.ordered-logos-column {
  flex-wrap: wrap;
  gap: 5px;
}

.show-producer-link-container .applications-state-dropdown,
.show-producer-link-container .applications-rate-dropdown {
  display: none;
}

.tabs-list-container {
  transform: translate(0, 0);
  min-height: 70px;
  align-items: end;
}

.tab-anchor-arrow {
  display: none;
}

.casting-tab-amount-container .casting-tab-application-amount {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translate(0%, -40%);
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  line-height: 20px;
  font-size: 9px;
}

.modal-application-footer-textarea {
  background: #E5E5E5;
  padding: 10px;
}

.modal-application-footer-textarea:focus-visible {
  border: 2px solid #AAAAAA;
}

.application-modal-body .note-content,
.application-callback-modal-body .callback-content {
  color: #000000;
  font-size: 13px;
}

.application-modal-body .author-name,
.application-callback-modal-body .author-name {
  font-size: 13px;
  font-weight: bold;
}

.dropzone .dz-preview .dz-filename {
  text-overflow: clip !important;
  margin-top: 24px;
  overflow-x: hidden;
}

.dropzone .dz-preview .dz-error-message {
  top: 100% !important;
  left: -50px !important;
  width: 220px !important;
}

.dropzone .dz-preview .dz-error-message:after {
  left: 102px !important;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  z-index: 99 !important;
}

.dropzone .dz-preview .dz-remove {
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  position: absolute;
  top: -23px;
  background: #f44336;
  color: #FFF;
  padding: 3px;
  border-radius: 5px;
  font-size: 10px !important;
  text-transform: uppercase;
  width: 118px;
  text-decoration: none !important;
}

.dropzone .dz-preview .dz-error-mark svg {
  background: red;
  border: 2px solid red;
  border-radius: 50%;
}

.tabs-list-container .nav-item {
  padding: 0;
  position: relative;
}

.dataTables_wrapper.container-fluid {
  padding: 0 !important;
}

.mfp-wrap,
.mfp-bg.mfp-ready {
  z-index: 9999999 !important;
}

.easyeditor-wrapper .easyeditor {
  height: 150px;
  overflow-y: scroll;
}

#share-casting-modal .easyeditor-wrapper .easyeditor {
  height: 400px;
  overflow-y: scroll;
}

.easyeditor-toolbar {
  padding: 10px 15px 10px;
}

.easyeditor-toolbar ul {
  padding: 0;
  margin: 0;
}

.view-profile:hover {
  cursor: pointer;
}

.check-container {
  display: inline-block;
}

.file-actions-link-container {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  transform: translate(calc(50% - 30px), 50%);
}

.download-link,
.public-link {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.download-anchor {
  margin-top: 4px !important;
}

.generate-download-row {
  grid-row-gap: 15px;
}

#download-modal .download-button-container {
  border: 1px solid #bdbdbd;
  padding: 10px;
}

.dropdown-column-item {
  padding-bottom: 15px;
}

.download-button-inner-container {
  display: flex;
  flex-direction: column;
}

.download-title {
  font-weight: bold;
  width: 100%;
  display: block;
}

.percentage-element {
  float: left;
  width: 100%;
  font-size: 12px;
}

.download-all-button {
  color: #fff !important;
}

.download-button svg,
.generate-download-button svg,
.producer-photo-list svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.download-button i,
.generate-download-button i {
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

.tab-content {
  padding: 20px 10px 80px 10px !important;
  border: 1px solid #740060;
  border-top: none;
}

.smart-wizard .tab-content {
  padding: initial !important;
  height: 100% !important;
  border: none;
}

ul.pagination .active a {
  background: #d9d9d9;
  color: #000;
  font-weight: bold;
}

.text-80 {
  font-size: 80px;
}

.fill-success,
.fill-4 {
  fill: #4caf50;
  color: #4caf50;
}

.fill-info,
.fill-3 {
  fill: #003473;
  color: #003473;
}

.fill-warning,
.fill-5 {
  fill: #ffc107;
  color: #ffc107;
}

.fill-secondary2,
.fill-6 {
  fill: #EC6728;
  color: #EC6728;
}

.fill-light,
.fill-1 {
  fill: #bbb;
  color: #bbb;
}

.badge {
  line-height: 1.2;
}

.badge-0 {
  color: #fff;
  background-color: #f66d9b;
}

.badge-1 {
  color: #2c0b26;
  background-color: #bbb;
}

.badge-2 {
  color: #fff;
  background-color: #ce5a22;
}

.badge-3 {
  color: #fff;
  background-color: #003473;
}

.badge-4 {
  color: #fff;
  background-color: #4caf50;
}

.badge-5 {
  color: #2c0b26;
  background-color: #ffc107;
}

.badge-6 {
  color: #fff;
  background-color: #EC6728;
}

.btn-secondary2 {
  color: #fff;
  background-color: #ce5a22 !important;
  border-color: #ce5a22 !important;
}

.btn-secondary2:hover {
  color: #fff;
  background-color: #EC6728 !important;
  border-color: #EC6728 !important;
}

.accordion .header-elements-inline {
  cursor: pointer;
}

#mobileUsersDropdownMenuButton {
  background: transparent !important;
  border: none;
  padding: 11px 17px 14px 15px;
  margin-left: 5px;
}

#mobileUsersDropdownMenuButton:after {
  color: #FFF;
  font-size: 24px;
}

.card-html-canvas {
  width: 320px;
  padding: 1.5rem;
}

#application-files .application-files-with-buttons-container,
#booking-modal .application-files-with-buttons-container,
#booking-modal-sd .application-files-with-buttons-container,
#booking-modal-hd .application-files-with-buttons-container {
  min-height: 320px;
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain;
}

.change-application-state-container .change-application-state-buttons-container {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

@media (min-width: 1600px) {
  .table-style-2 {
    display: table;
    overflow-x: unset;
    white-space: initial;
  }

  .show-talent-avatar-container {
    width: 150px !important;
    max-width: 150px !important;
  }

  .square-design .show-talent-avatar-container {
    width: 200px !important;
    max-width: 200px !important;
  }
}

.myIconTab-sticky {
  background: #fff;
  position: sticky;
  z-index: 10;
}

.header-wrapper-backup-message .main-content-wrap {
  margin-top: 90px;
  min-height: calc(100vh - 90px);
}

.producer-layout .main-content-wrap {
  float: none;
}

.main-content-wrap-backup-message {
  margin-top: 85px !important;
}

.header-subtitle-container {
  display: none;
}

.casting-index-table-container .show-inactive-casting-container {
  text-align: center;
  margin-bottom: 15px;
}

.producer-main-header-row {
  padding: 10px 0;
}

.admin-main-header-row {
  height: 66px;
}

.application-gallery .gallery-preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f9f8f8;
  min-height: 149px;
}

.application-gallery .gallery-preview-container:not(.video-preview-container) img,
.application-gallery .gallery-preview-container .gallery-preview-pdf-image,
.application-gallery .gallery-preview-container .gallery-preview-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-contract-cell .view-talent-contract {
  padding-top: 0;
  padding-bottom: 0;
}

.talent-casting-card .datatable-talent-castings,
.datatable-talent-contract {
  width: 100%;
  min-width: 425px;
  margin-bottom: 0;
}

.table-contract-cell .casting-action-button .admin-icon {
  height: 30px;
  width: 30px;
  padding-bottom: 2px;
}

#casting-producer-hash:focus {
  outline: none;
  box-shadow: none;
}

.datatable-applications .move-application-folder {
  padding: 0.25rem 0.5rem;
  font-size: 0.711375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

#application-files .discard-application-folder i {
  line-height: 20px;
}

.sw-theme-dots > .nav .nav-link::after {
  top: -45px !important;
}

.sw > .tab-content {
  overflow: initial !important;
}

.smart-wizard-container .nav > li {
  padding: 0;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item {
  width: 380px;
}

#application-files .switch {
  padding-left: 40px !important;
}

.change-video-path {
  position: absolute;
  bottom: 0;
  transform: translate(0%, calc(0% - 48px));
  z-index: 999;
  right: 0;
  background-color: #000000;
  padding: 6px;
  border-radius: 5px;
}

.talent-board-spinner {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper-backup-message .sidebar-left {
  top: 96px !important;
  height: calc(100vh - 96px) !important;
}

.header-wrapper-backup-message .sidebar-left-secondary {
  top: 94px;
}

.toolbar-removeButton {
  height: 31px;
  background-color: #DC3545 !important;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
  display: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active.hover-active .triangle {
  display: block;
}

.bootstrap-datetimepicker-widget .timepicker table td {
  height: 40px !important;
  line-height: 40px !important;
  width: 44px;
}

.bootstrap-datetimepicker-widget .timepicker table td span,
.bootstrap-datetimepicker-widget .timepicker table td i {
  width: 45px !important;
  height: 40px !important;
  line-height: 40px !important;
}

.bootstrap-datetimepicker-widget .timepicker a[data-action] {
  height: 52px !important;
}

@media (min-width: 1200px) {
  .producer-main-header-row {
    min-height: 66px;
  }

  .guest_user_icon {
    width: 40px !important;
    height: 40px !important;
    margin-left: -16px !important;
  }

  .profile_user_icon {
    width: 40px !important;
    height: 40px !important;
  }

  #profile-picture-help .modal-dialog {
    max-width: 1140px !important;
  }

  #application-files .modal-body {
    max-height: unset;
  }

  .table-style-1,
  .table-style-2 {
    min-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .main-content-wrap {
    padding: 2rem 0px 0px;
  }

  .producer-content-container {
    padding: 60px 0px 0px;
  }

  /* #guest_user_icon_container {
  	  overflow-x: hidden !important;
   }*/

  #custom-language-select {
    max-width: 470px !important;
  }
}

@media (max-width: 997px) {
  .casting-manage-table-container .dataTables_wrapper .table-header {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .guest-home-title {
    font-size: 60px;
    line-height: 80px;
  }

  .talent_results_template .talent-img-default {
    font-size: 78px !important;
  }

  #show-talent-container #header-show-talent-container {
    grid-template-columns: 206px 132px 1fr;
    grid-template-rows: 36px 1fr;
    gap: 8px;
  }

  #show-talent-container #header-show-talent-container .show-talent-avatar-container {
    justify-content: start;
    grid-row: 1/span 2;
  }

  #show-talent-container #header-show-talent-container .button-action-container {
    grid-area: 1/3/2/4;
    justify-content: end;
  }

  #show-talent-container #header-show-talent-container .button-action-container > :first-child {
    min-width: 84px;
  }

  #show-talent-container #header-show-talent-container .internal-rating-container {
    justify-content: start;
  }

  #show-talent-container #header-show-talent-container .show-talent-header-information {
    align-items: start;
    grid-column: 2/span 2;
  }

  #show-talent-container #header-show-talent-container .show-talent-header-information .talent-full-name-container {
    width: auto;
    text-align: start;
    flex-wrap: nowrap;
  }

  #show-talent-container #header-show-talent-container .show-talent-header-information .talent-information-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  #show-talent-container #header-show-talent-container .show-talent-header-information .talent-information-container .separator-information {
    display: inline-block;
  }

  #show-talent-container #header-show-talent-container .show-talent-header-information .row-talent-abilities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
}

@media (max-width: 992px) {
  div.dataTables_wrapper .table-footer div.dataTables_info,
  div.dataTables_wrapper .table-header div.dataTables_info {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
  }

  div.dataTables_wrapper .table-footer div.dataTables_paginate ul.pagination,
  div.dataTables_wrapper .table-header div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin-bottom: 15px;
  }

  .casting-producer-hash-container .button-icon {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 882px) and (max-width: 992px) {
  .delete-custom-tab-button {
    margin-top: 0 !important;
  }
}

@media (max-width: 657px) {
  .icon-button-container {
    margin-top: 0.5rem !important;
  }

  .mobile-users-container {
    display: initial !important;
  }

  #settingsTab .tab-content {
    padding: 20px 0 80px 0 !important;
  }

  #settingsTab .card-body {
    padding: 0.75rem;
  }
}

@media (max-width: 990px) {
  #share-casting-modal .modal-body button {
    margin-bottom: 0.5rem;
  }

  .change-video-path {
    transform: translate(0%, calc(0% - 78px));
  }
}

@media (max-width: 768px) {
  .mb-6 {
    margin-bottom: 4rem !important;
  }

  .main-footer .guest-menu-container .nav > li {
    padding: 0;
    margin: 20px 0 20px;
  }

  .master-layout .footer-container,
  .producer-layout .footer-container {
    margin-bottom: -200px !important;
  }

  .casting-tab-text {
    width: initial;
  }

  .company-logo-container {
    display: none !important;
  }

  .header-subtitle-container {
    display: none !important;
  }

  .desktop-tooltip,
  .tooltip {
    display: none !important;
  }

  .tooltip.mobile-tooltip {
    display: block !important;
  }

  .tab-anchor-arrow {
    display: block;
  }

  #tab-previous {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translate(0, -30%);
  }

  #tab-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translate(0, -30%);
  }

  .tabs-list-container {
    flex-wrap: nowrap;
    border-bottom: unset;
  }

  .producer-content-container .nav-tabs .nav-item .nav-link {
    min-width: 145px;
  }

  .tabs-container {
    overflow-x: scroll;
    max-width: 85%;
    margin: 0 auto;
    height: 74px;
  }

  .tabs-list-content-container {
    border-bottom: 1px solid #740060;
  }

  .casting-tab-application-amount {
    transform: translate(50%, 0%);
  }

  .download-filter-buttons-container {
    display: flex;
  }

  .application-gallery .gallery-preview-container img {
    height: 150px !important;
  }

  .application-gallery .video-preview-container img {
    height: auto !important;
  }

  .application-gallery .file-gallery-preview-container {
    overflow: hidden;
  }

  #profile-picture-help .modal-body .form-row div:nth-child(1) .first-recommendation-column-border {
    left: 0;
  }

  #profile-picture-help .modal-body .form-row div:nth-child(2) .second-recommendation-column-border {
    display: none !important;
  }

  #profile-picture-help .modal-body .form-row div:nth-child(3) {
    padding-left: 1rem;
  }

  #profile-picture-help .modal-body .form-row div:nth-child(3) .recommendation-content-container .form-row {
    padding-top: 0 !important;
  }

  #profile-picture-help .modal-body .form-row div:nth-child(3) .second-recommendation-column-border {
    left: 0;
  }

  .dropdown-columns-container {
    width: unset;
  }

  .dropdown-manage-download {
    overflow-y: auto;
    height: 600px;
    min-height: 600px;
  }

  .card-html-canvas {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .change-video-path {
    transform: translate(0%, calc(0% - 48px));
  }

  .table-style-1,
  .table-style-2 {
    min-width: 560px;
  }
}

@media (min-width: 768px) {
  .guest-home-castinera-row {
    padding: 80px 0;
    text-align: initial;
  }

  .home-castinera-title {
    line-height: 78px;
  }

  .guest-home-consult-button {
    width: initial;
  }

  .register-list-item {
    display: flex;
  }

  .main-footer .guest-menu-container .nav {
    display: flex;
  }

  .main-footer .guest-menu-container .nav > li > a {
    font-size: 13px;
  }

  .main-footer .guest-menu-container .nav > li {
    padding: 0px 15px;
  }

  .guest-home-row {
    background-image: url("/img/home-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
  }

  .guest-home-image-column {
    background-image: unset;
  }

  .guest-show-casting-title {
    font-size: 64px;
    line-height: 80px;
  }

  .layout-sidebar-large .main-header .app-username span,
  .layout-app-user .main-header .app-username span {
    display: inline-block;
  }

  .footwear-country-column {
    margin-top: 25px;
  }

  .search-custom-container {
    padding-left: 0;
  }

  .casting-index-table-container .show-inactive-casting-container {
    position: absolute;
    left: 0;
    top: 0;
  }
}

#profile-modal .modal-dialog {
  min-width: 300px;
}

#profile-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}

#profile-modal .modal-dialog .modal-content .modal-body .container {
  min-height: 100px;
}

#profile-modal .modal-dialog .modal-content .modal-body .container .spinner {
  top: calc(50% - 20px);
}

@media (max-width: 576px) {
  .modal-close-button:not(.close-dropdown-notification) {
    font-size: 36px !important;
    line-height: 40px !important;
    position: relative;
  }

  .main-content-wrap.custom-tab-container {
    padding: 20px 0px 0px;
  }

  .main-content-wrap {
    padding: 30px 0px 0px;
  }

  .header-wrapper-backup-message .main-content-wrap {
    margin-top: 120px;
  }

  .table-footer .dataTables_length,
  .table-footer .dataTables_paginate,
  .table-footer .dataTables_info {
    float: initial;
    width: 100%;
  }

  .modal-dialog-centered {
    max-width: 80%;
    margin: 1.75rem auto;
  }

  .dataTables_paginate .previous,
  .dataTables_paginate .next {
    display: none;
  }

  .casting-row-data a {
    word-wrap: break-word;
  }

  .table-footer .dataTables_info,
  .table-header .dataTables_info {
    font-size: 13px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .modal-body .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-body {
    margin-top: 20px;
  }

  .container-fluid .row .col-xl,
  .container-fluid .row .col-xl-auto,
  .container-fluid .row .col-xl-12,
  .container-fluid .row .col-xl-11,
  .container-fluid .row .col-xl-10,
  .container-fluid .row .col-xl-9,
  .container-fluid .row .col-xl-8,
  .container-fluid .row .col-xl-7,
  .container-fluid .row .col-xl-6,
  .container-fluid .row .col-xl-5,
  .container-fluid .row .col-xl-4,
  .container-fluid .row .col-xl-3,
  .container-fluid .row .col-xl-2,
  .container-fluid .row .col-xl-1,
  .container-fluid .row .col-lg,
  .container-fluid .row .col-lg-auto,
  .container-fluid .row .col-lg-12,
  .container-fluid .row .col-lg-11,
  .container-fluid .row .col-lg-10,
  .container-fluid .row .col-lg-9,
  .container-fluid .row .col-lg-8,
  .container-fluid .row .col-lg-7,
  .container-fluid .row .col-lg-6,
  .container-fluid .row .col-lg-5,
  .container-fluid .row .col-lg-4,
  .container-fluid .row .col-lg-3,
  .container-fluid .row .col-lg-2,
  .container-fluid .row .col-lg-1,
  .container-fluid .row .col-md,
  .container-fluid .row .col-md-auto,
  .container-fluid .row .col-md-12,
  .container-fluid .row .col-md-11,
  .container-fluid .row .col-md-10,
  .container-fluid .row .col-md-9,
  .container-fluid .row .col-md-8,
  .container-fluid .row .col-md-7,
  .container-fluid .row .col-md-6,
  .container-fluid .row .col-md-5,
  .container-fluid .row .col-md-4,
  .container-fluid .row .col-md-3,
  .container-fluid .row .col-md-2,
  .container-fluid .row .col-md-1,
  .container-fluid .row .col-sm,
  .container-fluid .row .col-sm-auto,
  .container-fluid .row .col-sm-12,
  .container-fluid .row .col-sm-11,
  .container-fluid .row .col-sm-10,
  .container-fluid .row .col-sm-9,
  .container-fluid .row .col-sm-8,
  .container-fluid .row .col-sm-7,
  .container-fluid .row .col-sm-6,
  .container-fluid .row .col-sm-5,
  .container-fluid .row .col-sm-4,
  .container-fluid .row .col-sm-3,
  .container-fluid .row .col-sm-2,
  .container-fluid .row .col-sm-1,
  .container-fluid .row .col,
  .container-fluid .row .col-auto,
  .container-fluid .row .col-12,
  .container-fluid .row .col-11,
  .container-fluid .row .col-10,
  .container-fluid .row .col-9,
  .container-fluid .row .col-8,
  .container-fluid .row .col-7,
  .container-fluid .row .col-6,
  .container-fluid .row .col-5,
  .container-fluid .row .col-4,
  .container-fluid .row .col-3,
  .container-fluid .row .col-2,
  .container-fluid .row .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  /*
  .row{
  	 .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
  		  padding-right: 15px;
  		  padding-left: 15px;
  	 }
  }*/

  .card-talent-tag-button-container h4 {
    font-size: 1rem;
  }

  .producer-content-container {
    padding: 80px 0px 0px;
  }

  .guest-home-container-fluid {
    padding: 0;
  }

  #searchResult .view-application-folder .fa-user {
    display: none !important;
  }

  .talent-name-size {
    font-size: 1.8rem;
  }

  .layout-sidebar-large .notification-dropdown .dropdown-item {
    width: 360px !important;
  }

  .padding-sm-0 {
    padding: 0 !important;
  }

  .character-question-list-container {
    padding: 5px;
  }

  .card-html-canvas {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .sw-theme-dots > .nav .nav-link::after {
    top: -5px !important;
  }
}

@media (min-width: 576px) {
  .both-dropdown-menu-rate {
    min-width: 23rem;
  }

  #profile-picture-help .modal-dialog {
    max-width: 80vw;
  }
}

@media (max-width: 556px) {
  .header-wrapper-backup-message .side-content-wrap .sidebar-left {
    top: 115px !important;
  }

  .header-wrapper-backup-message .sidebar-left-secondary {
    top: 110px;
  }
}

@media (max-width: 480px) {
  .applied-filters .badge {
    font-size: 16px;
  }

  .applied-filters {
    display: flex;
    flex-direction: column;
    margin: 15px;
    gap: 5px;
  }

  .applied-filters .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 1.5em;
  }

  .applied-filters .badge .fa-times {
    position: absolute;
    right: 0.4em;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .talent-item-gallery-container {
    min-width: 200px !important;
  }

  .tabs-container {
    max-width: 75%;
  }

  .app-title {
    font-size: 24px;
    line-height: 24px;
  }

  .download-items-floating-card {
    width: 340px;
  }

  .dropdown-mobile {
    width: 80vw;
  }

  .layout-sidebar-large .notification-dropdown .dropdown-item {
    width: 330px !important;
  }

  #custom-language-select {
    max-width: 120px !important;
  }

  .dropdown-column-label {
    font-size: 11px;
  }

  #application-files .application-files-with-buttons-container {
    max-height: 400px;
  }

  .mfp-container .mfp-arrow-left {
    width: 60px;
  }

  .mfp-content audio {
    width: 90%;
  }

  .mfp-content .white-popup {
    text-align: center;
  }

  .table-style-1,
  .table-style-2 {
    min-width: 340px;
  }

  .talent-table-container,
  .table-container {
    overflow-x: auto;
  }
}

@media (min-width: 468px) {
  .auth-header-logo img {
    width: 220px;
  }

  .guest-home-button {
    font-size: 13px;
    padding: 12px 16px;
  }

  .guest-menu-container .nav > li {
    padding: 0 15px;
  }

  .change-application-state-container .change-application-state-buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (max-width: 420px) {
  .card-buttons-container {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 391px) {
  .change-video-path {
    transform: translate(0%, calc(0% - 67px));
  }
}

@media (max-width: 350px) {
  .layout-sidebar-large .notification-dropdown .dropdown-item {
    width: 310px !important;
  }

  #application-files .public-file-icon,
  #application-files .download-icon {
    width: 20px;
    height: 20px;
  }

  #application-files .switch .slider {
    width: 34px;
  }

  #application-files .check-container .switch {
    padding-left: 32px !important;
  }

  #application-files .dropdown-video-download {
    margin: 0;
  }

  #application-files .switch .slider:before {
    height: 20px;
    width: 20px;
    bottom: -2px;
  }
}

@media (max-width: 330px) {
  .layout-sidebar-large .notification-dropdown .dropdown-item {
    width: 290px !important;
  }
}

.show-field-container {
  margin-bottom: 10px;
}

.show-field-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background: #ededed;
  padding: 2px;
  margin-bottom: 3px;
}

.show-field-text p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
}

.badge-danger2 {
  color: #fff;
  background-color: #DC3545;
}

.badge-round-danger2 {
  background: #EC6728;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.stellacast-badge {
  line-height: 25px;
  width: 30px;
  height: 30px;
}

.notification-badge {
  background: #EC6728;
  width: 18px;
  height: 18px;
  color: #fff;
  line-height: 15px;
}

.new-application-amount-badge,
.updated-application-amount-badge {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 360px;
  margin: 20px auto;
}

.gallery-file-name-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 28px);
}

.big-file-extension-container .gallery-file-name-container {
  max-width: calc(100% - 32px);
}

.file-extension {
  width: 28px;
}

.big-file-extension-container .file-extension {
  width: 32px;
}

.gallery-link {
  max-width: 165px;
}

.application-gallery .gallery-preview {
  width: 150px;
  height: 150px;
}

.gallery-preview {
  width: 190px;
  height: 190px;
  text-align: center;
  border: solid 3px #e5e5e5;
  float: left;
  margin-right: 0;
  position: relative;
}

.gallery-preview:after {
  position: absolute;
  right: 0;
  font-family: "iconsmind" !important;
  speak: none;
  font-style: normal;
  background: #DC3545;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.gallery-preview:after {
  content: "\F08E";
  bottom: 0;
}

.schedule-casting-check {
  bottom: 50%;
  position: absolute;
  right: 0;
  margin-left: 5px;
  height: 20px;
}

.gallery-item-container {
  display: inline-block;
}

.modal-spinner {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
}

.postulated-modal-spinner,
.callback-modal-spinner,
.character-modal-spinner,
.character-modal-spinner,
.smart-wizard-modal-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.postulated-modal-spinner-container,
.callback-modal-spinner-container,
.character-modal-spinner-container,
.smart-wizard-modal-spinner-container {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rate,
.dropdown-rate,
.modal-selection-rate {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.1;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #000000;
}

.rate-0 {
  background: #7d7d7d;
}

.rate-1 {
  background: #FDBC40;
}

.rate-2 {
  background: #36C84B;
}

.rate-0.rate-enabled,
.rate-1.rate-enabled,
.rate-2.rate-enabled,
.rate-0:hover,
.rate-1:hover,
.rate-2:hover,
.dropdown-rate {
  opacity: 1;
  border: none !important;
}

.note-author-name:focus-visible {
  outline: none;
}

.rate-both {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(25deg);
}

.rate-both:after,
.rate-both:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
}

.rate-both:before {
  background: #7d7d7d;
  left: 0;
}

.rate-both:after {
  background: #7d7d7d;
  right: 0;
}

.rate-both-director-1:before {
  background: #FDBC40 !important;
  left: 0;
}

.rate-both-director-2:before {
  background: #36C84B !important;
  left: 0;
}

.rate-both-agency-1:after {
  background: #FDBC40 !important;
  right: 0;
}

.rate-both-agency-2:after {
  background: #36C84B !important;
  right: 0;
}

.dropdown-change-rate {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.application-rate {
  width: 25px;
  height: 25px;
}

table-contract-cell .talent-rating {
  cursor: pointer;
}

.talent-rating:hover {
  color: orange !important;
}

.talent-rating.checked {
  color: #FDBC40;
}

.talent-age-badge {
  position: absolute;
  right: 0;
  top: 0;
  translate: -10% 65%;
}

.internal-rating > * {
  padding: 4px 0;
}

#settingsTab .switch {
  height: 100%;
}

#settingsTab .slider {
  height: 16px;
}

.talent-switch-container {
  padding: 5px;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0.25rem !important;
}

.talent-switch-container .switch .slider:before {
  height: 20px;
  width: 20px;
  bottom: -2px;
  left: 0;
}

.talent-switch-container .switch .slider {
  width: 34px;
}

.talent-switch-container .switch input:checked + .slider:before {
  transform: translateX(18px);
}

.internal-rating .talent-rating {
  font-size: 20px !important;
}

.talent-note-button,
.data-requested-waitlist-icon {
  padding: 5px !important;
  border-radius: 50%;
}

.selected-casting-talent .talent-note-button {
  background-color: #ffffff;
}

.dropdown-content-group {
  overflow-y: auto;
  max-height: 260px;
}

.talent-note-button .admin-icon,
.data-requested-waitlist-icon .admin-icon {
  height: 30px;
  width: 30px;
  margin: 0 auto !important;
}

.talent-ability-content {
  white-space: initial;
}

.file-identification-type {
  position: absolute;
  right: 2%;
  bottom: 5%;
  padding: 5px 4px;
}

.manage-rate-tab .producer-list-buttons {
  visibility: hidden !important;
}

.first-element {
  padding-left: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  z-index: 10 !important;
  width: 100% !important;
  max-width: 100%;
  transform: translate(-50%, 15px) !important;
  margin-left: 0 !important;
  height: 100%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  font-weight: bold;
  border-radius: 0;
  padding-top: 35px !important;
  margin-top: 90px !important;
  top: 0 !important;
}

div.dataTables_wrapper div#datatable-applications_processing,
div.dataTables_wrapper div#datatable-closure-applications_processing {
  margin-top: 3% !important;
  padding-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.7019607843) !important;
}

#datatable-applications_processing .processing-container,
#datatable-closure-applications_processing .processing-container,
#datatable-show-board_processing .processing-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.show-selected-row,
.selected-casting-talent {
  background: rgba(116, 0, 96, 0.15) !important;
}

.application-state-dropdown-item.active,
.application-state-dropdown-item:focus,
.application-state-dropdown-item:target,
.application-state-dropdown-item:active,
.application-state-dropdown-item:hover,
.application-rate-dropdown-item.active,
.application-rate-dropdown-item:focus,
.application-rate-dropdown-item:target,
.application-rate-dropdown-item:active,
.application-rate-dropdown-item:hover {
  background: rgba(116, 0, 96, 0.6) !important;
}

.application-state-dropdown-item:hover,
.application-rate-dropdown-item:hover {
  color: #ffffff;
}

.progress-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-text {
  min-width: 46px !important;
}

.progress-percent {
  display: none;
  position: relative;
  top: 4px;
  width: 30px !important;
}

.estimated-upload-time-container {
  display: flex;
  z-index: 20;
  height: 3rem;
  width: 3rem;
  background: #bf81b5 !important;
  color: #FFFFFF;
  bottom: 20%;
  left: calc(50% - 1.5rem);
  position: absolute;
  border-radius: 50%;
  text-align: center;
}

.play-local-video-background {
  display: flex;
  z-index: 20;
  height: 3.3rem;
  width: 5rem;
  background: #000 !important;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 6%;
  text-align: center;
  opacity: 75%;
}

.play-local-video-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 25;
}

.local-video-container {
  position: relative;
  padding: 20px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  background-color: #000;
}

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

#toast-container > .toast {
  top: 80px;
}

.download-spinner,
.change-title-spinner {
  width: 15px;
  height: 15px;
}

.middle-spinner {
  width: 20px;
  height: 20px;
}

.cancel-casting-download {
  margin-top: 10px;
}

.download-info-container {
  font-size: 10px;
  font-weight: bold;
}

.character-quality-1 {
  background-color: #4caf50;
  color: #FFF;
}

.character-quality-2 {
  background-color: #ffc107;
}

.character-quality-3 {
  background-color: #C8C8C8;
}

.character-quality-4 {
  background-color: rgba(133, 213, 238, 0.568627451);
}

.character-quality-5 {
  background-color: #EC6728;
  color: #FFF;
}

.character-quality-6 {
  background-color: #EEC385;
}

.character-quality-7 {
  background-color: #3F51B5;
  color: #fff2e6;
}

.character-quality-8 {
  background-color: #663399;
  color: #FFFFFF;
}

.character-quality-9 {
  background-color: #DE0C5C;
  color: #FFFFFF;
}

.character-quality-title {
  font-size: 0.7rem;
}

.company-logo-container img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}

.title-logo-img-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 5px;
  border: 1px solid #ededed;
  padding: 5px;
}

.title-logo-img {
  position: absolute;
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#order-logos-modal .title-logo-img-container {
  width: 120px;
  height: 120px;
}

#order-logos-modal .title-logo-img {
  max-width: 110px;
  max-height: 110px;
}

.title-logo {
  padding: 0px;
  border: 1px solid #ededed;
  margin-left: 5px;
  width: 70px;
  height: auto !important;
}

.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-20 {
  width: 20px;
  height: 20px;
}

#searchResult {
  background-color: white;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 34px;
  z-index: 99;
  max-height: 644px;
  overflow-y: scroll;
  display: none;
  width: calc(100% - 32px);
}

#searchResult .add-to-container {
  display: none !important;
}

.label-checkmark-container .checkmark {
  top: 5.7px;
  left: 4px;
}

.search-custom-container {
  width: 100%;
  display: none;
}

#custom-language-select {
  position: relative;
  width: 70%;
  max-width: 280px;
}

#custom-language-select .spinner {
  display: none;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 32px;
  top: 8px;
}

#application-answers-modal .modal-body {
  min-height: 320px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain;
}

#duplicate-application .modal-body {
  min-height: 150px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain;
}

#agency-modal .modal-body,
#assistant-modal .modal-body,
#casting-company-modal .modal-body {
  min-height: 100px;
}

#application-files .modal-body .action-board-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#application-files .modal-body .action-board-container .application-folder-container {
  min-width: 220px;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-anchor-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-anchor-container .application-folder-anchor {
  display: flex;
  align-items: center;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-anchor-container .change-folder-container {
  margin: 0 !important;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 8px;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-anchor-container .change-folder-container > div {
  margin-right: 0 !important;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-anchor-container .application-folder-name {
  margin-right: 8px;
}

#application-files .modal-body .action-board-container .application-folder-container .application-folder-select-container {
  max-width: 300px;
}

#application-files .modal-body .action-board-container .casting-action-button {
  display: flex;
  align-items: center;
}

.characters-to-multi-select2 .select2-results .select2-results__options {
  max-height: 300px;
}

.application-states-select2 .select2-results .select2-results__options {
  max-height: 300px;
}

.table-filter-select2 .select2-results .select2-results__options {
  max-height: 330px;
  font-size: 13px !important;
}

.table-filter-select2 .select2-results .select2-results__option--highlighted {
  font-size: 13px !important;
}

.application-state-bg-1,
.table-hover tbody tr.application-state-bg-1:hover {
  background-color: #f8f9fa;
}

.application-state-bg-3,
.table-hover tbody tr.application-state-bg-3:hover {
  background-color: rgba(133, 213, 238, 0.568627451);
}

.application-state-bg-4,
.table-hover tbody tr.application-state-bg-4:hover {
  background-color: #bde795;
}

.application-state-bg-5,
.table-hover tbody tr.application-state-bg-5:hover {
  background-color: #f1e988;
}

.application-state-bg-6,
.table-hover tbody tr.application-state-bg-6:hover {
  background-color: #EEC385;
}

.talent-rating-bg-1,
.table-hover tbody tr.talent-rating-bg-1:hover {
  background-color: rgba(245, 111, 111, 0.7882352941);
}

.rating-warning {
  color: #c20303;
}

.row-application-files-without-buttons,
#application-answers-modal .modal-body {
  min-height: 280px;
}

#application-files .row-application-files-without-buttons .overflow-scroll-gradient__scroller {
  max-height: 560px;
  min-height: 320px;
  overscroll-behavior: contain;
  overflow: auto;
}

#application-callback-files .modal-body .container .button-callback-edit-container {
  display: flex;
  justify-content: end;
}

#application-callback-files .modal-body .container .button-callback-edit-container .casting-action-button {
  display: flex;
  align-items: center;
}

#postulate-talent .modal-body .container .button-callback-edit-container .casting-action-button,
#application-callback-modal .modal-body .container .button-callback-edit-container .casting-action-button {
  display: flex;
  align-items: center;
  padding: 0;
}

#postulate-talent .modal-body .container .button-callback-edit-container .casting-action-button i,
#application-callback-modal .modal-body .container .button-callback-edit-container .casting-action-button i {
  font-size: 22px;
  margin-right: 8px;
  color: #740060;
}

#myIconSettingsTabContent {
  border: none;
}

.modal-on-modal {
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.1);
}

#empty-delivery-modal {
  z-index: 99999 !important;
}

.close-modal-icon {
  width: 32px;
  height: 32px;
  stroke-width: 1px;
}

.popover {
  min-width: 276px;
}

.gridstrap-container > .col,
.gridstrap-container > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.input-group-append.custom-label-check {
  cursor: pointer;
}

.bordered-cells {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 4px;
  position: relative;
  z-index: 99999999;
}

.bordered-cell-container {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  border-width: 4px;
  border-style: dashed;
  border-color: #d9d3d3;
  border-radius: 10px;
}

.move-element-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  padding: 6px;
  background: #ededed;
  cursor: grab;
  line-height: 16px;
}

.selected-highlight {
  box-shadow: 0 0px 5px 2px rgba(76, 175, 80, 0.5098039216), 0 1px 5px #4caf50 !important;
}

.backup-highlight {
  box-shadow: 0 0px 5px 2px rgba(232, 217, 67, 0.56), 0 1px 5px #eee321 !important;
}

.not-selected-highlight {
  box-shadow: 0 0px 5px 2px rgba(246, 48, 48, 0.51), 0 1px 5px #e21e1e !important;
}

.gridstack-noncontiguous {
  min-height: 300px;
}

.backup-message {
  width: 100%;
}

.producer-photo-list {
  display: block;
}

.btn-with-change-notifications {
  width: 90px;
  position: relative;
}

.changes-notification-icon {
  position: absolute;
  top: -6px;
  right: 14px;
  transform: translate(-20%, -20%);
  background-color: #DC3545;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.talent-deleted-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20%, -20%);
  background-color: #DC3545;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.square-design .talent-deleted-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  background-color: #DC3545;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.container-talent-img-custom-tab .talent-deleted-icon {
  transform: translate(5%, -5%);
}

#application-updated {
  visibility: hidden;
}

.move-next-border-button {
  border: 2px solid #740060;
  border-radius: 4px;
  padding: 1.5px;
}

.view-profile-container .right-column-container .dropdown-custom-tab .spinner {
  width: 30px;
  height: 30px;
  display: flex;
}

.header-subtitle .casting-company-logo {
  display: none;
}

.show-files-container {
  width: 100%;
  padding: 15px;
  border: solid 2px #e5e5e5;
  border-radius: 5px;
  position: relative;
  height: 250px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.talent-item-gallery-container {
  min-width: 300px;
  max-width: 300px;
  padding: 10px;
  position: relative;
  height: 300px;
  text-align: center;
}

.modal-item-gallery-container {
  width: 170px;
  padding: 10px;
  position: relative;
  height: 170px;
  text-align: center;
}

.talent-item-gallery-container,
.modal-item-gallery-container {
  border: solid 2px #e5e5e5;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.circle-download-link,
.circle-cancel-download,
.circle-percent-download,
.circle-copy-link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 0.25rem;
}

.password-field {
  padding-right: 2.5rem;
}

.side-content-wrap .sidebar-left .navigation-left .disabled-anchor-container {
  cursor: default;
}

.disabled-anchor {
  pointer-events: none;
  cursor: default;
  color: #a6a6a6 !important;
}

.disabled-area {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

.may-be-disabled {
  position: relative;
}

.dropdown-header-container {
  min-height: 16px;
}

.download-dropdown-title {
  border-bottom: 1px solid #dee2e6;
}

.dropdown-multi-column {
  max-width: 984px;
  width: 90vw;
  padding: 15px;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.28);
  min-height: 350px;
}

.dropdown-multi-column-producer-link {
  max-width: 318px;
  width: 90vw;
  padding: 15px;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.28);
  min-height: 350px;
}

.unit-system-container {
  width: 160px;
}

.dropdown-menu-download-video {
  max-width: 180px;
  width: 90vw;
  padding: 15px;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.28);
}

.download-dropdown-spinner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-multi-column .divider,
.dropdown-multi-column-producer-link .divider {
  margin: 15px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.mfp-gallery .mfp-iframe-holder .mfp-content,
.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 90%;
}

.virtual-application-spinner-container {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-application-spinner,
.cropper-spinner {
  margin: unset;
}

.cropper-spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tooltip {
  z-index: 999999 !important;
}

.available-download-characters-container {
  max-height: 280px;
  overflow-y: auto;
}

.single-gallery-container .gallery-link {
  border: none;
  float: none;
  position: inherit;
  cursor: zoom-in;
}

.single-gallery-container .video-link {
  cursor: pointer;
}

.single-file-img {
  height: 50vh;
}

.single-file-pdf {
  padding: 15px;
  border: solid 2px #e5e5e5;
  border-radius: 5px;
}

.pdf-file-icon {
  bottom: 0;
  left: 1px;
  position: absolute;
  z-index: 25;
  color: #f21c0b;
}

#copy-text-to-share {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.crop-image-button {
  background: #740060;
  color: #FFF !important;
  padding: 3px;
  border-radius: 5px;
  font-size: 10px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer !important;
  font-family: "Poppins", sans-serif;
  display: block;
}

.crop-button-icon,
.talent-casting-name-icon {
  width: 18px;
  height: 18px;
}

.talent-abilities-tooltip,
.delete-filter,
.delete-all-filters,
.share-talent-data,
.export-file,
.preview-agency-button,
.duplicate-application {
  cursor: pointer;
}

.popover.bs-popover-left .arrow:after {
  border-left-color: #908c8c !important;
}

.popover.bs-popover-right .arrow:after {
  border-right-color: #908c8c !important;
}

.popover {
  border: 1px solid #908c8c;
}

.popover-ability {
  display: inline-block;
  max-width: 100%;
}

.popover-header {
  background-color: #e2dbdb;
}

.dropzone .dz-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 120px;
}

.select2-results #select2-applicationStates-column-results {
  max-height: 300px !important;
}

.talent_results_template .talent-img-default {
  font-size: 58px;
}

.logo-title-same-row {
  display: grid;
  grid-template-columns: auto 1fr;
}

.user-circles .guest_user_icon {
  margin-left: -8px;
}

.guest_user_icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: none;
}

.profile_user_icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: none;
}

.dropdown-item-container {
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-item-container:not(:last-child) {
  padding-bottom: 10px;
}

.unread-notification {
  font-weight: bolder;
}

.talent-name-size {
  overflow-wrap: break-word;
}

.card-profile-remove-button {
  top: 0;
  right: 0;
}

.card-profile-remove-button .change-state-and-remove-application {
  line-height: 18px;
  font-size: 16px;
}

.disable-pointer-events {
  pointer-events: none;
}

.deleted-talent-name {
  color: #676262;
}

.dropdown-notification-item {
  height: 160px !important;
}

.dropdown-notification-item .notification-icon {
  min-width: 44px !important;
}

.dropdown-notification-item .notification-details {
  width: inherit !important;
}

.dropdown-menu-export-talents {
  width: 17rem;
  padding: 15px;
}

.unsortable-tabs {
  opacity: 0.5;
}

.master-layout .footer-container {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -44px;
}

.master-layout .form-row.main-footer {
  margin-bottom: 0 !important;
  padding: 5px 0;
}

.master-layout .main-footer .logo {
  width: 170px;
}

.character-language-button {
  max-height: 34px;
  cursor: pointer;
}

.overflow-scroll-gradient {
  position: relative;
}

.overflow-scroll-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(white, rgba(255, 255, 255, 0.001));
  /* transparent keyword is broken in Safari */
}

.overflow-scroll-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(rgba(255, 255, 255, 0.001), white);
  /* transparent keyword is broken in Safari */
}

.overflow-scroll-gradient__scroller {
  overflow-y: scroll;
  background: white;
  text-align: center;
}

.ck-editor__editable {
  min-height: 200px;
  margin-bottom: 15px;
}

.ck-balloon-panel {
  z-index: 9999 !important;
}

.ck-powered-by {
  display: none;
}

.password-requirements-span {
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  font-size: 11px;
  letter-spacing: 1px;
  color: white !important;
  border-radius: 5px;
  padding: 0.5em;
  line-height: 6px;
}

.password-requirements {
  list-style: none;
  padding: 0;
}

.password-requirements li {
  color: red;
}

.password-requirements li.valid {
  color: green;
}

.password-requirements li::before {
  content: "\2716";
  margin-right: 10px;
  color: red;
}

.password-requirements li.valid::before {
  content: "\2714";
  color: green;
}

.stripe-success-container {
  margin: 20px auto;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.stripe-success-icon {
  color: #28a745;
  margin-bottom: 20px;
}

.stripe-success-message h2 {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 20px;
}

.stripe-success-message p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}

.stripe-error-container {
  margin: 20px auto;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.stripe-error-icon {
  color: #dc3545;
  margin-bottom: 20px;
}

.stripe-error-message h2 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 20px;
}

.stripe-error-message p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}

.talent-table-container .dataTables_scrollBody {
  min-height: 250px;
}

.view-sd-booking-files:after,
.view-hd-booking-files:after {
  position: absolute;
  font-size: 7px;
  font-weight: bold;
  top: 0;
  margin-top: -6px;
  padding: 2px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  right: -4px;
  letter-spacing: 1px;
}

button.hd-button:after {
  content: "HD";
  background: #ec6728;
}

button.sd-button:after {
  content: "SD";
  background: #ec6728;
}

