.col-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5,.col-xl-1-5,.col-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5,.col-xl-2-5,.col-3-5,.col-sm-3-5,.col-md-3-5,.col-lg-3-5,.col-xl-3-5,.col-4-5,.col-sm-4-5,.col-md-4-5,.col-lg-4-5,.col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

@media(min-width: 576px) {
    .col-sm-1-5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width: 768px) {
    .col-md-1-5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width: 992px) {
    .col-lg-1-5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width: 1200px) {
    .col-xl-1-5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-xl-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

.card+.card {
    margin-top: 35.2px;
    margin-top: 2.2rem
}

.card.card-admin {
    margin-bottom: 48px;
    margin-bottom: 3rem
}

.card-actions {
    right: 15px;
    position: absolute;
    top: 15px
}

.card-actions a,.card-actions .card-action {
    background-color: transparent;
    border-radius: 2px;
    color: #b4b4b4;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.card-actions a:hover,.card-actions .card-action:hover {
    background-color: #eee;
    color: #b4b4b4;
    text-decoration: none
}

.card-actions a,.card-actions a:focus,.card-actions a:hover,.card-actions a:active,.card-actions a:visited,.card-actions .card-action,.card-actions .card-action:focus,.card-actions .card-action:hover,.card-actions .card-action:active,.card-actions .card-action:visited {
    outline: none!important;
    text-decoration: none!important
}

.card-subtitle {
    color: #808697;
    font-size: 13px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0
}

.card-body-nopadding {
    padding: 0
}

.card-header+.card-body {
    border-radius: 0 0 5px 5px
}

.card-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
    background: #fff
}

.card-footer::after {
    clear: both;
    content: "";
    display: block
}

.card-footer .pager {
    margin: 0;
    padding: 5px 0
}

.card-footer .pager::after {
    clear: both;
    content: "";
    display: block
}

.card-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
    border-radius: 0 0 5px 5px!important;
    overflow: hidden
}

.card-footer-btn-group a {
    background-color: #f5f5f5;
    display: table-cell;
    border-left: 1px solid #ddd;
    padding: 10px 15px;
    text-decoration: none
}

.card-footer-btn-group a:hover {
    background-color: #f0f0f0;
    box-shadow: 0 0 7px rgba(0,0,0,.1) inset
}

.card-footer-btn-group a:first-child {
    border-left: none
}

.card-featured {
    border-top: 3px solid #33353f
}

.card-featured .card-header {
    border-radius: 0
}

.card-featured-top {
    border-top: 3px solid #ccc
}

.card-featured-right {
    border-right: 3px solid #ccc
}

.card-featured-bottom {
    border-bottom: 3px solid #ccc
}

.card-featured-left {
    border-left: 3px solid #ccc
}

.card-featured-primary {
    border-color: #ccc
}

.card-featured-primary .card-title {
    color: #ccc
}

.card-featured-success {
    border-color: #47a447
}

.card-featured-success .card-title {
    color: #47a447
}

.card-featured-warning {
    border-color: #ed9c28
}

.card-featured-warning .card-title {
    color: #ed9c28
}

.card-featured-danger {
    border-color: #d2322d
}

.card-featured-danger .card-title {
    color: #d2322d
}

.card-featured-info {
    border-color: #5bc0de
}

.card-featured-info .card-title {
    color: #5bc0de
}

.card-featured-dark {
    border-color: #171717
}

.card-featured-dark .card-title {
    color: #171717
}

.card-highlight .card-header {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff
}

.card-highlight .card-title {
    color: #fff
}

.card-highlight .card-subtitle {
    color: #fff;
    color: rgba(255,255,255,.7)
}

.card-highlight .card-actions a {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.card-highlight .card-body {
    background-color: #ccc;
    color: #fff
}

.card-highlight-title .card-header {
    background-color: #2baab1
}

.card-highlight-title .card-title {
    color: #fff
}

.card-highlight-title .card-subtitle {
    color: #fff;
    color: rgba(255,255,255,.7)
}

.card-highlight-title .card-actions a {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.card-header-icon {
    margin: 0 auto;
    font-size: 44.8px;
    font-size: 2.8rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.1);
    border-radius: 55px
}

.card-header-icon.bg-primary {
    background: #ccc;
    color: #fff
}

.card-header-icon.bg-success {
    background: #47a447;
    color: #fff
}

.card-header-icon.bg-warning {
    background: #ed9c28;
    color: #fff
}

.card-header-icon.bg-danger {
    background: #d2322d;
    color: #fff
}

.card-header-icon.bg-info {
    background: #5bc0de;
    color: #fff
}

.card-header-icon.bg-dark {
    background: #171717;
    color: #fff
}

.card-header-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50px
}

.card-icon {
    color: #fff;
    font-size: 42px;
    float: left
}

.card-icon~.card-title,.card-icon~.card-subtitle {
    margin-left: 64px
}

.card.card-modern {
    border-radius: 7px;
    box-shadow: 0 0 37px -36px rgba(0,0,0,.4)
}

.card.card-modern .card-header {
    background: #fff;
    border-bottom: 0;
    padding: 25px
}

.card.card-modern .card-header .card-title {
    font-size: 18.4px;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2
}

.card.card-modern .card-header+.card-body {
    padding-top: 5px
}

.card.card-modern .card-actions {
    right: 20px;
    top: 23px
}

.card.card-modern .card-actions a,.card.card-modern .card-actions .card-action {
    color: #717171;
    font-size: 10px
}

.card.card-modern .card-action-toggle:before {
    content: "\f077";
    font-family: "font awesome 5 free";
    font-weight: 900
}

.card.card-modern.card-collapsed .card-action-toggle:before {
    content: "\f078"
}

.card.card-modern .card-body {
    background: #fff;
    padding: 25px;
    box-shadow: none
}

.card.card-modern .widget-user-info .widget-user-info-header {
    border-radius: 7px 7px 0 0
}

.card.card-modern .widget-user-info .widget-user-info-body {
    border-radius: 0 0 7px 7px
}

.card.card-modern.card-modern-table-over-header .datatables-header-footer-wrapper {
    margin-top: -60px
}

.card.card-modern.card-modern-table-over-header .datatables-header-footer-wrapper .datatable-header {
    padding-right: 40px
}

.card.card-modern.card-modern-alt-padding .card-body {
    padding: 20px
}


.card.card-big-info .card-body {
    padding: 0;
    background: #fff
}

.card.card-big-info .card-body>.row {
    margin-right: 0;
    margin-left: 0
}

.card.card-big-info .card-body>.row>div[class*=col-] {
    padding: 40px 32px;
    padding: 2.5rem 2rem
}

.card.card-big-info .card-body>.row>div[class*=col-]:first-child {
    background: #f9f9f9
}

.card.card-big-info .card-body>.row>div[class*=col-]:first-child .card-big-info-title {
    font-family: "Poppins", sans-serif;
    color: #222529;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px
}

.card.card-big-info .card-body>.row>div[class*=col-]:first-child .card-big-info-icon {
    position: relative;
    left: -6px;
    color: #e7e7e7;
    font-size: 83.2px;
    font-size: 5.2rem;
    margin-bottom: 10px
}
