/*----------------------------*/
/*----- GLOBAL / GENERAL -----*/
/*----------------------------*/
body {
  background: linear-gradient(180deg, #ffffff, rgb(255, 216, 204), #ffffff);
  font-family: "Quicksand", sans-serif;
}

.brand-text{
  display: none;
}

/*------------------------------------------*/
/*----- MOBILE BACKGROUND LOGIN & PAGE -----*/
/*------------------------------------------*/

.mobile-background-login-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.mobile-background-page {
	position: absolute;
	/*top: -30px;*/
  top: 0;
	left: -15px;
	right: -15px;
	/*bottom: 100px;*/
  bottom: 0;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 40%;
}

.mobile-background-login-box-shape {
  transform: rotate(45deg);
  position: absolute;
}

.mobile-background-page-shape {
	transform: rotate(45deg);
	position: fixed;
}

.mobile-background-shape-01 {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.mobile-background-shape-02 {
  height: 220px;
  width: 220px;
  background: #ED6A53;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.mobile-background-shape-03 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #f8806b, #ED6A53);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.mobile-background-shape-04 {
  height: 400px;
  width: 200px;
  background: #fca494;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

/*-----------------*/
/*----- LOGIN -----*/
/*-----------------*/

.login-container{
  height: 100vh;
  overflow-y: hidden;
}

.login-box {
  background: linear-gradient(90deg, #ffebcc, #ED6A53);
  position: fixed;
  height: 100vh;
  box-shadow: 0px 0px 24px #f15f45;
  border-radius: 15px;
  width: 100%;
}

.login-box-content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.login-box-form {
  width: 320px;
  padding: 30px;
  padding-top: 0px;
}

.login-box-field {
  padding: 15px 0px;
  position: relative;
}

.login-box-icon {
  position: absolute;
  left: 10px;
  top: 19px;
  color: #000;
}

.login-box-input {
  border: none;
  border-bottom: 2px solid #3a3a3a;
  background: #fff;
  padding-left: 34px;
  font-weight: 700;
  transition: .2s;
  border-radius: 15px !important;
}

.login-box-input:active,
.login-box-input:focus,
.login-box-input:hover {
  outline: none;
  border-bottom-color: #3a3a3a;
}

.login-submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000000;
  box-shadow: 0px 2px 2px #3a3a3a;
  cursor: pointer;
  transition: .2s;
}

.login-submit:active,
.login-submit:focus,
.login-submit:hover {
  border-color: #3a3a3a;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #3a3a3a;
}

.social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

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

.social-login-box-icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #4b45c4;
}

.social-login-box-icon:hover {
  transform: scale(1.5);
}

.button-text {
  font-size: 21px;
}

.login-box-button {
  width: 35px;
}

.login-box-logo-size {
  width: 120px;
  padding: 10px;
}

.text-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000000 !important;
}
/*----------------------------*/
/*----- APP MOBILE STYLE -----*/
/*----------------------------*/

.app-mobile-container {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
}

.card-header-top-bar-icon{
  width: 20px;
}

.rotate-icon{
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mobile-back-box img{
  width: 20px;
  height: 20px;
}

.card-footer-menu-bar {
  height: 68px;
  /*
  width: 100%;
  overflow: auto;
  border: none;
  border-top: 2px solid #86b4d0;*/
}

.card-footer-central-logo-box{
  position: relative;
}

.card-footer-central-logo-item{
  position: absolute;
  bottom: -24px;
  left: -16%;
  width: 130%;
  border: 4px solid #4E7AC8;
}

.card-footer-menu-bar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  padding: 12px 0;
  transition: all 0.3s ease;
  opacity: 40%;
}

.card-footer-menu-bar-link:hover {
  background-color: #98919126;
}

.card-footer-menu-bar-link-text {
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}

.card-footer-menu-bar-icon {
  margin-bottom: 5px;
  width: 24px;
}

.custom-mobile-card {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0px !important;
}

.custom-mobile-card-header {
  background-color: #1b1a50 !important;
  border: 0px !important;
  border-radius: 0 !important;
  min-height: 87.33px;
}

.offcanvas.offcanvas-end {
  top: 87.33px;
}

.offcanvas-body-content{
  height: 90%;
  align-content: start;
  position: relative;
}

.logout-slider{
  position: absolute;
  left: 60%;
  bottom: 0%;
}

.report-slider{
  position: absolute;
  left: 60%;
  bottom: 7%;
}

.custom-mobile-card-header .top-page-title{
  color: white;
}

.custom-mobile-card-body {
  background-color: rgb(255, 255, 255);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-mobile-card-footer {
  background-color: rgba(27, 26, 80, 1) !important;
  border: 0px !important;
  min-height: 68px;
  z-index: 1045;
}

.rounded-circle-chat {
  border-radius: 50%;
  border: 2px solid #1a5490;
}

.rounded-circle-chat.inside {
  width: 100%;
  z-index: 30;
  position: relative;
}
/*---------------------------*/
/*----- ADMIN DASHBOARD -----*/
/*---------------------------*/
.brand-link {
  display: grid;
  justify-content: center;
  /*height: 150px;*/
  font-weight: 500 !important;
  text-decoration: none !important;
  color: #004f80 !important;
}
.brand-link img:hover{
  background-image: radial-gradient(#f7ff01 20%, #f29a1000 20%, #ffc23130 40%);
}
.brand-image {
  max-height: 80px !important;
  display: flex;
  justify-self: center;
}

.navbar-expand {
  background-color: #ffffff;
}

.nav-link {
  color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
.user-menu.show ul{
  right: 210px !important;
  top: 0px;
}
.menu-item-box{
  max-width: 70%;
  text-align: start;
}
.menu-item{
  line-height: inherit;
}
.menu-card {
  border-bottom:4px solid #ED6A53 !important;
  transform: translate(0px, 0px);
  transition: 0.5s;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.menu-card:hover {
  transform: translate(10px, 0px);
  transition: 0.5s;
}

.menu-card h5{
  color: #000;
  font-weight: 500;
}
.card.restyle{
  background-color: #ffffff;
    padding: 8px;
}
.card-title {
  font-size: 1rem;

}
.menu-item-box > h5{
  font-weight: 600;
}
.top-page-title{
  font-size: 32px;
  font-weight: 600;
}
.page-subtitle {
  font-weight: 600;
  font-size: 16px;
}
.arrow-rotate{
  transform: rotate(90deg);
  width: 85px;
  max-width: 100%;
  justify-self: center;
  align-self: center;
}
.card-header.request{
  background-color: #fe9886;
  font-weight: 600;
  font-size: 19px;
  align-items: center;
  display: flex;
}
input[type='radio'] {
  accent-color: #b3771f;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #fe9886;
}
.rotate-90 {
  transform: rotate(90deg);
}
.form-control:focus {
  border-color: #ffd195 !important;
  box-shadow: 0 0 0 0.25rem rgb(223 119 0 / 25%) !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #ffd195 !important;
  box-shadow: 0 0 0 0.25rem rgb(223 119 0 / 25%) !important;
}
.competences label{
  display: block;
}
#DataTables_Table_0_filter > label > input {
  border: 2px solid #fe98868f !important;
}
.form-check label{
  display: block;
}
.vh-75{
  height: 75vh;
}
/* MENU ROUND ICON IMAGE */
.menu-round-icon{
  width: 64px;
  height: 64px;
  margin-right: 0.5rem;
}

/* MENU ROUND ICON IMAGE */
.menu-round-image-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-style: solid;
  border-color:#ED6A53;
  border-width: 6px;
  margin-right: 0.5rem;
}

/*-----------------*/
/*--- HOME CARD ---*/
/*-----------------*/
.box-admin-menu {
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: white !important;
}

figure {
  aspect-ratio: 8 / 5;
  --bg: hsl(243 13% calc(166% - (var(--hover) * 10%)));
  --accent: #d3cd0e;
  transition: background 0.2s;
  background:
    radial-gradient(circle at top left, #1792b1, transparent 115%),
    var(--bg);
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #ffffde;
  height: 100px;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.figure {
  aspect-ratio: 8 / 5;
  --bg: hsl(243 13% calc(166% - (var(--hover) * 10%)));
  --accent: #d3cd0e;
  transition: background 0.2s;
  /*background:
    radial-gradient(circle at top left, #1792b1, transparent 115%),
    var(--bg);
  */
  background-image: url("/img/background/squadra-viva-background-t60.png");
  background-repeat: no-repeat;
  background-size: 232%;
  background-position: 85% 49%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #ffffde;
  height: 100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure-text {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  transform:
    translateX(calc(var(--hover) * +5%)) scale(calc(1 + (var(--hover) * 0.09)));
  transition: transform 0.4s;
  color:#FFFFFF;
}

.figure-text-profile {
  border-radius: 50%;
  font-size: 18px;
  transform:
    translateX(calc(var(--hover) * -10%)) scale(calc(1 + (var(--hover) * 0.5)));
  transition: transform 0.4s;
  color:#FFFFFF;
  border-radius: 1.0rem;
}

.figure-profile
{
  height: 70px !important;
  background: rgb(116, 159, 194);
  border: none;
  --accent: none;
}

#users-payment-download-box .figure-text {
  transform: none !important;
  transition: none !important;
}

figure:after {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 76%;
  left: 76%;
  background: linear-gradient(-65deg, var(--bg) 67%, var(--accent) 50%);
  filter: blur(25px);
  transform:
    translateX(calc(var(--hover) * 15%)) scale(calc(-1 - (var(--hover) * 0.9)));
  transition: transform 0.4s, background 0.4s, ;
}

#users-payment-download-box > a > figure:after{
  transform: none !important;
  transition: none !important;
}

figure img {
  transform:
    translateX(calc(var(--hover) * -15%)) scale(calc(1 - (var(--hover) * 0.3)));
  filter: opacity(var(--opacity));
  transition: transform 0.4s, filter 0.4s;
}

#users-payment-download-box > a > figure img{
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

#bck-users-list{
  height: 150px;
  overflow-y: scroll;
}

.icon-black-to-blue{
  filter: invert(8%) sepia(40%) saturate(4054%) hue-rotate(231deg) brightness(93%) contrast(95%);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #bck-users-list{
    height: 150px;
    overflow-y: scroll;
  }
}

.icon-eye{
  color: #000;
  margin-left: 10px;
  padding-top: 5px;
  cursor: pointer;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  figure {
    height: auto;
    --accent: #004f80;
  }
  .icon-eye{
    padding: 5px;
    background-color:#fff;
    border-radius:20px;
  }
  .rounded-circle-chat.inside{
    width: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .figure-text {
    font-size: 14px;
  }
  .card.restyle{
    padding: 20px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .figure-text {
    font-size: 12px;
  }
}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {
  .figure-text {
    font-size: 14px;
  }
}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px) {
  .figure-text {
    font-size: 24px;
  }
}

article {
  --hover: 0;
  --opacity: 1;
}

article:hover {
  --hover: 1;
  --opacity: 0.2;
}

/*-----------------*/
/*-- GENERAL CARD --*/
/*-----------------*/
.card.extend {
  background-color: #00137f00;
  border: none;
}
.card .adv-custom {
  background-color: #f8fafcba;
}
/*-----------------*/
/*----- BUTTON -----*/
/*-----------------*/
.btn.button-add {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #ED6A53 0%, #ee826f 69%, #f1aea2 100%);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: 0px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
  font-size: 19px;
  font-weight: 500;
}

.btn.button-add:hover {
  background-position: 0% 20%;
}

.btn.button-add:active {
  background-position: 0% 20%;
  color: #fff;
}

.btn.button-save-light {
  background-image: linear-gradient(to top, #ED6A53 0%, #ee826f 69%, #f1aea2 100%);
  color: #fff;
  border-radius: 10px;
  border: 0px;
  color: #fff;
  padding: 8px 10px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
  text-transform: uppercase;
}

.btn.button-save-light:hover {
  background-position: 0% 20%;
  color: #fff;
}

.btn.button-save-light:active {
  background-position: 0% 20% !important;
  color: #fff !important;
}

.btn.button-save {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #ED6A53 0%, #ee826f 69%, #f1aea2 100%);
  color: #fff;
  border-radius: 10px;
  border: 0px;
  padding: 8px 20px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
  font-size: 19px;
  font-weight: 500;
}

.btn.button-save:hover {
  background-position: 0% 20%;
}

.btn.button-save:active {
  background-position: 0% 20%;
  color: #fff;
}
.form-check-input{
  border-color: #000000 !important;
}
.form-check-input:checked{
  background-color: #ED6A53 !important;
  border-color: #ED6A53 !important;
}

.btn.button-long {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #02255e 0%, #3c9aff 69%, #accaf8 100%);
  color: #fff;
  border-radius: 10px;
  border: 0px;
  padding: 8px 10px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}

.btn.button-long:hover {
  background-position: 0% 20%;
}

.btn.button-long:active {
  background-position: 0% 20%;
  color: #fff;
}

.btn.button-remove {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #5e0202 0%, #d60606 69%, #ffd7e2 100%);
  color: #fff;
  border-radius: 10px;
  border: 0px;
  padding: 8px 10px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}

.btn.button-remove:hover {
  background-position: 0% 20%;
}

.btn.button-remove:active {
  background-position: 0% 20%;
  color: #fff;
}

.btn.button-upload {
  /*font-size: 1.2rem;*/
  font-weight: 500 !important;
  background-image: linear-gradient(to top, #703b1a 0%, #fe9886 69%, #ffe7d7 100%) !important;
  color: #fff;
  padding: 8px 10px;
  width: 100%;
  border: 0px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}
.btn.button-upload i{
  font-size: 2rem;
}
.btn.button-upload:hover {
  background-position: 0% 20% !important;
  color: #fff;
}

.btn.button-upload:active {
  background-position: 0% 20% !important;
  color: #fff !important;
}

.btn.button-close {
  /*font-size: 1.2rem;*/
  background-color: #c75e5e !important;
  color: #fff;
  width: 42px;
  height: 42px;
  font-size: 38px;
  line-height: 0;
}

.btn.button-close:hover {
  background-color: #e63e3e !important;
  color: #fff;
}

.btn.button-close:active {
  background-color: #e71111 !important;
  color: #fff !important;
}
.btn.button-plus {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #1f3d20 0%, #2ab52f 69%, #e2ffd7 100%) !important;
  color: #fff;
  border:0px;
  border-radius:10px;
  width: 42px;
  height: 42px;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}

.btn.button-plus:hover {
  background-position: 0% 20% !important;
  color: #fff;
}

.btn.button-plus:active {
  background-position: 0% 20% !important;
  color: #fff !important;
}

.box-subscribe > form > .btn.button-plus, .box-subscribe > form > .btn.button-remove{
  width: 75px;
  height: 75px;
  font-size: 21px;
  font-weight: 700;
}

.icon-table {
  font-size: 26px;
  color: #000000;
  padding: 5px 10px;
}

.btn.button-grey {
  /*font-size: 1.2rem;*/
  background-image: linear-gradient(to top, #404040 0%, #707274 69%, #cdd5e1 100%) !important;
  color: #fff;
  width: 100px;
  padding: 8px 10px;
  border-radius:10px;
  border:0;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}

.btn.button-grey:hover {
  background-position: 0% 20% !important;
  color: #fff;
}

.btn.button-grey:active {
  background-position: 0% 20% !important;
  color: #fff !important;
}

.btn.button-accept {
  background-image: linear-gradient(to top, #036542 0%, #3baa58 69%, #23e12af7 100%);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: 0px;
  transition: 0.5s;
  font-weight: 600;
  background-position: 0% 100%;
  background-size: 100% 200%;
  transition: all 0.7s ease;
}

.btn.button-accept:hover {
  background-position: 0% 20%;
}

.btn.button-accept:active {
  background-position: 0% 20%;
  color: #fff;
}
.btn-primary {
  background-color: #ED6A53 !important;
  border-color: #f1f3ff !important;
}
.btn-secondary {
  background-color: #9fa1b6 !important;
  border-color: #f1f3ff !important;
}
.temporary-image img{
  width: 100%;
}

/*-----------------*/
/*--- DATA TABLE ---*/
/*-----------------*/
.dataTables_scrollHead {
  background-color: #fe9886;
  border-radius: 5px 5px 0px 0px;
}

.sorting.sorting_asc.dtfc-fixed-left,
.sorting.dtfc-fixed-left.sorting_desc {
  background-color: #fe9886;
}

.dataTables_wrapper.dataTables_paginate {
  padding: 0.2em 0.2em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em 0.2em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #b96600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child:hover {
  border-radius: 10px 0 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child:hover {
  border-radius: 0 10px 10px 0;
}

.paginate_button.disabled:hover {
  background: #004f8000 !important;
}

.paginate_button:hover {
  background: #b96600 !important;
}

.page-link {
  background-color: #fe9886 !important;
  color: #ffffff !important;
  border: 1px solid #fe9886 !important;
}

.paginate_button.disabled>.page-link {
  background-color: #ffffff !important;
  border: 1px solid #9fa1b6 !important;
  color: #9fa1b6 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 2px solid #9fa1b6;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0px solid #fff;
}

table.dataTable thead tr>.dtfc-fixed-left {
  background-color: #fe9886 !important;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #fe9886;
  border-radius: 3px;
  color: white;
  background-color: #fe9886;
}

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

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #9fa1b6;
  background-color: #fff;
}

/*-----------------*/
/*-- SIDEBAR MENU --*/
/*-----------------*/
.main-sidebar {
  background-color: #fff;
}

.header-logo {
  min-width: 70px;
  width: 100%;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.header-logo:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.header-image {
  width: 26px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.header-image:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.exit-slider-icon{
  width: 26px;
  margin-right: 10px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
  filter: invert(97%) sepia(5%) saturate(5904%) hue-rotate(176deg) brightness(88%) contrast(86%);
}

.exit-slider-icon:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.table-image {
  width: 26px;
  margin-right: 10px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}
.table-image-header {
  width: 46px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.table-image-no-action {
  width: 26px;
  margin-right: 10px;
  transition-duration: 200ms;
  scale: 1;
}

.table-image:hover,
.table-image-header:hover,
.table-image-no-action:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.nav-sidebar>.nav-item {
  font-size: 19px;
}

.nav-pills .nav-link.active {
  background-color: #ED6A53 !important;
  color: #fff !important;
}

.nav-link:hover {
  background-color: #d38d673d;
  border-radius: 0.375rem;
}

.nav-item.has-treeview li{
  background-color: #e2e2e2  !important;
  border-radius: 0.375rem;
}
.nav-item.has-treeview li a{
  color: #6d2c04 !important;
}

/* mobile menu 

.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar-nav li {
  min-width: 20%;
  text-align: center;
}

.navbar-nav .nav-link {
  padding: 10px 5px;
  white-space: nowrap;
}

.navbar-nav .nav-link i {
  display: block;
  font-size: 20px;
}

.navbar-nav .nav-link span {
  font-size: 12px;
  display: block;
}

.fixed-bottom {
  box-shadow: 0px -1px 3px #ED6A53;
}

.navbar-nav .nav-link.active i, .navbar-nav .nav-link.active span{
  color: #ED6A53;
}
*/

/*-----------------*/
/*------ CHAT ------*/
/*-----------------*/
.bkg-chat-header {
  background-color: #ffffffd4;
  border-radius: 0.375rem 0.375rem 0 0;
}

.box-chat-preview {
  border-radius: 10px;
  box-shadow: 4px 3px 2px #1c127a;
  padding: 5px;
  background-color: #6BC8D3;
}

.box-chat-survey {
  background-image: url("/img/placeholders/checklist.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size:56px;
  border-radius: 10px;
  box-shadow: 4px 3px 2px #1c127a;
  padding: 5px;
  height: 165px;
  background-color: #fff;
}

.box-chat-preview a {
  text-decoration: none !important;
  color: #004f80 !important;
}

.active-chat {
  min-height: 65px;
}

.active-chat:hover {
  pointer-events: auto;
}

.bkg:hover {
  background-color: #c4def378;
}

.bubble-owner {
  background-color: #4e7ac8;
  border-radius: 20px;
  box-shadow: 4px 3px 2px #1c127a;
  padding: 5px;
  order: 1;
}

.bubble-other {
  background-color: #5e9dcd;
  border-radius: 20px;
  box-shadow: 4px 3px 2px #5d5e85;
  padding: 5px;
  order: 3;
}

.message-sender {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-weight: 400;
  align-items: baseline;
}

.message-sender small{
  font-size: 0.75rem;
  font-weight: 700;
}

.message-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2rem;
}

.memberlist {
  background-color: #ffffffa7;
  padding: 7px;
  border-bottom: 2px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
}

.hidden {
  visibility: hidden;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #fce1cc !important;
}

.table tr{
  --bs-table-bg: rgba(255, 255, 255, 0.507);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c9b8c !important;
  --bs-btn-border-color: #068d70 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24baa8 !important;
  --bs-btn-hover-border-color: #0cbd96 !important;
  --bs-btn-disabled-bg: #1c9b8c !important;
  --bs-btn-active-bg: #1c9b8c !important;
  width: 40px;
  height: 40px;
}

.btn-success-alert
{
  width: auto;
  height: auto;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #069383 !important;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff5263 !important;
  --bs-btn-border-color: #df2e40 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #f44153 !important;
  --bs-btn-hover-border-color: rgb(198, 31, 48) !important;
  width: 40px;
  height: 40px;
}

.img-preview{
  width: 200px;
  margin: 10px 0px;
  border-radius: 5px;
  border: 2px solid #fff;
}

progress {
  /*height: 15px;*/
  width: 100%;
  /*
  position: absolute;
  bottom:100px;*/
}

/*-----------------*/
/*------ FORM ------*/
/*-----------------*/
.form-check-input{
  margin-left: 20px;
}
#DataTables_Table_0_filter > label > input{
  border-radius: 10px;
  border: 2px solid #534fff3b;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 10px;
  border: 2px solid #534fff3b;
}
/*-----------------*/
/*---- CALENDAR ----*/
/*-----------------*/
button:where(.swal2-styled).swal2-confirm {
  background-color: #804400 !important;
}

button:where(.swal2-styled).swal2-cancel {
  background-color: #9fa1b6 !important;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(255, 255, 255, 0)
}
.fc-list-day-cushion{
padding-top:0px !important;
padding-bottom:0px !important;
}
.fc-list-day-cushion a{
  color:#000;
  text-decoration: none;
}
.swal2-html-container {
  margin: 0px !important;
  padding: 15px 10px !important;
  background-color: #eaebff !important;
  color: #004f80 !important;
  border-radius: 5px 5px 0 0;
}

.fc-body {
  background-color: #fff !important;
}

.fc-unthemed td {
  border-color: #ED6A53 !important;
}

.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number {
  background-color: #fe9886 !important;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  color: #000000 !important;
}

.box-subscribe{
  min-height: 150px;
  justify-content: center;
  align-content: center;
}
.fc-scrollgrid-sync-inner a{
  color:#2a2a2a;
  text-decoration: none;
}
.fc-button-primary{
  background-color: #ED6A53 !important;
  border-color: #ffffff !important;
}

@media (min-width: 768px) {
  .fc th,
  .fc-basic-view .fc-day-top .fc-week-number,
  .fc-basic-view td.fc-week-number {
    font-size: 21px;
  }
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #0022ff !important;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background-color: #acc0ff !important;
}

/*-----------------*/
/*------ POST ------*/
.edit-option-post{
position: absolute;
font-size:26px;
color: #ffffff;
    top: 16px;
    right: 7%;
}
.dropdown-menu{
  position: absolute;
  transform: translate3d(206px, 60px, 0px) !important;
}

.post-image {
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.post-image img {
  border-radius: 5px;
    max-width: 100%;
    height: auto;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .post-message {
    height: 60px;
    min-width: auto;
  }

  .post-message-edit {
    height: 60px;
    width: 100%;
    padding: 15px 0 0 0;
  }

  .post-image-list img {
    height: 153px;
  }
  .table-image-chat {
    width: 32px;
  }
  .message-sender {
    font-size: 21px;
  }
  .arrow-rotate{
    transform: rotate(0deg);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px) {}

#post-new-form>div>div.tox.tox-tinymce {
  padding: 0px;
}

.dropdown-item:hover {
  background-color: #004f80 !important;
  color: #fff !important;
  cursor: pointer;
}

.fc-view-container {
  background-color: white;
  border-radius: 10px !important;
  padding: 15px;
}

/* ADV */
.user-banner-adv{
  /*position: absolute;*/
  background-color: #fff;
  box-shadow: 0px 0px 5px #373737;
  width: 100%;
  z-index: 200;
}

.adv-title{
  font-weight: 600;
  padding-top: 5px;
  margin: 0;
}

.adv-single-img{
  width: 100%;
  height: 145px;
}

.card.extend-chat {
  background-color: #ffffff00;
}

.post-card {
  transform: translate(0px, 0px);
  transition: 0.5s;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.post-card-inside {
  height: 120px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.post-header {
  position: absolute;
  z-index: 2;
  top: 19px;
  right: 20px;
  padding: 5px;
}

.post-footer {
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #ffffff;
  /*min-height: 48px;*/
}

.white-content h6 {
  color: #000000;
}

.post-message {
  background-color: #cdeaf4;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
}

.post-message h1, .post-message h2, .post-message h3, .post-message h4, .post-message h5, .post-message p{
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}

.post-picture-box{
  position: relative;
}

.survey-message-preview {
  position: absolute;
  top: 8%;
  right: 3%;
  width: 8%;
  z-index: 200;
}

.text-approved{
  background-color: #21a05b;
  border-radius: 5px;
  padding: 12px 20px;
  color:#fff;
}

.chat-preview-bar {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #1c016d, transparent);
  margin: 0;
}

.input-partecipate{
  width: 75%;
  border-radius: 10px;
  border: 2px solid #0202857d;
  padding-left: 10px;
}

/*
.new-message-box{
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 4px;
  padding: 0 7px 0 0;
}
*/

.new-message-box textarea{
  border-radius: 0 0 0 5px;
}

.login-box-field.registration{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 2px #3a3a3a;
  padding: 20px;
}

.title-chat{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.dataTables_filter{
  margin-bottom: 1.4rem;
}


/*-------------------------*/
/*----- MEDIA QUERIES -----*/
/*-------------------------*/


.box-clip{
  margin-top: -50px;
  width: 60px;
  display: flex;
}

.clip-image-chat {
  width: 38px;
    cursor: pointer;
    position: relative;
    left: 0%;
    bottom:0%;
    opacity: 70%;
}

.clip-image-chat:hover {
  opacity: 100%;
}

textarea.form-control {
  border-radius: 10px;
}

.bck-chat-container {
  max-height: 65vh;
  min-height: 65vh;
  overflow-y: scroll;
  padding-bottom:15px;
}

.adv-target-image{
  position:absolute;
  max-width: 40%;
  left: 40%;
}

.box-buy-visualization{
  padding:15px;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.button-send-chat-box{

}

.button-send-chat{

}

.box-preview-image{
  background-color: #353535bf;
  display: grid;
  justify-content: center;
    position: absolute;
    bottom: 200px;
    width: 94%;
}
textarea.form-control {
  background-color: #ffffff;
    box-shadow: 0px 2px 5px #b3b3b3;
}
.select2-container .select2-selection--single{
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
  text-transform: uppercase;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:20px;
	background: #09A4B6;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  text-decoration: none;
}

/* ------------------------ */
/* ---- (Desktop-First) ----*/
/* ------------------------ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .box-chat-preview {
    height: 120px;
  }

  .extend-chat {
    background-image: url("/img/texture.jpg");
    height: 100%;
  }

  .edit-option-post {
    color: #000000;
    top: -90px;
    right: 7%;
  }

  .dropdown-menu.dropdown-menu-right.text-right.show {
    right: 22%;
    top: -115px !important;
    left: auto !important;
  }

  .login-box {
    position: absolute;
    width: 420px;
    height: fit-content;
    padding-bottom: 50px;
    top: 8vh;
  }

  .login-box-form {
    width: 420px;
  }

  .login-box-input {
    width: 88%;
  }

  .new-message-box {
    position: relative;
  }

  .box-preview-image {
    bottom: 88px;
    width: 100%;
  }

  progress {
    width: 98%;
  }

  .survey-message-preview {
    left: 4%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #DataTables_Table_0_info {
    padding: 0 !important;
    text-align: end !important;
    width: 100%;
  }

  .clip-image-chat:hover {
    opacity: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {
  .bck-chat-container {
    max-height: 69vh;
    min-height: 69vh;
    overflow-y: scroll;
  }
}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px) {
  .bck-chat-container {
    max-height: 78vh;
    min-height: 78vh;
    overflow-y: scroll;
  }
}

/* ----------------------- */
/* ---- (Mobile-First) ----*/
/* ----------------------- */


.mobile-chat-bar-message{
  background-color: white;
  border-radius: 30px;
}

.mobile-chat-bar-message textarea{
  background-color: white !important;
  border: none !important;
  border-color: none !important;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .fc-toolbar .fc-header-toolbar {
    padding: 0 !important;
  }

  .fc-left {
    width: 100%;
  }

  .fc-right {
    padding-top: 15px;
    width: 100%;
  }

  .fc-button-group {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  #appointments-calendar > div.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr > div:nth-child(1) > button {
    width: 100%;
    margin: 0;
  }
  .fc-toolbar-chunk{
    width: 100%;
    text-align: center;
  }
  .fc-center {
    margin-top: 10px;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
  }

  .fc-toolbar,
  .fc-toolbar.fc-header-toolbar {
    padding-bottom: 0px;
    padding: 0 15px;
  }
  /*
  .mobile-chat-bar-message{
    position: relative;
    top: -50px;
    z-index: 200;
  }
  */
  .card.restyle {
    background-color: #ffffff00;
    padding: 8px;
    border: none;
    box-shadow: 0px 0px 0px;
    padding: 0px;
}
.content-wrapper {
  background-color: #ffffff;
}
.main-header {
  border-bottom: 2px solid #929292;
}
.top-page-title {
  font-size: 27px;
  padding: 12px;
}
.fa-bars{
  font-size: 28px;
}
.main-header.navbar
    {
      position: fixed !important;
      width: 100%;
      /*display: none;*/
}
.content
    {
      padding-top: 60px !important;
      height: 100vh;
      background-color: transparent !important;
}

body {
  background: linear-gradient(180deg, #ffffff, rgb(255, 255, 255), #ffffff);
}
.fa-lg {
  font-size: 0.8em;
}
.card-header.request{
  font-size: 20px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/*Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

