.rewardpct ~ ul.parsley-errors-list,
div.flatpickr ul.parsley-errors-list,
div.input-group ul.parsley-errors-list {
    display: none;
}

.card-inverse label {
    color: #fff !important;
}
.card-inverse label abbr {
    color: #afafaf !important;
}

.card-header:first-child {
    border-radius: 0;
}
.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
    color: #b76ba3 !important;
    border: 1px solid #b76ba3 !important;
}
.w-100p,.width-100 {
    min-width: 100px;
}
.w-10pc {
    width: 10%;
}
.w-15pc {
    width: 15%;
}
.w-20pc {
    width: 20%;
}
.modal-header {
    padding: 0.5rem;
    background: #bdd5ea;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
.modal-content {
    border-radius: 0;
}
.btn-payout-close {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 0;
    height: fit-content !important;
}
.btn-payout-close .badge {
    font-weight: 100 !important;
}
.no-wrap {
    white-space: nowrap;
}
.page-title-bar {
    margin-bottom: 1rem;
}
.modal-footer .custom-checkbox {
    flex: auto;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput span.label-info {
    text-transform: uppercase;
    margin: 0.125rem 0.25rem 0.125rem 0;
    padding: 12px 5px;
    display: inline-flex;
    height: 1em;
    color: #363642;
    border-radius: 5px;
    align-items: center;
    vertical-align: baseline;
    background-color: #e6e8ed !important;
    border: 1px solid #aaa;
    white-space: nowrap;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    font-weight: 900;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    font-size: 10px;
    line-height: 1rem;
    background-color: #a6abbd;
    text-align: center;
    border-radius: 0.5rem;
    margin-left: 0.25rem;
    position: relative;
    text-transform: lowercase;
    color: #fff;
}
.show-tick > ul.parsley-errors-list {
    position: absolute;
    top: 37px;
    left: 0;
}
.table-policy-payout td,
.table-policy-payout th {
    padding: 6px;
}
.table td {
    padding: 0.35rem;
    vertical-align: middle;
}
.table th {
    padding-left: 0.25rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th,
.table-bordered1 td,
.table-bordered1 th {
    border: 1px solid #e5e5e5 !important;
}
select.parsley-error ~ button.custom-select {
    color: #c50000 !important;
    border: 1px solid #c50000 !important;
}
.modal-scroll {
    height: 480px;
    overflow-y: scroll;
}
.drag-indicator-block {
    margin: 0.4em 0.8em 0 0;
    cursor: no-drop;
    font-size: 11px;
    color: #e02323;
}
table.dataTable tbody tr.selected {
    background-color: #f0f0f0;
}
.select2 {
    font-weight: 100;
}

table {
    background: #fff;
	text-transform:uppercase!important;
}
.pos-rel,
.position-relative {
    position: relative;
}
.checkbox {
    cursor: pointer;
}
.stacked-menu .menu-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.stacked-menu > .menu > .menu-item.has-active > .menu-link {
    background-color: #fff;
    box-shadow: 0 7px 12px 0 rgb(95 118 232 / 21%);
    font-weight:400;
	color:#000 !important;
}
.menu-item.border-top {
    border-top: 1px solid #606060 !important;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #cdd2d9;
}
.k-upload-button {
    margin: 0 !important;
    padding: 8px 14px !important;
}
.k-widget {
    border-radius: 0.25rem !important;
    border: 1px solid #c6c9d5 !important;
}
.k-content {
    background-color: transparent !important;
    border-radius: 0.25rem !important;
}
.ajax-progressBar {
    background: #e9ecef;
    left: 0;
    padding: 0;
    width: 100%;
    height: 14px;
    display: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-bottom: 4px;
}
.ajax-progressBar .postProgress {
    text-align: center;
    width: 0%;
    max-width: 100%;
    font-size: 10px;
    color: #fff;
    height: 14px;
    background: #346cb0;
    border-radius: 0;
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.flatpickr-monthDropdown-months{
	height: calc(0.75em + 0.75rem + 2px) !important;
	
}
.numInputWrapper span{
	right: -13px !important;
}
.numInput {
	height: calc(0.75em + 0.75rem + 2px) !important;
	font-weight: 500 !important;
}
.custom-select,
.select2-container--default .select2-selection--single {
    background: #fff;
    border-radius: 0;
    border-color: #A3A3AA;
}
@media (max-width: 768px) {
    .app-header-dark {
        background-color: #010e50;
    }
	.top-bar-list {
		background: #010e50;
	}
}

nav.stacked-menu-has-collapsible .menu-item.has-child ul.menu .menu-item a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #7e7e7e;
    position: absolute;
    left: 34px;
    top: 13px;
    -webkit-transition: all .7s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
nav.stacked-menu .menu-item.has-active:not(.has-child) > .menu-link::before{
	background:#fff !important
}
.nonmotor-form{
    background-color:#343b4e14 !important
}
.auth-floated .auth-announcement {
    color: #000;
}
thead tr{
    background-color:#e8ecf3 !important;
}
thead th{
    background-color:#e8ecf3 !important;
    border-radius:0!important;
}
.dir {
    text-align: center;
}
.dir i {
    font-size: 64px;
}
.bg-theme{
   background: #bdd5ea;
}
.paytout-input-ttl{
    font-weight:bold;
    background-color:#bdd5ea !important;
}
.page-title-bar small{
    font-size:15px;
}
p.text-view {
    border-bottom: 1px dashed #585454;
}
.modal-title{
	font-size:16px;
}
.stacked-menu-has-compact .pb-2,.stacked-menu-has-compact li.menu-header{
	display:none;
}
.top-bar-client-brand{
	align-self: center;
	width: auto;
}
.top-bar-client-brand .logo{
	width: 200px;
}
.btn {
	padding-left: 8px !important;
    padding-right: 8px !important;;
}

