.mobile-template{
}

body.dark-mode-active .image-listview > li a.item:after {
    background-image: none;
}
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #1b283b;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: grey;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border:1px solid #1b283b;  /* creates padding around scroll thumb */
}
.profileBox {
   background: none;
}

body.dark-mode-active .form-group.boxed .form-control, body.dark-mode-active .form-group.boxed .custom-select {
    color: #FFFFFF;
    background: #0c182a;
     border-color: #13233a;




}
/* #sidebarPanel .form-group.boxed .form-control.form-select, .form-group.basic .form-control.form-select {
    background-image: none !important;
} */

#sidebarPanel .section .wide-block {
    background: #0F1C2F;
    border-top-color: #1B283B;
    border-bottom-color: #1B283B;
    border-color: #1B283B;
}
#sidebarPanel .wide-block {
    border: 1px solid #E1E1E1;
}
body.dark-mode-active #sidebarPanel .listview {
    background-color: #0c1624 !important;
    border-bottom-color: #0c1624;
}

.mt-m11{
	margin-top: -11px;
}

.logo-mobile{
	width: 105px;
}
.couv{
  max-height: 278px;
  margin-top: -16px;
}
.marg-53{
  margin-top: -53px;
}
.text-left{
  text-align: left;
  }

  
.max-w-75{
      max-width: 75px;
}
.max-w-100{
      max-width:150px;
}

.span-camera{
  margin-left: -43px;
  margin-top: 60px;
  position: absolute;
}
.span-btn-couv{
  margin-top: 213px;
  position: absolute;
  margin-left: -182px;
}

.mobile-hidden{
  /*display: none;*/
}

.span-icon-verif{
  float: right;
  margin-top: 36px;
  right: 0;
  position: absolute;
}
.marg-3{
  margin-left: -3px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 8px!important;
  background-color: #0c1624!important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.6;
  filter: invert(1);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1
}

.h160{
    height: 160px;
}



