@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

body {
    padding-bottom: 0px;
    /* background-color: #56077e; */
    /* background-image: url(../images/bg-7.jpg); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.text-gray {
    color: #dedede;
}

a:hover {
    color: #2F915E;
    text-decoration: none;
}

.container {
    max-width: 1326px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-info-dark {
    color: #1565c0 !important;
}

.text-girl {
    color: #F740A9 !important;
}

.bg-girl {
    background-color: #F740A9 !important;
}

.bg-info-dark {
    background: #1565c0 !important;
}

.text-primary {
    color: #53976f !important;
}

.bg-orange {
    background-color: #D87026 !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb-9 {
    margin-bottom: 0.75rem !important;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.py-8 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.flex-col {
    flex-direction: column !important;
}

.highcharts-button {
    position: absolute !important;
    top: 0px !important;
}

.export-btn {
    min-height: 32px !important;
    height: 32px;
    padding: 0px 10px !important;
    background-color: #fff;
    color: #2f915e;
}

.portlet-title {
    margin-right: 4px;
}

.theme-light .portlet-header.portlet-header-bordered {
    border-bottom-color: #eeeeee;
    background-color: #e8f5e9;
}

.report-tbl {
    border: 1px solid #d0d0d0;
}
.report-tbl.table thead th {
    border-color: #d0d0d0 !important;
}
.report-tbl.table thead th,
.report-tbl.table tbody td{
    border: 1px solid #d0d0d0 !important;
}
.theme-light .table thead th {
    border-bottom-color: #2f915e;
    background-color: #2f915e;
    color: #fff;
}

.main-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-search #initial-search-box {
    height: 50px;
    border-radius: 4px;
    border: 1px solid #dedede;
    position: relative;
}

.main-search #search-button-2 {
    height: 50px;
    padding: 13px 20px;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
}

.btn-blue {
    background-color: #0164d4;
    color: #fff;
}

.btn-blue:hover {
    color: #fff;
    background-color: #1565c0;
    border-color: #1565c0;
}

/* .theme-light .table .btn-icon:nth-child(3) {
    background-color: #dc3545;
    color: #fff;
}

.theme-light .table .btn-icon:nth-child(3):hover {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
} */

.theme-light .table .btn-icon {
    height: 30px;
    width: 30px;
    min-height: 30px !important;
    padding: 0;
}

.theme-light .table .btn-icon>i {
    font-size: 1rem;
}

.pagination li.paginate_button.page-item {
    padding: 0 5px;
}

.theme-light .table {
    margin-bottom: 16px !important;
}

.form-control,
.SumoSelect>.CaptionCont,
.theme-light .select2-container--open .select2-selection,
.theme-light .form-control:active,
.theme-light .form-control:focus,
.theme-light .form-control {
    color: #424242;
    background-color: #ffffff;
    border-color: #eeeeee;
    min-height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.theme-light .portlet {
    border: none;
}

.dataTables_wrapper .dataTables_length select {
    width: 100%;
}

.radius-4 {
    border-radius: 4px;
}

.bg-brown {
    background-color: #d1bfae !important;
}

.bg-green-500 {
    background-color: #ebf3ec !important;
}

.alert-success {
    background: #2f915e !important;
    border-color: #4caf50 !important;
}

.form-heading {
    background: #2f915e;
    padding: 15px 9px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
}

.report-form .row:nth-child(odd) {
    padding: 7px 0px;
    align-items: center;
}

.report-form .row:nth-child(even) {
    background-color: #ebf3ec;
    padding: 7px 0px;
    align-items: center;
}

.dashboard .card.border-0.bg-gray {
    min-width: 200px;
}

.dashboard .icon-total {
    background-color: #eeeeee;
    color: #2f915e;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    font-size: 30px;
    line-height: 65px;
    padding: 0 10px;
}

.dashboard .tbl-bg-color {
    background-color: #d97026 !important;
}

.dashboard .tbl-bg-color2 {
    background-color: #ACD826 !important;
}

.dashboard .card .vulnerable-tbl thead th,
.dashboard .card .vulnerable-tbl tbody td {
    border: 1px solid #bcbcbc;

}

.dashboard .card .vulnerable-tbl thead th {
    background-color: #cce0d1;
    color: #000;
}

/* .dashboard .card {
    min-height: 95px;
} */

.dashboard .card-text {
    font-size: 13px;
}

.dashboard .card .card-header {
    color: #424242;
    background: #fff;
    border-bottom-color: #fff;
}

.dashboard .card .card-title {
    font-size: 6rem;
    font-weight: 500;
    color: #d87026;
}

.dashboard .card .card-body {
    display: flex;
    align-items: center;
}

.dashboard .card .card-body .icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    background-color: #eeeeee;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #2f915e;
}

.portlet-header .input-group {
    min-width: 286px;
}

/* .portlet-header .search-box-input .input-group{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 40px;
} */

[perc-fill-icon] {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    /* Reverse HSL logic for colors */
    --hsl: calc(120 - (var(--percentage) * 1.2)), 70%, 50%;
    --accentColor: hsl(var(--hsl));
    --bgColor: hsla(var(--hsl));
    --fillPercentage: calc(var(--percentage) * 1%);
}

[perc-fill-icon]:nth-child(1) {
    font-size: 4.4em
}

[perc-fill-icon]:nth-child(2) {
    font-size: 5em;
}

[perc-fill-icon]:nth-child(3) {
    font-size: 5.5em;
}

[perc-fill-icon]:nth-child(4) {
    font-size: 6em;
}

[perc-fill-icon]:nth-child(5) {
    font-size: 6.5em;
}

[perc-fill-icon]::after {
    content: var(--text);
    color: var(--accentColor);
    font-size: 0.20em;
    font-weight: 600;
}

[perc-fill-icon]::before {
    background: linear-gradient(to top, var(--accentColor) var(--fillPercentage), var(--bgColor) var(--fillPercentage));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

[perc-fill-icon="baby"]::before {
    content: '\f77c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

[perc-fill-icon="child"]::before {
    content: '\f1ae';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

[perc-fill-icon="male"]::before {
    content: '\1f9cd';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

[perc-fill-icon="female"]::before {
    content: '\f182';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

/********** Btn **********/
.btn {
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
}

.table .btn-secondary:hover,
.table .btn-secondary:focus,
.table .btn-secondary {
    color: #fff;
    background: #d49d77;
    border-color: #d49d77;
}

.table .btn.btn-badge {
    min-height: auto;
}

.btn-badge {
    padding: 2px 8px;
}

.btn-label-primary {
    background-color: #fff;
    color: #2F915E;
}

.btn-label-primary:hover,
.btn-label-primary:focus,
.btn-label-primary:active {
    background-color: #2F915E;
    border-color: #2F915E;
    color: #ffffff;
}

.btn-label-primary:not(:disabled):not(.disabled).active,
.btn-label-primary:not(:disabled):not(.disabled):active,
.show>.btn-label-primary[data-toggle=dropdown] {
    color: #fff;
    background-color: #2F915E;
    border-color: #2F915E;
}

.btn-label-warning {
    color: #716608;
    background-color: rgb(255 235 59 / 35%);
    border-color: transparent;
}


.nav-item.dropdown .dropdown-menu>li:hover>.submenu.left {
    max-height: 370px;
    overflow-y: auto;
    right: 100%;
    left: auto;
    width: auto;
}

/********** Forms **********/
/* .form-control {
    color: #424242;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    min-height: 38px;
} */
.custom-control-input:checked,
.theme-light .custom-control-input:checked~.custom-control-label::before {
    background: #2F915E !important;
    border-color: #2F915E !important;
}

input[type="checkbox"] {
    accent-color: #2F915E;
}

input[type="radio"]:checked {
    background-color: #2F915E;
    color: #2F915E;
}


.form-control:focus {
    border-color: #2F915E;
}

label,
.form-group label {
    color: #121212;
    vertical-align: middle;
    font-size: 14px;
}

.custom-file {
    height: 38px;
}

.custom-file .custom-file-input {
    height: 38px;
}

.custom-file .custom-file-label {
    height: 38px;
    line-height: 28px;
}

.custom-file .custom-file-label::after {
    height: 38px;
    line-height: 28px;
}

.cr-form.new-event-form {
    padding: 18px 18px 18px 18px;
}

.theme-light .primary-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #2F915E;
    border-color: #2F915E;
}

.theme-light .success-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50;
}

.theme-light .warning-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #ffe715;
    border-color: #ffe715;
}

.theme-light .secondary-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #8b8b8b;
    border-color: #8b8b8b;
}

.custom-radio-list {
    /* padding: 0px 15px; */
}

.custom-radio-list .custom-control {
    margin-bottom: 15px;
}

.custom-radio-list .custom-control .custom-control-label {
    cursor: pointer;
}

.attached-view {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    border-radius: 3px;
    cursor: pointer;
    height: 130px;
    margin-bottom: 12px;
    background: #d9dadc;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.attached-view label .fas {
    display: block;
    font-size: 18px;
    color: #969696;
}

.attached-view label {
    margin: 0px auto;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px;
    white-space: nowrap;
    color: #969696;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30px;
    font-size: 14px;
}

.attached-view.add label {
    top: 34px;
}

.attached-view.add label .fas {
    font-size: 48px;
}

.img-view {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    border-radius: 3px;
    cursor: pointer;
    height: auto;
    margin-bottom: 12px;
    background: #d9dadc;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.img-view img {
    width: 100%;
    display: block;
}

/********** image-preview **********/


.img-preview {
    position: relative;
    overflow: hidden;
    background-color: #bdc3c7;
    background-image: url('../images/blank-user.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    border-radius: 3px;
}

.img-preview label {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24, 28, 50, .25) !important;
    box-shadow: 0 9px 16px 0 rgba(24, 28, 50, .25) !important;
    color: #b5b5c3 !important;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    background-color: #fff;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    top: 0;
    text-align: center;
    right: 0;
}

.img-preview input {
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    opacity: 0;
    width: 24px;
    height: 24px;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

/********** dataTables **********/
.theme-light .table td {
    color: #121212;
}

.dataTables_paginate .pagination .page-item>.page-link {
    outline: 0 !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: .5rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: .42rem;
    border: 0;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
    color: #7e8299;
    background-color: transparent;
}

.dataTables_paginate .pagination .page-item.active .page-link {
    background-color: #2F915E;
    color: #fff;
    border-color: #2F915E;
}

.dataTables_paginate .pagination .page-item.disabled .page-link {
    background-color: #f3f6f9;
    color: #7e8299;
    border-color: #f3f6f9;
}

.dataTables_paginate .pagination .page-item>.page-link:hover {
    background-color: rgb(137 80 252 / 10%);
}

.dataTables_wrapper .dataTables_filter input.form-control {
    background-color: #fff;
    border-color: #eee;
}

.table td,
.table th {
    vertical-align: middle;
}

/********** SumoSelect **********/
.SumoSelect {
    width: 100%;
}

.SumoSelect>.CaptionCont {
    border-radius: 4px;
}

.SumoSelect>.CaptionCont>label {
    height: 36px;
    margin: 0px;
}

.SumoSelect>.CaptionCont>span {
    line-height: 26px;
}

.SumoSelect.open .search-txt {
    padding: 9px 8px;
}

.SumoSelect p.select-all {
    min-height: 31px;
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    margin: 0px;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: #e2e2e2;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #2f915e;
}

.SumoSelect .select-all.selected>span i {
    background-color: #2f915e;
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc;
}

.SumoSelect>.CaptionCont>label>i {
    background: none;
    font-size: 16px;
}

.SumoSelect>.CaptionCont>label>i:after {
    content: "";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    transition: transform ease-in-out .2s;
    transform: rotate(90deg);

    color: #424242;
    margin-left: 0rem;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #424242;
    font-style: normal;
    font-size: 14px;
}


.select2 .select2-selection {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    min-height: 38px;
}

/********** quick link **********/
.quick-link-box {
    padding: 18px;
    background: #fff;
    border-radius: 0px 0px 0px .35rem;
    height: 100%;

}

.quick-link-list.sticky-top {
    top: 70px;
}

.quick-link-list .list-group-item {
    border: none;
    margin-bottom: 6px;
    border-radius: 4px;
}

.quick-link-list .list-group-item i {
    margin-right: 10px;
}

.quick-link-list .list-group-item a {
    display: block;
    color: #424242;
    font-size: 14px;
}

.quick-link-list .list-group-item a:hover {
    color: #2F915E;
}

.quick-link-list .list-group-item.active,
.quick-link-list .list-group-item:active {
    color: #424242;


    border-color: #eceef7;
    background-color: #eceef7;

}

.quick-link-list .list-group-item.active a,
.quick-link-list .list-group-item:active a {
    color: #424242;
}

/************tabs********************/
.tab_list .nav-tabs .nav-link {
    color: #666666;
    background-color: #f3f6f9;
    border: none;
    padding: 15px 5px;
    margin-right: 5px;
}

.tab_list .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}

.tab_list .nav-tabs .nav-item.show .nav-link,
.tab_list .nav-tabs .nav-link.active {
    background: transparent;
    color: #212529;
    border-top-color: #875A7B;
}

.x-nav-fill .tab_list .nav-tabs .nav-link.active {
    background: #fff;
}

.x-nav-fill .tab-content {
    padding: 0px;
}

.x-nav-fill .tab-content>.tab-pane.active {
    background: #fff;
    padding: 0px;
    min-height: 360px;
}

.x-nav-fill .tab-content>.tab-pane .tab-pane-body {
    padding: 18px;
    min-height: 300px;
}

.x-nav-fill .tab-content>.tab-pane .tab-pane-footer {
    padding: 12px 18px;
    border-top: 1px solid #eee;
}

/********** Navbar **********/
.menu-wrap .avatar {
    background-color: transparent;
}

.avatar-circle {
    align-items: unset;
}

.avatar-display i {
    font-size: 18px;
}

.menu-wrap>.dropdown {
    display: inline-block;
}

.menu-wrap>.dropdown .btn-icon {
    min-height: 40px;
    min-width: 40px;
    line-height: 30px;
    padding: 2px;
    text-align: center;
    /* background-color: rgba(255,255,255,.1); */
    background-color: rgb(47 145 94);
    color: #fff;
    border-radius: 50px;
}

.menu-wrap>.dropdown .btn-icon:hover {
    /* background-color: rgba(255,255,255,.2); */
    background-color: rgb(47 145 94);
}

.menu-wrap>.dropdown .btn-icon .avatar {
    height: 20px;
    width: 20px;
}

.menu-wrap .dropdown-menu {
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    border: none;
}

.header .notification_dropdown .badgeAlert {
    display: block;
    /* min-width: 10px; */
    padding: 0px;
    background-color: #ff3324;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -8px;
    right: -8px;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
}

.pulse {
    position: relative
}

.pulse .pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 1.5s ease-out;
    animation: animation-pulse 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #e4e6ef
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .pulse .pulse-ring {
        top: 2px;
        left: 2px
    }
}

.pulse.pulse-white .pulse-ring {
    border-color: rgb(247 246 245);
}

@-webkit-keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.rich-list .rich-list-item:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.rich-list .rich-list-item:hover .rich-list-title {
    color: #2F915E;
}




/********** Filter **********/
.filterbar .form-control,
.filterbar .form-control:active,
.filterbar .form-control:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 4px;
}

select option:checked {
    color: #fff !important;
    background-color: #2F915E !important;
}

.filterbar {
    /* padding: 15px 18px; */
    /* border-top-right-radius: .35rem; */
    padding: 15px 0px;
    /* background-color: #f9f9fc; */
    width: 100%;
}

.filterbar h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    line-height: 38px;
    margin: 0px 18px 0px 0px;
}

/********** dropzone **********/
form.dropzone {
    padding: 0px;
    background: none;
    border: none;
}

form.dropzone .draghere {
    border-radius: 4px;
    border: 2px dashed #eee;
    background: #F6F7FA;
    min-height: 200px;
}

.dropzone .draghere h4 {
    margin: 0px;
    line-height: 200px;
    font-size: 22px;
    font-weight: 300;
}

.dropzone.dz-clickable {
    cursor: default !important;
}

/********** timeline **********/
.history-timeline.timeline-timed {
    padding-left: 12rem;
}

.history-timeline.timeline-timed:before {
    left: calc(17rem / 2 + 2rem);
}

.history-timeline.timeline-timed .timeline-time {
    width: 9rem;
    left: -11rem;
}


.theme-light .form-control-plaintext {
    color: #551488;
}

.card.view.gallery {
    max-width: 160px;
}

/** Footer **/

.footer {
    background: #11252b;
    color: #fff;
    bottom: 0px;
    left: 0px;
    padding: 6px 0px;
    font-size: 10px;
    z-index: 1;
    border: none;
}

.footer a {
    color: #fff;
    font-size: 10px;
}

.footer p {
    color: #fff;
    font-size: 10px;
}

#sticky-header-mobile .float-brand .btn {
    display: none;
    margin-right: 15px;
}

#sticky-header-mobile .float-brand .btn i {
    vertical-align: -1px;
    font-size: 16px;
}

/** Media Queries **/

@media (max-width: 1024px) {

    #sticky-header-mobile .float-brand .btn {
        display: inline-block;
        padding: 5px 8px;
        vertical-align: middle;
    }

    #sticky-header-mobile .header-brand {
        width: auto;
        display: inline-block;
    }

    .filterbar {

        border-radius: .35rem .35rem 0px 0px;

    }
}

@media (max-width: 768px) {
    .filterbar .form-group {
        margin-bottom: 1rem;
    }

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

    #sticky-header-mobile .header-brand img {
        height: 36px;
        display: inline-block;
    }

    #sticky-header-mobile .header-brand {
        width: auto;
        display: inline-block;
    }

    #sticky-header-mobile .float-brand .btn {
        display: inline-block;
        padding: 5px 8px;
        vertical-align: middle;
    }

    #sticky-header-mobile .header-brand h2 {
        vertical-align: middle;
        margin: 0px;
        font-size: 16px;
        display: inline-block;
    }

    #sticky-header-mobile .header-brand h2 span {
        font-size: 14px;
        display: block;
    }

    .menu-wrap>.dropdown .btn-icon {
        min-height: 40px;
        min-width: 40px;
        line-height: 30px;
        padding: 2px;
        text-align: center;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
    }

    .filterbar {

        border-radius: .35rem .35rem 0px 0px;

    }


}

@media only screen and (min-width: 1025px) {
    .container {
        max-width: 1326px;
    }
}

@media only screen and (min-width: 1900px) {
    .login-aside {
        width: 20vw;
        max-width: 700px;
    }

    .login-content .login-form {
        width: 500px;
        margin-bottom: 50px;
    }

    .login-content .login-logo {
        /* width: 260px; */
    }

}

@media (max-width: 480px) {
    .log-form {
        background-size: cover;
    }

    .log-form .card {
        width: 410px;
        margin: 0 auto;
    }

    .btn {
        padding: 9px 10px;
        font-size: 12px;
    }

    .filterbar h5 {
        font-size: 14px;
        margin: 0px;
    }

    .login-aside {
        display: none;
    }

    .login-content {
        padding: 0px;
    }

    .form-block {}

    .login-content .login-form {
        width: 280px;
    }

    .wid-stat h3 {
        font-size: 12px;
    }

    .content {
        padding: 15px;
    }

    .dashboard .portlet-title {
        white-space: normal;
        font-size: 14px;
    }

    .dashboard .portlet {
        min-height: 50px;
    }

    .dataTables_length {
        display: none;
    }

    .dataTables_filter {
        text-align: right !important;
    }

    .header-holder-main .header-container {
        height: 56px;
    }

    #sticky-header-mobile .header-brand img {
        height: 36px;
        display: inline-block;
    }

    #sticky-header-mobile .header-brand {
        width: auto;
        display: inline-block;
    }

    #sticky-header-mobile .float-brand .btn {
        display: inline-block;
        padding: 5px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: #2F915E;
    }

    #sticky-header-mobile .float-brand .btn i {
        vertical-align: middle;
        font-size: 14px;
    }

    #sticky-header-mobile .header-brand h2 {
        vertical-align: middle;
        margin: 0px;
        font-size: 16px;
        display: inline-block;
    }

    #sticky-header-mobile .header-brand h2 span {
        font-size: 14px;
        display: block;
    }

    .menu-wrap>.dropdown .btn-icon {
        min-height: 30px;
        min-width: 30px;
        line-height: 30px;
        padding: 2px;
        text-align: center;
        background-color: rgb(47 145 94);
        color: #fff;
    }

    .filterbar {
        /* border-radius: .35rem .35rem 0px 0px; */
        border-radius: 50px;
        padding: 15px 15px;
    }

    .menu-wrap .avatar-display>img {
        width: 36px;
        height: 36px;
    }

}

@media (max-width: 1228.80px) {
    .log-form {
        background-position: -280px center;
    }

    .log-form .card {
        width: 360px;
        padding: 0px 30px;
    }
}