html,
body {
  /* font-size in dashboard.css */
}
.bghome {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 40px;
    background-color: #f3f3f3;
}
.pm {
    text-align: start!important;
}

.bghomemw {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 40px;
    background-color: #ff7e00;
}
.bghomers {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 40px;
    background-color: #f5faf4;
}
.cont_home {
	max-width: 960px;
}
.logo_home {
	max-width: 360px;
}
.fs_small {
	font-size: 0.85rem;
}
.bg-nav-home {
	background: rgba(255, 255, 255, .7);
}
#list_check{
	/*list-style:none;
	padding-left:0;
	margin-left:0;*/
}

.form-signin {
	width: 100%;
	/*max-width: 360px;
	padding: 15px;*/
	margin: auto;
}

.rel {
	font-size:0.85rem;
	font-style:italic;
}
.tbar{
	padding-top:160px;
}
.homeform{
	background-color:rgba(255, 255, 255, 0.7);
}

.form-signin .checkbox {
 	font-weight: 400;
}

.form-signin .form-floating:focus-within {
 	z-index: 2;
}

.form-signin #email,.form-signin #newpassword {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin #password,.form-signin #newpassword2 {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.logo_pt {
	/*max-width: 70%;*/
	max-width: 300px;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}
@media(min-width:992px) {
	.bghome {
		background-color: #ffffff;
		background-image:url(../images/bg_siscoweb3.jpg);
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;
  		background-attachment: fixed;
	}	
	.bghomemw {
		background-color: #ffffff;
		background-image:url(../images/bg_microware.jpg);
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;
  		background-attachment: fixed;
	}
	.bghomers {
		background-color: #ffffff;
		background-image:url(../images/bg_rs.jpg);
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;
  		background-attachment: fixed;
	}
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 78px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 78px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  	padding: 200px 0 0; /* Height of navbar */
  }
  .sidebar-sticky { 
  	height:auto; 
  }
}


.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.logosmall{
}

/* Menu */

#sidebarMenu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  /*padding-top:80px;*/
  background-color: var(--color-secondary-blu);
  position: fixed;
  top: 0px;
  height: 100%;
  color: #000;
}
#sidebarMenu ul,
#sidebarMenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}  

#sidebarMenu ul li[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}
.arrow {
    float:right;
	padding:12px;
}
/*#sidebarMenu li:before {
    width: 1.25em;
    line-height: 0;
    content: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e);
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}*/
/*#sidebarMenu ul :not(collapsed) .arrow:before,
#sidebarMenu li :not(collapsed) .arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107"; 
  font-weight: 900;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}*/
/*.arrow {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}*/
#sidebarMenu ul .active,
#sidebarMenu li .active {
  background-color: var(--color-primary-blu);
  border-left: 3px solid #ff00cc;
  color:#FF0
}

#sidebarMenu li.active a {
  color: #fff;
}
#sidebarMenu ul .sub-menu li.active,
#sidebarMenu li .sub-menu li.active {
  background-color: #020203;
  border-left: 3px solid #ff00cc;
  /*color: #007bff;*/
}
#sidebarMenu ul .sub-menu li.active a,
#sidebarMenu li .sub-menu li.active a {
  color: #ffeeba;
}
#sidebarMenu ul .sub-menu li,
#sidebarMenu li .sub-menu li {
  background-color: var(--color-secondary-blu);
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 3px solid var(--color-secondary-blu);
  margin-left: 0px;
  /*padding-left: 32px;*/
}
#sidebarMenu ul .sub-menu li:hover,
#sidebarMenu li .sub-menu li:hover {
  background-color: var(--color-primary-blu);
  border-left: 3px solid #ff00cc;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#sidebarMenu ul .sub-menu li a,
#sidebarMenu li .sub-menu li a {
	color: var(--color-primary-blu);

}
#sidebarMenu ul .sub-menu li a:hover,
#sidebarMenu li .sub-menu li a:hover {
	color: #000000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#sidebarMenu ul .sub-menu li.text-pink a:hover,
#sidebarMenu li .sub-menu li.text-pink a:hover {
	color: #37e55f!important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
/*#sidebarMenu ul .sub-menu li:before,
#sidebarMenu li .sub-menu li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}*/
#sidebarMenu li {
  padding-left: 0px;
  border-left: 3px solid var(--color-secondary-blu);
  border-bottom: 1px solid #f5f6f7;
}
#sidebarMenu li a {
  text-decoration: none;
  color: #000000;
  width:100%;
  display:block;
}

#sidebarMenu li a:hover {
  color: #fff;
}
#sidebarMenu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
#sidebarMenu li:hover {
  border-left: 3px solid #ff66ff;
  background-color: var(--color-primary-blu);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.text-pink {
	color:#ff00cc!important;
}

/*
 * Navbar
 */
.logosmall2{
	height:50px;
	padding:20px 15px 0 0;
}
.txt_top{
	padding:10px 0 10px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height:1.3em;
	color: var(--color-primary-blu);
	font-family: var(--primary-font-family);
}
.txt_top .txt-user{
	font-size: 18px;
}
.txt_top .txt-agenzia{
	font-weight: 400;
}
/* Header responsive: info utente sotto logo su mobile */
@media (max-width: 767.97px) {
	.txt_top {
		padding: 5px 15px;
		font-size: 14px;
		justify-content: flex-end !important;
	}
	.txt_top > div {
		text-align: right !important;
	}
	.txt_top .txt-user {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.txt_top {
		width: auto !important;
		order: 2 !important;
		justify-content: flex-end !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media (min-width: 767.98px) {
	.navbar{
		height:92px;
	}
	.bg_top{
		height:92px;
		background:url(../images/top_bg.jpg) no-repeat left top;
	}
}

.navbar_home{
	height:180px!important;
}


.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
  top: 1rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.ico-bicolor {
	--fa-primary-color: #ff00cc;
	--fa-secondary-color: #5a706b;
	display: inline-block;
    width: 100%;
	text-align:center;
}
.ico-bicolor2 {
	--fa-primary-color: #ff00cc;
	--fa-secondary-color: #5a706b;
	display: inline-block;
	text-align:center;
}

.dataTable_wrapper{
	padding:30px 0 30px 0;
}
.textareablock{
	height: auto!important;
	border: 0px!important;
	/*border: 1px dashed #ced4da;*/
}

.seldis, .seldis option {
	color:#212529!important;
	opacity: 1!important;
	background: none!important;
	background-image: none!important;
	-webkit-appearance: none;
    -moz-appearance: none;
	-ms-expand: none;
    text-indent: 1px;
    text-overflow: ''
}



/*.accordion-button {
    color: #000;
    background-color: #afc4be;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8aa39d;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #c2d5cf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 196 190 / 25%);
}
.accordion-button::after {
    color:#000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}*/
.accordion-button.collapsed {
    background-color: var(--color-secondary-blu);
    color: var(--color-primary-blu);
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-primary-blu);
}
.accordion-button:not(.collapsed).text-secondary {
    color: #fff!important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--color-secondary-blu);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(15, 35, 150, 0.25);
}
.accordion-button::after {
    color: var(--color-primary-blu);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F2396'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.star_rating{
	color:#CCC;
	text-wrap:none;
}
.star_rating .full{
    color: #e3cf7a;
}

.table-pointer tr td{
	cursor:pointer;
}

.text-label{
	text-align: end;
}
@media (max-width: 992px) {
	.text-label{
		text-align: start;
	}
}

/*a.accordion-button{
	text-decoration:none;
}
.accordion-button h5 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}*/
.row2{
	margin-bottom: 0.5rem;
}
.row3{
	margin-bottom: 0rem;
}
.row4{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e7f1ff;
	margin-bottom: 0.5rem;
}
.accordion {
	padding-bottom:20px;
}
.accordion>.card {
    overflow: visible;
}
.accordion-button::after {
    margin-left: -1.25rem;
}



.noborder{
	border: 0px!important;
}
.foot_ele{
	padding-left:20px;
}
.foot_ele,.foot_ele a,.foot_ele a img{
	height:50px;
	float:right;
	line-height:50px;
}
.foot_ele a img{
	margin-left:-25px;
}
.foot_ele a {
	vertical-align:middle;
	font-size:0.8em;
	text-decoration:none;
}

.foot_ele2{
	padding-left:10px;
}
.foot_ele2,.foot_ele2 a,.foot_ele2 a img{
	height:50px;
	float:right;
	line-height:50px;
}
.foot_ele2 a {
	vertical-align:middle;
}
.foot_ele3{
	padding-left:10px;
}
.foot_ele3,.foot_ele3 a,.foot_ele3 a img{
	height:30px;
	float:right;
	line-height:50px;
}
.foot_ele3 a {
	vertical-align:middle;
	padding-top:10px;
}

.txt_pt {
	color:#0000FF;
}
.txt_mw {
	color:#ff7e00;
}
.txt_rs {
	color:#4ea955;
}

.perm_admin {
	color: #F60
}
.perm_imm {
	color: #33F
}
.perm_rca {
	color:#393
}
.perm_piva {
	color: #C0F
}


.dataTables_processing{
	z-index: 10000!important;
}
/*div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
*/

.msgfile_normal{
	font-weight:bold;
}
.msgfile_err{
	font-weight:bold;
	color:#EB3300;
}
.thumbbox,.filebox{
	float:left;
}
.thumbbox{
	padding-right:5px;
	/*width:38px;*/
}

.tit-sep1,.tit-sep2{
	font-size:1.2em;
	color: var(--color-primary-blu);
}
.tit-sep2{
	padding-top:10px;
	border-top:1px var(--color-primary-blu) dotted;
}
.lower {
	text-transform:lowercase!important;
}
#cont_tabella_visure table{
	background-color:#FFF;
}

.release{
	line-height: 35px;
	padding-left: 35px;
	font-style:italic;
}

div.dt-processing {
    position: relative!important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
}

/* ============================================
   NUOVO LAYOUT HOME PAGE LOGIN (stile gescliweb)
   ============================================ */

:root {
  --primary-font-family: "Baloo 2", sans-serif;
}

.home-partner {
  display: flex;
  align-items: center;
  padding-top: 140px !important;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-image: url("../images/bghome.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important;
}

.btn-login {
  background-color: #E23637;
  color: #fff;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  width: 100%;
}

.btn-login:hover, .btn-login:focus, .btn-login:active {
  background-color: #bb0808 !important;
  color: #fff !important;
}

.home-logo {
  max-width: 300px;
}

.home-title {
  font-family: var(--primary-font-family);
  font-weight: 600;
  font-size: 3rem;
}

/* Form signin nuovo stile */
.form-signin-new {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}

.form-signin-new .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #f0f0f5;
  border: none;
  border-radius: 18px;
  color: #666;
}

.form-signin-new .form-control::placeholder {
  color: #999;
}

.form-signin-new .form-control:focus {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(15, 35, 150, 0.2);
}

/* Alert styling per il nuovo layout */
.form-signin-new .alert {
  border-radius: 18px;
  text-align: left;
}

/* =============================================
   Box Home - Card stile faelmanager
   ============================================= */
.card-home-link {
  text-decoration: none;
  display: block;
}

.card-home {
  border: none;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 35, 150, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--card-accent-color, var(--color-primary-blu));
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Colore accento per variante */
.card-home-primary {
  --card-accent-color: var(--color-primary-blu);
}

.card-home-info {
  --card-accent-color: #0dcaf0;
}

.card-home-secondary {
  --card-accent-color: #6c757d;
}

.card-home-success {
  --card-accent-color: #198754;
}

.card-home-warning {
  --card-accent-color: #ffc107;
}

.card-home-danger {
  --card-accent-color: #dc3545;
}

.card-home:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 35, 150, 0.18);
}

.card-home:hover::before {
  opacity: 1;
}

.card-home .card-body {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Icona con sfondo arrotondato */
.card-home-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-home-icon i {
  font-size: 1.75rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.card-home:hover .card-home-icon {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-home:hover .card-home-icon i {
  transform: scale(1.1);
}

/* Contenuto testuale */
.card-home-content {
  flex: 1;
  min-width: 0;
}

.card-home-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-primary-blu);
  font-family: var(--primary-font-family);
  margin-bottom: 0.25rem;
}

.card-home-subtitle {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

/* Conteggio */
.card-home-count {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: var(--primary-font-family);
  color: var(--card-accent-color, var(--color-primary-blu));
  min-width: 50px;
  text-align: center;
}

.card-home-count:empty {
  display: none;
}

/* Freccia di navigazione */
.card-home-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-home-arrow i {
  font-size: 0.9rem;
  color: #adb5bd;
  transition: all 0.3s ease;
}

.card-home:hover .card-home-arrow {
  background: var(--color-primary-blu);
  transform: translateX(4px);
}

.card-home:hover .card-home-arrow i {
  color: #fff;
}

/* Varianti colore per le icone */
.card-home-icon.bg-primary {
  background: linear-gradient(135deg, var(--color-primary-blu) 0%, #1a3ad1 100%);
}

.card-home-icon.bg-info {
  background: linear-gradient(135deg, #0dcaf0 0%, #31d2f2 100%);
}

.card-home-icon.bg-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #868e96 100%);
}

.card-home-icon.bg-success {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.card-home-icon.bg-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffda6a 100%);
}

.card-home-icon.bg-danger {
  background: linear-gradient(135deg, #dc3545 0%, #e35d6a 100%);
}

/* Varianti colore per hover card */
.card-home-primary:hover {
  box-shadow: 0 12px 32px rgba(15, 35, 150, 0.22);
}

.card-home-info:hover {
  box-shadow: 0 12px 32px rgba(13, 202, 240, 0.22);
}

.card-home-secondary:hover {
  box-shadow: 0 12px 32px rgba(108, 117, 125, 0.22);
}

/* Responsive */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-home-title {
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .card-home-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .card-home-icon i {
    font-size: 1.5rem;
  }

  .card-home-title {
    font-size: 1rem;
  }

  .card-home-subtitle {
    font-size: 0.8rem;
  }

  .card-home-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}

/* =============================================
   Pulsanti Primary - Stile blu menu
   ============================================= */
.btn-primary {
  background-color: var(--color-primary-blu);
  border-color: var(--color-primary-blu);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--color-secondary-blu);
  border-color: var(--color-secondary-blu);
  color: var(--color-primary-blu);
}

.btn-primary:focus,
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(15, 35, 150, 0.25);
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--color-primary-blu);
  border-color: var(--color-primary-blu);
  opacity: 0.65;
}