a.text-white:focus,
a.text-white:hover {
	color: #000 !important
}

.img-brand {
	width: 200px;
	margin-right: 4rem !important;
	margin-left: 1rem !important;
}

.error {
	color: red;
	font-style: italic;
	font-size: 13px;
	width: 100%;
}

.nonvalid {
	color: red;
	font-style: italic;
	font-size: 13px;
	width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.btn-link {
	font-weight: 400;
	color: #1cc88a;
	text-decoration: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}

.shadow-b {
	box-shadow: 0 0.1rem 0.75rem rgba(58, 59, 69, .15);
	clip-path: polygon(0% 0%, 100% 0%, 100% 120%, 0% 120%);
}

.logo-7 {
	width: 70%;
	height: auto;
}

.logo-6 {
	width: 60%;
	height: auto;
}

.logo-5 {
	width: 50%;
	height: auto;
}

.logo-2 {
	width: 20%;
	height: auto;
	max-width: 69px;
}

.sidebar-brand-text-2 {
	font-size: 7.3pt;
	text-align: left;
}

a.text-white:focus,
a.text-white:hover {
	color: #000 !important
}

.img-brand {
	width: 150px;
	margin-right: 5rem !important;
	margin-left: 3rem !important;
}

.error {
	color: red;
	font-style: italic;
	font-size: 13px;
	width: 100%;
}

.nonvalid {
	color: red;
	font-style: italic;
	font-size: 13px;
	width: 100%;
}

.g-recaptcha {
	margin: 0 auto;
	display: table;
}

.brand-1 {
	width: 320px;
	margin-left: 100px;
}

a {
	color: #34c88a;
	text-decoration: none;
	background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}


form.costum .form-control-costum {
	font-size: .8rem;
	/* border-radius: 10rem; */
	padding: 1.5rem 1rem;
}

form.costum .btn-costum {
	font-size: .8rem;
	/*border-radius: 10rem;*/
	padding: .50rem 1rem;
}

.form-control-custom2 {
	border-radius: unset;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	opacity: 1;
}

.shadow {
	box-shadow: 0 .1rem .1rem 0 rgba(58, 59, 69, .1) !important;
}


.alert-text {
	font-size: 12px;
}

.card {
	border-radius: 0px;
	border: none;
}

.card-header:first-child {
	border-radius: 0px;
}

.card-aqua {
	background: #00c0ef !important;
}

.card-green {
	background: #00a65a !important;
}

.card-yellow {
	background: #f39c12 !important;
}

.card-red {
	background: #dd4b39 !important;
}

.card-header-custom {
	background-color: #fff;
	border-top: 2.5px solid #34c88a;
	border-bottom: 0.1px solid #e3e6f0;
}

.page-item.active .page-link {
	z-index: 3;
	color: #4e73df;
	background-color: #ffffff;
	border-color: #4e73df;
}

form,
.form-control {
	font-size: .95rem;
}

.table {
	font-size: 13.6px;
}

.table td {
	padding: .45rem !important;
}

.table thead th {
	border-bottom: none;
}

.table tbody td {
	font-size: 13px;
}

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 {
	font-size: 13px !important;
}

.col-form-label {
	font-size: 13.6px;
}

.h3,
h3 {
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.sidebar.toggled .sidebar-brand-text-2 {
		display: none;
	}
}

@media (max-width: 767px) and (min-width: 480px) {

	.sidebar-brand-text-2 {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.login-wrapper {
		padding: 30px 0px 30px 0px !important;
		margin: 0px 20px !important;
	}
}

.btn-user {
	background-color: #f5f5f5 !important;
}

.btn-user:hover {
	background-color: #e7eff8 !important;
}

.form-disabled {
	background-color: #e9ecef !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #4e73df !important;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white !important;
	border: 1px solid #d1d3e2 !important;
	border-radius: unset !important;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
}

.bg-success-transparent {
	background-color: #def5d7 !important;
}

.login-wrapper {
	padding: 3rem;
	margin: 0px 20px;
}

.bg-green {
	/* background-color: #1cc88a !important; */
	background-image: url("background_base.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
	color: #34c88a;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
	color: #34c88a;

}

.rounded {
	background: #fff !important;
}

.judulatas {
	font-size: 20px;
}

@media (min-width: 768px) {
	.sidebar.toggled .nav-item .collapse .collapse-inner {
		background: #fff !important;
	}
}

@media (max-width: 480px) {
	.judulatas {
		font-size: 0.5rem;
	}
}

@media (max-width: 768px) {
	.judulatas {
		font-size: 0.5rem;
	}
}