
.btn-logout {
  cursor: pointer; 
  background: transparent; 
  outline: none; 
  border: none; 
}
.btn-logout:focus:not(:focus-visible) {
  outline: none; /* Gets rid of the annoying outline for mouse users */
  /* Add any other styling you want for keyboard focus */
}
.site-menubar-light .site-menu-item>a {
  font-weight: 500 !important;
}
.card-header {
  background: #3e8ef7 !important;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.card-body {
  background: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-drop {
  font-family: 'Ubuntu', sans-serif;
  color: #444;
}
.notification-drop .item {
  padding: 10px;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.notification-drop .item:hover {
  cursor: pointer;
}
.notification-drop .item i {
  margin-left: 10px;
}
.notification-drop .item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: -200px;
  right: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
  width: 276px;
}
.notification-drop .item ul li {
  font-size: 16px;
  padding: 15px 0 15px 25px;
}
.notification-drop .item ul li:hover {
  background: #ddd;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 500px) {
  .notification-drop {
    display: flex;
    justify-content: flex-end;
  }
  .notification-drop .item {
    border: none;
  }
}



.notification-bell{
  font-size: 20px;
}

.btn__badge {
  background: #FF5D5D;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0px;
  padding:  3px 10px;
  border-radius: 50%;
}

.pulse-button {
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.notification-text{
  font-size: 14px;
  font-weight: bold;
}

.notification-text span{
  float: right;
}

td.title-order {
  background:linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);color:#fff;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 18px;
}
.topbar {
  position: fixed;
  top: 0;
  height: 80px;
  background-color: #050f2d;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  z-index: 9999;
}

.logo {
}
.logo-text{
  font-size: 20px;
  font-weight: 600;
  color: #fff;

}
.menu {
  margin-left: 50px;
}
.menu ul li {
  padding: 20px;
  position: relative;
}
.menu ul li a {
  color:#98a9e1;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  padding-bottom: 26px;
}
.menu ul li a:hover {
  color:#fff;
  text-decoration: none;
  border-bottom: 3px solid white;
}
.mask {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 3px solid transparent;
}
.card {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px !important;
}
.sidebar {
  width: 110px;
  height: 100vh;
  background: #192458;
  position: fixed;
  top: 0;
  left: 0;
}
.menu ul li a:hover .mask{
  border-bottom: 3px solid cyan;
}
.user-info {
  position: absolute;
  right: 35px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.user-info img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.wrapper-order-list {
  max-width: 1500px;
  margin: 0 auto;
}
.page-content {
  margin-left: 100px;
  padding: 30px 55px !important;
}
.btn-add {
  background-color: #001ea0;
  padding: 15px 30px;
  border-radius: 35px;
  font-size: 15px;
  color: #f4f4f4;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  width: 210px;
}
.btn-add:hover {
  text-decoration: none;
  color: #fff;
}
.icon-plus {
  background-color: #0064ff;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 25px;
  position: absolute;
  right: 7px;
}
.wrapper-order-list .title {
  color: #136bff;
  font-size: 18px;
  font-weight: 500;
}
.total_users {
  background: white;
  height: 200px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.order-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.order-list h3 {
  color: #136bff;
  font-weight: 500;
}
.order-filter {
  background-color: #ebebeb;
  padding: 8px 8px;
  border-radius: 30px;
}
.order-filter ul li {
  padding: 11px 30px;
  font-size: 13px;
  font-weight: 500;
}
.order-filter ul li a {
  transition: 0.3s;
  color: #8793a2;
}
.order-filter ul li:hover a {
  color: white; 
  text-decoration: none;
}
.order-filter li.active, .order-filter li:hover {
  
  border-radius: 30px;
  color: #fff !important;
}
.link li {
  padding: 0 15px;
  background-color: #0064ff;
  border-radius: 35px;
  padding: 5px 20px;
  font-weight: 500;
}
.order-filter ul li.active a{
  color: #fff;
}
.link li a {
   font-size: 17px;
   color: #fff;
}
.order-list .link li a:hover {
  text-decoration: none;
}
.wrapper-order-list .lists table thead tr {
  background-color: #ebebeb;
  border-radius: 5px;
}
.wrapper-order-list .lists table th {
    padding: 20px;
    font-weight: 600;
}
.wrapper-order-list .lists table td {
  padding: 5px 20px;
}
.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
pointer-events:none;}

.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
pointer-events:none;}

.modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
full width */
height:inherit;
/* To center horizontally */
margin: 0 auto;
pointer-events:all;}
.modal.fade.show {
  backdrop-filter: blur(3px);
  z-index: 99999;
}
@media (min-width: 768px) {
.modal-xl {
  width: 90%;
 max-width:1200px;
}
}
#modalOrder table tr td {
font-size: 16px;
}
#modalOrder select {
height: 50px;
font-size: 16px;
border-radius: 13px;
font-weight: 400;
}
#modalOrder textarea {
font-size: 16px;
font-weight: 400;
}
#modalOrder select:focus, #modalOrder textarea:focus {
border: 2px solid #136bff;
}
.custom-fileinput {
height:50px;width:150px;background:#ddd;display:flex;justify-content:center;align-items:center;border-radius:5px;
}
.btn-success {
border-radius: 30px;
font-weight: 600;
background: #adeae0;
border-color: #adeae0;
color: #23cab0;
}
.btn-reception {
background: #012db4;
padding: 10px 25px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border-radius: 30px;
}
.btn-primary, .btn-primary:hover {
background: #012db4;
padding: 8px 25px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border-radius: 30px;
}
.btn-danger, .btn-danger:hover {
background: rgb(218, 81, 106);
padding: 8px 25px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border-radius: 30px;
}
.btn-success {
background-image: linear-gradient(to right, #02AAB0 0%, #00CDAC  51%, #02AAB0  100%);
padding: 8px 25px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border-radius: 30px; 
}
.btn-success:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.service-emetteur, .service-destinataire, .visualiser-commande {
background-color: #fff;
box-shadow: 4px 4px 16px #e1e1e1;
border-radius: 1rem;
padding: 20px 55px;
font-size: 16px;
}
.service-emetteur h3, .service-destinataire h3 {
font-weight: 600;
text-align: center;
margin-bottom: 25px;
}
.wrapper-order-list textarea, .wrapper-order-list input {
font-weight: 500;
font-size: 16px;
}
.wrapper-order-list input[type="text"], .wrapper-order-list input[type="date"] {
height: 50px;
}
.service-emetteur select, .service-emetteur textarea {
height: 50px;
font-weight: 500;
font-size: 16px;
}
.popover {
z-index: 99999;
}
.content .contents, .content .bg {
width: 50%; }
@media (max-width: 1199.98px) {
  .content .contents, .content .bg {
    width: 100%; } }
.content .contents .form-group, .content .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  padding: 15px 15px;
  border-bottom: none;
  position: relative;
  background: #edf2f5;
  border-bottom: 1px solid #e6edf1; }
  .content .contents .form-group label, .content .bg .form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .content .contents .form-group input, .content .bg .form-group input {
    background: transparent; }
  .content .contents .form-group.first, .content .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
  .content .contents .form-group.last, .content .bg .form-group.last {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
  .content .contents .form-group label, .content .bg .form-group label {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3; }
  .content .contents .form-group.focus, .content .bg .form-group.focus {
    background: #fff; }
  .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
    margin-top: -20px; }
.content .contents .form-control, .content .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0; }
  .content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.content .bg {
background-size: cover;
background-position: center; }

.content a {
color: #888;
text-decoration: underline; }

.content .btn {
height: 54px;
padding-left: 30px;
padding-right: 30px; }

.content .forgot-pass {
position: relative;
top: 2px;
font-size: 14px; }

.social-login a {
text-decoration: none;
position: relative;
text-align: center;
color: #fff;
margin-bottom: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
display: inline-block; }
.social-login a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.social-login a:hover {
  color: #fff; }
.social-login a.facebook {
  background: #3b5998; }
  .social-login a.facebook:hover {
    background: #344e86; }
.social-login a.twitter {
  background: #1da1f2; }
  .social-login a.twitter:hover {
    background: #0d95e8; }
.social-login a.google {
  background: #ea4335; }
  .social-login a.google:hover {
    background: #e82e1e; }

.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 15px;
cursor: pointer;
font-size: 14px; }
.control .caption {
  position: relative;
  top: .2rem;
  color: #888; }

.control input {
position: absolute;
z-index: -1;
opacity: 0; }

.control__indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background: #e6e6e6;
border-radius: 4px; }

.control--radio .control__indicator {
border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc; }

.control input:checked ~ .control__indicator {
background: #6c63ff; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #847dff; }

.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.9;
pointer-events: none; }

.control__indicator:after {
font-family: 'icomoon';
content: '\e5ca';
position: absolute;
display: none;
font-size: 16px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
display: block;
color: #fff; }

.control--checkbox .control__indicator:after {
top: 50%;
left: 50%;
margin-top: -1px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
background-color: #7e0cf5;
opacity: .2; }

.sidebar .menu-item {
text-align: center;
padding: 15px 5px;
transition: .3s;
cursor: pointer;
}
.sidebar .menu-item .title {
font-size: 16px;
margin-top: 15px;
}
.sidebar .menu-item:hover {
text-align: center;
background: #6b7397;
color: #fff;
}
.table .thead-dark th {
color: #fff;
background-color: #192458;
}
.order-filter ul li {
position: relative;
}
.count-order {
position: absolute;
display: block;
background: gray;
padding: 2px 15px;
border-radius: 15px;
top: -9px;
right: -10px
}
.search {
box-sizing: border-box;
background-image: url('../icons/search.svg');
background-size: 20px;
background-position-x: 10px;
background-position-y: 50%;
background-repeat: no-repeat;
padding-left: 40px;
}
[v-cloak] {
display: none;
}
#more {display: none;}
.button {
position: absolute;

background-color:#0a0a23;
color: #fff;
border:none;
border-radius:10px;
}
.fa-ellipsis-v {
font-size: 20px !important;
}
.addui-radios {
padding-left: 0px !important;  
}
#custom-dev nav > ul{
display: none;
} 