@import url("https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css");

.loading_card {
    overflow: hidden;
    background-color: #dedede;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: .5rem
}

.loading_card:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));
    animation: shimmer 1.2s infinite;
    content: ""
}

@keyframes shimmer {
    to {
        transform: translateX(100%)
    }
}


.listview-title {
    color: #958d9e;
    padding: 3px 0px;
    font-size: 13px;
    font-weight: 500;
}

.listview {
    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background: var(--ak_card_background_color);
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
}

.listview .text-muted {
    font-size: 13px;
    color: #A9ABAD !important;
}

.listview .text-small {
    font-size: 13px;
    color: #958d9e;
}

.listview .text-xsmall {
    font-size: 11px;
    color: #A9ABAD;
}

.listview>li {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 50px;
}

.listview>li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DCDCE9;
}

.listview>li:last-child:after {
    display: none;
}

.listview>li footer,
.listview>li header {
    font-size: 12px;
    margin: 0;
    line-height: 1.2em;
}

.listview>li footer {
    color: #958d9e;
    margin-top: 3px;
}

.listview>li header {
    margin-bottom: 3px;
}

.listview>li.divider-title {
    background: rgba(220, 220, 233, 0.5);
    margin-top: -1px;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    padding: 12px 16px;
    font-size: 13px;
    min-height: auto;
    color: #958d9e;
}

.listview>li.divider-title:after {
    display: none;
}

.listview.flush {
    border-top: 0;
    border-bottom: 0;
}

.listview.transparent {
    background: transparent;
}

.link-listview>li {
    padding: 0;
    min-height: auto;
}

.link-listview>li a {
    padding: 11px 36px 11px 16px;
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #27173E !important;
}

.link-listview>li a:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    line-height: 1em;
    color: #A9ABAD;
    opacity: 0.6;
}

.link-listview>li a:active {
    background: rgba(220, 220, 233, 0.3);
}

.link-listview>li.active a {
    background: rgba(220, 220, 233, 0.3) !important;
}

.image-listview>li {
    padding: 0;
    min-height: auto;
}

.image-listview>li:after {
    left: 68px;
}

.image-listview>li .item {
    padding: 11px 16px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.image-listview>li .item .image {
    width: 36px;
    height: 36px;
    border-radius: 400px;
    margin-right: 16px;
}

.image-listview>li .item .icon-box {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 22px;
    border-radius: 400px;
    margin-right: 16px;
}

.image-listview>li .item .icon-box.transparent {
    font-size: 28px;
    color: #6236FF;
}

.image-listview>li .item .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.image-listview>li a.item {
    color: #27173E !important;
    padding-right: 36px;
}

.image-listview>li a.item:active {
    background: rgba(220, 220, 233, 0.3);
}

.image-listview>li a.item:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #A9ABAD;
    opacity: 0.6;
    line-height: 1em;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}

.image-listview>li.active .item {
    background: rgba(220, 220, 233, 0.3) !important;
}

.image-listview.text>li:after {
    left: 16px;
}

.image-listview.media>li {
    border-bottom: 1px solid #DCDCE9;
}

.image-listview.media>li:last-child {
    border-bottom: 0;
}

.image-listview.media>li .imageWrapper {
    margin-right: 16px;
}

.image-listview.media>li:after {
    display: none;
}

.listview.no-line>li:after,
.listview.no-line .item:after {
    display: none;
}

.listview.no-space>li .item {
    padding: 0;
}

.listview.no-space>li {
    padding-left: 0;
    padding-right: 0;
}

.listview.inset {
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}