html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	color: #333;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	letter-spacing: 0.0625rem;
}

@media only screen and (min-width: 75rem) {
	.hidden-xl {
		display: none !important;
	}
}

/* SLICK */
.slider-default-1 {
	margin-bottom: 0 !important;
}

.slick-dots {
	line-height: 0;
}

.slick-dots li {
	width: auto;
  height: auto;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 31.25rem;
	-moz-border-radius: 31.25rem;
	-webkit-border-radius: 31.25rem;
}

.slick-dots li button:before {
	display: none;
}

/* DATATABLES */
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
  color: #333;
}

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
	font-size: 13px;
  color: #555;
  background: #fff;
  border: 1px solid #9CADBC;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 10px 0 0;
}

div.dataTables_wrapper div.dataTables_paginate .page-item .page-link {
  font-size: 13px;
  color: #333;
  border-color: #9CADBC;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.disabled .page-link {
	background: #eee;
  color: #333;
  border-color: #9CADBC;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.active .page-link {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* SUMMERNOTE */
.note-editable {
	background: #fff;
}

/* SELECT2 */
.select2-container {
	font-size: 14px;
}

.select2-container--default .select2-selection--single {
  height: 36px;
  border: 1px solid #9CADBC;
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
}

.select2-results__options {
  max-height: 500px !important;
  overflow-y: auto !important;
}

.select2-results__option {
  padding: 6px 10px !important;
  font-size: 14px;
  line-height: 1.8;
}

.select2-results__option i {
	font-size: 20px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	align-items: self-start;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
	background: #111;
	color: #fff;
	border-color: #111;
	font-size: 13px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li button span {
	position: relative;
	bottom: 1px;
	color: #f1f1f1;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li button:hover span {
	color: #111;
}

.select2-container .select2-selection--single {
	height: 35px !important;
}

/* SUMMERNOTE */
.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6,
.note-editable p,
.note-editable ul,
.note-editable ol,
.note-editable blockquote,
.note-editable pre,
.note-editable table {
	margin: 0 !important;
}

.note-editable h1 {
	font-size: 32px;
}

.note-editable h2 {
	font-size: 26px !important;
}

.note-editable h3 {
	font-size: 24px !important;

}

.note-editable h4 {
	font-size: 20px !important;

}

.note-editable h5 {
	font-size: 18px !important;

}

.note-editable h6 {
	font-size: 16px !important;

}

.note-editable p {
	font-size: 16px !important;

}

.note-editable ul li,
.note-editable ol li {
	font-size: 16px !important;
}

.note-editable table td,
.note-editable table th {
	font-size: 16px !important;
}

.note-editor .note-style .note-dropdown-item p,
.note-editor .note-style .note-dropdown-item h1,
.note-editor .note-style .note-dropdown-item h2,
.note-editor .note-style .note-dropdown-item h3,
.note-editor .note-style .note-dropdown-item h4,
.note-editor .note-style .note-dropdown-item h5,
.note-editor .note-style .note-dropdown-item h6,
.note-editor .note-style .note-dropdown-item blockquote,
.note-editor .note-style .note-dropdown-item pre {
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 0 !important;
	line-height: normal;
}

.note-editor .note-font .note-dropdown-item {
	font-size: 16px !important;
	padding: 0 !important;
	line-height: normal;
}

/* CROP */
#cropperImage {
  display: block;
  max-width: 100% !important; /* biar fit ke lebar modal */
  height: auto;
}

/* PLUGIN */
a,
.btn {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn.focus,
.btn:focus,
button:focus,
input:focus {
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.container {
	max-width: 100%;
	width: 90%;
}

.clr {
	width: 100% !important;
	display: block !important;
	clear: both !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	margin: 0 0 0.9375rem;
}

p.sub-title {
	font-size: 15px;
	font-weight: 900;
	color: #0077b6;
	margin: 0 0 15px;
}

.custom-tooltip {
	font-size: 13px;
}

.daterangepicker .drp-buttons .btn {
	font-size: 12px !important;
}

.no-border {
	border: 0 !important;
}

.border-radius-0 {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.border-radius-500 {
	border-radius: 31.25rem !important;
	-webkit-border-radius: 31.25rem !important;
	-moz-border-radius: 31.25rem !important;
}

.text-right {
	text-align: right;
}

.alert {
	font-size: 14px;
	padding: 10px;
}

.alert-success {
	background: #D7F4DA;
	border-color: #D7F4DA;
	color: #2E9E3A;
}

.alert-danger {
	background: #FDE7E7;
	border-color: #FDE7E7;
	color: #F13232;
}

::selection {
  background: #000;
  color: #fff;
}

/* BACKGROUND & COLOR */
.bg1 {
	background: #f1f1f1;
}

.bg2 {
	background: #fff;
}

.blue {
	color: #000;
}

.red {
	color: #E74C3C;
}

/* BADGE */
.badge {
	font-size: 10px;
	padding: 5px 10px;
	letter-spacing: 0;
}

.badge-success {
  background: #D7F4DA;
  color: #2E9E3A !important;
}

.badge-danger {
  background: #FDE7E7;
  color: #F13232 !important;
}

.badge-warning {
  background: #fdfbcf;
  color: #c8c100 !important;
}

/* MARGIN & PADDING */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 0.3125rem !important;
}

.mb-10 {
	margin-bottom: 0.625rem !important;
}

.mb-15 {
	margin-bottom: 0.9375rem !important;
}

.mb-20 {
	margin-bottom: 1.25rem !important;
}

.mb-30 {
	margin-bottom: 1.875rem !important;
}

.mb-40 {
	margin-bottom: 2.5rem !important;
}

.mb-50 {
	margin-bottom: 3.125rem !important;
}

.mb-60 {
	margin-bottom: 3.75rem !important;
}

.mb-70 {
	margin-bottom: 4.375rem !important;
}

.mb-80 {
	margin-bottom: 5rem !important;
}

.mb-90 {
	margin-bottom: 5.625rem !important;
}

.mb-100 {
	margin-bottom: 6.25rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 0.625rem !important;
}

.mt-15 {
	margin-top: 0.9375rem !important;
}

.mt-20 {
	margin-top: 1.25rem !important;
}

.mt-30 {
	margin-top: 1.875rem !important;
}

.mt-40 {
	margin-top: 2.5rem !important;
}

.mt-50 {
	margin-top: 3.125rem !important;
}

.mt-60 {
	margin-top: 3.75rem !important;
}

.mt-70 {
	margin-top: 4.375rem !important;
}

.mt-80 {
	margin-top: 5rem !important;
}

.mt-90 {
	margin-top: 5.625rem !important;
}

.mt-100 {
	margin-top: 6.25rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-50 {
	padding-top: 3.125rem !important;
}

.pb-50 {
	padding-bottom: 3.125rem !important;
}

.pl-pr-0 {
	padding-left: 0;
	padding-right: 0;
}

.pl-pr-5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

/* BUTTON */
.btn {
  font-size: 14px;
  padding: 6px 13px;
}

.btn-sm {
	font-size: 0.8125rem !important;
}

.btn-block {
	width: 100%;
	display: block;
}

.btn-default1 {
	background: #000;
	border: 0.0625rem solid #000;
	color: #fff;
}

.btn-default1:hover,
.btn-default1:focus {
	background: #bababa;
	border: 0.0625rem solid #bababa;
	color: #fff;
}

.btn-default2 {
	background: transparent;
	border: 0.0625rem solid #000;
	color: #000;
}

.btn-default2:hover,
.btn-default2:focus {
	background: #000;
	border: 0.0625rem solid #000;
	color: #fff;
}

.btn-success {
  background: #60bf00;
	border: 0.0625rem solid #60bf00;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus {
  background: #178800;
	border: 0.0625rem solid #178800;
  color: #fff !important;
}

.btn-danger {
  background: #FDE7E7;
	border: 0.0625rem solid #FDE7E7;
  color: #F13232 !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #F13232;
	border: 0.0625rem solid #F13232;
  color: #fff !important;
}

.btn-pass {
	background: transparent;
	font-size: 14px;
	color: #000;
	border: 0;
	padding: 0;
}

.btn-action {
  width: 25px;
  font-size: 10px;
  padding: 5px 2px;
}

.btn-action i {
  font-size: 11px;
}

.btn-back-top {
	width: 3.4375rem;
	height: 3.4375rem;
  position: fixed;
  background: #000;
  bottom: 6.875rem;
  right: 2.5rem;
	font-size: 1.625rem;
	color: #fff;
  display: none;
	border: 0;
  z-index: 99;
  box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
  -webkit-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
  -moz-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
}

.btn-back-top.show {
	background: #000;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.btn-back-top:hover {
	opacity: 0.7 !important;
}

.btn-back-top i {
	font-size: 1.375rem;
	color: #fff;
}

/* BOX TEMPLATE */
.box-template {
	position: relative;
	margin: 0;
	border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.25);
}

.box-template figure {
	margin: 0;
}

.box-template figure img {
	width: 100%;
	border-radius: 0.75rem 0.75rem 0 0;
	-webkit-border-radius: 0.75rem 0.75rem 0 0;
	-moz-border-radius: 0.75rem 0.75rem 0 0;
}

.box-template .text {
	padding: 0.9375rem;
}

.box-template .text h3 {
	font-size: 0.875rem;
	font-weight: 500;
	margin: 0 0 0.3125rem;
}

.box-template .text h3 a {
	color: #101010;
}

.box-template .text h3 a:hover,
.box-template .text h3 a:focus {
	color: #4B91F1;
}

.box-template .text p {
	font-size: 0.6875rem;
	color: #777;
	margin: 0 0 0.9375rem;
}

.box-template .text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0.125rem;
}

.box-template .text ul li {
	width: 100%;
}

.box-template .text ul li:first-child {
	margin: 0 0 5px;
}

.box-template .text ul li:last-child {
	margin: 0;
}

.box-template .text ul li .btn {
	font-size: 11px !important;
}

.box-template .text ul li .btn-check {
	font-size: 0.71875rem !important;
	width: 100%;
}

.box-template .text ul li .btn-check+.btn:hover,
.box-template .text ul li .btn-check:checked+.btn {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* FORM */
.form-control {
  font-size: 14px;
  border-color: #9CADBC;
}

.form-control::placeholder {
  font-size: 14px;
	color: #999;
}

.form-control:-moz-placeholder {
  font-size: 14px;
	color: #999;
}

.form-control::-moz-placeholder {
  font-size: 14px;
	color: #999;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
	color: #999;
}

select.form-control {
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-group textarea {
	min-height: 100px;
}

.form-group {
	margin: 0 0 15px;
}

.form-group label {
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 0 0 5px;
}

.form-group h2.sub-title {
  background: #111;
	font-size: 15px;
	color: #fff;
  padding: 6px 5px;
  margin: 0;
}

.form-group h2.sub-title2 {
	font-size: 14px;
  padding: 0;
  margin: 0;
}

.form-group h2.sub-title3 {
	font-size: 15px;
	border-bottom: 1px solid #777;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.form-group p {
	font-size: 14px;
	margin: 0;
}

.form-group small {
	font-size: 11px;
	color: red;
	display: block;
	margin: 5px 0 0;
}

.form-group i.icon {
	font-size: 42px;
	display: block;
	margin: 0 0 10px;
}

.form-group .required {
	color: red;
}

.form-group .pretty {
	font-size: 15px;
	margin: 0 0 10px;
}

.form-group .pretty .state label:before {
	border-color: #000;
}

.form-group .pretty.p-custom .state label {
	top: -2px;
	position: relative;
}

.form-group .pretty.p-custom .state label:before {
	top: 0;
}

.form-group .img-preview img {
  width: auto;
  height: 60px;
  border: 1px solid #ddd;
}

.form-group .img-preview-crop img {
  width: auto;
  height: 60px;
  border: 1px solid #ddd;
}

.form-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.form-group ul li {
	font-size: 15px;
	margin: 0 0 5px;
}

.form-group ul li:last-child {
	margin: 0;
}

.form-group ul li ul {
	padding-left: 10px;
}

.form-group .note-editor ul {
	list-style: outside;
	padding-left: 20px;
}

.form-group .note-editor ol {
	list-style: decimal;
	padding-left: 20px;
}

/* MODAL */
.modal-header {
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h2 {
	font-size: 16px;
	margin: 0;
}

.modal-header button {
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 1;
}

.modal-body {
	padding: 20px 15px;
}

.modal-footer {
	justify-content: flex-start;
}

.modal-footer p {
	font-size: 12px;
	color: red;
	margin: 0;
}

.modal-crop .modal-body {
	padding: 0;
}

/* TABLE */
.table-default {
  width: 100% !important;
  overflow: hidden;
}

.table-default th,
.table-default td {
  font-size: 13px !important;
  white-space: normal;
  border-color: #999;
  text-align: center;
}

.table-default th {
	background: #eee;
  color: #333 !important;
  padding: 15px 10px;
  text-transform: capitalize !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.table-default td {
  color: #757575 !important;
  padding: 10px;
  vertical-align: middle;
}

.table-default tr:hover > td {
  background: #eee !important;
  color: #333 !important;
}

.table-default td.td-setting {
  white-space: nowrap;
}

.table-default td img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* LOGIN */
.login {
	background: url(../img/core/bg-login.jpg);
	background-size: cover;
	background-position: center;
}

.login .content {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login .content .item {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
}

.login .content .image img {
	width: 100%;
}

.login .content .form {
	height: 100%;
	padding: 30px;
}

.login .content .form img {
	width: 100px;
  display: block;
	margin: 0 auto 30px;
}

.login .content .form .form-group {
	margin: 0 0 15px;
}

.login .content .form .form-group label {
	font-size: 15px;
	display: block;
	margin: 0 0 7px;
}

.login .content .form .form-group a {
	font-size: 13px;
	color: #F37A71;
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

.login .content .form .form-group .form-control {
	border-color: #dee2e6;
}

.login .content .form .verification h1 {
	font-size: 22px;
	margin: 0 0 50px;
	text-align: center;
}

.login .content .form .verification p {
	font-size: 16px;
	margin: 0 0 30px;
	text-align: center;
}

.login .content .form .verification ul {
	width: 80%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.login .content .form .verification ul li {
	text-align: center;
	margin: 0 0 10px;
}

.login .content .form .verification ul li:last-child {
	margin: 0;
}

.login .content .form .verification ul li a.back {
	font-size: 13px;
	color: red;
}

.login .content .form .verification ul li a.btn {
	display: block;
	padding: 12px;
}

.login .content .form .verification input {
	width: 200px;
	font-size: 22px;
	font-weight: bold;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
}

.login .content .form .verification .resend p.countdown {
	font-size: 13px;
	margin: 0;
}

.login .content .form .verification .resend button {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0 auto 5px;
}

/* CARD */
.card {
	border-color: #ddd;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
}

.card .card-body {
	padding: 15px;
}

.card.card-summary .card-body i {
	font-size: 32px;
	margin: 0 0 10px;
}

.card.card-summary .card-body h2 {
	font-size: 32px;
	margin: 0;
}

.card.card-summary .card-body h3 {
	font-size: 17px;
	margin: 0 0 5px;
}

.card.card-summary .card-body .option-report {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

.card.card-summary .card-body .option-report .form-control {
	width: 30%;
}

.card .card-body .item {
	position: relative;
	background: #f1f1f1;
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.card .card-body .item:last-child {
	margin: 0;
}

.card .card-body .item a.del {
	position: absolute;
  right: 10px;
  z-index: 1;
  top: 0;
	font-size: 12px;
	display: block;
	margin: 10px 0 0;
	color: red;
}

/* SIDEBAR */
.sidebar {
  width: 250px;
  height: 100%;
  background: #000;
	position: fixed;
  margin-left: -300px;
  padding: 30px 15px;
  overflow-x: auto;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.sidebar.active-nav {
  margin-left: 0;
}

.sidebar .sidebar-close {
  text-align: center;
  margin: 0 0 30px;
}

.sidebar .sidebar-close a {
	font-size: 26px;
	color: #fff;
}

.sidebar .logo {
	text-align: center;
	margin: 0 0 40px;
}

.sidebar .logo a {
	display: block;
}

.sidebar .logo img {
	width: 75px;
	margin: 0 auto;
}

.sidebar .main-navigation ul li {
	margin: 0 0 20px;
}

.sidebar .main-navigation ul li:last-child {
	margin: 0;
}

.sidebar .main-navigation ul li a {
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 12px 10px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sidebar .main-navigation ul li a:hover,
.sidebar .main-navigation ul li a:focus,
.sidebar .main-navigation ul li.active a {
	background: #fff;
	color: #000 !important;
}

.sidebar .main-navigation ul li a i {
	width: 25px;
}

.sidebar .main-navigation ul li ul.dropdown-menu {
	background: transparent;
	position: relative !important;
	border: 0;
	transform: unset !important;
	padding-left: 40px;
	padding-bottom: 0;
}

.sidebar .main-navigation ul li ul.dropdown-menu li {
	margin: 0 0 25px;
}

.sidebar .main-navigation ul li ul.dropdown-menu li:first-child {
	margin: 10px 0 25px;
}

.sidebar .main-navigation ul li ul.dropdown-menu li:last-child {
	margin: 0;
}

.sidebar .main-navigation ul li ul.dropdown-menu li a {
	font-size: 13px;
	padding: 0;
	text-transform: capitalize;
}

.sidebar .main-navigation ul li ul.dropdown-menu li a:hover,
.sidebar .main-navigation ul li ul.dropdown-menu li a:focus {
	background: transparent;
	color: #fff !important;
	padding-left: 10px;
}


.sidebar .main-navigation ul li ul.dropdown-menu li.active a {
	background: transparent;
	color: #fff !important;
	opacity: 0.6;
}

/* HEADER */
header {
	width: 100%;
	background: #eee;
	padding: 12px 10px;
}

header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .button a {
	background: #000;
	font-size: 12px;
	color: #fff;
	padding: 6px 11px;
}

header .secondary-navigation ul li {
	margin-right: 20px;
}

header .secondary-navigation ul li:last-child {
	margin: 0;
}

header .secondary-navigation ul li a {
	font-size: 13px;
	color: #333;
	position: relative;
	padding: 0;
}

header .secondary-navigation ul li a:hover,
header .secondary-navigation ul li a:focus {
	background: transparent;
	color: #000 !important;
}

header .secondary-navigation ul li a span {
	width: 13px;
	height: 14px;
	background: red;
	display: inline-block;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

header .secondary-navigation ul li a.dropdown-toggle:after {
	display: none;
}

header .secondary-navigation ul li ul.dropdown-menu li {
	margin: 0 0 5px;
}

header .secondary-navigation ul li ul.dropdown-menu li:last-child {
	margin: 0;
}

header .secondary-navigation ul li ul.dropdown-menu li a {
	font-size: 13px;
	padding: 5px 10px;
}

header .secondary-navigation ul li ul.dropdown-menu li a:hover,
header .secondary-navigation ul li ul.dropdown-menu li a:focus {
	background: transparent;
	color: #000 !important;
	padding-left: 15px;
}

/* MAIN CONTENT */
.my-container {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.my-container.active-container {
  margin-left: 250px;
}

.my-container .page-wrapper .title {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-container .page-wrapper .title h1 {
	font-size: 28px;
	margin: 0;
}

.my-container .page-wrapper .title h1 a {
	color: #000;
}

.my-container .page-wrapper .title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.my-container .page-wrapper .title ul li {
  padding-left: 15px;
}

.my-container .page-wrapper .title ul li:last-child {
	margin: 0;
}

.my-container .page-wrapper .title ul li .input-group .input-group-text {
	background: transparent;
  font-size: 13px;
  padding-right: 5px;
  border-color: #9CADBC;
}

.my-container .page-wrapper .title ul li .input-group .form-control {
  padding-left: 0;
	border-left: 0;
}

.my-container .page-wrapper .title ul li .btn {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
}

.my-container .page-wrapper .page-default {
	padding: 30px 10px;
}

ul.nav-button {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.nav-button li:first-child {
	margin-right: 10px;
}

.two-step img.qr-code {
	border: 1px solid #333;
}


