body {

	color: rgb(0 0 0 / 70%);
	background-color: #151313;
}
a {
	color: #000;
	text-decoration: underline
}

a:hover {
	color: #000
}


.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: rgb(0 0 0 / 85%);
	--bs-table-striped-bg: rgba(236, 233, 233, 0.05);
	--bs-table-active-color: rgb(0 0 0 / 27%);
	--bs-table-active-bg: rgb(0 0 0 / 10%);
	--bs-table-hover-color: rgb(0 0 0);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: rgb(0 0 0 / 85%);
	vertical-align: top;
	border-color: rgb(0 0 0 / 15%);
}


.table-light {
	--bs-table-bg: #e9eef5;
	color: #fff;
	border-color: rgb(0 0 0 / 15%)
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1 !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 10px;
}

.form-control {
    border: 0 !important;
    outline: 0 !important;
    min-height: 40px;
	color: #334155;
    background-color: #e9eef5 !important;
    border: 1px solid #e9eef5 !important;
}
.card-body {
    background: #fff;
	padding: 0;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #334155 !important;
	opacity: 1; /* Firefox */
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #334155 !important;
	opacity: 1;
  }
  
  .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #334155 !important;
	opacity: 1;
  }
  .dataTables_filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #334155 !important;
	opacity: 1; /* Firefox */
  }
  
  .dataTables_filter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #334155 !important;
	opacity: 1;
  }
  
  .dataTables_filter input::-ms-input-placeholder { /* Microsoft Edge */
	color: #334155 !important;
	opacity: 1;
  }

.form-control:focus {
	color: #334155;
    background-color: #e9eef5 !important;
    border: 1px solid #ffffff26!important;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: rgb(233 236 239 / 22%);
}

.form-select:disabled {
	background-color: rgb(233 236 239 / 29%);
}

.form-select {
	color: #ffffff;
	background-color: rgb(0 0 0 / 15%);
	border: 1px solid rgb(0 0 0 / 15%);
}

.form-select:focus {
	border-color: rgb(0 0 0 / 35%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-select option {
	background-color: #171717;
}

.form-check-input {
    background-color: rgb(0 0 0 / 25%);
    border: 1px solid #d9d9d9;
}

.form-check-input:focus {
	border-color: rgb(0 0 0 / 15%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-check-input:checked {
	background-color: rgb(0 0 0 / 15%);
	border-color: rgb(0 0 0 / 15%);
}

.input-group-text {
    color: #000000;
    background-color: rgb(232 240 253) !important;
    border: 0;
    border-left: solid 2px #3c3b3b2e !important;
}

.btn-light {
    color: #f73c8e;
    background-color: rgb(255 255 255 / 15%);
    border-color: #f73c8e;
}

.btn-light:hover {
    color: #fff;
    background-color: rgb(247 60 142);
    border-color: rgb(247 60 142);
}

.card {
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
	margin-bottom: 1.5rem;
	border: 0 solid transparent;
}

.card-header {
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}


.card-footer {
	border-top: 1px solid rgba(255, 255, 255, .125)
}


.accordion-item {
	background-color: rgb(0 0 0 / 12%);
	border: 1px solid #000;
}

.accordion-button {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, .125);
	background-color: rgb(0 0 0 / 12%);
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: rgb(0 0 0 / 15%);
}

.accordion-button:focus {
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(225, 225, 225, .25)
}

.breadcrumb-item.active {
    color: #f9277f;
}

.page-link {
	color: #ffffff;
	background-color: rgb(0 0 0 / 15%);
	border: 1px solid rgb(0 0 0 / 15%);
}

.page-link:hover {
	color: #fff;
	background-color: rgb(0 0 0 / 25%);
	border-color: rgb(0 0 0 / 15%);
}

.page-link:focus {
	color: #fff;
	background-color: rgb(0 0 0 / 20%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.page-item.active .page-link {
	color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-color: rgb(0 0 0 / 15%);
}

.page-item.disabled .page-link {
	color: #ffffff;
	background-color: rgb(0 0 0 / 42%);
	border-color: rgb(0 0 0 / 15%);
}

.alert {
	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.progress {
    background-color: rgb(249 46 131);
}

.progress-bar {
	color: #fff;
	background-color: #ffffff;
}

.list-group-item {
	color: rgba(255, 255, 255, 0.85);
	background-color: rgb(0 0 0 / 12%);
	border: 1px solid rgb(0 0 0 / 12%);
}

.modal-content {
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .2);
}

.modal-header {
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.modal-footer {
	border-top: 1px solid rgb(0 0 0 / 15%);
}

.border {
	border: 1px solid rgb(0 0 0 / 15%) !important
}

.border-top {
	border-top: 1px solid rgb(0 0 0 / 15%) !important;
}

.border-end {
	border-right: 1px solid rgb(0 0 0 / 15%) !important;
}

.border-bottom {
	border-bottom: 1px solid rgb(0 0 0 / 15%) !important;
}

.border-start {
	border-left: 1px solid rgb(0 0 0 / 15%) !important;
}

.text-light {
	color: #f8f9fa !important
}

.text-light-1 {
	color: rgba(255, 255, 255, .125) !important
}

.text-light-2 {
    color: rgb(0 0 0 / 70%) !important;
}

.text-light-3 {
	color: rgba(255, 255, 255, 0.50) !important;
}

.text-light-4 {
	color: rgba(255, 255, 255, 0.20) !important;
}

.bg-light {
	background-color: rgb(0 0 0 / 15%) !important;
}

.bg-body {
	background-color: rgb(0 0 0 / 15%) !important;
}


.dropdown-menu {
    color: #ffffff;
    background-color: #f7faff;
    border: 1px solid rgba(0, 0, 0, .15);
    top: 100%;
    right: 0;
}
.dropdown-divider {
	border-top: 1px solid rgba(255, 255, 255, .15)
}
.dropdown-item {
	color: rgb(0 0 0 / 85%);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: rgb(139 139 139 / 15%);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}

.btn-close {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-outline-white {
	border: 0px solid #fff;
	border-left: 5px solid;
	border-left-color: #fff;
}

.alert-block {
	display: flex;
	align-content: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.alert-block .close {
	background: none;
	border: 0;
	outline: 0;
	font-size: 26px;
	line-height: 1;
}
table.dataTable {
	margin:0 !important
}

.card.login_card {
    border-radius: 0 0 15px 15px;
}
.card.login_card .card-body {
    padding: 20px !important;
    border-radius:0 0 15px 15px;
}
.input, .form-control, select, textarea {
    outline: 0 !important;
    box-shadow: none !important;
}
.login_logo {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}

button.close {
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-check .form-check-input:checked {
    background-color: #f5388e;
}
input, .form-control, select, textarea, a, .btn, button {
    outline: 0 !important;
    box-shadow: none !important;
}
.ui-widget-header {
    background: #e9eef5 !important;
 }
 .ui-datepicker .ui-datepicker-prev span:after, .ui-datepicker .ui-datepicker-next span:after {
    background: #f73c8e;
}