
body{
    font-family: Poppins !important;
}
/* Dashboard */
.ct-area {
    fill-opacity: .33 !important;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}
.ct-golden-section {
    overflow: hidden;
}
.ct-line {
    stroke-width: 3px !important;
}
.ct-point {
    stroke-width: 7px !important;
}
.jvectormap-label {
    display: none;
}
.noUi-horizontal {
    height: 8px;
}
/* Calender */
.fc-event {
	border-radius: 2px !important;
	border: none !important;
	cursor: move !important;
	font-size: 0.8125rem !important;
	margin: 5px 7px !important;
	padding: 5px !important;
}
#external-events .external-event {
    padding: 8px 16px !important;
}
.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
}
.fc-event .fc-content {
	color: #fff !important;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px !important;
}

/* Range Slider */
.noUi-vertical .noUi-handle {
    height: 20px !important;
    width: 20px !important;
    right: -7px !important;
    top: -12px !important;
    border-radius: 50% !important;
}
.noUi-vertical {
    width: 8px !important;
}
.noUi-horizontal .noUi-handle {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    right: -10px !important;
    top: -7px !important;
}
.noUi-target {
    background-color: #e9e9ef !important;
    border-color: #e9e9ef !important;
}
.noUi-horizontal {
    height: 8px !important;
}
.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
    border-top-color: #626ed4 !important;
}
.irs--modern .irs-line {
    background: #dee2e6 !important;
    border-color: #dee2e6 !important;
}
.irs--modern .irs-max, .irs--modern .irs-min {
    color: #adb5bd !important;
    background: #dee2e6 !important;
    font-size: 11px !important;
}
.irs--modern .irs-handle>i:nth-child(1) {
    width: 8px !important;
    height: 8px !important;
}
.irs--modern .irs-bar, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    font-size: 11px !important;
}
.irs--modern .irs-grid-text {
    font-size: 11px !important;
    color: #ced4da !important;
}
.irs--modern .irs-handle {
    border: 1px solid #a3adc1;
    border-top-width: 0 !important;
}
.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}
.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6!important;
    font-size: 11px !important;
}
.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff!important;
}
.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}
.noUi-connect {
    background: #4ba6ef !important;
}
#red .noUi-connect {
    background: #fd625e !important;
}
#green .noUi-connect {
    background: #2ab57d !important;
}
#blue .noUi-connect {
    background: #5156be !important;
}
.c-1-color {
    background: #fd625e !important;
}
.c-2-color {
    background: #ffbf53 !important;
}
.c-3-color {
    background: #2ab57d !important;
}
.c-4-color {
    background: #5156be !important;
}

/* Form Advanced */
.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}
.select2-container .select2-selection--single:focus {
	outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent !important;
	border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent !important;
	border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa !important;
	color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #626ed4 !important;
	color: #fff !important;
}
.select2-results__option {
	padding: 6px 12px !important;
}
.select2-dropdown {
	border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #e9ecef !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 1px !important;
	padding: 0 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

/* color */
.sp-hidden {
	display: none !important;
}

/* Form File Upload */
.dropzone {
	min-height: 230px !important;
	border: 2px dashed #ced4da !important;
	background: #fff !important;
	border-radius: 6px !important;
}
.dropzone .dz-message {
	font-size: 30px !important;
}


/* Chart Chartlist */
.ct-grid {
    stroke: rgba(52,58,64,.09) !important;
    stroke-width: 1px;
    stroke-dasharray: 3px !important;
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #343a40 !important;
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f8b425 !important;
}

/** MY CUSTOM */
:root{
    --bs-bg-green:#49857e;    
}
.menu-header{
    padding:12px 6px !important;
    color:#adadad;
}
.min-h100{
    min-height: 100%;
}
.min-vh-80{
    min-height:80vh;
}
.min-vh-72{
    min-height:72vh;
}
.table th{
    color:#131313;
    
}
.table-sm th{
    font-size:14px !important;
    background-color: var(--bs-bg-green);
    font-weight: 500;
    padding:6px 12px !important;
    white-space: nowrap;
    color:#fff;
}
.table-sm td{
    font-size:12px !important;
    padding:6px 12px !important;

    /* background-color: #e3e3e3; */
}
.dropdown-menu.show {
    z-index: 1060 !important;
}
.btn-submit{
    color: #fff;
    background-color: var(--bs-bg-green);
    border-color: var(--bs-bg-green);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.btn-submit:hover{
    color: #a2b5f2;
    background-color: var(--bs-bg-green);
    border-color:var(--bs-bg-green);
}
.datepicker td{
    width:40px !important;
    height:40px !important;
}
.table-condensed{
    width:100% !important;
}
.datepicker table tr td span {
    width:45% !important;
}

.dropdown-table .dropdown-menu.show{
    left:-120px !important;
}
.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
    background-color: #49857e;
}
.text-green{
    color:var(--bs-bg-green);
}
li.mm-active{
    background-color: #eaeaea;
}
.mm-active>a {
    color:var(--bs-bg-green) !important;
}
.mm-active .active {
    color: var(--bs-bg-green) !important;
}
a.mm-active i {
    color: var(--bs-bg-green) !important;
}
.active .menu-icon {
    color: var(--bs-bg-green) !important;
}
.text-18{
    font-size:18px;
}
.text-16{
    font-size:16px;
}
.text-24{
    font-size:24px;
}
.sub-menu li a{
    padding-top:.6rem !important;
    padding-bottom:.6rem !important;
}
body[data-sidebar-size="sm"] .brand-title{
    display: none;
}
.min-vh-80{
    min-height:68vh;
}
.select2-container{
    width:100% !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color:var(--bs-bg-green) !important;
}
.dropdown-item.disabled{
    background-color:#f8f8f8;
    color:#b9b7b7;
}
.bg-green{
    background-color:var(--bs-bg-green);
}
.auth-bg{
    background-image: url(../images/logo_badan_wakaf.png) !important;
    background-size: 50% !important;
}

.required:after {
    content: " *";
    color: red;

}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--bs-bg-green);
    border-color: var(--bs-bg-green);
}

.min-h-100{
    min-height:100%;
}

.text-elipsize{
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.text-bold{
    font-weight:bold;
}
.text-w-500{
    font-weight: 500;
}

.more-2{
    -webkit-line-clamp: 2;
    max-height:120px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.more-3{
    -webkit-line-clamp: 3;
    max-height:244px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-right{
    float:right;
}
.max-w320{
    max-width: 320px;
}
.more-5{
    -webkit-line-clamp: 5;
}
.border-bottom-1{
    border-bottom: 1px solid #eaeaea;
}
.flex-center{
    display:inline-flex;
    align-items: center;
}

.bgLabelTosk{
    background-color: #A6F7E2;
}
.bgLabelPurple{
    background-color: #B79BFF;
}
.bgLabelBeige{
    background-color: #FFE5A5;
}
.bgLabelGreen{
    background-color: #C7FFA5;
}
.bgLabelPink{
    background-color: #F8A5FF;
}

.border-tosk{
    border-color:#037d5d;
}
.border-purple{
    border-color:#4b28a2;
}
.border-beige{
    border-color:#ba9026;
}

.text-color-tosk{
    color:#037d5d;
}
.text-color-purple{
    color:#4b28a2;
}
.text-color-beige{
    color:#ba9026;
}

.bg-tosk{
    background-color:#037d5d;
}
.bg-purple{
    background-color:#4b28a2;
}
.bg-beige{
    background-color:#ba9026;
}

.w-40{
    width:40% !important;
}
.w-20{
    width:20% !important;
}
.logo-persada{
    height:64px;
    width:64px;
}
.dropdown-menu-end[style]{
    left:0 !important;
}


/*
input:invalid,select:invalid,textarea:invalid {
    border: 1px solid red;
  }
*/

@media only screen and (min-width: 384px) and (max-width: 991.98px){
    
    .brand-title{
        display: none;
    }
    
}
@media (max-width:992px){
    .navbar-brand-box{
        display: none;
    }
    .page-content {
        padding: calc(70px + 20px) 0 60px 0;
    }
}

@keyframes increase {
    from { left: -5%; width: 5%; }
    to { left: 130%; width: 100%;}
   }
@keyframes decrease {
    from { left: 40%; width: 40%; }
    to { left: 150%; width: 10%;}
}

@media(min-width:768px){
    .logo-mitra{
        width:300px;
    }
}
@media(max-width:767px){
    .logo-mitra{
        width:240px;
    }
}
@media (max-width: 991.98px) {
    body:not([data-sidebar-size=sm]) #vertical-menu-btn {
        margin-left: 0;
        margin-right: 0;
    }
}


