body #app {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 100vh;
}
body #app .content-wrapper {
    order: 2;
    width: 100%;
}
body #app .content-wrapper .content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}
body.mini-sidebar #app .content-wrapper {
    padding-left: 60px;
}
body.layout-fixed .sidebar-left {
    transition: all 0.3s ease;
    min-height: 100vh;
}
body.layout-fixed .sidebar-left .sidebar-content .aside-toolbar {
    transition: all 0.3s ease;
    position: fixed;
    width: 255px;
    top: 0;
    z-index: 99;
}
body.layout-fixed .sidebar-left .sidebar-content .main-menu {
    padding-top: 65px;
}
body.layout-fixed .content-wrapper .top-toolbar {
    right: 0;
    left: 255px;
    position: fixed;
}
body.layout-fixed .content-wrapper .content {
    padding-top: 65px;
    padding-left: 0;
}
@media (max-width: 992px) {
    body.layout-fixed .content-wrapper .top-toolbar {
        right: 0;
        left: 0;
    }
    body.layout-fixed .content-wrapper .content {
        padding-top: 65px;
        padding-left: 0;
    }
    .sidebar-content .aside-toolbar {
        display: none;
    }
    .sidebar-content .main-menu {
        padding-top: 0 !important;
    }
}
body.layout-fixed.mini-sidebar .sidebar-left .sidebar-content .aside-toolbar {
    width: 60px;
}
body.layout-fixed.mini-sidebar .sidebar-left:hover .sidebar-content .aside-toolbar {
    width: 255px;
}
body.layout-fixed.mini-sidebar .content-wrapper .top-toolbar {
    left: 60px;
}
.mini-sidebar .content-wrapper {
    padding-left: 30px;
}
.aside-toolbar {
    height: 65px;
    position: relative;
}
.aside-toolbar .header-controls {
    position: absolute;
    right: 0;
    width: 3.125rem;
    height: 4.0625rem;
    line-height: 4;
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-toolbar .header-controls .btn-menu {
    padding: 6px 17px 6px 9px;
}
.aside-toolbar .header-controls .btn-menu i {
    font-size: 1.125rem;
}
.site-logo {
    height: 4.0625rem;
    width: inherit;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.site-logo li {
    display: inline-block;
    height: 65px;
}
.site-logo li .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px 30px 10px 10px;
    width: 100%;
	text-align: center;
	border-right: 2px solid #312f90;
}
.logo img {
    width: 100%;
    text-align: -webkit-center;
}

.site-logo li .logo svg {
    width: 23px;
    height: 23px;
}
.site-logo li .brand-text {
    font-size: 1.125rem;
    font-family: Poppins, sans-serif;
    padding: 20px 0 0 47px;
    font-weight: 400;
    display: block;
}
.site-logo li.app_menu-close {
    float: right;
    display: none;
    padding: 1.1875rem 1.25rem;
}
.site-logo li.app_menu-close a i {
    font-size: 1.875rem;
}
@media (max-width: 991.98px) {
    .site-logo li {
        display: inline-block;
    }
    .site-logo li .logo_mobile {
        position: absolute;
        top: 18px;
        left: -2px;
    }
    .site-logo li .logo_mobile #logo_mobile {
        width: 27px;
        height: 27px;
    }
    .site-logo li .brand-text {
        font-size: 1.3125rem;
        font-family: Poppins, sans-serif;
        padding: 17px 0 0 33px;
        font-weight: 400;
        display: block;
    }
}
.top-toolbar {
    box-shadow: 0 1px 1px 1px rgba(18, 106, 211, 0.08);
    display: flex;
    flex-direction: row;
    height: 4.0625rem;
    max-height: 4.0625rem;
    margin: 0;
    padding: 0;
}
.top-toolbar .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    height: 4.0625rem;
}
.top-toolbar .navbar-nav .nav-item {
    list-style: none;
    min-width: 4.0625rem;
    height: 4.0625rem;
}
.top-toolbar .navbar-nav .nav-item > a {
    text-align: center;
    line-height: 3.5;
    min-width: 3.9375rem;
    display: inline-block;
    height: 4.0625rem;
    position: relative;
}
.top-toolbar .navbar-nav .nav-item > a:hover,
.top-toolbar .navbar-nav .nav-item > a:hover i {
    color: #6760d5;
}
.content[data-layout="tabbed"] .page-header h1,
.top-toolbar .dropdown-menu-xl .dropdown-menu .promo h3,
.top-toolbar .dropdown-menu-xl .dropdown-menu .promo h4 {
    color: #fff;
}
.top-toolbar .navbar-nav .nav-item > a:hover i.icon:after {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: rgba(240, 246, 255, 0.7);
    left: -10px;
    top: 11px;
    z-index: -1;
}
.top-toolbar .navbar-nav .nav-item > a i {
    font-size: 1.5rem;
    position: relative;
    max-height: 65px;
}
.top-toolbar .navbar-nav .nav-item.nav-text {
    padding: 0 17px;
}
.top-toolbar .navbar-nav .nav-item.nav-text > a {
    line-height: 4.8;
    font-size: 0.875rem;
}
.top-toolbar .navbar-nav .nav-item.nav-text > a .menu-arrow-down {
    font-size: 0.8125rem;
}
.top-toolbar .navbar-nav > li > a {
    max-height: 4.0625rem;
}
.top-toolbar .nav-item > a > i {
    line-height: 3.2;
}
.top-toolbar .dropdown .dropdown-menu {
    top: 93% !important;
}
.top-toolbar .navbar-nav .nav-item .dropdown-menu-accout .dropdown-header .d-user .media-body span {
    font-size: 0.6875rem;
}
.top-toolbar .navbar-nav .nav-item .dropdown-menu-accout .dropdown-item {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.7;
    height: auto;
    padding: 10px 0 10px 20px;
}
.top-toolbar .navbar-nav .nav-item .dropdown-menu-accout .dropdown-item i {
    font-size: 1rem;
    margin-right: 8px;
    vertical-align: top;
}
.top-toolbar .navbar-nav .nav-item .dropdown-menu-accout .badge {
    line-height: 1.6;
}
.top-toolbar .dropdown-menu .menu-header {
    font-size: 1.25rem;
}
.top-toolbar .dropdown-menu ul li a {
    display: block;
}
.top-toolbar .dropdown-menu.menu-icons i {
    font-size: 1.125rem;
    padding-right: 10px;
    vertical-align: top;
}
.navbar-form,
.page-header .actions > .dropdown .dropdown-menu .dropdown-item {
    vertical-align: middle;
}
.top-toolbar .card.card-notification .card-header {
    padding: 5px 20px;
    min-height: 45px;
    height: 45px;
    line-height: 0;
}
.top-toolbar .card.card-notification .card-header .card-title {
    display: inline-block;
}
.top-toolbar .card.card-notification .card-header .actions.top-right {
    right: 15px;
    top: 7px;
}
.top-toolbar .dropdown-menu-md .dropdown-menu.dropdown-menu-left {
    min-width: 220px;
    left: 10px;
}
.top-toolbar .dropdown-menu-md .dropdown-menu.dropdown-menu-right {
    min-width: 220px;
    right: 10px;
}
.top-toolbar .dropdown-menu-xl {
    position: static !important;
}
.top-toolbar .dropdown-menu-xl .dropdown-menu {
    width: 98.5%;
    left: 10px;
    padding: 20px;
}
.top-toolbar .dropdown-menu-xl .dropdown-menu ul.list-items {
    column-count: 2;
    line-height: 2.5;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-toolbar .dropdown-menu-xl .dropdown-menu img {
    min-width: 100%;
}
.top-toolbar .dropdown-menu-xl .dropdown-menu .promo {
    position: absolute;
    z-index: 5;
    text-align: center;
    padding: 8% 0 0;
    width: 100%;
    height: 100%;
}
.top-toolbar.navbar-desktop {
    z-index: 50;
    display: flex;
    flex-direction: row;
}
.top-toolbar.navbar-desktop .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    height: 4.0625rem;
}
.top-toolbar.navbar-desktop .navbar-nav.nav-left {
    order: 1;
}
.top-toolbar.navbar-desktop .navbar-nav.nav-right {
    margin: 0 0 0 auto;
    padding: 0;
    order: 2;
    position: relative;
}
.top-toolbar.navbar-mobile.navbar-tablet {
    display: none;
}
@media (max-width: 992px) {
    .top-toolbar.navbar-desktop {
        top: 0;
        transition: all 0.3s ease;
        position: absolute;
        width: 100%;
    }
    .mobile-topbar-toggle .top-toolbar.navbar-desktop {
        top: 65px;
    }
    .mobile-topbar-toggle .content-wrapper .content {
        transition: all 0.3s ease;
        margin-top: 65px;
    }
    .top-toolbar.navbar-mobile.navbar-tablet {
        z-index: 99;
        display: flex;
        flex-direction: row;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        height: 4.0625rem;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav.nav-left {
        order: 1;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav.nav-center {
        order: 2;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav.nav-center.site-logo {
        position: relative;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav.nav-right {
        padding: 0;
        order: 3;
        position: relative;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav .nav-item a {
        line-height: 2.3;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav .nav-item a i {
        font-size: 30px;
        line-height: 2.6;
        max-height: 65px;
    }
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav .nav-item a:active i:after,
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav .nav-item a:focus i:after,
    .top-toolbar.navbar-mobile.navbar-tablet .navbar-nav .nav-item a:hover i:after {
        background-color: transparent;
    }
}
@media (max-width: 768px) {
    .top-toolbar.navbar.navbar-desktop .navbar-nav.nav-left {
        display: none;
    }
}
@media (max-width: 576px) {
    .top-toolbar .dropdown {
        position: static;
    }
    .top-toolbar .dropdown .dropdown-menu {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
    }
}
.header-controls .btn-menu {
    height: 65px;
}
.header-controls .btn-menu i {
    transition: all 0.3s ease;
}
.navbar-form {
    position: absolute;
    top: -150%;
    right: 0;
    margin: 0;
    padding: 0;
    height: 65px;
    z-index: 20;
    border: 0;
    left: 0;
    background: #fff;
    transition: all 0.3s ease;
}
.navbar-form.open {
    top: 0;
}
.navbar-form .form-group {
    height: 100%;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
}
.navbar-form .form-group .navbar-search:focus {
    border: none;
    outline: 0;
}
.navbar-form .form-group i.close-search {
    height: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 1.375em;
    position: absolute;
    right: 30px;
}
.customizer-panel-wrapper,
.sidebar-right {
    display: block !important;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    transition: all 0.3s ease;
}
.navbar-form .form-control {
    height: 100%;
    border: 0;
    border-radius: 0;
    width: 100%;
    background-image: none !important;
    padding-left: 20px;
}
.sidebar-left {
    z-index: 999;
    order: 1;
    transition: all 0.3s ease;
}
body.aside-left-open .sidebar-left {
    z-index: 1005;
}
.sidebar-right {
    order: 3;
    z-index: 1005;
    position: fixed;
    overflow: hidden;
    width: 450px !important;
    right: -455px;
    padding: 20px;
    background-color: #fff;
}
body.aside-right-open {
    overflow: hidden;
}
body.aside-right-open .sidebar-right {
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    right: 0;
}
@media (max-width: 576px) {
    .sidebar-right {
        width: 320px !important;
        right: -325px;
    }
}
.sidebar-content #sidebar-tabs .nav-link {
    font-size: 0.9375rem;
}
.sidebar-content #sidebar-tabs .tab-content {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
}
.sidebar-content #sidebar-tabs .list-view-group-header {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 15px;
    position: absolute;
    left: 15px;
    z-index: 5;
}
.sidebar-content #sidebar-tabs .list-group .list-group-item {
    padding: 0.75rem 0 0.75rem 15px;
    border: none;
    margin-left: 40px;
    margin-right: 10px;
}
.sidebar-content #sidebar-tabs .list-group .list-group-item:hover {
    background-color: #eaf3fd;
    cursor: pointer;
}
.sidebar-content #sidebar-tabs .qt-scroll {
    max-height: 100%;
    height: calc(100vh - 200px);
    position: absolute;
    width: 420px;
}
.customizer-panel-wrapper {
    z-index: 1105;
    position: fixed;
    overflow: hidden;
    width: 450px !important;
    right: -455px;
    padding: 20px;
    background-color: #fff;
}
.customizer-panel-wrapper:after,
.customizer-panel-wrapper:before {
    position: absolute;
    top: 25%;
    content: "";
    height: 50px;
    background-color: #fff;
}
.customizer-panel-wrapper:before {
    left: -47px;
    width: 48px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px 0;
}
.customizer-panel-wrapper:after {
    left: 0;
    width: 5px;
}
.aside-overlay-absolute,
.aside-overlay-fixed {
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
}
.aside-overlay-fixed {
    position: fixed;
}
.aside-overlay-absolute {
    position: absolute;
}
.page-header {
    padding: 30px 30px 0;
    position: relative;
}
.page-header h1 {
    margin: 0;
    display: inline-block;
    padding: 7px 20px 7px 0;
}
.page-header h1.separator {
    border-right: solid thin rgba(148, 170, 197, 0.2);
}
.page-header .actions {
    z-index: 10;
}
.page-header .actions.top-right {
    right: 30px;
    top: 30px;
    bottom: 0;
}
.page-header .actions.top-left {
    left: 20px;
    top: 30px;
    bottom: 0;
}
.page-header .actions > .dropdown .dropdown-menu {
    padding: 0;
}
.page-header .actions > .dropdown .dropdown-menu .dropdown-header {
    display: block;
    padding: 15px 20px 10px;
    margin-bottom: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    font-weight: 400;
}
.page-header .actions > .dropdown .dropdown-menu .dropdown-item i {
    font-size: 18px;
    width: 22px;
    vertical-align: middle;
    margin-right: 7px;
}
.page-header .actions > .dropdown > a.btn.btn-fab,
.page-header .actions > li > a.btn.btn-fab {
    box-shadow: 0 3px 20px 0 rgba(18, 106, 211, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.2s ease;
    padding: 0;
    border-color: transparent !important;
}
.page-header .actions > .dropdown.show > a.btn.btn-fab {
    box-shadow: none;
}
.page-header .actions > a.btn-fab > i,
.page-header .actions > li > a.btn-fab > i {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -1px;
    line-height: 1.7;
    font-size: 1.4375rem;
}
.page-header .actions.mobile-menu {
    display: none;
}
@media (max-width: 992px) {
    .page-header .actions.mobile-menu {
        display: block;
    }
}
@media (max-width: 768px) {
    .page-header h1.separator {
        border-right: none;
    }
    .page-header .actions.mobile-menu {
        display: block;
    }
    .page-content.container,
    .page-header.container {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .page-header.fit-mobile .actions {
        top: 120px !important;
    }
    .page-header.fit-mobile + .page-content {
        padding: 85px 20px 20px;
    }
}
.page-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 30px;
}
@media (max-width: 576px) {
    .page-content {
        padding: 15px !important;
    }
}
.page-aside-left .aside-left .card .card-body,
.page-aside-left .aside-right .card .card-body,
.page-aside-right .aside-left .card .card-body,
.page-aside-right .aside-right .card .card-body {
    padding: 0;
}
.page-aside-left,
.page-aside-right {
    display: flex;
    flex-direction: row !important;
    height: calc(100vh + 240px);
}
.page-aside-left .aside-left,
.page-aside-right .aside-left {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(18, 106, 211, 0.07), 0 2px 9px 0 rgba(18, 106, 211, 0.06);
}
.page-aside-left .aside-left .card,
.page-aside-right .aside-left .card {
    box-shadow: none;
    border-radius: 0;
    background: tranparent;
}
.page-aside-left .aside-right,
.page-aside-right .aside-right {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(18, 106, 211, 0.07), 0 2px 9px 0 rgba(18, 106, 211, 0.06);
}
.page-aside-left .aside-right .card,
.page-aside-right .aside-right .card {
    box-shadow: none;
    border-radius: 0;
    background: tranparent;
}
.page-aside-left .main-content,
.page-aside-right .main-content {
    flex: 1 1 auto;
    max-width: 100%;
    overflow: auto;
}
@media (max-width: 992px) {
    .page-aside-left .aside-left,
    .page-aside-right .aside-right {
        position: absolute;
        z-index: 1001;
        height: 100%;
        transition: all 0.3s ease;
    }
    .page-aside-left {
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column !important;
    }
    .page-aside-left .page-header h1 {
        padding-left: 60px;
    }
    .page-aside-left .aside-left {
        left: -240px;
    }
    .page-aside-right {
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column !important;
    }
    .page-aside-right .aside-right {
        right: -240px;
    }
    .page-aside-left .aside-left.open {
        left: 0;
    }
    .page-aside-right .aside-right.open {
        right: 0;
    }
}
.content[data-layout="tabbed"] .page-header {
    padding: 30px 30px 80px;
    position: relative;
    background-color: #6760d5;
}
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper li,
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper li a {
    color: rgba(255, 255, 255, 0.7);
}
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper li a:active,
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper li a:hover {
    color: #fff;
}
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i {
    color: rgba(255, 255, 255, 0.7);
}
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i:active,
.content[data-layout="tabbed"] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i:hover {
    color: #fff;
}
.content[data-layout="tabbed"] .page-header .nav.nav-tabs {
    position: absolute;
    bottom: 0;
    margin: 0;
    border-bottom: none;
}
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item {
    margin-bottom: 0;
}
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item .nav-link.active.show,
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item .nav-link:hover,
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: 0 0;
}
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 0.9375rem;
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.7);
}
.content[data-layout="tabbed"] .page-header .nav.nav-tabs .nav-item .nav-link.active {
    border-bottom: solid 3px #fff;
}

.col-form-label {
     padding-top: calc(0.375rem + 0px) !important; 
    padding-bottom: calc(0.375rem + -2px) !important;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.sign-in-form a img {
    width: 180px;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    margin-left: 5px;
}
.fill_tab ul li {
    float: left;
    list-style: none;
    background-color: #161931;
    color: white;
    padding: 6px 23px;
    margin: 0px 6px 0px 0;
    cursor: pointer;
    border-radius: 100px;
	width: 24%;
}
.media.d-user a {
    display: inherit;
}
.remove i{
	color: #ff5c75;
}

.remove a:hover {
    background-color: #ff5c75;
    color: white;
}

.track li {
    float: left;
    list-style: none;
    margin: 4px;
    width: 11.5%;
    color: black;
    font-weight: 500;
    text-align: center;
    /* left: -40px; */
    position: relative;
}
.track li i {
    width: auto;
    height: 100px;
    background-color: #d1d1d1;
    border-radius: 0;
    text-align: center;
    line-height: 3.5rem;
    font-size: 20px;
    display: block;
    /* margin-left: 30px; */
    position: relative;
    padding: 25px;
	margin-bottom: 10px;
}

.bg-green {
    background-color: #00972b !important;
    color: white;
}
.metismenu .active{
	background-color: #f66e20
}

.card-body {
    border-top: 0;
    border-radius: 15px;
}
.track {
    text-align: center;
    margin: auto;
    padding: inherit;
}
.track button {
    font-size: smaller;
    background-color: gray;
    color: white;
    border: 2px solid transparent;
    cursor: pointer;
    display: block;
    margin: auto;
}
.modeal ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
.twapop {
    padding: 30px;
    vertical-align: middle;
    display: block;
    margin-top: 15rem;
}

.twapop h3 {
    margin-bottom: 30px;
    font-size: 1.9rem;
    text-transform: math-auto;
    font-family: fantasy;
}



.category-box {
    text-align: center;
}

.category_img {
    padding: 20px;
    background-color: #ecebff;
    height: 150px;
    width: 150px;
    border-radius: 500px;
    margin: auto;
    line-height: 6;
    border: 3px solid #deddff;
    margin-bottom: 20px;
}

.category_img img {
    width: 50%;
}

.tick {
    padding: 15px;
    background: #312f92;
    width: 50px;
    height: 50px;
    line-height: 0px;
    display: inline-block;
    border-radius: 500px;
    position: absolute;
    top: 0;
    left: 150px;
     opacity: 0; 
    color: white;
}

.tick i {
    color: white;
    font-size: larger;
}

.category-box p {
    font-weight: 500;
    font-family: revert;
    font-size: initial;
    color: black;
    margin: auto;
}

.category_active .category_img {
    border: 3px solid #312f92;
    background-color: #ffffff;
}
.category-box:hover .category_img {
    border: 3px solid #312f92;
    background-color: #ffffff;
}


.category_active .tick {
    opacity: 1; 
}

.category-box:hover .tick{
	opacity: 1; 
}

.media-body {
    position: absolute;
    display: inline-block;
    margin-right: 14px;
    left: 50px;
    top: 10px;
}

.edit-pic i {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: -40px;
    background-color: gray;
    color: white;
    line-height: 2;
    text-align: center;
    border-radius: 100px;
    right: 20px;
    float: right;
}

.edit-pic{
    position: relative;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.check img {
        width: 35px;
    position: absolute;
    text-align: center;
    display: revert;
    margin: -2%;
    margin-top: 0px;
}

.check {
    text-align: center;
    display: block;
    margin: auto;
}

.normal{
	opacity: 1;
}
.check-suss{
	opacity: 0;
}


.check:hover .normal{opacity: 0;}
.check:hover .check-suss{opacity: 1;}

.active .check-suss{opacity: 1;}
.active .normal{opacity: 0;}

.check-text td {
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    padding: 5px;
}

.track:hover button{
	
}

.VoucherPayment h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    color: #312f92;
}

.VoucherPayment p {
    margin: auto;
    font-size: 12px;
    color: black;
    font-weight: 500;
}

.VoucherPayment span i {
    background-color: #312f92;
    width: 20px;
    height: 20px;
    line-height: 2;
    margin-right: 6px;
    color: white;
	border-radius: 100px;

}

.VoucherPayment h4 {
    background-color: #312f92;
    width: 25%;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}
.VoucherPayment-file p {
    margin: auto;
    font-size: large;
    color: black;
    font-weight: 500;
}

.VoucherPayment-file input {
    border: 0px !important;
    border-bottom: 3px dotted #312f92 !important;
	padding: 0;
}

.sum-border {
    border: 2px solid #000;
    border-radius: 20px;
    margin: 20px 0;
    padding: 0px 40px !important;
}


.from-border{
	border: 2px solid #f66e20;
}

 .documents img {
    height: 200px;
    width: 100%;
    object-fit: cover;

}
.error{
    
    color:red;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    padding: 5px;
}


.badge-danger {
    color: #fff;
    background-color: #dc3545;
    padding: 5px;
}

.form-group label {
    text-transform: uppercase;
}

.form-row  label {
    text-transform: uppercase;
}

.form-row  h6 {
    text-transform: uppercase;
}


/*---------------------------------*/


*:focus {
  outline: 1px dotted blue;
}

.tabs > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px;
  font-size: 0;
}
/*
.tabs > ul .indicator {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20%;
  background: #1E88E5;
  transform: translateZ(0) translateX(0);
  transition: all 0.3s ease;
}
*/
.tabs > ul li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    float: left;
    background-color: #e7dee5;
}
.tabs > ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease 0.4s;
}
.tabs > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1E88E5;
  transform: translateZ(0) translateY(100%);
  transition: all 0.3s ease 0.3s;
  z-index: -1;
}
.tabs > ul li a[aria-selected] {
    color: white;
    background-color: #572157;
    
}
.tabs > ul li a[aria-selected]:before {
  transform: translateZ(0) translateY(0);
}
.tabs > section[aria-hidden=true] {
  display: none;
}


.churches {
    margin: 40px 5px;
    padding: 20px;
    background-color: #e6e1ff;
    border: 0px;
    border-radius: 20px;
    display: block;
}
.churches p {
    margin: 0px;
    font-size: small;
    color: black;
    font-weight: initial;
}
.churches h3 {
    margin: 0px;
    color: black;
    font-weight: 500;
    padding: 10px 0;
    font-size: larger;
}
.churches img {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 10px 0;
}
.churches button {
    background-color: #fc702b;
    color: white;
    border: 0px;
    width: 100%;
    border-radius: 100px;
    margin: 10px 0 0 0px;
    padding: 5px;
    cursor: pointer;
}
.churches i {
    position: absolute;
    top: -16px;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #00a7ff;
    color: white;
    line-height: 2.1;
    text-align: center;
    border-radius: 100px;
}

.closed button {
    background-color: #ad0000;
}

.closed {
    background-color: #FBB9B9;
    background-image: url(../../../../img/closed.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top center;
}

.nav-pills li a {
    border: #f66e20 solid 1px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.btn-theam {
    background-color: #5a2255;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: initial;
    text-transform: uppercase;
    font-size: small;
}
.btn-theam {
    color: white !important;
    font-weight: 500 !important;
}

.nav-sub li a span {
    font-weight: 500;
    color: white;
    line-height: unset;
    margin: auto;
    display: block;
    padding: 0px;
}

.sidebar.sidebar-left .sidebar-content .main-menu .nav.metismenu .nav-dropdown .nav-sub li:last-child {
    padding: 0 0 0px !important;
}

.desig button {
    padding: 3px 10px !important;
    border-radius: 10px !important;
    cursor: none !important;
    height: auto;
    width: auto;
    margin: 3px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: start;
    border-radius: 6px;
    padding: 5px 10px;
   /* Position the tooltip */
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.feedback p {
    font-size: 12px;
    line-height: inherit;
    margin: 10px 0;
    color: black;
}

.feedback i {
    margin: 0px 10px 0 0;
}

.apps_message input {
    border: 0px !important;
    background-color: #e2ecf5 !important;
    border-radius: 4px !important;
    color: black !important;
    margin: 0px 20px;
}

#mail-wrapper .center-content .list-group .list-group-item:last-child {
    border-bottom: 1px solid rgba(234, 243, 253, .9);
    background-color: #f6f6f6;
}

#mail-wrapper .center-content .list-group .list-group-item{
    border-bottom: 1px solid rgb(221 221 221 / 90%);
    background-color: #fbfbfb;
}

.sa_board h6 {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sa_board h5 {
    padding: 0;
    text-align: start;
    font-size: 30px;
    font-weight: 900;
    line-height: 55px;
    margin: auto;
}

.sa_board h6 strong {
    color: #fc702b;
    font-weight: 700;
}

#total-visits-tab li a {
    border: 0px;
}

#total-uniquevisits-tab li a{ border: 0px;}

.btn-theam {
    background-color: #5a2255;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: initial;
    text-transform: uppercase;
    font-size: small;
}



.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 14px;
}


.progress-list li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 0.5;
    font-weight: 600;
    color: black;
    font-size: 9px;
}
.progress-list ul {
    margin: 0;
    padding: 0;
}

.states label {
    line-height: 0.8;
}

.card-body ul li.nav-item {
    width:Ã‚ 25%;
}

ul.list-reset img {
    width: 150px;
    height: 3rem;
    object-fit: contain;
    text-align: center;
    display: inline-block;
}

ul.list-reset li ul {
    width: auto;
    display: inline-flex;
    list-style: none;
    padding: 0px;
    margin: auto;
}

/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
	padding: 0 15px;
}
.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-area .file-dummy {
      width: 100%;
    padding: 10px;
    background: rgb(201 201 201 / 20%);
    border: 2px dashed rgb(87 33 87);
    text-align: center;
    transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
  display: none;
}
.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}
.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}
.file-area input[type=file]:valid + .file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}
.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}

/* ===================== BASIC STYLING ===================== */
* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}


label {
  font-weight: 500;
  display: block;
  margin: 4px 0;
  text-transform: uppercase;
  font-size: 13px;
  overflow: hidden;
}
label span {
  float: right;
  text-transform: none;
  font-weight: 200;
  line-height: 1em;
  font-style: italic;
  opacity: 0.8;
}

.form-controll {
  display: block;
  padding: 8px 16px;
  width: 100%;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 200;
}
.form-controll:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}



.back-to-article {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 18px;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.back-to-article:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.card-body h3 strong {
    font-weight: 600 !important;
    color: #572157;
    text-decoration: underline;
}

.profile-wrapper h4 {
    padding: 14px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: monospace;
    margin: 0;
}

.input_checkbox img {
    width: 50px;
    position: absolute;
    text-align: center;
    margin: auto;
    display: block;
}

.actvie {
    display: block !important;
}



/* Checkbox Input */

.layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
    font-family: arial;
    padding-top: 50px;
}

.list-btn {
  display: flex;
  align-items: center;
  column-gap: 80px;
}

.radio-btn , .checkbox-btn , .switch-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px
}



.checkbox-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    transition: 0.3s;
    border-radius: 10px;
}

.checkbox-btn span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: relative;
    bottom: 4px;
    transition: 0.6s;
}

.checkbox-btn input {
    display: none;
}

.checkbox-btn input:checked ~ span {
    background-color: #02bcf0;
}

.checkbox-btn input:checked ~ span::before {
    transform: scale(1) rotate(-45deg);
}

.input_file input[type=text] {
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #f8f8f8;
    border: 0px;
    border-bottom: 2px solid;
    margin: 10px 0;
}
.input_file input[type=date] {
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #f8f8f8;
    border: 0px;
    border-bottom: 2px solid;
    margin: 10px 0;
}
.mp img {
    width: 30px;
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 18px;
}

.date li {
    margin-top: 10px;
    font-size: 9px;
    text-align: center;
}

.document img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    text-align: center;
    margin: auto;
    display: block;
}