/*================================================================================

	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template

	Version: 2.0

	Author: PIXINVENT

	Author URL: http://www.themeforest.net/user/pixinvent

================================================================================



NOTE:

------

PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.

WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  

/* Custom Sidebar Styles - White Background with Black Text */


td {

  padding: 5px 3px !important;

  font-size: 12px !important;

}

/* Global Table Header Styles - Green Background with White Text */
.table thead {
  background-color: #055007 !important;
}

.table thead th {
  color: white !important;
  border-color: #044006 !important;
  font-weight: 600 !important;
}

/* Ensure table headers are consistent across all tables */
.table-bordered thead th {
  background-color: #055007 !important;
  color: white !important;
  border-color: #044006 !important;
}

/* Dark theme table header support */
.dark-layout .table thead {
  background-color: #055007 !important;
}

.dark-layout .table thead th {
  color: white !important;
  border-color: #044006 !important;
}

img.target_icon {

  width: 28px;

  margin-left: 12px;

  margin-right: -5px;

  position: relative;

}

.monitoring_liget {

  position: relative;

}

/*.monitoring_liget span:after {

  content: '';

  width: 10px;

  height: 10px;

  background: #28c76f; !* أخضر *!

  position: absolute;

  display: block;

  top: 7px;

  right: 21px;

  z-index: 999;

  border-radius: 50%;

  animation: blinkRedGreen 1s infinite alternate;

  opacity: 1;

}

*/



@keyframes blinkRedGreen {

  0%   { background: #28c76f; } /* أخضر */

  50%  { background: red; }     /* أحمر */

  100% { background: #28c76f; } /* أخضر */

}





/* ---------- Car Marker ---------- */

/*

.car-marker {

  width:600px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

}

*/


   td {
    padding: 5px 10px !important;
    }


    .btn.btn-primary {
        background-color: #055007 !important;
    }





















img.iconMeneu {

  width: 22px;

  margin-left: 11px;

}





