@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Card
 * -----Badge
 * -----Shadows
 * -----Data table
 * -----Dark theme
 */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* Color order: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200,*/
/* A400, A700.*/
/* Color order: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900.*/
/* colors.scss */
/* The two possible colors for overlayed text.*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color & Themes  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  Card  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BADGE */
/* SHADOWS */
/* ANIMATION */
/* DATA TABLE */
/* ==========  DARK THEME  ========== */
/* Light background sidebar*/
/* --------------------------------------------------*/
/*#f6f6f6;*/
/* vertical nav only*/
/* vertical nav only*/
/* $light_nav_sub2_nav_bg:               #eaeaea;*/
/* $light_nav_sub3_nav_bg:               #ddd;*/
/* Themes*/
/* --------------------------------------------------*/
/* $theme_dark_text_color:       rgba(255,255,255,.7);*/
/* or 3c3c3c*/
/* or #4c4c4c*/
/* #444;*/
.bg-color-dark .bg-color-light a {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-body {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-body:hover {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-body a {
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-body a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-page {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-page:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-page a {
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-page a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-light {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-light:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-light a {
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-light a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-white:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-white a {
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-white a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-gray {
  background-color: #636c72;
  color: #fff;
}
.bg-color-gray:hover {
  background-color: #636c72;
  color: #fff;
}
.bg-color-gray a {
  color: #fff;
}
.bg-color-gray a:hover {
  color: #fff;
}

.bg-color-dark {
  background-color: #121316;
  color: #fff;
}
.bg-color-dark:hover {
  background-color: #121316;
  color: #fff;
}
.bg-color-dark a {
  color: #fff;
}
.bg-color-dark a:hover {
  color: #fff;
}

.bg-color-primary {
  background-color: #2196F3;
  color: #fff;
}
.bg-color-primary:hover {
  background-color: #2196F3;
  color: #fff;
}
.bg-color-primary a {
  color: #fff;
}
.bg-color-primary a:hover {
  color: #fff;
}

.bg-color-success {
  background-color: #66BB6A;
  color: #fff;
}
.bg-color-success:hover {
  background-color: #66BB6A;
  color: #fff;
}
.bg-color-success a {
  color: #fff;
}
.bg-color-success a:hover {
  color: #fff;
}

.bg-color-info {
  background-color: #00BCD4;
  color: #fff;
}
.bg-color-info:hover {
  background-color: #00BCD4;
  color: #fff;
}
.bg-color-info a {
  color: #fff;
}
.bg-color-info a:hover {
  color: #fff;
}

.bg-color-warning {
  background-color: #FFCA28;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-warning:hover {
  background-color: #FFCA28;
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-warning a {
  color: rgba(0, 0, 0, 0.87);
}
.bg-color-warning a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.bg-color-danger {
  background-color: #EF5350;
  color: #fff;
}
.bg-color-danger:hover {
  background-color: #EF5350;
  color: #fff;
}
.bg-color-danger a {
  color: #fff;
}
.bg-color-danger a:hover {
  color: #fff;
}

.mdl-data-table tbody .bg-color-dark {
  background-color: #121316;
  color: #fff;
}
.mdl-data-table tbody .bg-color-dark:hover {
  background-color: #121316;
  color: #fff;
}
.mdl-data-table tbody .bg-color-dark a {
  color: #fff;
}
.mdl-data-table tbody .bg-color-dark a:hover {
  color: #fff;
}
.mdl-data-table tbody .bg-color-primary {
  background-color: #2196F3;
  color: #fff;
}
.mdl-data-table tbody .bg-color-primary:hover {
  background-color: #2196F3;
  color: #fff;
}
.mdl-data-table tbody .bg-color-primary a {
  color: #fff;
}
.mdl-data-table tbody .bg-color-primary a:hover {
  color: #fff;
}
.mdl-data-table tbody .bg-color-success {
  background-color: #66BB6A;
  color: #fff;
}
.mdl-data-table tbody .bg-color-success:hover {
  background-color: #66BB6A;
  color: #fff;
}
.mdl-data-table tbody .bg-color-success a {
  color: #fff;
}
.mdl-data-table tbody .bg-color-success a:hover {
  color: #fff;
}
.mdl-data-table tbody .bg-color-info {
  background-color: #00BCD4;
  color: #fff;
}
.mdl-data-table tbody .bg-color-info:hover {
  background-color: #00BCD4;
  color: #fff;
}
.mdl-data-table tbody .bg-color-info a {
  color: #fff;
}
.mdl-data-table tbody .bg-color-info a:hover {
  color: #fff;
}
.mdl-data-table tbody .bg-color-danger {
  background-color: #EF5350;
  color: #fff;
}
.mdl-data-table tbody .bg-color-danger:hover {
  background-color: #EF5350;
  color: #fff;
}
.mdl-data-table tbody .bg-color-danger a {
  color: #fff;
}
.mdl-data-table tbody .bg-color-danger a:hover {
  color: #fff;
}

.color-option-check {
  position: relative;
  display: block;
}
.color-option-check input[type=radio] {
  display: none;
}
.color-option-check input[type=radio] + span:hover {
  cursor: pointer;
}
.color-option-check input[type=radio] + span {
  position: relative;
}
.color-option-check input[type=radio] + span > .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.color-option-check input[type=radio]:checked + span > .overlay {
  display: block;
}
.color-option-check .color-option-item {
  overflow: hidden;
  display: block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.color-option-check .color-option-item > span {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
}
.color-option-check .color-option-item .item-header {
  height: 10px;
}

.color-option-check .bg-color-page {
  background-color: #f1f1f1;
}

.theme-options > div {
  padding: 0;
}

.theme-option-check {
  position: relative;
  display: block;
  margin: 0;
  font-weight: normal;
}
.theme-option-check input[type=radio] {
  display: none;
}
.theme-option-check input[type=radio] + span:hover {
  cursor: pointer;
}
.theme-option-check input[type=radio] + span {
  position: relative;
}
.theme-option-check input[type=radio] + span > .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.theme-option-check input[type=radio] + span > .overlay .material-icons {
  vertical-align: bottom;
  color: #66BB6A;
}
.theme-option-check input[type=radio]:checked + span > .overlay {
  display: block;
}
.theme-option-check .theme-option-item {
  overflow: hidden;
  display: block;
}
.theme-option-check .theme-option-item > span {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.app-sidebar.bg-color-light .nav {
  color: rgba(0, 0, 0, 0.87);
}
.app-sidebar.bg-color-light .nav a {
  color: rgba(0, 0, 0, 0.87);
}
.app-sidebar.bg-color-light .nav .nav-header {
  color: #636c72;
}
.app-sidebar.bg-color-light .nav li > a:hover, .app-sidebar.bg-color-light .nav li > a:focus {
  background-color: transparent;
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav li.active > a,
.app-sidebar.bg-color-light .nav li.active > a:hover,
.app-sidebar.bg-color-light .nav li.active > a:focus {
  background-color: transparent;
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav li.open > a,
.app-sidebar.bg-color-light .nav li.open > a:hover,
.app-sidebar.bg-color-light .nav li.open > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav li.open > .icon-has-ul {
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav li > a:focus {
  background-color: transparent;
}
.app-sidebar.bg-color-light .nav ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.app-sidebar.bg-color-light .nav ul li.active > a,
.app-sidebar.bg-color-light .nav ul li.active > a:hover,
.app-sidebar.bg-color-light .nav ul li.active > a:focus, .app-sidebar.bg-color-light .nav ul li.open > a,
.app-sidebar.bg-color-light .nav ul li.open > a:hover,
.app-sidebar.bg-color-light .nav ul li.open > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.app-sidebar.bg-color-light .nav ul ul > li.active > a,
.app-sidebar.bg-color-light .nav ul ul > li.active > a:hover,
.app-sidebar.bg-color-light .nav ul ul > li.active > a:focus, .app-sidebar.bg-color-light .nav ul ul > li.open > a,
.app-sidebar.bg-color-light .nav ul ul > li.open > a:hover,
.app-sidebar.bg-color-light .nav ul ul > li.open > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2196F3;
}
.app-sidebar.bg-color-light .nav ul ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.app-sidebar.bg-color-light .sidebar-footer {
  background-color: #fafafa;
}

.app-sidebar .sidebar-header.bg-color-light a.collapsednav-toggler, .app-sidebar .sidebar-header.bg-color-warning a.collapsednav-toggler {
  color: rgba(0, 0, 0, 0.5);
}

html,
body,
.app-header {
  background-color: #e5e5e5;
}

.app-page-container .app-content-wrapper {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 991px) {
  .app-page-container {
    background-color: #f5f5f5;
  }
}
.theme-gray,
.theme-dark {
  color: #d5d6d7;
}
.theme-gray a:hover, .theme-gray a:focus,
.theme-dark a:hover,
.theme-dark a:focus {
  color: #2196F3;
}
.theme-gray .app-sidebar .sidebar-header,
.theme-dark .app-sidebar .sidebar-header {
  color: #fff;
}
.theme-gray .app-sidebar .sidebar-header a,
.theme-dark .app-sidebar .sidebar-header a {
  color: #fff;
}
.theme-gray .app-sidebar .sidebar-header a.collapsednav-toggler,
.theme-dark .app-sidebar .sidebar-header a.collapsednav-toggler {
  color: #fff;
  opacity: 0.5;
}
.theme-gray .app-overlay,
.theme-dark .app-overlay {
  background: rgba(0, 0, 0, 0.7);
  color: #d5d6d7;
}
.theme-gray .app-overlay input,
.theme-dark .app-overlay input {
  color: #d5d6d7;
}
.theme-gray .app-overlay a.overlay-close,
.theme-dark .app-overlay a.overlay-close {
  color: #636c72;
}
.theme-gray .quickview-wrapper,
.theme-dark .quickview-wrapper {
  color: rgba(0, 0, 0, 0.87);
}
.theme-gray .app-footer .brand,
.theme-dark .app-footer .brand {
  color: #d5d6d7;
  text-transform: lowercase !important;
}

.theme-gray .app-sidebar {
  background-color: #141414;
}
.theme-gray .app-sidebar .sidebar-header {
  background-color: #141414;
}
.theme-gray .app-sidebar .sidebar-footer {
  background-color: #141414;
}
.theme-gray .app-sidebar .nav {
  color: #a1a1a1;
}
.theme-gray .app-sidebar .nav a {
  color: #a1a1a1;
}
.theme-gray .app-page-container .app-content-wrapper {
  background-color: rgb(26.375, 26.375, 26.375);
}
@media only screen and (max-width: 991px) {
  .theme-gray .app-page-container {
    background-color: rgb(26.375, 26.375, 26.375);
  }
}
.theme-gray .app-header-inner.bg-color-light, .theme-gray .app-header-inner.bg-color-dark, .theme-gray .app-header-inner.bg-color-primary, .theme-gray .app-header-inner.bg-color-success, .theme-gray .app-header-inner.bg-color-info, .theme-gray .app-header-inner.bg-color-warning, .theme-gray .app-header-inner.bg-color-danger {
  background-color: rgb(25.1, 25.1, 25.1);
  color: #d5d6d7;
}
.theme-gray .app-header-inner.bg-color-light a, .theme-gray .app-header-inner.bg-color-dark a, .theme-gray .app-header-inner.bg-color-primary a, .theme-gray .app-header-inner.bg-color-success a, .theme-gray .app-header-inner.bg-color-info a, .theme-gray .app-header-inner.bg-color-warning a, .theme-gray .app-header-inner.bg-color-danger a {
  color: #d5d6d7;
}

.theme-dark .app-sidebar {
  background-color: #121316;
}
.theme-dark .app-sidebar .sidebar-header {
  background-color: #121316;
}
.theme-dark .app-sidebar .sidebar-footer {
  background-color: #121316;
}
.theme-dark .app-sidebar .nav {
  color: #a1a1a1;
}
.theme-dark .app-sidebar .nav a {
  color: #a1a1a1;
}
.theme-dark .app-page-container .app-content-wrapper {
  background-color: rgb(23.7375, 25.05625, 29.0125);
}
@media only screen and (max-width: 991px) {
  .theme-dark .app-page-container {
    background-color: rgb(23.7375, 25.05625, 29.0125);
  }
}
.theme-dark .app-header-inner.bg-color-light, .theme-dark .app-header-inner.bg-color-dark, .theme-dark .app-header-inner.bg-color-primary, .theme-dark .app-header-inner.bg-color-success, .theme-dark .app-header-inner.bg-color-info, .theme-dark .app-header-inner.bg-color-warning, .theme-dark .app-header-inner.bg-color-danger {
  background-color: rgb(22.59, 23.845, 27.61);
  color: #d5d6d7;
}
.theme-dark .app-header-inner.bg-color-light a, .theme-dark .app-header-inner.bg-color-dark a, .theme-dark .app-header-inner.bg-color-primary a, .theme-dark .app-header-inner.bg-color-success a, .theme-dark .app-header-inner.bg-color-info a, .theme-dark .app-header-inner.bg-color-warning a, .theme-dark .app-header-inner.bg-color-danger a {
  color: #d5d6d7;
}

/*!
 * Ladda including the default theme.
 */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
  border-radius: 28px;
}

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-asa-icon {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /* width: $spinnerSize;*/
  /* height: $spinnerSize;*/
  color: #d5d6d7 !important;
  font-size: 24px !important;
  /* top: calc(50% - 12px);*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translateY(calc(50% - 12px));
  transform: translateY(calc(50% - 12px));
  margin-left: -12px !important;
  /* margin-top: 0;*/
  opacity: 0;
  pointer-events: none;
}

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: 0.1s linear opacity !important; /* important to override bootstrap*/
  transition: 0.1s linear opacity !important;
}

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  display: badingck;
  /* background: rgba( 250, 0, 0, 0.2 );*/
  /* background: #9acffa !important;*/
  background: #0b6dbd !important;
  /* box-shadow: 0 0 1rem #00a7e6!important;*/
  /**/
  /* visibility: hidden;*/
  opacity: 0;
  -webkit-transition: 0.35s linear all !important; /* important to override bootstrap*/
  transition: 0.35s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
}

.ladda-button[data-loading-Finishing] .ladda-progress {
  opacity: 0;
}

/* visibility: visible;*/
.laddaOverDropAcceptClass {
  border-width: 3px !important;
  border-color: #9acffa !important;
  -webkit-transition: 0s cubic-bezier(0.215, 0.61, 0.355, 1) all !important; /* important to override bootstrap*/
  transition: 0s cubic-bezier(0.215, 0.61, 0.355, 1) all !important;
}

.laddaOverDropRejectClass {
  border-width: 3px !important;
  border-color: red !important;
  -webkit-transition: 0s cubic-bezier(0.215, 0.61, 0.355, 1) all !important; /* important to override bootstrap*/
  transition: 0s cubic-bezier(0.215, 0.61, 0.355, 1) all !important;
}

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button {
  /* @include transition( .3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all );*/
}

.ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) all !important; /* important to override bootstrap*/
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) all !important;
}

.ladda-asa-icon {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) all !important; /* important to override bootstrap*/
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 3.3s ease all !important; /* important to override bootstrap*/
  transition: 3.3s ease all !important;
}

/*************************************
 * ASA-VALIDATE
 */
.ladda-button[data-style=ASA-VALIDATE] {
  overflow: hidden;
}
.ladda-button[data-style=ASA-VALIDATE] .ladda-label {
  position: relative;
}
.ladda-button[data-style=ASA-VALIDATE] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "cloud_upload";
  position: absolute;
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  -webkit-transition: 0s cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 0s cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
}
.ladda-button[data-style=ASA-VALIDATE] .ladda-asa-icon {
  opacity: 0;
  /* left: 50%;*/
  /* margin-left: 0;*/
  /* margin-top: 1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, calc(50% - 12px * 2));
  transform: translate(-50%, calc(50% - 12px * 2));
}
.ladda-button[data-style=ASA-VALIDATE][data-WAITING] .ladda-label {
  opacity: 0;
  /* @include transition( .5s cubic-bezier(.76,-0.21,.56,.75) opacity );*/
  /* top: -1em;*/
  display: block;
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: all 0.4s ease-in-out !important; /* important to override bootstrap*/
  transition: all 0.4s ease-in-out !important;
}
.ladda-button[data-style=ASA-VALIDATE][data-WAITING] .ladda-asa-icon::after {
  /* opacity: 1;*/
  /* 				content: 'cloud_upload';*/
  /* 				position: absolute;*/
  /* 				color:#9acffa!important;*/
  /* 		text-shadow: 0 0 1rem #00a7e6;*/
  /**/
  /**/
  /* opacity:1;*/
  /* @include transition( 2s cubic-bezier(1.000, 0.005, 0.730, 1.000) opacity );*/
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-VALIDATE][data-WAITING] .ladda-asa-icon {
  opacity: 1;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  /* -webkit-transform: translate(-50%, (calc(-100% - (6px*2))));*/
  /* transform: translate(-50%, (calc(-100% - (6px*2))));*/
  -webkit-transition: all 0.4s ease-in-out !important; /* important to override bootstrap*/
  transition: all 0.4s ease-in-out !important;
  -webkit-transform: translate(-50%, calc(-100% - 15px * 2));
  transform: translate(-50%, calc(-100% - 15px * 2));
}
.ladda-button[data-style=ASA-VALIDATE][data-SUCCESS] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transition: all 0.4s ease-in-out !important; /* important to override bootstrap*/
  transition: all 0.4s ease-in-out !important;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.ladda-button[data-style=ASA-VALIDATE][data-SUCCESS] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "done";
  position: absolute;
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  -webkit-transition: 0.1s !important linear opacity !important; /* important to override bootstrap*/
  transition: 0.1s !important linear opacity !important;
  /* @include transition( .1s cubic-bezier(1.000, 0.005, 0.730, 1.000) opacity );*/
  opacity: 1;
  /* opacity:0;*/
  /* @include transition( 1.5s cubic-bezier(1.000, 0.005, 0.730, 1.000) opacity );*/
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-VALIDATE][data-SUCCESS] .ladda-asa-icon {
  opacity: 1;
  -webkit-transition: 0.1s !important cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 0.1s !important cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
  /* margin-top: 0;
  /* -webkit-transform: translate(-50%, (calc(-100% - (7px*2))));*/
  /* transform: translate(-50%, (calc(-100% - (7px*2))));*/
  -webkit-transition: all 0.4s ease-in-out !important; /* important to override bootstrap*/
  transition: all 0.4s ease-in-out !important;
  -webkit-transform: translate(-50%, calc(-100% - 15px * 2));
  transform: translate(-50%, calc(-100% - 15px * 2));
}
.ladda-button[data-style=ASA-VALIDATE][data-RESET] .ladda-label {
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0.76, -0.21, 0.56, 0.75) opacity !important; /* important to override bootstrap*/
  transition: 0.4s cubic-bezier(0.76, -0.21, 0.56, 0.75) opacity !important;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.ladda-button[data-style=ASA-VALIDATE][data-RESET] .ladda-asa-icon::after {
  content: "done";
  position: absolute;
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  -webkit-transition: 0.35s cubic-bezier(0.28, 0.3, 0.54, 0.98) opacity !important; /* important to override bootstrap*/
  transition: 0.35s cubic-bezier(0.28, 0.3, 0.54, 0.98) opacity !important;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-VALIDATE][data-RESET] .ladda-asa-icon {
  /* -webkit-transform: translate(-50%, (calc(-100% - (7px*2))));*/
  /* transform: translate(-50%, (calc(-100% - (7px*2))));*/
  /* -webkit-transform: translate(-50%, (calc(-100% - (15px*2))));*/
  /* 					transform: translate(-50%, (calc(-100% - (15px*2))));*/
  -webkit-transform: translate(-50%, calc(50% - 12px * 2));
  transform: translate(-50%, calc(50% - 12px * 2));
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] {
  /* .ladda-label {*/
  /**/
  /* 	opacity: 1;*/
  /* 	*/ /* top: -1em;*/ /**/
  /* 	*/ /* transition: transform .3s, -webkit-transform .3s;*/ /**/
  /* 	-webkit-transform: translateY(0%);*/
  /* 	transform: translateY(0%);*/
  /* }*/
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] .ladda-progress {
  opacity: 0;
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] .ladda-label_S4 {
  opacity: 1;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "check";
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-VALIDATE][data-FAILED] .ladda-asa-icon {
  -webkit-transform: translate(-50%, calc(-100% - 7px * 2));
  transform: translate(-50%, calc(-100% - 7px * 2));
}

/*************************************
 * ASA-UP
 */
.ladda-button[data-style=ASA-UP] {
  overflow: hidden;
}
.ladda-button[data-style=ASA-UP] .ladda-label_S3 {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ladda-button[data-style=ASA-UP] .ladda-label_S4 {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ladda-button[data-style=ASA-UP] .ladda-asa-icon {
  /* left: 50%;*/
  /* margin-left: 0;*/
  /* margin-top: 1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, calc(50% - 12px * 2));
  transform: translate(-50%, calc(50% - 12px * 2));
}
.ladda-button[data-style=ASA-UP][data-loading] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  display: block;
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.ladda-button[data-style=ASA-UP][data-loading] .ladda-label_S3 {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.ladda-button[data-style=ASA-UP][data-loading] .ladda-label_S4 {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.ladda-button[data-style=ASA-UP][data-loading] .ladda-asa-icon::after {
  content: "file_upload";
  position: absolute;
}
.ladda-button[data-style=ASA-UP][data-loading] .ladda-asa-icon {
  opacity: 1;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  /* -webkit-transform: translate(-50%, (calc(-100% - (6px*2))));*/
  /* transform: translate(-50%, (calc(-100% - (6px*2))));*/
  -webkit-transform: translate(-50%, calc(-100% - 15px * 2));
  transform: translate(-50%, calc(-100% - 15px * 2));
}
.ladda-button[data-style=ASA-UP][data-loading-Finishing] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.ladda-button[data-style=ASA-UP][data-loading-Finishing] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "cloud_done";
  position: absolute;
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-UP][data-loading-Finishing] .ladda-asa-icon {
  /* -webkit-transform: translate(-50%, (calc(-100% - (7px*2))));*/
  /* transform: translate(-50%, (calc(-100% - (7px*2))));*/
  -webkit-transform: translate(-50%, calc(-100% - 16px * 2));
  transform: translate(-50%, calc(-100% - 16px * 2));
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] {
  /* .ladda-label {*/
  /**/
  /* 	opacity: 1;*/
  /* 	*/ /* top: -1em;*/ /**/
  /* 	*/ /* transition: transform .3s, -webkit-transform .3s;*/ /**/
  /* 	-webkit-transform: translateY(0%);*/
  /* 	transform: translateY(0%);*/
  /* }*/
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] .ladda-progress {
  opacity: 0;
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] .ladda-label_S3 {
  opacity: 1;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "check";
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-UP][data-preparing-Encoding] .ladda-asa-icon {
  -webkit-transform: translate(-50%, calc(-100% - 7px * 2));
  transform: translate(-50%, calc(-100% - 7px * 2));
}
.ladda-button[data-style=ASA-UP][data-loading-Error] {
  /* .ladda-label {*/
  /**/
  /* 	opacity: 1;*/
  /* 	*/ /* top: -1em;*/ /**/
  /* 	*/ /* transition: transform .3s, -webkit-transform .3s;*/ /**/
  /* 	-webkit-transform: translateY(0%);*/
  /* 	transform: translateY(0%);*/
  /* }*/
}
.ladda-button[data-style=ASA-UP][data-loading-Error] .ladda-progress {
  opacity: 0;
}
.ladda-button[data-style=ASA-UP][data-loading-Error] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.ladda-button[data-style=ASA-UP][data-loading-Error] .ladda-label_S4 {
  opacity: 1;
  /* top: -1em;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ladda-button[data-style=ASA-UP][data-loading-Error] .ladda-asa-icon::after {
  /* opacity: 1;*/
  content: "check";
  color: #9acffa !important;
  text-shadow: 0 0 1rem #00a7e6;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important; /* important to override bootstrap*/
  transition: 1.5s cubic-bezier(1, 0.005, 0.73, 1) opacity !important;
  /* margin-top: 0;*/
  /* transition: transform .3s, -webkit-transform .3s;*/
}
.ladda-button[data-style=ASA-UP][data-loading-Error] .ladda-asa-icon {
  -webkit-transform: translate(-50%, calc(-100% - 7px * 2));
  transform: translate(-50%, calc(-100% - 7px * 2));
}

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  /* top: -1em;*/
  display: block;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * CONFIG
 */
.centered {
  left: 50% !important;
  top: 50% !important;
  margin-right: -50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
}

.centeredWidth {
  left: 50% !important;
  margin-right: -50% !important;
  -webkit-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
}

/*************************************
 * BUTTON THEME
 */
.ladda-button {
  /* background: lighten($theme_dark_page_bg, 10%) !important;*/
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  /* padding: 14px 18px;*/
  padding: 1px 20px;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px !important;
  color: #d5d6d7;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border: 1px solid rgba(250, 250, 250, 0.1);
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ladda-button[data-color=green] {
  background: #2aca76;
}
.ladda-button[data-color=green]:hover {
  background-color: rgb(55.8975409836, 213.6024590164, 130.8073770492);
}
.ladda-button[data-color=blue] {
  background: #53b5e6;
}
.ladda-button[data-color=blue]:hover {
  background-color: rgb(105.2639593909, 190.578680203, 233.2360406091);
}
.ladda-button[data-color=red] {
  background: #ea8557;
}
.ladda-button[data-color=red]:hover {
  background-color: rgb(236.8333333333, 149.4603174603, 109.6666666667);
}
.ladda-button[data-color=purple] {
  background: #9973C2;
}
.ladda-button[data-color=purple]:hover {
  background-color: rgb(165.9402985075, 132.7611940299, 201.7388059701);
}
.ladda-button[data-color=mint] {
  background: #16a085;
}
.ladda-button[data-color=mint]:hover {
  background-color: rgb(25.0824175824, 182.4175824176, 151.6346153846);
}
.ladda-button[data-loading], .ladda-button[disabled] {
  border-color: rgba(0, 0, 0, 0.07);
}
.ladda-button[data-loading], .ladda-button[data-loading]:hover, .ladda-button[disabled], .ladda-button[disabled]:hover {
  cursor: default;
  background: rgba(255, 255, 255, 0.05);
}
.ladda-button[data-size=xs] {
  padding: 4px 8px;
}
.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}
.ladda-button[data-size=s] {
  padding: 6px 10px;
}
.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}
.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}
.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}

/* Button with icon styling */
.BtnWithIcon {
  height: 64px !important;
  font-size: 16px !important;
}

/* Fix icon positioning */
.iconInBtn {
  padding-right: 2px !important;
  margin-top: 1px !important;
  margin-left: -4px !important;
}

/* Remove focus outline for buttons */
button:focus {
  outline: none !important;
}

/* Table styling fixes */
md-table-container, .md-table-container, table[md-table] {
  margin-bottom: 3px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Add button - same style as reel-delete but rotated */
.reel-add {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 2px solid rgba(127, 127, 127, 0.5098039216) !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  background: none !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, backdrop-filter 0.2s ease !important;
  transform: scale(0.8) !important;
  cursor: pointer !important;
}

.reel-add::before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url(/assets/images/icons/modal_close.svg) !important;
  vertical-align: middle !important;
  filter: brightness(1.1) contrast(150%) saturate(0%) !important;
  opacity: 0.7 !important;
  transform: rotate(45deg) !important;
}

.reel-add:hover {
  border-color: #fff !important;
  transform: scale(0.9) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(1) {
  transform: scale(1) translateX(0px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(2) {
  transform: scale(0.98) translateX(4px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(3) {
  transform: scale(0.96) translateX(9px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(4) {
  transform: scale(0.94) translateX(15px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(5) {
  transform: scale(0.92) translateX(22px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(6) {
  transform: scale(0.9) translateX(30px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(7) {
  transform: scale(0.88) translateX(39px) !important;
}

.asa_reel_card:hover .reel-thumbnail:nth-child(8) {
  transform: scale(0.86) translateX(49px) !important;
}

/* Thumbnail loading states */
.reel-thumbnail {
  transition: all 0.3s ease, opacity 0.8s ease;
  opacity: 0;
  transform: translateY(10px) scale(0.95);
}

.reel-thumbnail.FadeInPic {
  opacity: 1 !important;
  transform: translateY(0);
}

.film-thumbnail-placeholder {
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
}

.film-thumbnail-placeholder.FadeInPic {
  opacity: 1 !important;
}

.reel-thumbnail.thumbnail-fallback {
  opacity: 0.8;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-image: none !important;
  transform: translateY(0);
}

.reel-thumbnail.thumbnail-fallback::before {
  content: "🎬";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

/* Breakpoints responsifs pour les cartes films - cohérence avec homepage */
.reel-film-card-item {
  flex: 0 0 calc(25% - 12px); /* 4 cartes par ligne par défaut */
  max-width: calc(25% - 12px);
  width: auto;
}

/* Mobile : cartes pleine largeur */
@media (max-width: 720px) {
  .reel-film-card-item {
    width: 100%;
    max-width: 100%;
  }
  .special-reel-films-sortable {
    gap: 8px !important;
  }
}
/* Tablet : 2 cartes par ligne */
@media (min-width: 721px) and (max-width: 1200px) {
  .reel-film-card-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: auto;
  }
}
/* Desktop moyen : 3 cartes par ligne */
@media (min-width: 1201px) and (max-width: 1500px) {
  .reel-film-card-item {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    width: auto;
  }
}
/* Grand écran : 4+ cartes par ligne */
@media (min-width: 1501px) {
  .reel-film-card-item {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    width: auto;
  }
}
/* Très grand écran : 5+ cartes par ligne */
@media (min-width: 1800px) {
  .reel-film-card-item {
    flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px);
    width: auto;
  }
}
/* Numbering visibility: keep only JS-injected prefix */
#specialReelFilmsList .film-title .minutesDisplay,
.special-reel-films-sortable .film-title .minutesDisplay,
.reel-film-card-item .film-title .minutesDisplay,
.overlay-card-style .film-title .minutesDisplay {
  display: none !important;
}

/* Also hide JS-injected order prefix if present */
#specialReelFilmsList .film-title .film-order-prefix,
.special-reel-films-sortable .film-title .film-order-prefix,
.reel-film-card-item .film-title .film-order-prefix,
.overlay-card-style .film-title .film-order-prefix {
  display: none !important;
}

/* Hide numbering prefixes on special reel list titles (CSS counters) */
#specialReelsList > li.dragReel .special-reel-title::before,
#specialReelsList > li.dragReel .special-reel-text .special-reel-title::before {
  content: none !important;
}

/* Styles optimisés pour pattern FLIP avec sortable-dnd */
.dragReel {
  box-sizing: border-box;
  /* Optimisations FLIP - focus sur transform */
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0); /* Force GPU layer */
}

/* Container optimisé pour animations FLIP */
#specialReelsList {
  /* Optimisations pour layout stable pendant FLIP */
  will-change: contents;
  transform: translateZ(0);
  /* Éviter les reflow pendant les mesures FLIP */
  contain: layout style paint;
}

/* Optimisation spécifique pour les transitions FLIP */
.dragReel {
  /* Préparation pour transforms fluides */
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Animation de fade-out pendant FLIP - OVERRIDE des !important */
.dragReel.flip-removing {
  pointer-events: none !important;
  /* Styles de suppression avec !important pour override les autres règles */
  opacity: 0 !important;
  transform: scale(0.95) !important;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out !important;
}

/* Animation de fade-in pendant FLIP ajout - OVERRIDE des !important */
.dragReel.flip-adding {
  /* Styles d'apparition avec !important pour override les autres règles */
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out, min-height 0.3s ease-out, max-height 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out !important;
}

/* État final du fade-in - priorité maximale pour override toutes les autres règles */
.dragReel.flip-adding-visible {
  opacity: 1 !important;
  transform: scale(1) translateY(0px) !important;
  height: 142px !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  /* Transition depuis .flip-adding */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out, min-height 0.3s ease-out, max-height 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out !important;
}

/* Masquer complètement les nouveaux reels dès leur insertion DOM */
.dragReel.newly-added-hidden {
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  /* Pas de transition pour masquage immédiat */
  transition: none !important;
  pointer-events: none !important;
}

/* Masquage complet avec height: 0 pour ne pas perturber les autres éléments */
.dragReel.complete-masked {
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  /* HAUTEUR 0 pour n'occuper aucun espace DOM */
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  /* Pas de transition pour masquage immédiat */
  transition: none !important;
  pointer-events: none !important;
}

/* === Styles pour sortable-dnd - alignement avec reelsTec === */
/* Ghost class pour le drag des special reels - styles gérés par JavaScript */
#specialReelsList .ghostClass {
  z-index: 1000 !important;
  pointer-events: none !important;
}

/* Chosen class pour l'élément en cours de drag - styles gérés par JavaScript */
/* #specialReelsList .chosenClass - Styles appliqués via JavaScript dans onDrag */
/* Drag class pour les effets supplémentaires */
#specialReelsList .blueThing {
  background: transparent !important;
  border: 2px dashed rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
}

/* === Styles pour sortable-dnd des FILMS dans les special reels === */
/* Ghost class pour le drag des films - styles gérés par JavaScript */
#specialReelFilmsList .ghostDragClass {
  z-index: 1000 !important;
  pointer-events: none !important;
}

/* Chosen class pour les films en cours de drag - styles gérés par JavaScript */
/* #specialReelFilmsList .chosenDragClass - Styles appliqués via JavaScript dans onDrag */
/* scaffolding*/
/*/
//////////////////////GENERAL//////////////////////////////*/
/* */
/* body, html, button, input, optgroup, select, textarea {*/
/**/
/* */
/*   font-family: "Raleway"!important;*/
/**/
/* */
/* }*/
/**/
body {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
body > div {
  overflow: auto;
  display: block;
  max-height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
optgroup,
select,
textarea {
  font-family: "Raleway" !important;
  /* font-family: "ASA_REGULAR"!important;*/
}

*:focus {
  outline: none;
}

.NotVisible {
  visibility: hidden !important;
  display: none !important;
}

.Visible {
  visibility: visible !important;
  display: initial !important;
}

.CloseOverPic {
  right: 10px;
  top: 2px;
  position: absolute;
  height: 35px;
  width: 35px;
  display: block;
  background: url(../assets/images//whiteArr.png) no-repeat 0px 0px/35px 35px transparent;
  opacity: 0.6 !important;
  z-index: 15;
}

.CloseOverPic:hover {
  opacity: 0.9 !important;
}

.settings-view .package-card .meta-controls .install-button.is-installing, .settings-view .package-card .meta-controls .uninstall-button.is-installing, .settings-view .package-card .meta-controls .install-button.is-uninstalling, .settings-view .package-card .meta-controls .uninstall-button.is-uninstalling {
  animation: spin 1s linear infinite;
  background: none;
  border: 2px solid #009688;
  border-radius: 50%;
  border-right-color: transparent;
  font-size: 0;
  height: 32px;
  padding: 0;
  width: 32px;
}

body.md-dialog-is-showing {
  overflow: visible !important;
}

.nav-text {
  font-size: 15px;
}

@font-face {
  font-family: "Asa_Film_Title";
  src: url("/styles/fonts/ManukaCondensed-Black.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.menuBarContainer {
  padding-left: 30px;
  padding-right: 30px;
}

.menu-bar {
  display: flex;
  margin: auto;
  width: 50px;
  width: 90%;
  height: 34px;
  box-sizing: border-box;
  background: #292a2d;
  border: 0px solid #666674;
  border-radius: 8px;
  /* justify-content: space-between; */
}

.bar-V2 {
  height: 40px !important;
}

.menu-group {
  display: inline-flex;
  align-items: center;
}

.is-moving {
  transition: all 0.3s ease;
}

.menu-item {
  position: relative;
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #aaa;
  cursor: pointer;
  margin-top: 2px;
  height: 30px;
  margin-left: -1px;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 4px;
}

.item-V2 {
  height: 36px !important;
}

.menu-item-text {
  align-self: center;
}

.menu-item:first-child {
  /* border-top-left-radius: 25px;
  border-bottom-left-radius: 25px; */
  margin-left: 2px;
  border-radius: 20px 4px 4px 20px;
}

.item-V2:first-child {
  border-radius: 6px 4px 4px 6px !important;
}

.menu-item:last-child {
  border-right: none;
  margin-right: 2px;
  border-radius: 4px 20px 20px 4px;
}

.item-V2:last-child {
  border-radius: 4px 6px 6px 4px !important;
}

.menu-item.active {
  background: #bbb;
  color: #000000;
  transition: background-color 0.1s ease, color 0.1s ease;
}

.vertical-separator {
  position: absolute;
  right: 0;
  height: auto;
  top: 20%;
  bottom: 20%;
  background: rgba(170, 170, 170, 0.6588235294);
  width: 1px;
}

.video-wrapper {
  display: flex;
  position: absolute;
  justify-content: center; /* aligne horizontalement au centre */
  align-items: center; /* aligne verticalement au centre */
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  max-width: 100%; /* max-width au lieu de width pour éviter l'étirement */
  max-height: 100%; /* max-height au lieu de height pour éviter l'étirement */
  object-fit: contain; /* garde l'aspect ratio de la vidéo */
}

.upload-button-2 {
  border-style: dashed !important;
  border-radius: 12px !important;
  margin: 0px;
  padding: 0px;
}

/* Override ladda-button scale and border-radius for upload buttons in FILM/LOOP views */
.ladda-button.upload-button-2,
.ladda-button.upload-button-2:hover {
  transform: scale(1) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  padding: 0px !important;
}

.aspectR {
  aspect-ratio: 16/8;
  width: 100% !important;
  height: 100% !important;
}

.content-display {
  position: relative;
  z-index: 2;
  /* width: 432px;  */
  margin: auto; /* Ajoutez la taille que vous voulez */
  /* height: 250px;  Ajoutez la hauteur fixe ici */
  overflow: hidden; /* cache les parties de la vidéo qui dépassent */
  width: 100%;
  aspect-ratio: 16/8;
  /* text-align: center; 
  height: 100%;
  display: flex;
  align-items: center; */
}

.content-display {
  /* text-align: center; 
  height: 100%;
  display: flex;
  align-items: center; */
}

.Theme_Choose {
  border-radius: 12px;
  font-size: 15px;
  /* cursor: pointer; */
  margin-left: 0px !important;
  box-sizing: border-box;
  /* border: 1px solid rgba(250, 250, 250, 0.1); */
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  /* 
      width: 432px!important;
      height: 237px!important; */
  width: 100% !important;
  aspect-ratio: 16/8;
  background-image: url(../assets/images/UPLOAD_FILM_PNG.png) !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 0px;
  padding: 0px !important;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.InnerContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Theme_Choose .InnerRectangle {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 36px;
  background-color: #FFE9D0; /* la couleur que vous voulez */
  border-radius: 8px; /* à ajuster pour que l'arrondi semble de la même épaisseur que les bords */
  display: flex;
  align-items: center;
  justify-content: center;
}

#innerRectangleText {
  color: rgb(39, 42, 226); /* couleur initiale, sera mise à jour par le color picker */
  font-family: "Asa_Film_Title" !important;
  text-transform: uppercase;
  font-size: 50px !important; /* ajuster selon vos besoins */
  text-align: center !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  padding: 0px !important;
}

#innerRectangleText::placeholder {
  color: var(--placeholder-color, black) !important;
  /* color:blue!important; */
}

.TextUnderInnerRectangle {
  color: #fff; /* la couleur que vous voulez */
  text-align: center;
  z-index: 12;
  position: absolute;
  bottom: -2px;
  left: 22px;
  margin: 0px;
  padding: 0px; /* ajoutez l'espacement que vous souhaitez entre le InnerRectangle et le texte */
}

#colorPickerRectangle, #colorPickerText {
  color: #fff; /* la couleur que vous voulez */
  text-align: center;
  z-index: 12;
  position: absolute;
  bottom: 6px;
  right: 16px;
  margin: 0px;
  padding: 0px;
}

.pickr-container {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: flex-end;
  gap: 0px; /* change this value to adjust the space between elements */
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0px;
}

.pickr-label-container {
  display: flex;
  align-items: center;
  /* width: 116px; adjust this to change space between color picker and its label */
  right: 8px;
  padding-right: 16px;
  position: relative;
}

.pickr-label {
  color: #fff; /* change this to whatever color the labels should be */
  font-size: 14px; /* adjust this to change size of label text */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pickr-container .pcr-button {
  margin-right: 10px;
}

/* STYLES DU COLOR PICKER ( overides Pickr) */
.pcr-app {
  border-radius: 8px !important;
  background: #313131 !important;
}

.pcr-color-palette {
  height: 17em !important;
}

.pcr-app[data-theme=monolith] {
  width: 24em !important;
}

.pcr-color-preview {
  display: none !important;
}

.pickr {
  display: flex !important;
}

.pickr *, .pcr-app * {
  /* box-sizing: border-box;
  outline: none!important;
  border: none!important;
  -webkit-appearance: none;
  box-shadow:none!important; */
}

.pickr .pcr-button::after {
  transition: background 0s !important;
  border-radius: 0.15em;
}

.pickr .pcr-button {
  width: 18px !important;
  height: 18px !important;
  box-sizing: border-box;
  outline: none !important;
  border: none !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/* ////////////STYLE DES CARDS PHOTO */
.card_asa {
  width: 212px;
  position: relative;
  /* margin: 10px 0 20px 0; */
  /* margin: 10px 0 20px 0; */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
}

.card_asa .card-content {
  padding: 20px;
  /* border-radius: 0 0 2px 2px; */
}

/* style="border-style: dashed;width: 432px;  height: 237px; background-image: url(../assets/images/UPLOAD_FILM_PNG.png)!important; background-size: contain!important; background-position: center center; background-repeat:no-repeat;    margin-right: 0px !important; "
                                                                                         */
.upload-button {
  border-style: dashed !important;
  width: 432px !important;
  height: 237px !important;
  background-image: url(../assets/images/UPLOAD_FILM_PNG.png) !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 0px;
  padding: 0px !important;
}

.upload-label, .upload-label_S3 {
  color: #d5d6d7;
}

.upload-label_S4 {
  color: red;
}

.animate-me.ng-hide-add,
.animate-me.ng-hide-remove {
  transition: all ease 0.15s;
}

.animate-me.ng-hide-add.ng-hide-add-active,
.animate-me.ng-hide-remove {
  opacity: 0;
}

.animate-me.ng-hide-add,
.animate-me.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

/* 


.animate-me.ng-switch {
  transition: 0.5s linear all;
  opacity: 1;
}

.animate-me.ng-switch.ng-switch-out {
  opacity: 0;
}

.animate-me.ng-switch.ng-switch-in {
  opacity: 0;
  transition: 0.5s linear all;
} */
/* 
.animate-me.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}

.animate-me.ng-enter.ng-enter-active {
  opacity: 1;
}

.animate-me.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}

.animate-me.ng-leave.ng-leave-active {
  opacity: 0;
}
 */
.rowTec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* $swift-ease-out-duration: 0.4s !default;*/
/* $swift-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;*/
/* $swift-ease-out: all $swift-ease-out-duration $swift-ease-out-timing-function !default;*/
/* md-dialog {*/
/**/
/*   &.md-transition-in {*/
/*     opacity: 1;*/
/*     -webkit-transition: $swift-ease-out!important;*/
/*     transition: $swift-ease-out!important;*/
/*     -webkit-transform: scale(1.0);*/
/*             transform: scale(1.0);*/
/*   }*/
/*   &.md-transition-out {*/
/*     opacity: 0;*/
/*     -webkit-transition:$swift-ease-out!important;*/
/*     transition: $swift-ease-out!important;*/
/*     -webkit-transform:  scale(0.9);*/
/*             transform:  scale(0.9);*/
/*   }*/
/* }*/
md-input-container .md-errors-spacer {
  float: right;
  min-height: 16px;
  min-width: 1px;
}

.mdNoIput {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 28px, 0) scale(1);
  transform: translate3d(0, 28px, 0) scale(1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  -webkit-transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
  cursor: default;
}

@media (min-width: 991px) {
  .LeftCollapse {
    padding-left: 250px !important;
    margin-left: 0px !important;
  }
}
.NoCollapse {
  padding-left: 64px !important;
  margin-left: 0px !important;
}

.label-warning {
  background-color: #ff9d28 !important;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  color: #d5d6d7 !important;
}

.md-dialog-container {
  z-index: 1001 !important;
}

md-autocomplete input:not(.md-input) {
  color: white;
  font-size: 20px;
}

.md-datepicker-button {
  display: none;
}

.md-icon-button + .md-datepicker-input-container {
  margin-left: 4px;
}

._md-datepicker-has-triangle-icon {
  margin-right: 0px;
}

.SearchIn {
  border: 0;
  background-color: transparent;
  font-size: 35px;
  font-weight: normal;
  width: 100%;
  padding-left: 0;
  line-height: 1;
  color: #d5d6d7 !important;
}

.md-default-theme .md-datepicker-input, .md-datepicker-input {
  color: #d5d6d7;
}

.md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle, .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #d5d6d7;
}

.md-default-theme .md-datepicker-input-container, .md-datepicker-input-container {
  border-bottom-color: #d5d6d7;
}

.md-default-theme .md-datepicker-input-container.md-datepicker-focused, .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #e40d2f;
}

.md-datepicker-input {
  font-size: 15px;
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #e40d2f;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #e40d2f;
}

/* .ng-animate.no-animate {*/
/*     transition: 0s none!important;*/
/*     -webkit-transition: 0s none!important;*/
/*     animation: 0s none!important;*/
/*     -webkit-animation: 0s none!important;*/
/* }*/
.ng-leave {
  display: none;
} /*permet d'éviter le chevauchage de textes ngIF;*/
md-input-container.md-default-theme .md-input, md-input-container .md-input {
  color: #d5d6d7 !important;
  border-color: rgba(250, 250, 250, 0.1) !important;
  /* border-color: rgba(204, 173, 173,0)!important;*/
}

.md-autocomplete-suggestions li {
  color: #d5d6d7 !important;
  background-color: #2d3138 !important;
  height: 60px !important;
  line-height: 41px !important;
  /* background-color: lighten($theme_dark_page_bg, 10%)!important;*/
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: inherit !important;
}

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

md-virtual-repeat-container {
  margin-top: 18px !important;
  z-index: 1100 !important;
}

.md-autocomplete-suggestions-container.md-default-theme li.selected, .md-autocomplete-suggestions-container li.selected, .md-autocomplete-suggestions-container.md-default-theme li:hover, .md-autocomplete-suggestions-container li:hover {
  background: #4c4e52;
}

.md-select-value {
  color: #d5d6d7 !important;
}

.md-select-icon {
  color: #d5d6d7 !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
  border-bottom-color: rgba(250, 250, 250, 0.1) !important;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: rgba(250, 250, 250, 0.6) !important;
}

.theme-gray md-autocomplete.md-default-theme, .theme-gray md-autocomplete, .theme-dark md-autocomplete.md-default-theme, .theme-dark md-autocomplete {
  background-color: inherit !important;
}

md-radio-button.md-default-theme .md-off, md-radio-button .md-off {
  border-color: rgba(250, 250, 250, 0.4);
}

md-nav-bar md-nav-ink-bar,
md-nav-bar.md-default-theme md-nav-ink-bar {
  color: #ff0045 !important;
  background: #ff0045 !important;
  /*rgb(102,187,106);*/
  bottom: -1px !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */
  cursor: default;
}

.BtnWithIcon {
  vertical-align: middle;
  height: 43px;
  /* margin-left: 0px !important;*/
}

.iconInBtn {
  font-size: 26px !important;
  /*30before*/
  color: theme_dark_text_color;
  padding-right: 2px;
  /* padding-left: 6px;*/
  vertical-align: middle;
  margin-top: 1px;
}

.DisplayNONE {
  display: none;
}

.box {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
}

.angular-ui-tree-empty {
  background-color: initial !important;
  background-image: initial !important;
  border: 0px !important;
}

.angular-ui-tree-placeholder {
  background-color: initial !important;
  background-image: initial !important;
  border: 0px !important;
}

/*//////////////////BOTTOM  REEL FILMS //////////////////*/
.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
  height: 24px;
  vertical-align: middle;
}

.bottomSheetdemoBasicUsage .md-grid-item-content {
  height: 90px;
  padding-top: 10px;
}

.bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
  height: 48px;
  width: 48px;
}

.bottomSheetdemoBasicUsage .md-grid-text {
  padding-bottom: 5px;
}

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item .md-list-item-inner {
  min-height: 48px;
}

.bottomSheetdemoBasicUsage h2 {
  line-height: 36px;
  padding-top: 10px;
}

.bottomSheetdemoBasicUsage .md-subheader .md-subheader-inner {
  padding: 0;
}

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
  background-color: #B14141;
}

.bottomSheetdemoBasicUsage md-toast > * {
  font-weight: bolder;
}

/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license.
*/
/*/
/////////////////   DIALOG    /////////////////////////////*/
.cancelBtn {
  opacity: 0.65;
  -webkit-transition: opacity 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: opacity 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.cancelBtn:hover {
  opacity: 1;
}

.dialogTitle {
  font-size: 21px;
  width: 100%;
  text-transform: capitalize;
}

.dialogMainText {
  font-size: 21px;
  width: 100%;
  color: #d5d6d7;
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  font-weight: 300;
  /* text-transform: uppercase;*/
}

.dialogFooterText {
  width: 100%;
  color: #d5d6d7;
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

md-dialog-actions {
  width: 100% !important;
  padding-right: 20px !important;
  padding-bottom: 11px;
  /* padding-top: 30px !important;*/
  text-align: right !important;
  display: block !important;
}

/*BACKGROUND du Dialog*/
md-dialog {
  color: #d5d6d7;
  background-color: rgb(23.7375, 25.05625, 29.0125) !important;
  border-radius: 5px !important;
}

/*BACKGROUND OPAQUE DE TOUTE LA FENETRE EN OVER*/
md-dialog {
  overflow-y: scroll;
}

md-dialog::-webkit-scrollbar {
  display: none;
}

md-dialog {
  -ms-overflow-style: none; /* IE et Edge */
  scrollbar-width: none; /* Firefox */
}

md-dialog {
  /* background-color: blue!important;*/
  -webkit-transition: all 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: all 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.boximage2 {
  /* background-color: blue!important;*/
  -webkit-transition: all 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: all 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.boximage {
  Z-INDEX: 2;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.progress-bar-Hor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  background-color: #2196F3;
  background-color: #ffffff;
  clip-path: inset(0px 100% 0px 0px);
}

/***************************************

MODAL FILM

/*****************************************/
.modal-content-film {
  background-color: black !important;
  color: white !important;
}

.modal-body-film {
  height: calc(100% - 162px);
  background-color: black !important;
}

.modal-title-film {
  line-height: 1 !important;
  -webkit-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -moz-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -o-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -ms-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
}

.modal-title-film-chrome-Firefox {
  margin-top: -7px;
}

.modal-film {
  z-index: 1500;
}

.modal-news {
  overflow: auto;
}

.modal-film .close-film {
  color: white !important;
}

.FilmInfoTitre {
  font-size: 24px;
}

.FilmInfoSSTitre {
  font-size: 15px;
}

.modal-header-film .close-film {
  right: 11px;
  top: 16px;
  position: absolute;
  height: 35px;
  width: 35px;
  display: block;
  background: url("../assets/images//whiteArr.png") no-repeat 0px 0px/35px 35px transparent;
  opacity: 0.8 !important;
  z-index: 1000000;
}

.modal-header-film {
  border-bottom: 0px !important;
  padding: 0px !important;
  height: 60px;
  min-height: 16.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-header-film h4 {
  text-align: center;
  /*padding-top: 9px;*/
  font-family: "cosmicFont_light";
  font-size: 34px;
  color: #FFFFFF;
}

.modal-body-film {
  position: relative;
  padding: 0px !important;
}

.modal-footer-film {
  text-align: center !important;
  margin: auto !important;
  border-top: 0px !important;
  padding: 0px !important;
}

.fadein-start {
  opacity: 0 !important;
  -webkit-transition: opacity 3600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 3600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fadein {
  opacity: 1 !important;
}

.fadein03 {
  opacity: 0.3 !important;
}

.videoFilmInfos {
  -webkit-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -moz-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -o-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -ms-transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
  -transition: opacity 1600ms cubic-bezier(0.17, 0.03, 0.14, 1);
}

.videoFilmInfos-chrome-Firefox {
  margin-top: 5px;
}

.videoFilmInfos h2 {
  /*margin-top: 10px !important;
  margin-bottom: 0px !important;*/
}

.videoFilmInfos p {
  margin: 12px 0px 0px !important;
}

.asa-video-Container {
  height: 100%;
  background-color: black;
}

.asa-video-Box {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*height: 100%;A AJOUTER SI ON VEUT LES CONTROLS EN BAS*/
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
  right: 0px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  top: 50%;
}

.asa-videoInter-Box {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*height: 100%;A AJOUTER SI ON VEUT LES CONTROLS EN BAS*/
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
  right: 0px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  top: 50%;
}

.asa-modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #cc1eb5;*/
  /* -webkit-flex-wrap: nowrap; */
  /* flex-wrap: nowrap; */
  height: 100%;
  /* -webkit-flex-wrap: nowrap; */
  /* flex-wrap: wrap; */
  position: relative;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  /* background-color: red;*/
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.asa-modal-top {
  /*background-color: #fb00db;*/
  background-color: #000000;
  width: 100%;
  -webkit-flex: auto;
  /* flex: 1 1 auto; */
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /* -webkit-flex: 0 1 auto; */
  /* position: absolute; */
  position: relative;
  /*height: 8%;*/
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "cosmicFont_light";
  font-size: 34px;
  color: #FFF;
}

.asa-modal-top .close-film {
  right: 11px;
  top: 16px;
  position: absolute;
  height: 35px;
  width: 35px;
  display: block;
  background: url("../assets/images//whiteArr.png") no-repeat 0px 0px/35px 35px transparent;
  opacity: 0.8 !important;
  z-index: 15;
}

#video_overlays {
  position: absolute;
  float: left;
  width: 100%;
  /* min-height: 100%; */
  height: calc(87% - 138px);
  /* background-color: red; */
  z-index: 300000;
}

.asa-modal-middle {
  /*background-color: #fb00db;*/
  background-color: #000000;
  width: 100%;
  /*max-height: calc(83% - 160px);*/
  /*max-height: calc(94% - 125px);*/
  /*min-height: calc(87% - 138px);*/
  /*height: calc(87% - 138px);*/
  /*height: 78%;*/
  /* -webkit-flex: auto; */
  /* flex: 1 1 auto; */
  /* flex-grow: 1; */
  /* flex-shrink: 1; */
  /* flex-basis: auto; */
  /* display: flex; */
  /* align-items: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-orient: vertical;
  /* justify-content: center; */
  -ms-flex-wrap: center;
  flex-wrap: center;
  /* white-space: nowrap; */
  /* -webkit-order: 1; */
  /* -webkit-flex: 0 1 auto; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* min-width: 0; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /*-webkit-box-align: center;
  -moz-box-align:center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;*/
  -webkit-box-pack: center;
  -moz-box-pack-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* max-height: 80%; */
  /* transform: scale(10); */
  /* -webkit-flex: 1 0 auto; */
}

.asa-modal-bottom {
  /*background-color: #fb00db;*/
  background-color: #000000;
  width: 100%;
  -webkit-flex: auto;
  /* flex: 1 1 auto; */
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /* -webkit-flex: 0 1 auto; */
  /* position: absolute; */
  position: relative;
  /*height: 14%;*/
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "cosmicFont_light";
  font-size: 34px;
  color: #FFF;
}

.fadein-start {
  opacity: 0 !important;
  -webkit-transition: opacity 3600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 3600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.clear {
  clear: both;
}

.VidCont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MainVideoPlayer-dimensions {
  /* width: 100%!important; */
  /*height: initial!important;*/
  /*position: relative !important;*/
  width: 100% !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-orient: vertical;
}

/*.vjs-tech {
    height: initial!important;
  }*/
.vjs-control-bar {
  z-index: 1000000 !important;
}

.video-js {
  position: relative;
  color: #fff;
  background-color: #000;
}

.video-js .vjs-tech {
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative !important;
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  /*position: relative !important;
  width: 100% !important;*/
  /* height: auto !important; */
}

.video-js .vjs-big-play-button {
  display: none;
  visibility: hidden;
}

/* .vjs-poster {*/
/*         // display: inline-block!important;*/
/*       }*/
.vjs-poster:focus {
  outline: none;
}

.video-js .vjs-control-bar {
  background: black;
  background-color: rgba(37, 37, 37, 0.7) !important;
}

.video-js .vjs-slider {
  background: white;
  background: rgba(154, 154, 154, 0.75) !important;
}

.video-js .vjs-load-progress {
  /*background: #bfc7d3;*/
  background: rgba(162, 162, 162, 0.5) !important;
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(154, 154, 154, 0.75) !important;
}

/* //////////////////////MDDIALOG SULLSCREEN*/
.md-dialog-FS {
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  width: 100%;
  height: 100%;
}

md-backdrop {
  z-index: 50 !important;
}

/*/
///////////////   CHECKBOX  ////////////////////////////*/
.input-colorPicker:after,
.input-colorPicker:before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0.6rem;
  height: 2px;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.input-colorPicker {
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 32px;
  font-size: inherit;
  border-radius: 0.125rem;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  color: #353a41;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
}

.input-checkbox:checked {
  background-color: #9acffa;
}

.about-auto-updates input {
  margin-right: 0.5em;
}

/* Fix espacement boutons reels */
.reel-actions-absolute {
  gap: 16px !important;
}

.reel-toggle {
  margin-right: 8px;
}

.input-checkbox {
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: inherit;
  border-radius: 0.125rem;
  background-color: rgba(118, 123, 133, 0.16);
  -webkit-transition: background-color 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: background-color 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.input-checkbox:after,
.input-checkbox:before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0.6rem;
  height: 2px;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.inlineTABLE {
  display: inline-table !important;
}

.radio-off {
  color: red;
}

.radio-url {
  color: blue;
}

/*/
////////////////////TABS////////////////////////*/
/* HideTbabsHeader*/
.tabHeaderhider {
  /* color:red;*/
}

.tabHeaderhider > md-tabs-wrapper {
  display: none !important;
}

.theme-dark md-tabs {
  -webkit-transition: none !important;
  transition: none !important;
}

.page-profile .profile-header {
  height: 160px !important;
  padding: 94px 34px 65px !important;
}

.centerTabs {
  text-align: center;
  width: 100%;
}

.centerTabs_2 {
  text-align: left;
  display: inline-block;
  width: 668px;
}

._md-nav-bar-list .page-with-tabs > md-tabs > md-tabs-wrapper {
  /* padding: 0 15px; */
  background-color: rgb(12.2625, 12.94375, 14.9875) !important;
}

._md-nav-bar-list {
  /* padding: 0 15px; */
  background-color: rgb(12.2625, 12.94375, 14.9875) !important;
}

.darkBG {
  background-color: rgb(12.2625, 12.94375, 14.9875) !important;
}

.page-profile .profile-header {
  margin: 0 !important;
}

.md-tab {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */
}

._md-nav-button-text {
  font-size: 13px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.8px !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  color: #d5d6d7 !important;
  /* Non-prefixed version, currently
                               not supported by any browser */
}

.animateAll {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*/
///////////////////////////     REELS TALENT      //////////////////////////////////////*/
.titleReelRub {
  font-size: 21px;
  font-weight: 300 !important;
}

.trash > md-icon {
  -webkit-transition: color 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
  transition: color 0.16s cubic-bezier(0.5, 0.15, 0.2, 1);
}

.trash:hover > md-icon {
  color: red !important;
}

/*/


///////////////////////CLOSE BTN////////////////////////*/
.modal_close_Btn:hover {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .modal_close_Btn {
    top: 12px;
    right: 12px;
  }
}
.modal_close_Btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 2px solid #2C2C2C;
  border-radius: 50%;
  font-size: 0;
  background: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.modal_close_Btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icons/modal_close.svg");
  vertical-align: middle;
}

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

.modal_close_Btn:focus {
  outline: none;
  /* outline: 5px auto -webkit-focus-ring-color; */
}

.asa-btn {
  margin-left: 10px !important;
  border-radius: 2.2rem;
  /* display: flex; */
  align-items: center;
  /* position: relative; */
  height: 3.2rem;
  /* padding: 0 0.5rem; */
  white-space: nowrap;
  overflow: hidden;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid white;
  border-radius: 2.2rem;
  cursor: pointer;
  transition: color 0.4s ease, border-color 0.4s ease;
}

.DTC_grabbing > * {
  cursor: grabbing;
}

.DragToClose:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.DTC_open > * {
  display: block;
  pointer-events: all;
}

.DragToClose:hover {
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  width: 18rem;
  margin: 0 auto;
  z-index: 1;
}

.DTC_closed > * {
  display: none;
  pointer-events: none;
}

.DragToClose:after {
  z-index: 300;
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8rem;
  height: 0.5rem;
  background: hsla(0, 0%, 100%, 0);
  border-radius: 0.5rem;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, width 0.2s ease-out;
}

.DragToClose:after {
  background: hsla(0, 0%, 100%, 0.1);
}

.DragToClose:hover:after {
  width: 12rem;
  background: #FFF;
}

@media (min-width: 45em) {
  .Main_main__drag__vimlp:after, .Main_open__OTN_5:not(.Main_details__rv6BC) .Main_main__drag__vimlp:after {
    top: 1rem;
  }
}
.NotVisible {
  visibility: hidden !important;
  display: none !important;
}

.Visible {
  visibility: visible !important;
  display: initial !important;
}

.opa1 {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.opa0 {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.IconCheckField {
  position: absolute;
  margin-left: -32px;
  padding-top: 7px;
  color: #9acffa !important;
  text-shadow: 0 0 1rem rgb(0, 167, 230);
  /* box-shadow: 0 0 1rem rgba(0, 167,230, 2.3);*/
}

.form-control {
  font-size: 15px !important;
  font-weight: 300 !important;
  height: 38px;
  letter-spacing: 0.5px !important;
  display: inline-block;
  padding-right: 43px;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: #d5d6d7 !important;
  border-radius: 6px;
}

.theme-dark .box-default {
  background-color: rgb(23.7375, 25.05625, 29.0125) !important;
  /*#26272e;*/
}

label {
  margin-left: 4px !important;
  font-size: 14px !important;
}

/*CHANGE LA COULEUR DU AUTOCOMPLETE*/
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #d5d6d7;
}

.box-header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid transparent;
  border-radius: -0.8rem -0.8rem 0 0;
  font-weight: 500;
  font-size: 21px;
  font-weight: 300 !important;
}

.md-button.md-accent[disabled],
.md-button.md-default-theme.md-accent[disabled],
.md-button.md-default-theme.md-fab[disabled],
.md-button.md-default-theme.md-raised[disabled],
.md-button.md-default-theme.md-warn[disabled],
.md-button.md-default-theme[disabled],
.md-button.md-fab[disabled],
.md-button.md-raised[disabled],
.md-button.md-warn[disabled],
.md-button[disabled] {
  color: #d5d6d7 !important;
  cursor: default !important;
}

.md-button.md-default-theme.md-fab[disabled],
.md-button.md-default-theme.md-raised[disabled],
.md-button.md-fab[disabled],
.md-button.md-raised[disabled] {
  background-color: rgb(12.2625, 12.94375, 14.9875) !important;
}

/*/
///////////////////////LIST FILMS////////////////////////*/
.ToBeFade {
  opacity: 0;
}

.backGroundBlack {
  background-color: black;
}

.panel-body {
  padding: 24px !important;
  background: black !important;
  border-radius: 0px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  cursor: pointer !important;
  line-height: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgb(6.525, 6.8875, 7.975) !important;
  /*  border-width:2px!important;*/
  /*  border-color: red!important;*/
  /*  border-style: solid!important;*/
}

.films_list_Style {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3px;
  border-radius: 6px 8px 8px 6px;
}

.films_Table {
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgb(6.525, 6.8875, 7.975) !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
  width: 100% !important;
  /*   border-width:1px!important;*/
  /*   border-color: red!important;*/
  /* border-style: solid!important;*/
}

/**/
/* td{*/
/*     border-width:1px!important;*/
/*   border-color: red!important;*/
/*   border-style: solid!important;*/
/* }*/
.TR_FILM_LIST {
  height: 85px !important;
  margin-top: 15px !important;
  background-color: rgb(6.525, 6.8875, 7.975) !important;
  /* border-radius: 14px!important;*/
  /* border-width:1px!important;*/
  /* border-color: red!important;*/
  /* border-style: solid!important;*/
}

.content_Film_Processing {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.ModalFilmStatus {
  display: block;
  margin-bottom: -11px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}

.CenterFilmStatus {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*/
////////////*/ /****************  PIC FILM   **************************/ /*/////////////*/
.colorPicFilmBACKground {
  background-position: center center;
  position: absolute;
  background: radial-gradient(circle, rgba(87, 87, 87, 0.4588235294), rgba(59, 59, 59, 0.4588235294));
}

.picFilmImage {
  position: absolute;
  z-index: 1;
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
}

.progress-text {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 105px; /* Définissez une largeur fixe selon vos besoins */
}

.content-progr {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* Centre le texte et les éléments inline-block horizontalement */
  /* Si vous avez besoin d'un espacement entre les éléments, utilisez margin. Exemple : */
  /* margin-bottom: 10px; */
}

.progr-enc-container {
  width: 124px;
  height: 10px;
  background-color: rgba(65, 65, 65, 0.8235294118); /* Couleur du fond */
  border-radius: 5px; /* Bouts arrondis */
  overflow: hidden; /* Important pour conserver les bouts arrondis sur la barre de progression */
}

.progr-enc-container-large {
  width: 67%;
  height: 10px;
  background-color: rgba(65, 65, 65, 0.8235294118); /* Couleur du fond */
  border-radius: 5px; /* Bouts arrondis */
  overflow: hidden; /* Important pour conserver les bouts arrondis sur la barre de progression */
}

.progr-bar-enc {
  height: 100%;
  width: 0;
  background-color: #ffffff; /* Couleur de la barre de progression */
  transition: width 0.4s ease-out; /* ✅ Animation CSS fluide */
}

.minutesDisplay {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  width: 70px !important;
}

.TD_PIC_FILM {
  cursor: pointer !important;
  width: 182px;
  height: 85px;
  padding: 0;
  margin: 0;
}

.Div_Pic_Film_List {
  width: 154px;
  height: inherit;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.HEIGHT_PIC_FILM_LIST-old {
  max-height: 68px;
  height: 68px;
  width: 121px;
  margin-left: 6px;
  margin-right: 6px;
  /* max-height: 120px; */
}

.HEIGHT_PIC_FILM_LIST {
  max-height: 85px;
  height: 85px;
  width: 154px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 6px;
  border: 1px solid rgb(6.525, 6.8875, 7.975);
  /* max-height: 120px; */
}

.HEIGHT_PIC_FILM_LIST_REEL {
  max-height: 160px;
  height: 160px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

/* @mixin for-big-desktop-1920 {*/
/*   @media (min-width: 1920px) { @content; }*/
/* }*/
.FIlmsInReels {
  padding-right: 2px !important;
  padding-left: 2px !important;
}
@media (max-width: 768px) {
  .FIlmsInReels {
    /* -webkit-box-flex: 0;*/
    /* -ms-flex: 0 0 33.333%;*/
    /* flex: 0 0 33.333%;*/
    width: 100%;
    height: 250px !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .FIlmsInReels {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 117.66667%;
    height: 235px !important;
    margin-top: -6px;
    overflow: hidden;
  }
}
@media (min-width: 1294px) {
  .FIlmsInReels {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 117.66667%;
    height: 235px !important;
    margin-top: -6px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .FIlmsInReels {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 117.66667%;
    height: 235px !important;
    margin-top: -6px;
    overflow: hidden;
  }
}

.BTNS_NEWSLETTER {
  padding-right: 2px !important;
  padding-left: 2px !important;
}
@media (max-width: 768px) {
  .BTNS_NEWSLETTER {
    /* -webkit-box-flex: 0;*/
    /* -ms-flex: 0 0 33.333%;*/
    /* flex: 0 0 33.333%;*/
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .BTNS_NEWSLETTER {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 117.66667%;
    overflow: hidden;
  }
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  margin-left: 50px !important;
}

.btn {
  margin-right: 8px;
}

.angular-ui-tree-handle {
  background: #f8faff;
  border: 0px solid #dae2ea;
  color: #7c9eb2;
  padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

tr.angular-ui-tree-empty {
  height: 100px;
}

.group-title {
  background-color: #687074 !important;
  color: #FFF !important;
}

/* --- Tree --- */
.tree-node {
  border: 1px solid #dae2ea;
  background: #f8faff;
  color: #7c9eb2;
}

.nodrop {
  background-color: #f2dede;
}

.tree-node-content {
  margin: 10px;
}

.tree-handle {
  padding: 10px;
  background: #428bca;
  color: #FFF;
  margin-right: 10px;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.AddFilmToREEL {
  background-color: red;
  background-size: auto 68px;
  background-repeat: no-repeat;
  max-height: 70px;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  border: 1px solid rgb(136.75, 142.125, 158.25);
  /* border: 3px solid #000000;*/
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.AddFilmToREEL:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.bg-color-asa {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(255, 255, 255, 0.87);
}

.bg-color-asa:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(255, 255, 255, 0.87);
}

@media (min-width: 600px) {
  .tablet-portrait-up {
    background: purple;
  }
}

.asa-spinner {
  animation: asa-spin-rotate 2s linear infinite;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 0;
  width: 22px;
  height: 22px;
}
.asa-spinner .asa-path {
  stroke: hsl(0, 0%, 100%);
  stroke-linecap: round;
  animation: asa-dash 1.5s ease-in-out infinite;
}

@keyframes asa-spin-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes asa-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.videoTabPic {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

.vjs-loading-spinner {
  display: none !important; /* Cache le spinner par défaut */
}

.PLAYER_PIC {
  background-image: url("../assets/images//FLECHE-PLAYER_PNG.png");
  background-size: auto 86px;
  background-repeat: no-repeat;
  max-height: 90px;
  height: 85px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  z-index: 3;
  opacity: 0;
  border: 1px solid rgba(88, 89, 90, 0.8117647059);
  border-radius: 6px;
  /* border: 3px solid #000000;*/
  /* for Safari */
  background-clip: padding-box;
  background-position: center;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.PLAYER_PIC:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.PicCover {
  background-size: cover;
}

.picContain {
  background-size: contain;
}

.fade-in-trans.PicBlur {
  opacity: 0.5 !important;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -webkit-transition: opacity 6s, filter 0s, -webkit-filter 0s;
  transition: opacity 6s, filter 0s, -webkit-filter 0s;
}

.fade-in-trans.PicClear {
  opacity: 1 !important;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -webkit-transition: opacity 2s, filter 2s, -webkit-filter 2s;
  transition: opacity 2s, filter 2s, -webkit-filter 2s;
}

.PicBlur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.PicClear {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.Fade0InstantPic {
  opacity: 0;
  -webkit-transition: opacity 0.01s;
  transition: opacity 0.01s;
}

.Fade0Pic {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.FadeInPic {
  opacity: 1;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

.FadeInPicEncoding {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.FadeOutBonjour {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.FadeInBonjour {
  opacity: 0.3 !important;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

@keyframes fadeInTrans {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutTrans {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes reelFadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: brightness(1);
  }
  25% {
    opacity: 0.8;
    transform: scale(0.98) translateY(-3px);
    filter: brightness(0.9);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.95) translateY(-8px);
    filter: brightness(0.7);
  }
  75% {
    opacity: 0.2;
    transform: scale(0.92) translateY(-12px);
    filter: brightness(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.85) translateY(-15px);
    filter: brightness(0.3);
  }
}
.fade-out-trans {
  opacity: 0;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

.instant-fade-in {
  opacity: 1;
  animation: none !important; /* Assurez-vous que cette règle a la priorité sur les autres animations */
}

.fade-out-inst {
  opacity: 0 !important;
  transition: opacity 0s;
}

.fade-in-trans {
  opacity: 1 !important;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

.content-progr:not(.phase-visible) {
  display: none !important;
}

.instant-fade-out {
  animation: fadeOutTrans 0s forwards;
  opacity: 0 !important;
  animation: none !important; /* Assurez-vous que cette règle a la priorité sur les autres animations */
}

.fade-in-anim {
  opacity: 1;
  animation: fadeInTrans 1s forwards;
}

.fade-out-anim {
  opacity: 0;
  animation: fadeOutTrans 1s forwards;
}

.reel-fade-out {
  animation: reelFadeOut 0.6s ease-out forwards !important;
  pointer-events: none !important; /* Désactiver les interactions pendant l'animation */
  z-index: 10 !important; /* S'assurer que l'animation est visible par dessus */
}

.InfoFilm_LIST {
  height: 85px !important;
  vertical-align: middle !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* width:50%;*/
  /* position: relative;*/
  /* Empêcher le focus pour éviter les erreurs aria-hidden */
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.InfoFilm_LIST:focus {
  outline: none;
  box-shadow: none;
}

.Title_Film_LIST {
  color: white !important;
  /* font-size: 1.8rem;*/
  font-size: 16px;
  margin-top: auto;
  /* max-width: 50px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.8px !important;
  /* position: absolute;*/
}

.Rea_Film_LIST {
  /* font-size: 1.4rem;*/
  font-size: 13px;
  /* margin-top: 2px;*/
  margin-top: 4px;
  color: #c8c8c9 !important;
  text-overflow: ellipsis;
  letter-spacing: 0.4px !important;
}

.IconAlignHEADER {
  height: 32px !important;
}

.IconAlign {
  height: 85px;
  position: relative;
  /* width:40px!important;*/
  /* border-width:1px!important;*/
  /* border-color: red!important;*/
  /* border-style: solid!important;*/
  text-align: center;
  margin: auto;
  background-color: rgb(6.525, 6.8875, 7.975) !important;
}

.IconAlignTec {
  height: 70px;
  position: relative;
  /* width:40px!important;*/
  /* border-width:1px!important;*/
  /* border-color: red!important;*/
  /* border-style: solid!important;*/
  text-align: center;
  margin: auto;
  background-color: rgb(6.525, 6.8875, 7.975) !important;
}

.spaceW {
  width: 10%;
}

.onAirW {
  width: 40px;
}

.icon-spin1 {
  height: 85px;
  width: 80px;
  background-color: red !important;
  color: white !important;
}

.onAirIcon {
  /* max-height: 14px;*/
  width: 14px;
  height: 14px;
  background-image: url("../assets/images//GreenLed.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* background-color: green!important;*/
}

.offAirIcon {
  width: 14px;
  height: 14px;
  background-image: url("../assets/images//RedLed.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.EncodingIcon {
  width: 14px;
  height: 14px;
  background-image: url("../assets/images//BlueLed.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-iteration-count: infinite;
  /* Chrome, Safari, Opera */
  animation-iteration-count: infinite;
  -webkit-animation-name: clignote;
  /*on affecte l'animation clignote à notre bouton*/
  animation-name: clignote;
  -webkit-animation-duration: 0.5s;
  /*on définit la durée de l'animation à 1s*/
  animation-duration: 0.5s;
}

@-webkit-keyframes clignote {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clignote {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.icon {
  display: block;
  background-repeat: no-repeat;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shareW {
  width: 40px;
}

.shareIcon {
  height: 22px;
  width: 22px;
  background-image: url("../assets/images//icons/ic_share_white_48dp_2x.png");
  background-size: auto 22px;
}

.infoW {
  width: 40px;
}

.infoIcon {
  height: 22px;
  width: 22px;
  background-image: url("../assets/images//icons/ic_info_outline_white_48dp_2x.png");
  background-size: auto 22px;
}

.moreW {
  width: 30px;
}

.moreIcon {
  height: 26px;
  background-image: url("../assets/images//icons/ic_more_vert_white_48dp_2x.png");
  background-size: 26px 26px;
}

.moveIcon {
  height: 56px;
  background-image: url("../assets/images//icons/MoveIcon.png");
  background-size: 56px;
  background-repeat: no-repeat;
}

.playIcon {
  height: 36px;
  background-image: url("../assets/images//icons/PlayIcon.png");
  background-size: 36px;
  background-repeat: no-repeat;
}

.closeIcon {
  height: 36px;
  background-image: url("../assets/images//icons/CloseIcon.png");
  background-size: 36px;
  background-repeat: no-repeat;
}

.addIcon {
  height: 66px;
  background-image: url("../assets/images//icons/AddIcon.png");
  background-size: 66px;
  background-repeat: no-repeat;
}

.marginRight {
  width: 20px;
}

.theme-dark .card-white {
  background-color: rgb(6.525, 6.8875, 7.975) !important;
}

/*/



background-color: #2a2e39;


///////////////////////         FICHE FILM       //////////////////*/
.HEIGHT_PIC_FILM_FICHE {
  /* max-height: 120px;*/
  /* height: 120px;*/
  /* */ /* width: 121px; */ /**/
  /* margin-left: 6px;*/
  /* margin-right: 6px;*/
  height: 240px;
  height: 310px;
  /* width: 121px; */
  margin-left: 6px;
  margin-top: 8px;
  margin-right: 6px;
  width: 100%;
  background-repeat: no-repeat !important;
  text-align: center !important;
  margin-right: 0px !important;
}

.md-toolbar-tools > .md-button:last-child {
  margin-right: -22px !important;
}

.inputTitreFilm {
  text-align: left !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(171, 171, 171, 0.333) !important;
  color: #d5d6d7 !important;
  padding: 0px !important;
  font-size: 21px !important;
  font-weight: 400 !important;
}

.inputTitreReel {
  text-align: left !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #d5d6d7 !important;
  padding: 0px !important;
  font-size: 21px !important;
  font-weight: 400 !important;
}

.backInputs {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(171, 171, 171, 0.333) !important;
  color: #d5d6d7 !important;
}

.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 8px !important;
  padding-left: 4px !important;
}

.md-chips md-chip .md-chip-remove md-icon svg {
  height: 62% !important;
  opacity: 0.8;
}

.md-chips md-chip .md-chip-content {
  font-weight: 300 !important;
}

/* do not group these rules */
*::-webkit-input-placeholder {
  color: #616a6f !important;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #616a6f !important;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #616a6f !important;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #616a6f !important;
}

.theme-gray md-chips.md-default-theme md-chip, .theme-gray md-chips md-chip, .theme-dark md-chips.md-default-theme md-chip, .theme-dark md-chips md-chip {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

md-chips.md-default-theme .md-chips .md-chip-input-container input, md-chips .md-chips .md-chip-input-container input {
  color: #d5d6d7 !important;
}

.md-chips md-chip {
  border-radius: 2px !important;
}

.color-picker {
  z-index: 1500 !important;
}

[class^=number-slide],
[class*=" number-slide"] {
  background: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;
}

.number-slide1 {
  background: #070708;
}

.number-slide2 {
  background: rgb(255, 75, 64);
  background: linear-gradient(128deg, rgb(255, 154, 63) 0%, rgb(255, 75, 64) 100%);
}

.number-slide3 {
  background: rgb(182, 255, 64);
  background: linear-gradient(128deg, rgb(182, 255, 64) 0%, rgb(63, 255, 71) 100%);
  background: linear-gradient(128deg, rgb(189, 255, 83) 0%, rgb(43, 250, 82) 100%);
}

.number-slide4 {
  background: rgb(64, 255, 242);
  background: linear-gradient(128deg, rgb(64, 255, 242) 0%, rgb(63, 188, 255) 100%);
}

.number-slide5 {
  background: rgb(255, 64, 156);
  background: linear-gradient(128deg, rgb(255, 64, 156) 0%, rgb(255, 63, 63) 100%);
}

.number-slide6 {
  background: rgb(64, 76, 255);
  background: linear-gradient(128deg, rgb(64, 76, 255) 0%, rgb(174, 63, 255) 100%);
}

/*/////////////////////REELS/////////////////*/ /*/*/
ol.player-cards {
  margin-bottom: 20px;
}

ol,
ul {
  list-style: none;
}

ol.list-of-scrolling-rows li.scrolling-row {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}

ol.list-of-scrolling-rows li.scrolling-row div.scrolling-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

ol.player-cards li.scrolling-row .scrolling-row-intro.player-info {
  -webkit-box-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  padding-left: 140px;
  padding-right: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
}

body.no-scrollbar ol.dribbbles,
body.with-scrollbar ol.dribbbles {
  display: block;
}

body.with-scrollbar ol.dribbbles {
  max-width: 2020px;
}

ol.dribbbles {
  max-width: 2000px;
  margin: 0 auto;
}

ol.dribbbles.scrollable,
ol.portal-list-members.scrollable {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: static;
  max-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

ol.player-cards li.scrolling-row h2 {
  max-height: none;
  margin: 0;
  padding: 0 0 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

ol.player-cards li.scrolling-row h2 a img.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  margin: 2px 15px 0 0;
  max-height: 120px;
  border-radius: 50%;
}

ol.list-of-scrolling-rows li.scrolling-row ol.dribbbles {
  -webkit-box-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

ol.dribbbles li.constrained-content div.dribbble,
ol.dribbbles li.constrained-content-alt div.dribbble,
ol.dribbbles li.constrained-content-super div.dribbble,
ol.dribbbles li.group div.dribbble,
ol.dribbbles li.player-list-with-filters div.dribbble {
  position: relative;
  clear: left;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

ol.dribbbles li.constrained-content div.dribbble div.dribbble-shot,
ol.dribbbles li.constrained-content-alt div.dribbble div.dribbble-shot,
ol.dribbbles li.constrained-content-super div.dribbble div.dribbble-shot,
ol.dribbbles li.group div.dribbble div.dribbble-shot,
ol.dribbbles li.player-list-with-filters div.dribbble div.dribbble-shot {
  padding: 10px;
}

ol.dribbbles li.constrained-content div.dribbble-img,
ol.dribbbles li.constrained-content-alt div.dribbble-img,
ol.dribbbles li.constrained-content-super div.dribbble-img,
ol.dribbbles li.group div.dribbble-img,
ol.dribbbles li.player-list-with-filters div.dribbble-img {
  max-width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

ol.dribbbles.scrollable li div.dribbble a.dribbble-over {
  bottom: 10px;
}

ol.dribbbles li.constrained-content div.dribbble a.dribbble-over,
ol.dribbbles li.constrained-content-alt div.dribbble a.dribbble-over,
ol.dribbbles li.constrained-content-super div.dribbble a.dribbble-over,
ol.dribbbles li.group div.dribbble a.dribbble-over,
ol.dribbbles li.player-list-with-filters div.dribbble a.dribbble-over {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
  color: #888;
  background: #fff;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*/
/////////////////////// TOOGLE IOS  ////////////////////////////////////////*/
.tg-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tg-list-item {
  margin: 0 2em;
}

.tgl {
  display: none;
  /* add default box-sizing for this scope*/
}
.tgl, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn, .tgl:after, .tgl:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection {
  background: none;
}
.tgl::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection, .tgl:after::selection, .tgl:before::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.text-blade {
  color: #ff0045 !important;
}

.radio-blade {
  color: #ff0045;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

/* ========================================
 * Remove box-shadow from md-card
 * ======================================== */
md-card {
  box-shadow: none !important;
}

.chosenDragClass {
  opacity: 0.1;
  border-radius: 60px !important;
  transition: all 0.3s ease;
  cursor: grabbing !important;
}

.sortable_container {
  width: 100%;
  overflow: hidden auto;
  margin: 0 auto;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}

.galCardRep {
  display: flex;
}

.asa_poster:hover .keen-slider {
  filter: blur(6px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.asa_poster.no-hover-on-open:hover .keen-slider {
  filter: none !important;
  transition: none !important;
}

.asa_post_card {
  border-radius: 12px !important;
  position: relative;
  min-height: 200px;
  opacity: 0;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 0 200px; /* flex-grow, flex-shrink, flex-basis */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.asa_post_card:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2705882353);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.asa_gal_card {
  position: relative;
  min-height: 200px;
  background-color: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0s ease;
  flex: 1 0 200px; /* flex-grow, flex-shrink, flex-basis */
}

.asa_gal_card:hover {
  background: rgba(158, 158, 158, 0.2);
  border-radius: 12px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.asa_gal_card.upbtn {
  border-radius: 12px !important;
  border: 1px solid rgba(250, 250, 250, 0.1);
  border-style: dashed !important;
}

.asa_gal_card.upbtn:hover {
  border: 1px solid rgba(250, 250, 250, 0.4);
  border-style: dashed !important;
}

.asa_gal_card.loaded:hover .fndBleu {
  opacity: 0.8;
  border-radius: 0%;
  transform: scale(1.2) !important;
  transition: all 0.3s ease;
}

.asa_gal_card .fndBleu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 115, 140, 0.41) !important;
  opacity: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) !important;
}

.asa_gal_card.show-icons .fndBleu {
  z-index: 3;
  opacity: 1 !important;
}

.asa_gal_card.show-photo .fndBleu {
  opacity: 0;
}

.asa_gal_card .animIcons {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.asa_gal_card .asa-add-icon {
  width: 66px;
  height: 66px;
  color: #fff;
  opacity: 0;
  display: block;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.asa_gal_card.loaded:hover .asa-add-icon {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  z-index: 2;
  background-color: #2196F3;
  background-color: #ffffff;
  clip-path: inset(100% 0px 0px 0px);
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-image: url("https://thumbnails.asa.media/UPLOAD_PICS_ASA/TEMP_GALLERY/GAL_file_1687952322_59efc78db1_gal_card_mini_webp.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.asa_gal_card.show-photo .photo {
  opacity: 1 !important;
  transition: opacity 1.4s ease;
}

.asa_gal_card.show-photo .nophoto {
  opacity: 0;
}

.asa_gal_card.show-photo .progress-bar {
  background-color: transparent;
  transition: all 0.75s ease;
}

.fade-in.ng-enter {
  transition: 0.65s linear all;
  opacity: 0;
}

.fade-in.ng-enter-active {
  opacity: 1;
}

.GalKeenImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ContainIconsMove {
  margin: 10px 10px 19px 21px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alignIconsMove {
  width: 30%;
}

.removeCard {
  position: absolute;
  top: -44px;
  right: 6px;
  z-index: 4;
  width: 44px;
  height: 44px;
  transform: scale(0.8);
  border: 2px solid rgba(127, 127, 127, 0.5098039216);
  border-radius: 50%;
  font-size: 0;
  background: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.asa_gal_card:hover .removeCard {
  top: 6px;
  transition: all 0.55s ease;
}

.asa_gal_card .icon-1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  height: 10vw;
  max-width: 50px; /* Limite la taille maximale à 50 pixels */
  max-height: 50px; /* Limite la taille maximale à 50 pixels */
  color: #fff;
  opacity: 0;
  display: block;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.asa_gal_card .icon-2 {
  /* Styles spécifiques pour l'icône 2 */
  /* ... */
}

.asa_gal_card .icon-3 {
  /* Styles spécifiques pour l'icône 3 */
  /* ... */
}

.asa_gal_card.show-icons .icon-1,
.asa_gal_card.show-icons .icon-2,
.asa_gal_card.show-icons .icon-3 {
  opacity: 1;
  transform: scale(1);
}

.ghostDragClass {
  opacity: 1 !important;
  border-radius: 8px !important;
  z-index: 50 !important;
  cursor: grabbing !important;
}

.chosenDragClass:hover {
  cursor: grabbing !important;
}

.chosenDragClass {
  cursor: grabbing !important;
}

.bg-info {
  background-color: rgba(2, 109, 148, 0.41) !important;
}

.ih-item.ih-material .info-content:before {
  margin-left: -12px !important;
  margin-top: -11px !important;
}

.ih-item.ih-material .info-mask {
  top: -26px !important;
}

.ih-item.ih-material a:hover .info-mask {
  opacity: 0.8;
  -webkit-transform: scale(1.6) !important;
  transform: scale(1.6) !important;
  border-radius: 0% !important;
}

/* ========================================
 * TALENT SPECIAL REELS PAGE STYLES
 * Styles spécifiques à la page talentspecialReels
 * ======================================== */
/* Enhanced ladda-button styling with backdrop-filter and transform effects */
/* These styles extend the base .ladda-button from _ladda_Asa_themed.scss */
.ladda-button {
  /* Base styles from _ladda_Asa_themed.scss - must be explicit to preserve them */
  margin: 0px;
  background: rgba(255, 255, 255, 0.01) !important;
  padding: 0px 32px !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  cursor: pointer !important;
  color: #d5d6d7 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  /* Enhanced effects with backdrop-filter and transform */
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  z-index: 4 !important;
  transform: scale(0.81) !important;
  border: 2px solid rgba(127, 127, 127, 0.5098039216) !important;
  border-radius: 32px !important;
  transition: border-color 0.2s, all 0.25s ease !important;
}
.ladda-button:hover {
  border-color: #fff !important;
  transform: scale(0.83) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  background-color: rgba(19, 19, 19, 0.2) !important;
  box-shadow: 0px 0px 7px rgb(64, 64, 64) !important;
}

/* Button with icon styling */
.BtnWithIcon {
  height: 64px !important;
  font-size: 16px !important;
}

/* Fix icon positioning */
.iconInBtn {
  padding-right: 2px !important;
  margin-top: 1px !important;
  margin-left: -4px !important;
}

/* Remove focus outline for buttons */
button:focus {
  outline: none !important;
}

/* Table styling fixes */
md-table-container, .md-table-container, table[md-table] {
  margin-bottom: 3px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Add button - same style as reel-delete but rotated */
.reel-add {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 2px solid rgba(127, 127, 127, 0.5098039216) !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  background: none !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, backdrop-filter 0.2s ease !important;
  transform: scale(0.8) !important;
  cursor: pointer !important;
}
.reel-add::before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url(/assets/images/icons/modal_close.svg) !important;
  vertical-align: middle !important;
  filter: brightness(1.1) contrast(150%) saturate(0%) !important;
  opacity: 0.7 !important;
  transform: rotate(45deg) !important;
}
.reel-add:hover {
  border-color: #fff !important;
  transform: scale(0.9) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Icon replacement for add buttons using ::before pseudo-element */
.reel-add-icon {
  display: inline-block !important;
  width: 30px !important;
  height: 24px !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
  position: relative !important;
  top: -2px;
}
.reel-add-icon::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -3px !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url(/assets/images/icons/modal_close.svg) !important;
  filter: brightness(1.1) contrast(150%) saturate(0%) !important;
  opacity: 0.7 !important;
  transform: rotate(45deg) !important;
}

/* Hover effects for reel thumbnails */
.asa_reel_card:hover .reel-thumbnail:nth-child(1) {
  transform: scale(1) translateX(0px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(2) {
  transform: scale(0.98) translateX(4px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(3) {
  transform: scale(0.96) translateX(9px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(4) {
  transform: scale(0.94) translateX(15px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(5) {
  transform: scale(0.92) translateX(22px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(6) {
  transform: scale(0.9) translateX(30px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(7) {
  transform: scale(0.88) translateX(39px) !important;
}
.asa_reel_card:hover .reel-thumbnail:nth-child(8) {
  transform: scale(0.86) translateX(49px) !important;
}

/* Thumbnail loading states */
.reel-thumbnail {
  transition: all 0.3s ease, opacity 0.8s ease;
  opacity: 0;
  transform: translateY(10px) scale(0.95);
}
.reel-thumbnail.FadeInPic {
  opacity: 1 !important;
  transform: translateY(0);
}
.reel-thumbnail.thumbnail-fallback {
  opacity: 0.8;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-image: none !important;
  transform: translateY(0);
}
.reel-thumbnail.thumbnail-fallback::before {
  content: "🎬";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.film-thumbnail-placeholder {
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
}
.film-thumbnail-placeholder.FadeInPic {
  opacity: 1 !important;
}

/* Breakpoints responsifs pour les cartes films - cohérence avec homepage */
.reel-film-card-item {
  flex: 0 0 calc(25% - 12px); /* 4 cartes par ligne par défaut */
  max-width: calc(25% - 12px);
  width: auto;
}

/* Mobile : cartes pleine largeur */
@media (max-width: 720px) {
  .reel-film-card-item {
    width: 100%;
    max-width: 100%;
  }
  .special-reel-films-sortable {
    gap: 8px !important;
  }
}
/* Tablet : 2 cartes par ligne */
@media (min-width: 721px) and (max-width: 1200px) {
  .reel-film-card-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: auto;
  }
}
/* Desktop moyen : 3 cartes par ligne */
@media (min-width: 1201px) and (max-width: 1500px) {
  .reel-film-card-item {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    width: auto;
  }
}
/* Grand écran : 4+ cartes par ligne */
@media (min-width: 1501px) {
  .reel-film-card-item {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    width: auto;
  }
}
/* Très grand écran : 5+ cartes par ligne */
@media (min-width: 1800px) {
  .reel-film-card-item {
    flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px);
    width: auto;
  }
}
/* Numbering visibility: keep only JS-injected prefix */
#specialReelFilmsList .film-title .minutesDisplay,
.special-reel-films-sortable .film-title .minutesDisplay,
.reel-film-card-item .film-title .minutesDisplay,
.overlay-card-style .film-title .minutesDisplay {
  display: none !important;
}

/* Also hide JS-injected order prefix if present */
#specialReelFilmsList .film-title .film-order-prefix,
.special-reel-films-sortable .film-title .film-order-prefix,
.reel-film-card-item .film-title .film-order-prefix,
.overlay-card-style .film-title .film-order-prefix {
  display: none !important;
}

/* Hide numbering prefixes on special reel list titles (CSS counters) */
#specialReelsList > li.dragReel .special-reel-title::before,
#specialReelsList > li.dragReel .special-reel-text .special-reel-title::before {
  content: none !important;
}

/* Styles optimisés pour pattern FLIP avec sortable-dnd */
.dragReel {
  box-sizing: border-box;
  /* Optimisations FLIP - focus sur transform */
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0); /* Force GPU layer */
  /* Préparation pour transforms fluides */
  perspective: 1000px;
}

/* Container optimisé pour animations FLIP */
#specialReelsList {
  /* Optimisations pour layout stable pendant FLIP */
  will-change: contents;
  transform: translateZ(0);
  /* Éviter les reflow pendant les mesures FLIP */
  contain: layout style paint;
}

/* Animation de fade-out pendant FLIP - OVERRIDE des !important */
.dragReel.flip-removing {
  pointer-events: none !important;
  /* Styles de suppression avec !important pour override les autres règles */
  opacity: 0 !important;
  transform: scale(0.95) !important;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out !important;
}

/* Animation de fade-in pendant FLIP ajout - OVERRIDE des !important */
.dragReel.flip-adding {
  /* Styles d'apparition avec !important pour override les autres règles */
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out, min-height 0.3s ease-out, max-height 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out !important;
}

/* État final du fade-in - priorité maximale pour override toutes les autres règles */
.dragReel.flip-adding-visible {
  opacity: 1 !important;
  transform: scale(1) translateY(0px) !important;
  height: 142px !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  /* Transition depuis .flip-adding */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out, min-height 0.3s ease-out, max-height 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out !important;
}

/* Masquer complètement les nouveaux reels dès leur insertion DOM */
.dragReel.newly-added-hidden {
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  /* Pas de transition pour masquage immédiat */
  transition: none !important;
  pointer-events: none !important;
}

/* Masquage complet avec height: 0 pour ne pas perturber les autres éléments */
.dragReel.complete-masked {
  opacity: 0 !important;
  transform: scale(0.95) translateY(-20px) !important;
  /* HAUTEUR 0 pour n'occuper aucun espace DOM */
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  /* Pas de transition pour masquage immédiat */
  transition: none !important;
  pointer-events: none !important;
}

/* === Styles pour sortable-dnd - alignement avec reelsTec === */
/* Ghost class pour le drag des special reels - styles gérés par JavaScript */
#specialReelsList .ghostClass {
  z-index: 1000 !important;
  pointer-events: none !important;
}

/* Chosen class pour l'élément en cours de drag - aligné avec reelsTec */
/* ⚠️ DÉSACTIVÉ : Ne pas appliquer de styles sur .chosenClass au mousedown */
/* Les styles visuels sont appliqués par JavaScript uniquement dans onDrag */
/* Drag class pour les effets supplémentaires */
#specialReelsList .blueThing {
  background: transparent !important;
  border: 2px dashed rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
}

/* === Styles pour sortable-dnd des FILMS dans les special reels === */
/* Ghost class pour le drag des films - styles gérés par JavaScript */
#specialReelFilmsList .ghostDragClass {
  z-index: 1000 !important;
  pointer-events: none !important;
}

/* Chosen class pour les films en cours de drag - styles gérés par JavaScript */
#specialReelFilmsList .chosenDragClass {
  /* Styles appliqués via JavaScript dans onDrag */
}
