:root {
  --babylon-light-blue: #4bc2f0;
  --admin-imput-button-color: #06c746;
  --admin-tag-border-color-menu: #58585a;

  --news-padding: 10vw;
  --space-beetween-carousel-video-home: 40px;
  --video-thumb-border-radius: 10px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.d_none {
  display: none !important;
}

.text_align_center {
  text-align: center;
}

.ar-16-9 {
  aspect-ratio: 16 / 9;
}

.ratio16_9 {
  --aspect-ratio: 16/9;
}

.ar-2-3 {
  aspect-ratio: 2 / 3;
}

.t-fl-left img,
.fl-left {
  float: left;
}

.t-fl-right img,
.fl-right {
  float: right;
}

.fl-left {
  margin-right: 20px;
}

.fl-right {
  margin-left: 20px;
}

.pt-0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 991px) {
  :root {
    --space-beetween-carousel-video-home: 25px;
  }
}

/* classi per i tempi costum: */

.theme-text-video {
  color: var(--main-text-color-video, white) !important;
}

.theme-background-video {
  background-color: var(--background-primary-color-video, black) !important;
}

.form_fix_footer_bottom {
  margin-bottom: 60px;
}

td,
th {
  vertical-align: inherit !important;
}

/* .noselect
{
    -webkit-touch-callout: none !important; iOS Safari
    -webkit-user-select:   none !important; /* Safari
    -khtml-user-select:    none !important; /* Konqueror HTML
    -moz-user-select:      none !important; /* Firefox
    -ms-user-select:       none !important; /* Internet Explorer/Edge
    user-select:           none !important; /* Non-prefixed version, currently supported by Chrome and Opera
} */

.floatLeft {
  /* float: left; */
  text-align: left;
}

.t_a_left {
  text-align: left;
}

.floatInherit {
  float: inherit;
}

.inline_flex {
  display: inline-flex;
}

.large {
  font-size: large;
}

.xLarge {
  font-size: x-large;
}

.xxLarge {
  font-size: xx-large;
}

.xSmall {
  font-size: x-small;
}

.remove_scale:hover {
  cursor: default !important;
  transform: scale(1) !important;
}

.modal_dialog_info_superadmin {
  width: 420px;
}

.list_superadmin_subdivli_title {
  display: inline-block;
  font-weight: bolder;
  margin-right: 10px;
}

.list_superadmin_subdivli_value {
  display: inline-block;
}

.list_no_style {
  list-style: none;
  padding: 0 0 0 5px;
}

.on_hover_pointer:hover {
  cursor: pointer;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43px;
}

.date_table_size {
  width: 150px !important;
}

.icon_table_width {
  width: 1px !important;
}

.min_table_size {
  min-width: 110px !important;
}

.lateral_table_spacing_size {
  width: 1px !important;
  padding: 0 !important;
}

.border_bottom_table_bab {
  border-bottom: 1px solid !important;
  border-top: 1px solid !important;
}

header.base_header {
  height: 110px; /* aumentata perchè sennò si sovrappone alla scritta username in user/active */
}

.error_container_main {
  position: absolute;
  top: 28%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 465px;
  height: auto;
  text-align: left;
}

.babylon_logo_base {
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
  max-height: 150px;
  padding-top: 10px;
}

.babylon_logo_base_activate {
  margin: 0 auto;
  width: 140px;
  padding-top: 10px;
}

.bab_primary_button {
  /* width:              95px; */
  /* height:             49px; */
  border-radius: 0 !important;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.bab_primary_button.in_line {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.bab_button_superadmin {
  min-width: 184px !important;
  border-radius: 15px !important;
  height: 35px !important;
}

.bab_button_modal_light {
  border-radius: 20px !important;
  min-width: 35px;
}

.boost_active {
  background: linear-gradient(-45deg, #ff0000, /* rosso vivo */ #ff6600, /* arancione */ #ffcc00, /* giallo */ #ff6600, /* arancione */ #990000 /* rosso scuro */);
  border-radius: 15px; /* angoli arrotondati */
  background-size: 400% 400%;
  animation: fireAnimation 6s ease infinite;
}

@keyframes fireAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bab_button_superadmin {
    margin-top: -28px;
  }
}

.data_margin {
  margin-bottom: 15px;
}

.btn-outline-secondary {
  background-color: #49c3f1;
  color: #fff;
}

.btn-primary.bab_primary_button {
  background-image: none !important;
}

.loader_page_text {
  position: relative;
  right: 0;
  left: 0;
  top: 44%;
  z-index: 999999999999999999;
  color: #ffffff;
  text-align: center;
}

.progress_download_open_bar {
  height: 18px;
  width: 240px;
  font-size: 12px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.download_open_bar_text {
  display: inline-block;
  z-index: 3;
  position: relative;
  pointer-events: none;
}

.download_open_bar_status {
  height: inherit;
  max-width: 100%;
  min-width: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s linear;
}

.downloadmanager {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  width: 466px;
  display: none;
  z-index: 1000001;
  overflow-y: auto;
  max-height: 193px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container_title_download_manager {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

#title_download_manager {
  display: inline-block;
  margin-left: 39px;
  font-size: initial;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#remove_download_manager {
  float: right;
  display: none;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 3px;
}

#remove_img_downloader {
  width: 59%;
}

#filestodownload {
  float: left;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 5px 5px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-wrap: break-word;
  width: calc(100% - 17px);
}

.fileindownload_error_remainder {
  width: 100%;
  height: 16px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
}

.fileindownload {
  width: 100%;
  height: 16px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
}

.fileindownload_name {
  float: left;
  width: 50%;
  text-align: left;
  height: inherit;
  white-space: nowrap;
  overflow: hidden;
  font-family: serif;
  text-overflow: ellipsis;
  cursor: default;
}

.progress_download_bar {
  height: inherit;
  float: right;
  width: 50%;
  font-size: 12px;
}

.fileindownload_bar_text {
  display: inline-block;
  z-index: 3;
  position: relative;
  pointer-events: none;
}

.bar_download_bar_status {
  height: inherit;
  max-width: 50%;
  min-width: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s linear;
}

.fixed_superadmin_header {
  width: 100%;
  height: 40px;
}

.superadmin_table_margin_top {
  height: calc(100% - 40px);
  overflow-y: auto;
}

.superadmin_table_margin_top_billsmanager {
  height: calc(100% - 86px);
  overflow-y: auto;
}

.superadmin_table_style {
  /*border-radius:   14px;*/
  text-align: left;
  position: relative;
  /*overflow:        hidden;*/
  border-collapse: separate !important;
}

.th_superadmin_style_sticky {
  background-color: var(--background-primary-color-admin, black) !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: -1px !important;
  z-index: 1;
  text-align: center;
}

.noselect_border_bottom {
  border-top: 0 !important;
}

.noselect_border_bottom_empty {
  border-bottom: 1px solid transparent !important;
  border-top: 0 !important;
}

.next_table {
  padding: 0 !important;
}

.search_style_superadmin {
  border-radius: 21px !important;
  height: 35px !important;
}

.search_div_superadmin_margin {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

#filefolder_tbody {
  border: 0 !important;
}

.label_for_search {
  display: inline-block;
  font-weight: bold;
}

.container_check_babylon {
  position: relative;
  padding-left: 33px;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-family: calibri, serif !important;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_check_babylon_history_bill {
  position: relative;
  padding-left: 33px;
  margin-top: -2px;
  margin-right: 45px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-family: calibri, serif !important;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_check_babylon input,
.container_check_babylon_history_bill input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark_check_babylon {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

.container_check_babylon:hover input ~ .checkmark_check_babylon,
.container_check_babylon_history_bill:hover input ~ .checkmark_check_babylon {
  cursor: pointer;
}

.container_check_babylon:hover,
.container_check_babylon_history_bill:hover {
  cursor: pointer;
}

.checkmark_check_babylon:after,
.container_check_babylon_history_bill:after {
  content: "";
  position: absolute;
  display: none;
}

.container_check_babylon input:checked ~ .checkmark_check_babylon:after,
.container_check_babylon_history_bill input:checked ~ .checkmark_check_babylon:after {
  display: block;
}

.container_check_babylon .checkmark_check_babylon:after,
.container_check_babylon_history_bill .checkmark_check_babylon:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table_babylon th {
  text-align: center;
  border: 0 !important;
}

.table_babylon {
  text-align: center;
}

.table_babylon td {
  border: 0 !important;
  white-space: pre;
}

.modal_table_overflow {
  max-height: 400px;
  overflow: auto;
}

.first_border_row {
  border-top: 1px solid #e9ecef;
}

.heart {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s linear;
}

.heart_selected {
  color: red !important;
  opacity: 1 !important;
}

.bab_form_login {
  border-radius: 25px !important;
  height: 40px !important;
}

.round_bab_button {
  border-radius: 54px !important;
  height: 36px;
}

.fullcontent_video_player {
  width: 100%;
  height: 100%;
  max-height: 440px;
  background-color: #000000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.no_float {
  float: none !important;
}

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

.no_padding {
  padding: 0 !important;
}

.no_margin {
  margin: 0 !important;
}

.padding_left_15 {
  padding-left: 15px;
}

.margin_left_6 {
  margin-left: 6px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_60 {
  margin-top: 60px;
}

.margin_top_70 {
  margin-top: 70px;
}

.margin_top_80 {
  margin-top: 80px;
}

.margin_top_86 {
  margin-top: 86px;
}

/* .margin_manage_your_account
{
    margin-top: 70px;
} */

.overflow_unset {
  overflow: unset;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

.visibility_visible {
  visibility: visible !important;
}

.visibility_hidden {
  visibility: hidden;
}

.hr_margin_light {
  margin-top: 7px;
  margin-bottom: 7px;
}

.hr_no_top_margin {
  margin-top: 0;
  margin-bottom: 7px;
}

.text_overflow_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border_bottom_white_6 {
  border-bottom: 2px solid;
}

.bab_form_control_without_border {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0px 6px 0px;
  font-size: 14px;
  line-height: 1.42857143;
}

.select_bab_value_align_center {
  text-align-last: center;
}

.notext_visible {
  color: transparent;
}

.line_height_30 {
  line-height: 30px;
}

.line_height_33 {
  line-height: 33px;
}

.input_no_border {
  width: 100%;
  border: 0;
  font-size: medium;
  max-width: 90%;
}

.max_div_height_300_overflow {
  max-height: 300px;
  overflow-y: auto;
}

.textarea_no_resize {
  resize: none;
}

.no_right_padding {
  padding-right: 0 !important;
}

.no_left_padding {
  padding-left: 0 !important;
}

.border_radious_10 {
  /*border-radius: 10px;*/
}

.border_radious_30 {
  border-radius: 30px;
}

.height_30 {
  height: 30px;
}

.height_25vw {
  height: 25vw !important;
}

.no_border_right {
  border-right: 0 !important;
}

.only_border_right {
  border-right: 1px solid;
}

.height_inherit {
  height: inherit;
}

.opacity_0 {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;

  opacity: 0;
  visibility: hidden;
}

.opacity_1 {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;

  opacity: 1;
  visibility: visible;
}

.height_webkit-fill {
  height: -webkit-fill-available;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.display_inline_block {
  display: inline-block;
}

.display_block {
  display: block !important;
}

.display_none {
  transition: 0.4s;
  display: none !important;
}

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

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

.d_flex_center_orizontal {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.cursor_pointer {
  cursor: pointer;
}

#footer_signature {
  background-color: rgba(0, 0, 0, 0.37);
  /* width: 101%; */
  height: 80px;
  bottom: 0 !important;
  /* position: absolute; */
  /* margin-top: 19%; */
  /*
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    */
}

.no_margin-left {
  margin-left: 0;
}

/* css per il footer */

/* footer-main{
    background-color: var(--background-primary-color, black);
}  */

#coolfooter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px 10px 30px;
  height: fit-content;
  width: 100%;
  background-color: var(--footer-background-color, black);
  color: var(--footer-text-color, white);
  border-top: 3px solid var(--footer-border-color, black);
}

#first-row-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#first-row-footer div {
  padding: 10px;
}

/* #logo-row{
    width: 10%;
} */

#logo-row img {
  width: 100%;
}

#social-row {
  display: flex;
  margin-bottom: 20px;
}

#social-row a {
  padding: 0 5px 0 5px;
  cursor: pointer;
}

#social-row-title {
  margin-bottom: 10px;
}

#social-row img {
  width: 40px;
  background-color: grey;
  border-radius: 10px;
}

#info-row {
  display: flex;
  justify-content: center;
}

#logo-company-info-container {
  display: flex;
  align-items: center;
}

#link-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 2rem;
}

#link-column a {
  color: #000000;
}

#link-column .grid-item {
  width: auto !important;
  text-align: center;
}

a.footer-page {
  color: var(--main-text-color-video, white) !important;
}

/* ######## css per il modal nelle customizazioni#### */
#goToHeroSectionManagement:hover,
#goToLayoutManagement:hover,
#goToNavbarButtonsManagement:hover,
#goToDefaultArtistNavbarButtonsManagement:hover,
#customFooter:hover {
  background-color: var(--babylon-light-blue);
  filter: brightness(85%);
  cursor: pointer;
}

#insertCustomFooterLogo {
  aspect-ratio: 4 / 3;
  height: auto !important;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#insertCustomFooterLogo .overlay_thumb_section {
  width: 250px;
  height: 190px;
  margin: 0;
}

#insertCustomFooterLogo .overlay_thumb_section .bab_primary_button {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#labelForFooterLogo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-page:hover {
  cursor: pointer;
  text-decoration: underline;
}

.no-decoration:hover {
  text-decoration: none !important;
  color: var(--portal-botton-text-color, white);
}

.no-decoration:focus {
  text-decoration: none !important;
  color: var(--portal-botton-text-color, white);
}

.portal-button-main-style {
  padding: 10px;
  border-radius: 10px;
  background-color: var(--portal-color-secondary, black);
  color: var(--portal-botton-text-color, white);
}

.portal-button-main-style:hover {
  background-color: var(--portal-color-hover, grey);
}

/*
========================
      BUTTON COOKIE
========================
*/
.btn-cookie {
  width: 100%;
  height: 4vh;
  min-height: 30px;
  z-index: 1;
  background-color: black;
  color: white !important;
  /* OLA 08/09/2023 - Commentate le righe per sostituirle con 'border' */
  /* border-top-width:    1px;
    border-bottom-width: 1px;
    border-top-style:    solid;
    border-bottom-style: solid;
    border-top-color:    rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5); */
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* @media screen and (max-width: 992px) {
    #coolfooter{
        display: none;
    }
} */

/* css per i temi  */

.modal-content {
  background-color: var(--modal-background-color-admin, white);
  color: var(--main-text-color-admin, black);
  border-color: var(--modal-border-color-admin, white);
}

#captionsList select,
#inputCaptionRow select {
  background-color: var(--modal-background-color-admin, white);
  color: var(--main-text-color-admin, black);
  /* border-color: var(--modal-border-color-admin, white); */
}

.close {
  color: var(--main-text-color-admin, white);
  opacity: unset;
}

textarea {
  color: #000000 !important;
}

.no-padding {
  padding: 0;
}

input {
  color: #000000 !important;
}

.navbar_button_input {
  color: var(--main-text-color-admin) !important;
}

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

.flex-center-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

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

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

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

.thumb_box {
  aspect-ratio: 16 / 9;
  height: auto !important;
  width: 100% !important;
}

blockquote {
  border: 0;
  padding: 0 1vw 0 1vw;
  font-size: unset; /* aggiunta per trumbo */
}

/* bug 6039 totlo bordo di default dagli iframe */
#news-page-box iframe,
#trumbowyg-box iframe {
  border: none !important;
}

.video-info-under-thumb {
  margin-top: 8px;
}

.video-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--main-text-color-video) !important;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-meta {
  margin: 4px 0 0 0;
  font-size: 15px;
  color: var(--main-text-color-video) !important;
  font-weight: bold;
}

.video-duration {
  margin-right: 14px;
}

.video-tags {
  color: #5a65ff; /* viola/blu come nel tuo screenshot */
}

@media (max-width: 900px) {
  .video-meta {
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.2;
  }

  .video-duration {
    margin-right: 6px;
  }

  .lock-icon {
    font-size: 10px !important;
  }
}

/*#cookieqccmp2persistentlink{*/
/*    color: var(--footer-text-color) !important;*/
/*}*/

@-moz-document url-prefix() {
  .height_webkit-fill {
    height: inherit;
  }
}

@media screen and (max-width: 991px) {
  .large {
    font-size: 14px;
  }

  .xLarge {
    font-size: 16px;
  }

  .xxLarge {
    font-size: 22px;
  }

  #first-row-footer {
    flex-direction: column-reverse;
  }

  #coolfooter {
    font-size: 12px !important;
  }

  #link-column {
    font-size: 12px !important;
  }
}

@media screen and (orientation: portrait) {
  #logo-row img {
    width: 100%;
  }

  #link-column {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #coolfooter {
    padding: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 700px), screen and (max-height: 510px) {
  /* .margin_manage_your_account
{
    margin-top: 30px;
} */
  .downloadmanager {
    bottom: -57px;
    left: 10px;
    width: 395px;
    max-height: 145px;
  }
}

@media screen and (max-height: 720px) {
  .superadmin_table_margin_top {
    height: calc(100% - 27px);
  }

  .superadmin_table_margin_top_billsmanager {
    height: calc(100% - 85px);
  }
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  display: none !important;
}
