/* Card Hover */
.card-hover {
    transition: transform 0.3s ease-in-out;
    background-color: var(--primary-color);
    color: var(--background-color);
    height: fit-content;
    min-height: 200px;
}
.card-hover:hover {
    transform: scale(1.1) translateY(-10px);
    cursor: pointer;
}

.slideshow-container {
    max-width: 100%;
    height: 90vh;
    position: relative;
    margin: auto;
    margin-bottom: 0px;
}

.mySlides {
    width: 100%;
    height: 100%;
    display: none;
    background-color: black;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.mySlides img,
.overlay-slide-hero {
    transition: opacity 0.5s ease;
}

.main-banner {
    height: 90vh;
}

.overlay-slide-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border: transparent;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: white;
    color: var(--primary-color);
}

.heading-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 5px;
    width: 100%;
    margin: 0;
}

.heading-slide p {
    margin: 0;
    color: white;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    outline: solid 2px var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
    height: 20px;
    width: 20px;
    background-color: var(--primary-color);
    outline: solid 2px white;
}

.dots {
    font-size: 1.2px;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-section {
    z-index: 9999999;
    width: 100%;
    min-height: 10vh;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: var(--primary-color);
    font-size: xx-large;
    color: white;
    text-align: center; /* Menengahkan tulisan */
    box-shadow: 2px -4px 17px -3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 2px -4px 17px -3px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px -4px 17px -3px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
    .dots {
        position: absolute;
        bottom: 5px;
    }

    .welcome-section {
        font-size: medium;
        min-height: 5vh;
    }

    .slideshow-container {
        height: 40vh;
    }

    .relative-container {
        position: relative;
    }

    .heading-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 0.4rem;
        position: absolute;
        padding: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 5px;
        width: 100%;
        margin: 0;
    }

    .heading-slide h1 {
        font-size: 1rem;
        margin: 0;
    }

    .heading-slide p {
        margin: 0;
    }
}

@media screen and (min-width: 769px) {
    .dots {
        position: absolute;
        bottom: 10px;
    }
}

.information-stats {
    font-size: 1.1rem;
    padding: 8px 12px;
    background: rgb(36, 0, 0);
    background: linear-gradient(
        12deg,
        rgba(36, 0, 0, 1) 0%,
        rgba(121, 9, 9, 1) 35%,
        rgba(68, 37, 179, 1) 100%
    );
    box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.83);
    -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.83);
    -moz-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.83);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 90%;
    transform: translateX(-50%);
    height: max-content;
    max-height: max-content;
    text-align: center;
    padding: 10px;
}

.information-stats .purecounter {
    font-size: 4rem;
}

@media screen and (max-width: 768px) {
    .information-stats {
        margin-left: 50%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) {
    .information-stats {
        position: absolute;
        bottom: -95px;
        left: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.icon-box {
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* transition: all 0.5s ease-out 0s; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icon-box i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: rgba(var(--primary-color-rgb), 0.05);
    color: var(--primary-color);
}

.icon-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.icon-box p {
    color: #000000;
    margin-bottom: 0;
}

.icon-box:hover i {
    background-color: var(--primary-color);
    color: var(--contrast-color);
}

.icon-box:hover h3 {
    color: white;
}

.icon-box .info {
    transition: all 0.4s ease-out 0s;
}

.icon-box:hover .info {
    background-color: var(--primary-color);
}

.icon-box:hover .info p {
    color: white;
}

.icon-boxes .col-md-6:nth-child(2) .icon-box,
.icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px;
}

@media (max-width: 768px) {
    .icon-boxes .col-md-6:nth-child(2) .icon-box,
    .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0;
    }
}

.read-more {
    background: var(--primary-color);
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.read-more:hover {
    background: rgba(var(--primary-color-rgb), 0.8);
    padding-right: 19px;
}

.read-more:hover i {
    color: white;
    margin-left: 10px;
}

.read-more:hover span {
    color: white;
}

.heading {
    position: relative;
}

.overlay {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(
        72deg,
        rgba(37, 1, 1, 0.9) 0%,
        /* Warna merah dengan opacity 50% */ rgba(74, 14, 59, 0.9) 0%,
        /* Warna lain dengan opacity 50% */ rgba(131, 27, 27, 0.9) 31%,
        rgba(111, 15, 15, 0.9) 67%,
        rgba(81, 15, 111, 0.9) 100%
    ); /* Pastikan overlay berada di atas gambar */
}

.post-img-overlay {
    position: absolute;
    top: 10px;
    /* Sesuaikan dengan posisi yang diinginkan */
    left: 10px;
    /* Sesuaikan dengan posisi yang diinginkan */
    background-color: var(--primary-color);
    /* Warna latar belakang overlay */
    color: #fff;
    /* Warna teks overlay */
    padding: 5px 10px;
    /* Sesuaikan dengan kebutuhan */
    border-radius: 5px;
    /* Bentuk sudut */
    font-size: medium;
    /* Sesuaikan dengan ukuran teks yang diinginkan */
}

*::selection {
    background-color: var(
        --primary-color
    ); /* Ubah warna latar belakang saat teks dipilih */
    color: white; /* Ubah warna teks saat teks dipilih */
}

/* Untuk WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Lebar scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); /* Warna thumb scrollbar */
}

/* Untuk Firefox */
::-moz-scrollbar {
    width: 10px; /* Lebar scrollbar */
}

::-moz-scrollbar-thumb {
    background-color: var(--primary-color); /* Warna thumb scrollbar */
}

/* Untuk Edge */
::-ms-scrollbar {
    width: 10px; /* Lebar scrollbar */
}

::-ms-scrollbar-thumb {
    background-color: var(--primary-color); /* Warna thumb scrollbar */
}

/* efek */
.grow-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transisi agar efek terlihat mulus */
}

/* Efek grow saat hover */
.grow-shadow:hover {
    transform: scale(1.1); /* Membesarkan elemen */
    box-shadow: 0 0 10px var(--primary-color); /* Menambahkan shadow */
}

.bg-red-primary {
    background-color: var(--primary-color);
    color: white;
}

use {
    height: 200px;
    max-height: 300px;
}

.loader-container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 9999;
}

.loader-bar {
    width: 0%;
    height: 4px;
    background-color: #4caf50;
    transition: width 0.2s linear;
}

.lapor-banner {
    position: relative;
}

.lapor-banner span {
    width: 50%;
    padding: 20px;
    position: absolute;
    text-wrap: wrap;
    overflow-wrap: break-word;
    font-size: xx-large;
    font-weight: 700;
    left: 42%;
    top: 35%;
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1400px) {
    .lapor-banner span {
        font-size: x-large;
    }
}
@media (max-width: 1200px) {
    .lapor-banner span {
        font-size: large;
    }
}
@media (max-width: 986px) {
    .lapor-banner span {
        font-size: 1rem;
    }
}
@media (max-width: 766px) {
    .lapor-banner span {
        font-size: 10px;
        top: 30%;
    }
}

li.tag-news {
    background-color: var(--background-color-secondary);
    padding: 5px;
    border-radius: 6px;
}
.flip-image {
    transform: scaleX(-1);
    /* transform-origin: center; */
}

/* .flip-image.fixed-bottom {
    position: relative;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
} */

.ornamen-hero {
    width: 300px;
}

@media (max-width: 766px) {
    .ornamen-hero {
        width: 100px;
    }
}

.btn-galeris {
    outline: 1px solid var(--primary-color);
    background-color: transparent;
}

.btn-galeris.active {
    background-color: var(--primary-color);
    color: white;
}

.content img {
    width: 100%;
    height: 100%;
}

ul.dd-box-shadow {
    position: relative;
}

ul.dd-box-shadow::before {
    content: "";
    position: absolute;
    top: -18px; /* Sesuaikan dengan kebutuhan */
    left: 10%;
    transform: translateX(-50%);
    border-width: 10px; /* Ubah ukuran segitiga sesuai kebutuhan */
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; /* Ubah warna sesuai kebutuhan */
}

.btn-share-content {
    color: var(--primary-color);
    outline: solid var(--primary-color) 1px;
}

.btn-share-content:hover {
    color: white;
    background-color: var(--primary-color);
    outline: solid white 1px;
}

.btn-share-content:focus {
    color: white;
    background-color: var(--primary-color);
    outline: solid white 1px;
}

.iframe {
    height: 300px;
}

iframe {
    width: 100%;
    height: 100%;
}

.meta-top ul li {
    display: flex;
    text-align: center;
    justify-content: start;
}

.meta-top ul li a {
    display: flex;
    text-align: end;
}

#fm .btn-group {
    display: flex;
    gap: 10px;
    margin: 5px;
    gap: 5px;
}

/* From Uiverse.io by JohnnyCSilva */
.card-inff .card {
    /* width: 252px; */
    height: 265px;
    background: white;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #ffffff;
    transition: 0.2s ease-in-out;
    overflow: hidden; /* Penting jika ada elemen overflow */
}

.card-inff .img {
    height: 120px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(#e66465, #9198e5);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden; /* Pastikan image tidak keluar dari lengkungan */
    position: relative;
}

.card-inff .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
}

.card-inff .save {
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    margin: 20px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-inff .text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
}

.card-inff .save .svg {
    transition: 0.2s ease-in-out;
    width: 15px;
    height: 15px;
}

.card-inff .icon-box {
    margin-top: 15px;
    width: 70%;
    padding: 10px;
    background-color: #e3fff9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.card-inff .icon-box svg {
    width: 17px;
}

.card-inff .text .h3 {
    font-family: "Lucida Sans" sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.card-inff .text .p {
    font-family: "Lucida Sans" sans-serif;
    color: #999999;
    font-size: 13px;
}

.card-inff .icon-box .span {
    margin-left: 10px;
    font-family: "Lucida Sans" sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #9198e5;
}

.card-inff .card:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.card-inff .save:hover {
    transform: scale(1.1) rotate(10deg);
}

.card-inff .save:hover .svg {
    fill: #ced8de;
}

/*     Card     */
.card,
.card-light {
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}
.card .card-header,
.card-light .card-header {
    padding: 1rem 1.25rem;
    background-color: transparent;
    border-bottom: 1px solid #ebecec !important;
}
.card .card-header:first-child,
.card-light .card-header:first-child {
    border-radius: 0px;
}
.card .card-head-row,
.card-light .card-head-row {
    display: flex;
    align-items: center;
}
.card .card-head-row .card-tools,
.card-light .card-head-row .card-tools {
    margin-left: auto;
    float: right;
    padding-left: 15px;
}
.card .card-head-row .card-tools .btn,
.card-light .card-head-row .card-tools .btn {
    margin-right: 10px;
}
.card .card-head-row .card-tools .btn:last-child,
.card-light .card-head-row .card-tools .btn:last-child {
    margin-right: 0px;
}
.card .separator-solid,
.card-light .separator-solid {
    border-top: 1px solid #ebecec;
    margin: 15px 0;
}
.card .separator-dashed,
.card-light .separator-dashed {
    border-top: 1px dashed #ebecec;
    margin: 15px 0;
}
.card .separator-dot,
.card-light .separator-dot {
    border-top: 1px dotted #ebecec;
    margin: 15px 0;
}
.card .full-width-separator,
.card-light .full-width-separator {
    margin: 15px -20px 15px;
}
.card .b-b1,
.card-light .b-b1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.card .card-body,
.card-light .card-body {
    padding: 1.25rem;
}
.card .card-footer,
.card-light .card-footer {
    background-color: transparent;
    line-height: 30px;
    border-top: 1px solid #ebecec !important;
    font-size: 13px;
}
.card .pull-in,
.card-light .pull-in {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.card .pull-in.sparkline-fix,
.card-light .pull-in.sparkline-fix {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
    margin-bottom: -3px;
}
.card .chart-as-background,
.card-light .chart-as-background {
    position: absolute;
    bottom: 0;
    width: calc(100% + 2px);
}
.card .card-action,
.card-light .card-action {
    padding: 30px;
    background-color: transparent;
    line-height: 30px;
    border-top: 1px solid #ebecec !important;
    font-size: 1rem;
}
.card .card-footer hr,
.card-light .card-footer hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.card .card-footer .legend,
.card-light .card-footer .legend {
    display: inline-block;
}

@media screen and (max-width: 476px) {
    .card .card-head-row:not(.card-tools-still-right) {
        flex-direction: column;
        align-items: unset;
    }
    .card .card-head-row:not(.card-tools-still-right) .card-tools {
        margin-left: 0px;
        float: left;
        padding-left: 0px;
        padding-top: 10px;
    }
}
.card.full-height {
    height: calc(100% - 30px);
}

.card-space {
    padding: 0 30px;
}
.card-space > .card-header,
.card-space > .card-body,
.card-space > .card-footer,
.card-space > .card-action {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.card-with-nav .card-header {
    border-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.card-with-nav .card-body {
    padding: 15px 25px !important;
}

.card-list {
    padding: 10px 0;
}
.card-list .item-list {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
}
.card-list .item-list .info-user {
    flex: 1;
}
.card-list .item-list .info-user .username,
.card-list .item-list .info-user a.username {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.card-list .item-list .info-user .status {
    font-size: 12px;
    color: #7d7b7b;
}

.card-title {
    margin: 0;
    color: #2a2f5b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}
.card-title a,
.card-title a:hover,
.card-title a:focus {
    color: #2a2f5b;
    text-decoration: none;
}

.card-sub {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 0.9rem;
    background: #f7f8fa;
    color: #2a2f5b;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
    line-height: 1.82;
}

.card-category {
    margin-top: 8px;
    font-size: 1rem;
    color: #8d9498;
    margin-bottom: 0px;
    word-break: normal;
}

label {
    font-size: 1rem;
    font-weight: 400;
    color: #8d9498;
    margin-bottom: 0px;
}

.card-transparent {
    background: transparent !important;
    box-shadow: none;
    border-color: transparent !important;
}

/*     Card Stats    */
.card-stats .card-body {
    padding: 15px !important;
}
.card-stats .card-title {
    margin-bottom: 0px !important;
}
.card-stats .card-category {
    margin-top: 0px;
}
.card-stats .col-icon {
    width: 65px;
    height: 65px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
}
.card-stats .icon-big {
    width: 100%;
    height: 100%;
    font-size: 2.2em;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-stats .icon-big.icon-black,
.card-stats .icon-big.icon-primary,
.card-stats .icon-big.icon-secondary,
.card-stats .icon-big.icon-success,
.card-stats .icon-big.icon-info,
.card-stats .icon-big.icon-warning,
.card-stats .icon-big.icon-danger {
    border-radius: 5px;
}
.card-stats .icon-big.icon-black i,
.card-stats .icon-big.icon-primary i,
.card-stats .icon-big.icon-secondary i,
.card-stats .icon-big.icon-success i,
.card-stats .icon-big.icon-info i,
.card-stats .icon-big.icon-warning i,
.card-stats .icon-big.icon-danger i {
    color: #ffffff !important;
}
.card-stats .icon-big.icon-black {
    background: #1a2035;
}
.card-stats .icon-big.icon-primary {
    background: #0093dd;
}
.card-stats .icon-big.icon-secondary {
    background: #6861ce;
}
.card-stats .icon-big.icon-success {
    background: #31ce36;
}
.card-stats .icon-big.icon-warning {
    background: #ffad46;
}
.card-stats .icon-big.icon-info {
    background: #48abf7;
}
.card-stats .icon-big.icon-danger {
    background: #f25961;
}
.card-stats .icon-big.round {
    border-radius: 50% !important;
}
.card-stats .icon-big i.fa,
.card-stats .icon-big i.fab,
.card-stats .icon-big i.fal,
.card-stats .icon-big i.far,
.card-stats .icon-big i.fas {
    font-size: 0.8em;
}
.card-stats .col-stats {
    align-items: center;
    display: flex;
    padding-left: 15px;
}

/*     Card Task     */
.card-tasks .table {
    margin-bottom: 0px;
}
.card-tasks .table .form-check {
    padding: 0 0 0 0.75rem !important;
}
.card-tasks .table .form-check label {
    margin-bottom: 0px !important;
}
.card-tasks .table tbody td:first-child,
.card-tasks .table thead th:first-child {
    padding-left: 15px;
    padding-right: 15px;
}
.card-tasks .table tbody td:last-child,
.card-tasks .table thead th:last-child {
    padding-right: 15px;
}
.card-tasks .table tbody tr:last-child td {
    border-bottom-width: 0px !important;
}
.card-tasks .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}
.card-tasks .card-body .table td {
    font-size: 13px;
}
.card-tasks .card-body .table td .btn {
    font-size: 15px;
    opacity: 0.7;
    transition: all 0.3s;
}
.card-tasks .card-body .table td:hover .btn {
    opacity: 1;
}
.card-tasks .form-button-action {
    display: block !important;
}

/*     Card States    */
.card-dark,
.card-black,
.card-primary,
.card-secondary,
.card-info,
.card-success,
.card-warning,
.card-danger {
    color: #ffffff !important;
    border: 0px !important;
}

.card-dark .card-header,
.card-black .card-header,
.card-primary .card-header,
.card-secondary .card-header,
.card-info .card-header,
.card-success .card-header,
.card-warning .card-header,
.card-danger .card-header {
    border-bottom: transparent !important;
}

.card-dark .card-category,
.card-black .card-category,
.card-primary .card-category,
.card-secondary .card-category,
.card-info .card-category,
.card-success .card-category,
.card-warning .card-category,
.card-danger .card-category,
.card-dark .card-title,
.card-black .card-title,
.card-primary .card-title,
.card-secondary .card-title,
.card-info .card-title,
.card-success .card-title,
.card-warning .card-title,
.card-danger .card-title,
.card-dark label,
.card-black label,
.card-primary label,
.card-info label,
.card-success label,
.card-warning label,
.card-danger label {
    color: #ffffff !important;
}

.card-dark .icon-big > i,
.card-black .icon-big > i,
.card-primary .icon-big > i,
.card-secondary .icon-big > i,
.card-info .icon-big > i,
.card-success .icon-big > i,
.card-warning .icon-big > i,
.card-danger .icon-big > i {
    color: #ffffff !important;
}

.card-dark .card-footer,
.card-black .card-footer,
.card-primary .card-footer,
.card-secondary .card-footer,
.card-info .card-footer,
.card-success .card-footer,
.card-warning .card-footer,
.card-danger .card-footer {
    border-top: transparent !important;
}

.card-black {
    background: #1a2035 !important;
}

.card-primary {
    background: #0093dd !important;
}

.card-secondary {
    background: #02428d !important;
}

.card-info {
    background: #48abf7 !important;
}

.card-success {
    background: #31ce36 !important;
}

.card-warning {
    background: #ffad46 !important;
}

.card-danger {
    background: #f25961 !important;
}

.card-round {
    border-radius: 10px;
}

/*     Progress Card    */
.progress-card {
    margin-bottom: 25px;
}
.progress-card .progress-status {
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

/*      Card Posts    */
.card-post .info-post .username {
    margin-bottom: 0px;
    font-weight: 600;
}
.card-post .info-post .date {
    margin-bottom: 0px;
}

/*     Card Pricing    */
.card-pricing {
    padding: 20px 5px;
    text-align: center;
    border-radius: 10px;
}
.card-pricing .card-header {
    border-bottom: 0px !important;
}
.card-pricing .card-footer {
    border-top: 0px !important;
    padding: 15px 15px 10px 15px;
}
.card-pricing .card-title {
    font-weight: 400;
    font-size: 20px;
}
.card-pricing .card-price .price {
    font-size: 36px;
    font-weight: 400;
}
.card-pricing .card-price .text {
    font-size: 18px;
    font-weight: 400;
    color: #d1d7e3;
}
.card-pricing .specification-list {
    list-style: none;
    padding-left: 0px;
}
.card-pricing .specification-list li {
    padding: 8px 0 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
.card-pricing .specification-list li .name-specification {
    color: #83848a;
}
.card-pricing .specification-list li .status-specification {
    margin-left: auto;
    float: right;
    font-weight: 400;
}
.card-pricing.card-pricing-focus {
    padding: 40px 5px;
}
.card-pricing.card-black .name-specification,
.card-pricing.card-primary .name-specification,
.card-pricing.card-secondary .name-specification,
.card-pricing.card-info .name-specification,
.card-pricing.card-success .name-specification,
.card-pricing.card-danger .name-specification,
.card-pricing.card-warning .name-specification {
    color: #ffffff !important;
}
.card-pricing.card-black .price,
.card-pricing.card-primary .price,
.card-pricing.card-secondary .price,
.card-pricing.card-info .price,
.card-pricing.card-success .price,
.card-pricing.card-danger .price,
.card-pricing.card-warning .price {
    color: #fff !important;
}
.card-pricing.card-primary .specification-list li {
    border-color: #2f8bff !important;
}
.card-pricing.card-primary .btn-light {
    color: #0093dd !important;
}
.card-pricing.card-success .specification-list li {
    border-color: #64e069 !important;
}
.card-pricing.card-success .btn-light {
    color: #31ce36 !important;
}
.card-pricing.card-secondary .specification-list li {
    border-color: #7f77dc !important;
}
.card-pricing.card-secondary .btn-light {
    color: #6861ce !important;
}
.card-pricing.card-black .specification-list li {
    border-color: #6f8996 !important;
}
.card-pricing.card-black .btn-light {
    color: #1a2035 !important;
}
.card-pricing.card-info .specification-list li {
    border-color: #11c0e4 !important;
}
.card-pricing.card-info .btn-light {
    color: #48abf7 !important;
}
.card-pricing.card-danger .specification-list li {
    border-color: #ff6972 !important;
}
.card-pricing.card-danger .btn-light {
    color: #f25961 !important;
}
.card-pricing.card-warning .specification-list li {
    border-color: #ffbc67 !important;
}
.card-pricing.card-warning .btn-light {
    color: #ffad46 !important;
}

.card-pricing2 {
    padding-bottom: 10px;
    background: #fff !important;
    border-bottom: 7px solid;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.card-pricing2:before {
    content: "";
    width: 100%;
    height: 350px;
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}
.card-pricing2 .price-value:after,
.card-pricing2 .price-value:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.card-pricing2 .value:after,
.card-pricing2 .value:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.card-pricing2 .pricing-header {
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}
.card-pricing2 .sub-title {
    display: block;
    font-size: 16px;
}
.card-pricing2 .value {
    background: #fff;
}
.card-pricing2 .price-value {
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid;
    border-top: none;
    border-bottom: none;
    position: relative;
}
.card-pricing2 .price-value:after,
.card-pricing2 .price-value:before {
    width: 121px;
    height: 121px;
    border: 3px solid;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
}
.card-pricing2 .price-value:after {
    border-top: none;
    border-left: none;
    border-bottom: 3px solid;
    border-right: 3px solid;
    top: auto;
    bottom: -60px;
}
.card-pricing2 .value {
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-top: none;
    border-bottom: none;
    z-index: 1;
    position: relative;
}
.card-pricing2 .value:after,
.card-pricing2 .value:before {
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    z-index: -1;
}
.card-pricing2 .value:after {
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}
.card-pricing2 .currency {
    display: inline-block;
    font-size: 30px;
    margin-top: 7px;
    vertical-align: top;
}
.card-pricing2 .amount {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.card-pricing2 .amount span {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    vertical-align: top;
    margin-top: -7px;
}
.card-pricing2 .month {
    display: block;
    font-size: 16px;
    line-height: 0;
}
.card-pricing2 .pricing-content {
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.card-pricing2 .pricing-content li {
    padding: 7px 0;
    font-size: 13px;
    color: grey;
    position: relative;
}
.card-pricing2 .pricing-content li.disable:before,
.card-pricing2 .pricing-content li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #98c458;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
    font-size: 9px;
}
.card-pricing2 .pricing-content li.disable:before {
    content: "\f00d";
    background: #fe6c6c;
}
.card-pricing2.card-black {
    border-bottom-color: #1a2035;
}
.card-pricing2.card-black .price-value:before,
.card-pricing2.card-black .value:before {
    border-left-color: #1a2035;
    border-top-color: #1a2035;
}
.card-pricing2.card-black .price-value,
.card-pricing2.card-black .value {
    border-right-color: #1a2035;
}
.card-pricing2.card-black .price-value:after,
.card-pricing2.card-black .value:after {
    border-right-color: #1a2035;
}
.card-pricing2.card-black .price-value:after,
.card-pricing2.card-black .value:after {
    border-bottom-color: #1a2035;
}
.card-pricing2.card-black .value {
    color: #1a2035;
}
.card-pricing2.card-black:before {
    background: #1a2035;
}
.card-pricing2.card-black .price-value,
.card-pricing2.card-black .value {
    border-left-color: #1a2035;
}
.card-pricing2.card-primary {
    border-bottom-color: #0093dd;
}
.card-pricing2.card-primary .price-value:before,
.card-pricing2.card-primary .value:before {
    border-left-color: #0093dd;
    border-top-color: #0093dd;
}
.card-pricing2.card-primary .price-value,
.card-pricing2.card-primary .value {
    border-right-color: #0093dd;
}
.card-pricing2.card-primary .price-value:after,
.card-pricing2.card-primary .value:after {
    border-right-color: #0093dd;
}
.card-pricing2.card-primary .price-value:after,
.card-pricing2.card-primary .value:after {
    border-bottom-color: #0093dd;
}
.card-pricing2.card-primary .value {
    color: #0093dd;
}
.card-pricing2.card-primary:before {
    background: #0093dd;
}
.card-pricing2.card-primary .price-value,
.card-pricing2.card-primary .value {
    border-left-color: #0093dd;
}
.card-pricing2.card-secondary {
    border-bottom-color: #6861ce;
}
.card-pricing2.card-secondary .price-value:before,
.card-pricing2.card-secondary .value:before {
    border-left-color: #6861ce;
    border-top-color: #6861ce;
}
.card-pricing2.card-secondary .price-value,
.card-pricing2.card-secondary .value {
    border-right-color: #6861ce;
}
.card-pricing2.card-secondary .price-value:after,
.card-pricing2.card-secondary .value:after {
    border-right-color: #6861ce;
}
.card-pricing2.card-secondary .price-value:after,
.card-pricing2.card-secondary .value:after {
    border-bottom-color: #6861ce;
}
.card-pricing2.card-secondary .value {
    color: #6861ce;
}
.card-pricing2.card-secondary:before {
    background: #6861ce;
}
.card-pricing2.card-secondary .price-value,
.card-pricing2.card-secondary .value {
    border-left-color: #6861ce;
}
.card-pricing2.card-info {
    border-bottom-color: #48abf7;
}
.card-pricing2.card-info .price-value:before,
.card-pricing2.card-info .value:before {
    border-left-color: #48abf7;
    border-top-color: #48abf7;
}
.card-pricing2.card-info .price-value,
.card-pricing2.card-info .value {
    border-right-color: #48abf7;
}
.card-pricing2.card-info .price-value:after,
.card-pricing2.card-info .value:after {
    border-right-color: #48abf7;
}
.card-pricing2.card-info .price-value:after,
.card-pricing2.card-info .value:after {
    border-bottom-color: #48abf7;
}
.card-pricing2.card-info .value {
    color: #48abf7;
}
.card-pricing2.card-info:before {
    background: #48abf7;
}
.card-pricing2.card-info .price-value,
.card-pricing2.card-info .value {
    border-left-color: #48abf7;
}
.card-pricing2.card-success {
    border-bottom-color: #31ce36;
}
.card-pricing2.card-success .price-value:before,
.card-pricing2.card-success .value:before {
    border-left-color: #31ce36;
    border-top-color: #31ce36;
}
.card-pricing2.card-success .price-value,
.card-pricing2.card-success .value {
    border-right-color: #31ce36;
}
.card-pricing2.card-success .price-value:after,
.card-pricing2.card-success .value:after {
    border-right-color: #31ce36;
}
.card-pricing2.card-success .price-value:after,
.card-pricing2.card-success .value:after {
    border-bottom-color: #31ce36;
}
.card-pricing2.card-success .value {
    color: #31ce36;
}
.card-pricing2.card-success:before {
    background: #31ce36;
}
.card-pricing2.card-success .price-value,
.card-pricing2.card-success .value {
    border-left-color: #31ce36;
}
.card-pricing2.card-warning {
    border-bottom-color: #ffad46;
}
.card-pricing2.card-warning .price-value:before,
.card-pricing2.card-warning .value:before {
    border-left-color: #ffad46;
    border-top-color: #ffad46;
}
.card-pricing2.card-warning .price-value,
.card-pricing2.card-warning .value {
    border-right-color: #ffad46;
}
.card-pricing2.card-warning .price-value:after,
.card-pricing2.card-warning .value:after {
    border-right-color: #ffad46;
}
.card-pricing2.card-warning .price-value:after,
.card-pricing2.card-warning .value:after {
    border-bottom-color: #ffad46;
}
.card-pricing2.card-warning .value {
    color: #ffad46;
}
.card-pricing2.card-warning:before {
    background: #ffad46;
}
.card-pricing2.card-warning .price-value,
.card-pricing2.card-warning .value {
    border-left-color: #ffad46;
}
.card-pricing2.card-danger {
    border-bottom-color: #f25961;
}
.card-pricing2.card-danger .price-value:before,
.card-pricing2.card-danger .value:before {
    border-left-color: #f25961;
    border-top-color: #f25961;
}
.card-pricing2.card-danger .price-value,
.card-pricing2.card-danger .value {
    border-right-color: #f25961;
}
.card-pricing2.card-danger .price-value:after,
.card-pricing2.card-danger .value:after {
    border-right-color: #f25961;
}
.card-pricing2.card-danger .price-value:after,
.card-pricing2.card-danger .value:after {
    border-bottom-color: #f25961;
}
.card-pricing2.card-danger .value {
    color: #f25961;
}
.card-pricing2.card-danger:before {
    background: #f25961;
}
.card-pricing2.card-danger .price-value,
.card-pricing2.card-danger .value {
    border-left-color: #f25961;
}

/*    Card Product    */
.row-cardProduct {
    padding: 0 5px;
    white-space: nowrap;
    overflow-x: auto;
    display: block !important;
    margin-right: -2rem;
    width: unset !important;
}

.col-cardProduct {
    width: 225px;
    padding: 0 10px;
    display: inline-block;
}

.card-product {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
}
.card-product .product-summary {
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .col-cardProduct {
        width: 175px;
    }

    .card-product .title-product {
        font-size: 1rem;
    }
    .card-product .price-product {
        font-size: 18px;
    }
}
/*     Card Shadow    */
.skew-shadow {
    position: relative;
    overflow: hidden;
}
.skew-shadow:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 50%;
    min-width: 150px;
    height: 100%;
    top: 0;
    right: -25%;
    transform: skewX(-32.5deg);
}

.bubble-shadow {
    position: relative;
    overflow: hidden;
}
.bubble-shadow:before {
    position: absolute;
    top: -10%;
    right: -140px;
    width: 300px;
    height: 300px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.bubble-shadow:after {
    position: absolute;
    top: -65px;
    right: 80px;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.curves-shadow {
    position: relative;
    overflow: hidden;
}
.curves-shadow:before {
    content: "";
    position: absolute;
    background: url(../img/img-shadow.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 991px) {
    .card-list-messages {
        margin-left: -14px;
        margin-right: -14px;
        border-radius: 0;
        box-shadow: none;
    }
}
@media only screen and (max-width: 991px) {
    .card-pricing2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .card-pricing2:before {
        transform: skewY(-15deg);
    }
}
/*     Card Annoucement    */
.card-annoucement .card-body {
    padding: 50px 25px;
}
.card-annoucement .card-opening {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.card-annoucement .card-desc {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}
.card-annoucement.card-primary .btn-light {
    color: #0093dd !important;
}
.card-annoucement.card-success .btn-light {
    color: #31ce36 !important;
}
.card-annoucement.card-secondary .btn-light {
    color: #6861ce !important;
}
.card-annoucement.card-black .btn-light {
    color: #1a2035 !important;
}
.card-annoucement.card-info .btn-light {
    color: #48abf7 !important;
}
.card-annoucement.card-danger .btn-light {
    color: #f25961 !important;
}
.card-annoucement.card-warning .btn-light {
    color: #ffad46 !important;
}

/*     Card Profile     */
.card-profile {
    color: #2a2f5b;
}
.card-profile .profile-picture {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -41px;
    width: 100%;
    box-sizing: border-box;
}
.card-profile .user-profile .name {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.card-profile .user-profile .job {
    color: #83848a;
    margin-bottom: 5px;
}
.card-profile .user-profile .desc {
    color: #bbb;
    margin-bottom: 15px;
}
.card-profile .user-profile .social-media {
    margin-bottom: 20px;
}
.card-profile .user-profile .social-media .btn {
    padding: 5px !important;
}
.card-profile .user-profile .social-media .btn i {
    font-size: 22px !important;
}
.card-profile .user-stats {
    margin-bottom: 10px;
}
.card-profile .user-stats [class^="col"] {
    border-right: 1px solid #ebebeb;
}
.card-profile .user-stats [class^="col"]:last-child {
    border-right: 0px;
}
.card-profile .user-stats .number {
    font-weight: 400;
    font-size: 15px;
}
.card-profile .user-stats .title {
    color: #7d7b7b;
}
.card-profile .card-header {
    border-bottom: 0px;
    height: 100px;
    position: relative;
}
.card-profile .card-body {
    padding-top: 60px;
}
.card-profile .card-footer {
    border-top: 0px;
}
.card-profile.card-secondary .card-header {
    background: #6861ce;
}

/*      Row Card No Padding      */
.row-card-no-pd {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}
.row-card-no-pd .card {
    margin-bottom: 0px;
    border-width: 0px;
    box-shadow: none;
    position: relative;
}
.row-card-no-pd .card .card-header {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.row-card-no-pd [class*="col"] .card:before {
    position: absolute;
    height: calc(100%);
    width: 1px;
    background: #eee;
    content: "";
    right: -15px;
}
.row-card-no-pd [class*="col"]:last-child .card:before {
    width: 0px;
}



