/* header {
    background-color: #333;
    padding: 10px;
  }
  
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  
  nav ul li {
    position: relative;
  }
  
  nav ul li a {
    display: block;
    padding: 10px;
    color: #fff;
  }
  
  nav ul li:hover > ul {
    display: block;
  }
  
  nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 0;
  }
  
  nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
  }
  
  nav ul ul li a {
    padding: 10px;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
  }
  
  nav ul ul li a:hover {
    background-color: #444;
  }
   */

/*
   .plo{
    
    padding-inline: 9em ;
    position: relative;
    margin:auto;
    padding-top: 4em;
  
    
  }
  .plodiv{
    display: none;
    position:absolute;
    padding-inline: 2em;
    top:100%;
    padding-block: .6em;    
    background-color:white;
    
  }
  

   .plo:hover .plodiv {
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
   
    display: block;
   }
   */
/*
   .deroul{
    padding-top: 10px;
   }
   .sousnav{
    margin-top: 16  rem;
    width: 70%;
margin: 0 auto;
    text-align: center;
   }
   .h2{
    text-align: center;
   }
  opacity:2; 
   .Container
   img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  */
  .container-fluid px-0 px-sm-4 mx-auto {
color: #000;
overflow-x: hidden;
height: 100%;
background-color: #C5CAE9 !important;
background-repeat: no-repeat;
padding: 0px !important
}
.container-fluid {
padding-top: 120px !important;
padding-bottom: 120px !important
}
.card {
box-shadow: 0px 4px 8px 0px #7986CB
}
input {
padding: 10px 20px !important;
border: 1px solid #000 !important;
border-radius: 10px;
box-sizing: border-box;
background-color: #616161 !important;
color: #fff !important;
font-size: 16px;
letter-spacing: 1px;
width: 180px
}
input:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #512DA8;
outline-width: 0
}
::placeholder {
color: #fff;
opacity: 1
}
:-ms-input-placeholder {
color: #fff
}
::-ms-input-placeholder {
color: #fff
}
button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0
}
.datepicker {
background-color: #000 !important;
color: #fff !important;
border: none;
padding: 10px !important
}
.datepicker-dropdown:after {
border-bottom: 6px solid #000
}
thead tr:nth-child(3) th {
color: #fff !important;
font-weight: bold;
padding-top: 20px;
padding-bottom: 10px
}
.dow,
.old-day,
.day,
.new-day {
width: 40px !important;
height: 40px !important;
border-radius: 0px !important
}
.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
border-radius: 6px !important;
background-color: #eee;
color: #000
}
.active {
border-radius: 6px !important;
background-image: linear-gradient(#90CAF9, #64B5F6) !important;
color: #000 !important
}
.disabled {
color: #616161 !important
}
.prev,
.next,
.datepicker-switch {
border-radius: 0 !important;
padding: 20px 10px !important;
text-transform: uppercase;
font-size: 20px;
color: #fff !important;
opacity: 0.8
}
.prev:hover,
.next:hover,
.datepicker-switch:hover {
background-color: inherit !important;
opacity: 1
}
.cell {
border: 1px solid #BDBDBD;
margin: 2px;
cursor: pointer
}
.cell:hover {
border: 1px solid #3D5AFE
}
.cell.select {
background-color: #3D5AFE;
color: #fff
}
.fa-calendar {
color: #fff;
font-size: 30px;
padding-top: 8px;
padding-left: 5px;
cursor: pointer
}