
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background-color: black; } 
.e                mbed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.text-big {
  font-family: Oswald,Helvetica,Verdana,sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #838936 !important;
}
.text-normal {
  font-weight: 400;
  color: #838936;
}
.step-icon {
  width: 100%;
  height: 156px;
  line-height: 156px;
  font-size: 6em;
  color:#aaa6a6;  
  /*background-image: url(../images/icon/circle1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  /*margin: 0 auto;*/
}
.fadein {
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.blink {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: red;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/*input file*/
/*
input[type="file"]{
  display: none;
}
.input-label {
  color:white;
  max-height: 250px;
  max-width: auto;
  position: relative;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;  
  cursor: pointer;
  border: 2px dashed #cccccc;
}
*/
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f3f5f7; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #f3f5f7; 
  }
  .smallImg {
    width: 120px;
    height: 120px;
    margin-left: 2%;
}
.smallImg2 {
  width: 100%;
  height: auto;
  margin-left: 2%;
}  
.container1 {
  position: relative;
  width: 100%;
}
.main {
  position: absolute;
  width: calc(100% - 250px);
  left: 250px;
  min-height: 100vh;
  background: #fff;
  transition: 0.5s;
}
.toggle {
  width: 60px;
  height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}
/*side bar*/
.navigation {
  position: fixed;
  font-size: 0.85em;
  width: 218px;
  height: 100%;
  background: var(--success);
  transition: 0.5s;
  overflow: hidden;
}

.navigation .active {
  width: 80px;
}
.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  color:#fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/*
.navigation ul li:hover,
.navigation ul li.hovered {
  background: #fff;
}
*/
.navigation ul li:nth-child(1) {
  margin-bottom: 40px;
  pointer-events: none;
}

.navigation ul li a{
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color:#ffffff84;
}
.navigation ul li:hover a,
.navigation ul li.hoverd a{
  color: green;
}
.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 50px;
  line-height: 70px;
  text-align: center;
}
.navigation ul li a .icon ion-icon { 
  font-size: 1.75em;
}
.navigation ul li a .title{ 
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;

}
/*curve outside*/
/*
.navigation ul li:hover a::before,
.navigation ul li.hovered a::before { 
  content: '';
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50px;
  box-shadow: 35px 35px 0 10px #fff;
  pointer-events: none;
}
.navigation ul li:hover a::after, 
.navigation ul li.hovered a::after { 
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50px;
  box-shadow: 35px -35px 0 10px #fff;
  pointer-events: none;
}
*/
/*
.navigation ul li:hover{
  background: #fff;
}


*/
#scrollServices {
    padding: 0.2rem;
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
} 
#img img:hover {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.caption {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
.caption span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    
}
.caption2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}
.caption2 img {
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}
.caption2 span {
  float: left;
  margin: 0;
  padding: 10px;
  width: 95%;
  color: #dedede;
  background: #222; /* browser che non supportano rgba */
  background: #444444bf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.caption2 span strong {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  
}
#truncate2 { 
  width: 100%; 
  height: auto; 
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#truncate3 { 
  width: 90%; 
  height: auto; 
  overflow: hidden; 
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.centerTable {
  position: relative;
  padding-top: 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100%;
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #102255;*/
  /*
  background-color: white;
  background: repeat url("../images/bg.png");
  */
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
.header-fixed {
  width: 100%;
}
.header-fixed > tbody {
  overflow-y: auto;
  height: 500px;
}
.header-fixed > thead, .header-fixed > tbody, .header-fixed > thead > tr, .header-fixed > tbody > tr, .header-fixed > thead > tr > th, .header-fixed > tbody > tr > td {
  display: block;
}

.table-responsive {
  max-height:500px;
}

#note-div {
  padding: 0.2rem;
  width: 100%;
  height: 200px;
  overflow: auto;
  /* overflow-y: hidden; */
  margin: 0 auto;
  white-space: nowrap;
}
.select2-container--open {
  z-index: 99999999999999;
}

#calendar
{
    overflow-x:auto;
}
nav.changeColor {
  background-color: #2c3e50;
  color:#fff;
}
.navbar-nav a {
  color:#fff;
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon {
  color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.step {
  float:left; 
  display:block; 
  width:33%;
}
.card {
  position: unset;
  z-index: unset;
}

/*loader*/
.loader {
  /*position:fixed;*/
  z-index:1000;
  margin:250px auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid black;
  border-bottom: 16px solid black;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bottom-main {
  position: fixed;
  height: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  color: white;
}

.bottom-bar {
  position: fixed;
  height: 64px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  color: white;
}

.bottom-bar a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.bottom-bar a:hover {
  color: #f39c12;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/**/

@media screen and (max-width: 800px) {
  .nav {
    background-color: white;
    color:#222;
  }
  .navbar-nav a {
    --bs-text-opacity: 1;
    color: #6c757d!important;
  }
  #booking_ div{
    margin: unset;
  }
  .step {
    width:100%;
  }
  #logobrand {
    position: fixed;
    width: 120px;
    top: 5px;
  }
  #intro {
    display: none;
  }
  .navigation {
    width: 50px;
    
  }
  .navigation ul {
    left: -40px;
  }

  #topNavBrand {
    display:none;
  }
  #operatorsBtn-area {
    padding: 0;
  }
  /*
  .navbar-nav {
    flex-direction: unset!important;
  }
  */
  .btn {
    font-size: 0.7rem;
  }
  #calendar {
    width:95%;
    margin-left: 20px;
    font-size: 0.75em;
  }

  #school-area{
    width:95%;
    margin-left: 20px;
    font-size: 0.75em;
    margin-top: unset;
    padding:unset;
  }

  #client-area{
    width:95%;
    margin-left: 20px;
    font-size: 0.75em;
    margin-top: unset;
    padding:unset;
  }

}

.pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

