::-webkit-scrollbar {
	background-color:rgba(0,0,0,0.5);
	width:5px;
	height:5px;
}
::-webkit-scrollbar:hover {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-track {
	background-color:rgba(59, 66, 83, 0.5)
}
::-webkit-scrollbar-thumb {
	background-color:rgba(180,183,189);
	background-opacity: 0.5;
	border-radius:5px;
	border:5px solid rgba(180,183,189, 0.1)
}

.semi-dark-layout ::-webkit-scrollbar {
	background-color:rgba(0,0,0,0.5);
	width:5px
}
.semi-dark-layout ::-webkit-scrollbar:hover {
	width:5px
}
.semi-dark-layout ::-webkit-scrollbar-track {
	background-color:rgba(180,183,189)
}
.semi-dark-layout ::-webkit-scrollbar-thumb {
	background-color:rgba(59, 66, 83, 0.5);
	background-opacity: 0.5;
	border-radius:5px;
	border:5px solid rgba(180,183,189, 0.1)
}

.f-roboto, .f-bold {
	font-family: 'Roboto', sans-serif;
}
.rotate90g {
	background-color: #161D31;
	padding: 20px 5px 20px 5px;
	padding-bottom: 20px;
	margin: -5px -5px -5px -5px;
	border-radius: 5px;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	text-transform: uppercase;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.semi-dark-layout .rotate90g {
	background-color: #e9e9e9;
}


.p-1px { padding: 1px !important; }
.p-2px { padding: 2px !important; }
.p-3px { padding: 3px !important; }
.p-4px { padding: 4px !important; }
.p-5px { padding: 5px !important; }
.p-6px { padding: 6px !important; }
.p-7px { padding: 7px !important; }
.p-8px { padding: 8px !important; }
.p-9px { padding: 9px !important; }
.p-10px { padding: 10px !important; }

.pt-1px { padding-top: 1px !important; }
.pt-2px { padding-top: 2px !important; }
.pt-3px { padding-top: 3px !important; }
.pt-4px { padding-top: 4px !important; }
.pt-5px { padding-top: 5px !important; }
.pt-6px { padding-top: 6px !important; }
.pt-7px { padding-top: 7px !important; }
.pt-8px { padding-top: 8px !important; }
.pt-9px { padding-top: 9px !important; }
.pt-10px { padding-top: 10px !important; }

.ms-0\.3 {
	margin-left: 0.34em !important;
}
.me-0\.3 {
	margin-right: 0.34em !important;
}
.mt-0\.3 {
	margin-top: 0.34em !important;
}
.mb-0\.1 {
	margin-bottom: 0.14em !important;
}
.mb-0\.2 {
	margin-bottom: 0.24em !important;
}
.mb-0\.3 {
	margin-bottom: 0.34em !important;
}

.ps-0\.3 {
	padding-left: 0.34em !important;
}
.pe-0\.3 {
	padding-right: 0.34em !important;
}
.pt-0\.3 {
	padding-top: 0.34em !important;
}
.pb-0\.1 {
	padding-bottom: 0.14em !important;
}
.pb-0\.2 {
	padding-bottom: 0.24em !important;
}
.pb-0\.3 {
	padding-bottom: 0.34em !important;
}


.blur-loading {	
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}


.nav-item.has-sub.open {
	margin-bottom: 2rem;
}


.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
    border-color: #28a745!important;
}
*:focus{
  outline:0px;
}


.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }


.feather-16{
	width: 16px;
	height: 16px;
}
.feather-24{
	width: 24px;
	height: 24px;
}
.feather-32{
	width: 32px;
	height: 32px;
}



.showbox {
	display: none;
}
.showbox.show {
	display: block;
}

html {
	overflow-x: hidden;
}

.pointer, .c-pointer {
	cursor: pointer;
}

.dark-layout .logo_dark {
	display: block;
}
.dark-layout .logo_light {
	display: none;
}

.semi-dark-layout .logo_dark {
	display: none;
}
.semi-dark-layout .logo_light {
	display: block;
}

@media (min-width:577px){
	.waves {
		margin-top: 10px;
		height: 100px !important;
	}
}

@media (max-width:576px){
	.waves {
		margin-top: 10px;
		height: 75px !important;
	}
}


.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.135em;
  vertical-align: top;
  background-color: #2f3349;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #8692d0;
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #7367f0;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}
.form-check-input:checked {
  background-color: #7367f0;
  border-color: #7367f0;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='8' height='8' rx='4' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #7367f0;
  border-color: #7367f0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9H12.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  cursor: pointer;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%238692d0'/%3E%3C/svg%3E%0A");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%237367f0'/%3E%3C/svg%3E%0A");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}