

.head{
	padding-bottom: 10px;
}

.table-head{
	background-color: #383530d6;
	text-align: center;
	color: #fff;
}

.button-align{
	size:250px;
	float: left;
}

.space{
	margin-right: 20px;
}

.space1{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.btn-add{
	background-color: #282525;
	color: #fff;

}

.btn-add:hover{
	background-color: #383530 !important;
	color: white !important;

}

.form-group.btn-add{
	width: 15%;
}

.btn-edit{
	background-color: #1c1614;
	color: #fff;
}

.btn-edit:hover{
	background-color: #383530 !important;
	color: white !important;
}

.btn-dark{
	background-color: #1c1614;
	color: #fff;
}

.btn-dark:hover{
	background-color: #383530 !important;
	color: white !important;
}

.btn-view{
	background-color: #0a1931;
	color: #fff;
}


.page-link{
    background: transparent;
    color: #fff;
}

.page-item.disabled .page-link {
  background: transparent;
  color: #fff;
  
}

.page-item.active .page-link {
  color: #fff;
  background-color: #002233;
  border-color: #ffffff;
}

.card-search{
	background-color: rgba(255, 255, 255, 0.30);
	
}

.card{
	background-color: rgba(255, 255, 255, 0.25);

	
}

.content-wrapper{
	background: #282525;

}

h3{
	    color: #fff;
}

/*.table{
	border-color: #232323;
	border-width: 3px;		 
}*/

.main-header,
.main-footer
 {
	background-color: #383530;

}

.dropdown-toggle::after {
    color: rgba(255, 255, 255, 0.35);
}

.dropdown-menu{
    background-color: #201f1ffc;
}

.dropdown-item {
color: rgba(255, 255, 255, 0.35);
}


.main-footer{
	color: rgba(255, 255, 255, 0.35);
	text-align: right;

}

.table-scroll{
        overflow-x: auto;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }

@media (max-width: 767px) {
    .table-scroll{
        overflow-x: auto;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }

}

body{
	color: #fff;
	background: black;
}



.fa-bars:before {
	color:rgba(255, 255, 255, 0.45);
}

b, strong{
	color:rgba(255, 255, 255, 0.45);
}

[class*=sidebar-dark-] {
	background: black;
}

.form-control {
	    background: transparent;
	    color: white;
}

.form-control:focus{
  background: transparent;
        color: White;
}

.sum{
	float: right;
	width: 250px;
	text-align: right;
}



.os-content {
	background-color: #1c1614;
}

a.brand-link {
	background-color: #1c1614;
}

a.brand-link {
		border-bottom: rgba(255, 255, 255, 0.45);
}

.copy-text:hover{
	cursor: pointer;
}

option#\30 {
    background-color: white;
    color: black;
}

select.status-select option
{
	color:black;
    background-color: white;
}

.activation-edit-notice{
	color: #ffffff !important;
}

option {
	background-color: #282525 !important;
}

.empty-alert-notice{
	background-color: #ff000069;
    padding: 1%;
    border-radius: 5px;
}

.refund-notice{
	color: red;
}

input#api-token {
    width: 50%;
  box-sizing: border-box;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.copy-button{
	background-color: transparent !important;
    color: white !important;
    border: 1px solid white !important;
}

.main-app-styles{
	background-color: black !important;
}


.sales_export {
    font-size: .875rem!important;
    padding: 8px !important;
    margin-top: 15px;
    margin-bottom:  10px;
    background-color: #383530 !important;
    border: 1px solid #c6cbcc;
    color: white;
}

.right{
	text-align: right;
	margin-right: 1%;
}

.form-buttons{
	margin-top: 10px;
}

nav.flex.justify-between {
    margin-top: 3%;
    text-align: right;
}

span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    background-color: #3e3b37 !important;
    color: white !important;
}

a.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150{
	background-color: #3e3b37 !important;
    color: white !important;
}

section.content {
    padding-bottom: 1% !important;
}