.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.75rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.6875rem;
    border-top-right-radius: 0.6875rem;
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.6875rem;
    border-bottom-left-radius: 0.6875rem;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.3125rem;
}

.card-title {
    margin-bottom: 1.3125rem;
}

.card-subtitle {
    margin-top: -0.65625rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.3125rem;
}

.card-header {
    padding: 1.3125rem 1.3125rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.card-header:first-child {
    border-radius: 0.6875rem 0.6875rem 0 0;
}

.card-footer {
    padding: 1.3125rem 1.3125rem;
    background-color: #fff;
    border-top: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.card-footer:last-child {
    border-radius: 0 0 0.6875rem 0.6875rem;
}

.card-header-tabs {
    margin-right: -0.65625rem;
    margin-bottom: -1.3125rem;
    margin-left: -0.65625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.65625rem;
    margin-left: -0.65625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0.6875rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.6875rem;
    border-top-right-radius: 0.6875rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.6875rem;
    border-bottom-left-radius: 0.6875rem;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 578px) {
  .sidenav-header{
    height: 4.38rem;
  }
}
    
@media (min-width: 992px) {
    .sidenav-header{
        height: 0px !important;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 1.3125rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    .sidenav-header{
        height: 4.38rem;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -0.0625rem;
}

.label_1 {
    background-color: #f5f5f5;
    color: #333;
    border-radius: 3px;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border: 1px solid #ebebeb;
}
.custom_h {
    display: flex;
    justify-content: space-between;
}
.navbar-vertical-aside-compact-mini-mode
    .nav-compact-icon
    .navbar-vertical-aside-has-menu.show
    > .nav-link
    .nav-icon {
    color: #0052ea;
    background-color: rgba(55, 125, 255, 0.1);
}
.nav-icon {
    font-size: 1.125rem;
    line-height: 1.4;
    opacity: 0.7;
    -ms-flex: 0 0 1.75rem;
    flex: 0 0 1.75rem;
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #132144 !important;
}

.page-header-title {
    margin-bottom: 0.25rem;
}

.emoney {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

nav .navbar-nav li a {
    text-decoration: none;
    color: #132144 !important;
}

/* .nav-item .iocn-link i {
    font-size: 1.5rem;

} */



.iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submenu li {
    transition: all 0.4s ease;
}
.sidebar .navbar-nav li .submenu li i{
    height: 50px;
    width: 78px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #ff0303 !important;

}

.sidebar .navbar-nav li.showMenu i.arrow{
    transform: rotate(-180deg);
}
.sidebar .navbar-nav li .submenu {
    display: none;
    /* position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    /* padding: 1rem; */
    box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    transition: all 0.3s ease;
}


.sidebar .navbar-nav li.showMenu .submenu{
display: block;
}

/* .sidebar .navbar-nav li.showMenu{
    background-color: #fff;
    border-left: 3px solid #ff0303;
} */

/* .sidebar.close .navbar-nav li .submenu{
   position: absolute;
   left: 100%;

} */

.sidebar .navbar-nav li .submenu li a {
    color: #132144 !important;
    font-size: 15px;
    /*font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.sidebar .navbar-nav li .submenu li a:hover {
    opacity: 1;
}
.submenu li:hover {
    /*background-color: #e29d9d;*/
}

.sidebar.close .navbar-nav li .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    /* margin-top: 0; */
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    transition: all 0.4s ease;
    opacity: 0.5;
    pointer-events: none;
    /* display: none; */
}

.sidebar.close .navbar-nav li:hover .submenu {
    top: 200px;
    /* display: block; */
    opacity: 1;
    pointer-events: auto;
}
.sidebar .navbar-nav li .submenu li {
    padding: 15px 2px;
}

.sidebar.close .navbar-nav li .submenu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.sidebar.close .navbar-nav li .submenu.blank {
    /* display: none; */
 }

 .sidebar .navbar-nav{
    overflow: auto;
 }

 .submenu_active{
    /* background-color: #e29d9d; */
    color: #CB0C9F;
 }

 .toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.toggle-switch {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.toggle-switch:not(.form-group) {
    margin-bottom: 0
}

.toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.toggle-switch-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: .5rem
}

.toggle-switch-label {
    position: relative;
    display: block;
    width: 3rem;
    height: 2rem;
    background-color: #e7eaf3;
    background-clip: content-box;
    border: .125rem solid transparent;
    border-radius: 6.1875rem;
    transition: .3s
}

.toggle-switch-indicator {
    position: absolute;
    left: .125rem;
    bottom: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    -webkit-transform: initial;
    transform: initial;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    border-radius: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: .3s
}

.toggle-switch-input:checked + .toggle-switch-label {
    background-color: #0EE343
}

.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(1.025rem, 50%, 0);
    transform: translate3d(1.025rem, 50%, 0)
}

.toggle-switch-input.is-valid + .toggle-switch-label {
    background-color: #00c9a7
}

.toggle-switch-input.is-invalid + .toggle-switch-label {
    background-color: #ed4c78
}

.toggle-switch-input:disabled + .toggle-switch-label {
    background-color: rgba(231, 234, 243, .5)
}

.toggle-switch-input:checked:disabled + .toggle-switch-label {
    background-color: rgba(55, 125, 255, .5)
}

.toggle-switch-sm .toggle-switch-label {
    width: 2.5rem;
    height: 1.6125rem
}

.toggle-switch-sm .toggle-switch-indicator {
    width: 1.20938rem;
    height: 1.20938rem
}

.toggle-switch-sm .toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(.81094rem, 50%, 0);
    transform: translate3d(.81094rem, 50%, 0)
}
.shadow-image {
    /*width: auto;*/
    /*height: auto;*/
    border:2px solid #fff;
    /*background: url(img/image.png) no-repeat;*/
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}
.flex-between {
    display: flex;
    justify-content:space-between;
}
.page-header-title {
    margin-bottom: .25rem;
    font-size: 1.5rem;
}
.page-header-light .page-header-title {
    color: #fff
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: .325rem;
    left: -2.125rem;
    width: .75rem;
    height: .75rem;
    background-color: #d6dbeb;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(55, 125, 255, .5)
}


.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: .0625rem solid transparent;
    border-radius: .3125rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

navbar-nav li a:hover{
    color: black!important;
}

.nav-link:hover span{
    color: black !important;
}

.table{
    padding: 20px !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

/* .dropdown ul {
    padding: 10px;
    margin: 40px;

} */

.dropdown-menu {
    position: absolute!important;
    top: 100%;
    left: 0;
    z-index: 98;
    display: none;
    float: right;
    min-width: 8.4375rem;
    padding: 1rem 0;
    margin: .625rem 0 0;
    font-size: .875rem;
    color: #677788;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .75rem
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1e2022;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.page-header {
    padding-bottom: 1.75rem;
}

@media