/* .btn-primary {
	background-color: #932235;          
	background-color:#efefefff;  
	color:#333;         
	border-color: #932235;
	border-color:#333!important;
	font-size: smaller!important;
    font-weight: bold!important;
	border: 2px solid !important;
}

.btn-primary:disabled {
	      
	background-color:#efefefff !important;  
	color:#808080  !important;         
	
}

.btn-edit {
	background-color: #505659; 
	background-color:#efefefff;  
	color: white;
	 border-color: #6a1826; 
	color:#333;   
	width: 85px;
	border-color:#333!important;
	font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}

.btn-quickview {
	background-color: #434343ff; 
	background-color:#efefefff;  
	border-color:#333;
	color: white;
    color:#333;  
    font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}

.gb-icon {
		object-fit: contain; 
		height:unset;
		max-height: 20px;
	}
	
a:hover {
  color: red;
  position: relative;
}
	
a[data]:hover:after {
  content: attr(data);
  padding: 4px 8px;
  padding: 4px 6px;
  font-size: 10.5px;
  font-family: 'Roboto', sans-serif;
  color: white;
  position: absolute;
  left: 10;
  bottom: 10;
  top: -20px;
  right: 100%;
  z-index: 2;
  border-radius: 5px ;
  background: black;
  width: 170px;
  height: 120px;
  height: max-content;
  line-height: 15px;
  overflow: scroll;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6a1826;
   background-color:#4cba6f;
    border-color: #6a1826; 
   border-color:#333!important;
}
.btn-success{
	background-color: #1d3b87 !important;
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.btn-success:hover{
	background-color: #14295d !important;
	background-color:#4cba6f !important;
	 color: #fff !important;
	 border-color:#333!important;
}

input#revokeButton{
	background-color: #1d3b87 !important;
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
input#revokeButton:hover{
	background-color: #14295d !important;
	background-color:#4cba6f !important;
	 color: #fff !important;
	   border-color:#333!important;
}

.btn-edit:hover {
  		background-color: #2c2f31;
  	background-color:#4cba6f;
  		color: white;
  		  border-color:#333!important;
}

.btn-quickview:hover {
  		background-color: black;
  		background-color:#4cba6f;
  		color: white;
  		  border-color:#333!important;
}
.btn-danger{
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.btn-danger:hover{
	background-color:#4cba6f!important;
  	color: white!important;
  	  border-color:#333!important;
}
.backbutton{
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.backbutton:hover{
	background-color:#4cba6f!important;
  	color: white!important;
  	  border-color:#333!important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  width: 54px;
  height: 27px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5ed44c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5ed44c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

Rounded sliders
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} */