/* select menu css */
.select-custom {
    position: relative;
    width: 200px;
    /* font-family: Arial, sans-serif; */
    margin: 10px;
}
body
{
    color: black !important;
}
.select-custom-selected {
    padding:5px 12px ;
    border: 1px solid #CAE8F0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(59, 59, 59, 0.1);
    background-color: white;
    cursor: pointer;
}

.select-custom-options {
    display: none;
    position: absolute;
    top: -50px;
    left: 15%;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.select-custom-option {
    padding: 10px;
    cursor: pointer;
}

.select-custom-option:hover {
    background-color: #CAE8F0;
    color: #fff;
}

/* end */

.data-item{
    color: #000 !important ;
    font-weight: 500 !important ;
}

.data-item2{
    color: #000 !important ;
    font-weight: 800 !important ;
}

.logo-view-form{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.information{
    color: #000 !important;
    padding: 10px !important;
}

.information h1{
    color: #000 !important;
    font-family: 'Baloo 2';
   
}

.information h5{
    color: #000 !important;
    font-family: 'Baloo 2';
   
}

.information h1{
    
    font-size: 35px;
}
.information h5{
    
    font-size: 23px;
}

.information p {
    color: #000 !important;
    font-family: 'Baloo 2' !important ;
    font-size: 20px;
   
}

.information span {
    color: #000 !important;
    font-family: 'Baloo 2' !important ;
    font-size: 20px;
   
}

.logo-view-form .kolors{
    margin-right: -1.125rem ;
}
.navbar-brand {
	font-size: 18px !important;
}

.gris{
    color: rgb(71, 71, 71) !important;
}
.d-flex{
    display: flex !important;
    gap: 3px;
    align-items: center !important;
    box-sizing: content-box !important;
}

.d-flex h1, h2 , h3 , h4, h5, h6{
    margin:0 !important ;
}


.label-indicator-absolute .password-indicator-label-absolute {
	top: 70% !important;
}

#external-events .fc-event {
    cursor: move;
}

.tt-menu {
	width: auto;
}

.row-colors > div > span {
	padding: 20px;
    position: relative;
    outline: 0;
    margin-top: 0;
    border-radius: 3px;
    color: #fff;
}

.table-inbox .table-inbox-label {
    width: 100px;
}

.table-inbox .table-inbox-time {
    text-align: right;
    width: 120px;
}

.border-top-light-grey {
    border-top-color: #e5e5e5 !important;
}

.border-bottom-light-grey {
    border-bottom-color: #e5e5e5 !important;
}

.table.table-borderless td, .table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

.inline-block {
    display: inline-block !important;
}

.pre-scrollable {
    max-height: 500px !important;
}

@media (min-width: 769px) {
    .label-xlg {
        font-size: 15px;
        padding-top: 11px;
    }
}

.form-underline {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ddd;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-underline p {
    margin-bottom: 0 !important;
}

.note-frame.panel {
    margin-bottom: 0 !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-100 {
    margin-top: 100px;
}

.typeahead-scrollable .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.bootstrap-tagsinput {
    border-bottom: 1px #e5e5e5 solid !important;
}

.ptb-2 {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.btn-text-lowercase {
    text-transform: lowercase !important;
    font-weight: normal !important;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice, .bootstrap-tagsinput .tag {
    border-radius: 3px;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover, .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
    background-color: #009688;
    color: #fff;
}

.text-1-em {
    font-size: 1.1em !important;
}

.login-container .footer {
    bottom: 10px;
}

.absolute-center-20 {
    left: 20px !important;
    right: 20px !important;
}

/*@media (min-width: 769px) {
    .has-detached-right .sidebar-detached.affix {
        left: 995px;
    }
}*/

.table-striped-info>tbody>tr:nth-of-type(odd) {
    background-color: #E0F7FA;
}

.table-framed-info {
    border-color: #E0F7FA;
}

.table-framed-info>tbody>tr>td {
    border-top-color: #00bcd445;
}

.table>tbody>tr>td>p {
    margin-bottom: 0;
}

#form-availability-form .pickatime + .picker>.picker__holder {
    width: 75% !important;
}

/* sticky */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 135px;
    opacity: 1;
    z-index: 99;
}
.sticky-up {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
    opacity: 1;
    z-index: 99;
}

/* only for operation create */
.mik-invalid-feedback{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    text-align: left;
}
.mik-is-invalid{
    border-color: #dc3545 !important;
}

/* operation little map */
#map_lecteurs{
    min-height: 300px;
}

.infowindow-content .title {
    font-weight: bold;
    text-transform: uppercase;
}

.infowindow-content {
    display: none;
}

.place-address{
    text-transform: capitalize;
}

#map_lecteurs .infowindow-content {
    display: inline;
}

.m_operateur{
    cursor: pointer;
}

.op_active{
    color: #0065A1;
}

.top
{
   position: fixed;
   bottom:20px;
   right: 20px;
}

.button-top {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background-color: #1591D9;
   /* background-color: rgb(20, 20, 20);#1591D9 */
   border: none;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
   cursor: pointer;
   transition-duration: 0.3s;
   overflow: hidden;
   position: relative;
   
   /* margin-left :100px; */
   /* z-index: 10; */
 }
 
 .svgIcon {
   width: 12px;
   transition-duration: 0.3s;
 }
 
 .svgIcon path {
   fill: white;
 }
 
 .button-top:hover {
   width: 140px;
   border-radius: 50px;
   transition-duration: 0.3s;
   background-color: #0065a1;
   align-items: center;
 }
 
 .button-top:hover .svgIcon {
   /* width: 20px; */
   transition-duration: 0.3s;
   transform: translateY(-200%);
 }
 
 .button-top::before {
   position: absolute;
   bottom: -20px;
   content: "Back to Top";
   color: white;
   /* transition-duration: .3s; */
   font-size: 0px;
 }
 
 .button-top:hover::before {
   font-size: 13px;
   opacity: 1;
   bottom: unset;
   /* transform: translateY(-30px); */
   transition-duration: 0.3s;
 }
 .content-wrapper
 {
     background: #f8f8f9 !important;

 }
 body
 {
     background: #f8f8f9 !important;
 }
 .container
 {
     background: white !important;
     height: 100px auto;

 }
 .card-body
 {
     background: white;
     color: black;
 }
 .card-header
 {
     /* background:#0080BC !important; */
     display: flex;
     flex-flow: row;
     align-items: center;
     justify-content: fle;
     
 }
 .container-fluid
 {
    background: #f8f8f9 !important;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 0px !important;
 }
 .main-sidebar
 {
     background: white !important;
     /* box-shadow: 3px 3px 10px  #0080BC !important; */
     color: black !important;
     box-shadow: 0px 0px 0px transparent !important;
     padding: 7px !important;
     overflow: hidden;
 }
 .statistics-section
 {
     /* background: white !important; */
     border-bottom: 0px solid transparent !important;
     padding: 10px !important;
     width: 100%;

 }
 .card
 {
     background: transparent !important;
     margin: 15px !important;

 }
 
 .statistics-section .card .card-body
 {
     /* background-image: linear-gradient(90deg,#0080BC 25% , white 100% ) !important; */
     background: white !important;
     /* border: 1px solid ;  */
     /* color: #0080BC !important; */
     /* border-left: 10px solid #ceced5 !important;  */

     /* border: 1px solid #0080BC;  */
    color:#1591D9 !important;
    transition-property: background,color;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    transition-delay: 0.5s;
    transition-timing-function:ease-in-out;
 
 }
 
 /*.red-stats-bg
 {
    border: 1px solid red; 
    color: #dc3545 !important;
    background-image: linear-gradient(-90deg,#dc3545  , white  ) !important;

 }
 .red-stats-bg:hover
 {
    background-image: linear-gradient(-90deg,#dc3545  , white  ) !important;
 }
 .blue-stats-bg
 {
    border: 1px solid blue; 
    color:#1591D9 !important;

 }
 .green-stats-bg
 {
    border: 1px solid #009688;
    color:#009688 !important;
 }
 .statistics-section .card .red-stats-bg:hover
 {
     /* background-image: linear-gradient(90deg,#dc3545  , white  ) !important; *
     background: #df5563 !important;
     color: white !important;
 }
 .statistics-section .card .blue-stats-bg:hover
 {
     /* background-image: linear-gradient(90deg,#dc3545  , white  ) !important; *
     background: rgb(93, 93, 237) !important;
     color: white !important;
 }*/
 .statistics-section .card .card-body:hover
 {
     background-image: linear-gradient(-100deg,#0080BC, white  ) !important; 
     /* background: #0080BC !important;     */
     /* color: white !important; */
 }
 
 /*.statistics-section .card .card-body:hover
 {
     background:  white !important;
     border: 1px solid #0080BC ;
     color: #0080BC ;

     /* border-left: 10px solid #ceced5 !important;  

 }*/
 .sidebar
 {
     overflow: hidden;
     scrollbar-width: none ;
     scrollbar-color: #8CACD3 #8CACD3 ;
 }
 .sidebar nav ul.nav li.nav-item a 
 {
     color: #8CACD3 !important;
     margin: 5px;
     
 }

 .brand-link
 {
     /* background: #0080BC !important; */
     margin-top: -10px;
     width: 100% !important;
     margin-left: -10px;
     margin-right: -10px; 
 }
 .card-title
 {
    /* border: #0080BC !important; */
    color: #0080BC !important;
    font-weight: 700;
 }
 .card-body-bloo:hover
 {
     background-image: linear-gradient(90, white,#0080BC) !important;
 }
 .card-body-bloo 
 {
     background: white !important;
     box-shadow: 0px 0px 0px transparent !important;
     border: 0px solid transparent !important;
     color: #0080BC !important;
 }
 .card-border
 {
     border-top: 2px solid #0080BC !important; 
 }
 .nav.main-header .navbar-nav li.nav-item a.nav-link
 {
     color: #0080BC !important;
 }

 .nav-item
 {
     width: 100% !important;

 }
 
 .form_share button
 {
     background: #0080BC !important;
 }
 h4
 {
     color: #0080BC !important;
 }
 .card-title-bloo
 {
     box-shadow: 0px 0px 0px transparent !important;

 }
 #share_btn
 {
     background: #0080BC !important;
 }

 nav.main-header .navbar-nav li.nav-item a.nav-link 
 {
     color: #0080BC !important;
     width: max-content !important;
    }
 .sidebar nav ul.nav li.nav-item.active a
 {
     color: white !important;
     background: #0080BC !important;
     /* margi an: 1px !important; */
     border-radius: 10px !important;
     width: 170px !important ;
     /* width: auto !important; */
     
 }
 .sidebar nav ul.nav li.nav-link.active a 
 {
     color: white !important;
     background: #0080BC !important;
     /* margi an: 1px !important; */
     border-radius: 10px !important;
 }

 .sidebar nav ul.nav :hover
 {
     /* color: white !important; */
     background: transparent !important;
  /* margin: 1px !important;  */
     border-radius: 10px !important;
 }
 .sidebar nav ul.nav li.nav-item a:hover
 {
     color: white !important; 
     background: #0080BC !important;
     width: 170px !important ;
     
  /* margin: 1px !important;  */
     border-radius: 10px !important;
 }
 
 .sidebar nav ul.nav li.nav-item a
 {
     width: 170px !important ;
     
 }
 .nav-sidebar .nav-link p
 {
    white-space: nowrap !important;
 }
 /* .button
 {
     background: #0080BC !important;
 } */
.current
{
    border: 1px solid #0080BC !important;
    background: #0080BC !important;
    color: #e0dbdb;
}
.current:hover
{
    color: #000;
}
.update-configop
{
    margin: 10px;
    border: 1px solid red;
}
.update-configop:hover
{
    background: red;

    color: white;
}
.datable-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
/* .pagination
{
    position: relative;
   margin-top: 100px !important;
} */
.content-operation-index
{
    background: white !important;
    padding: 30px !important;
    border-radius: 20px;
    margin-bottom: 0px;
    width: 95%;
    overflow-x: scroll;
}
.content-operation-index::-webkit-scrollbar {
    width: 10px; /* Largeur de la barre de défilement */
}

/* Style de la piste de la barre de défilement */
.content-operation-index::-webkit-scrollbar-track {
    background: #f1f1f1; /* Couleur de fond de la piste */
}

/* Style du "thumb" (la poignée) de la barre de défilement */
.content-operation-index::-webkit-scrollbar-thumb {
    background: #0080BC; /* Couleur de la poignée */
    border-radius: 20px; /* Bordure arrondie */
}

/* Style du "thumb" lorsque survolé */
.content-operation-index::-webkit-scrollbar-thumb:hover {
    background: #006696; /* Couleur de la poignée au survol */
}
/* Style de la barre de défilement */
::-webkit-scrollbar {
    width: 10px; /* Largeur de la barre de défilement */
}

/* Style de la piste de la barre de défilement */
::-webkit-scrollbar-track {
    background: #d4d4d4; /* Couleur de fond de la piste */
}

/* Style du "thumb" (la poignée) de la barre de défilement */
::-webkit-scrollbar-thumb {
    background: #8CACD3; /* Couleur de la poignée */
    border-radius: 5px; /* Bordure arrondie */
}

/* Style du "thumb" lorsque survolé */
::-webkit-scrollbar-thumb:hover {
    background: #0080BC; /* Couleur de la poignée au survol */
}

