body {
    background: var(--body-bg);
    font-family: "GorditaRegular";
}
body.body-dashboard {
    background: #fff;
}

.header-dashboard {
    background-color: #f7f8ff !important;
}

.modal-header {
    padding: 1rem;
    border-bottom: 0;
}

.modal-subheader {
    padding: 0 1rem;
    border-bottom: 0;
    margin: 0;
}

.modal-content {
    padding: 1rem;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
    font-size: 0.9rem;
}

/* Footer */
.footer {
   /* padding: 4rem 0; */
    margin: 6rem 0 0 0;
    font-size: 0.95rem;
    background: inherit; /*#0c1352*/
}

.footer {
    color: rgba(255, 255, 255, 0.65);
}

.footer a:not(.dropdown-item),
.footer a:hover:not(.dropdown-item) {
    color: rgba(255, 255, 255, 0.65);
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
}

.custom-breadcrumbs > li {
    margin-right: 0.5rem;
}

.custom-breadcrumbs > li > a {
    color: var(--gray);
}

.custom-breadcrumbs > li > svg {
    color: var(--gray-400);
    margin-left: 0.5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
    list-style: none;
    padding: 0;
}

.clickable {
    cursor: pointer;
}

.no-underline,
.no-underline:hover {
    text-decoration: none;
}

.icon-stripe {
    color: #6772e5;
}

.icon-paypal {
    color: #283b81;
}

.icon-favicon {
    width: 1rem;
    height: 1rem;
}

/* Navbar custom menu */
.navbar .dropdown-item svg {
    color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
    color: black;
}

.navbar-main {
    min-height: 0px !important;
    /* box-shadow: 0px 0px 20px #0000001a; */
    /* z-index: 1; */
    background-color: #f7f8ff !important;
}

.navbar-main .navbar-nav > li > a {
    padding: 1rem !important;
}

.navbar-logo {
    max-height: 2.5rem;
    height: 2.5rem;
}

.navbar-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.navbar-custom-toggler {
    padding: 0.5rem 0.8rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;

    color: var(--gray-700);
    border-color: var(--gray-300);
}

.campaign-avatar {
    width: 50px;
    height: 50px;
}

.campaign-big-avatar {
    width: 80px;
    height: 80px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 250px;
    width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
    display: none;
}

/* Nav pills custom */
.nav-custom .nav-link {
    transition: all 0.3s ease-in-out;
    color: #c4c4c4; /*var(--gray-600)*/
    border-bottom: 5px solid #c4c4c4; /*var(--gray-300)*/
}

.nav-custom .nav-link.active {
    color: #0000ff;
    border-color: #0000ff;
}

.nav-custom .nav-link:hover {
    color: #6573c9; /*var(--primary-900)*/
    border-color: #6573c9; /*var(--primary-900)*/
}

/* Index */
.index-cover-container {
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.index-cover {
}

.index-container {
    width: 100%;
    padding: 0;
    background: unset;
}

.index-container::after {
}

.index-container::before {
}

@media (min-width: 576px) {
    .index-container {
        width: 100%;
        padding: 4rem 0 6rem 0;
        background: unset;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .index-background-container {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        z-index: -2;
    }

    .index-background-image {
        position: absolute;
        border-radius: 2.5%;
        right: 0;
        transform: translate(20%, 0%) rotate(-20deg);
        height: 700px;
        width: 500px;
        background-color: #292cc4;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238e46d4'/%3E%3Cstop offset='1' stop-color='%23292cc4'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%235c39cc'/%3E%3Cstop offset='1' stop-color='%23292cc4'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='translate(80 0)'%3E%3Cg %3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(-25.2 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-attachment: fixed;
        background-size: cover;
    }

    .index-cover {
        transform: translate(55%, 5%) rotate(-10deg) scale(0.75);
    }
}

@media (min-width: 1200px) {
    .index-cover {
        transform: translate(42%, 5%) rotate(-10deg) scale(0.8);
    }

    .index-background-image {
        transform: translate(20%, 0%) rotate(-20deg);
        height: 700px;
        width: 700px;
    }
}

@media (min-width: 1400px) {
    .index-background-image {
        transform: translate(20%, 0%) rotate(-20deg);
        height: 725px;
        width: 800px;
    }
}

.index-header {
    font-size: 2.9rem;
    font-weight: bold;
}

.index-subheader {
    font-size: 1.1rem;
}

.index-button {
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 0 0.8rem 0 rgba(136, 152, 170, 0.15) !important;
    transition: all 0.3s ease-in-out;
}

.index-icon-container {
    background: #0066ff;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    color: white !important;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.index-icon-container:hover {
    opacity: 0.75;
}

.index-register-container {
    background: #0c1352;
    padding: 5rem 0;
    color: var(--primary-200);
}

.index-register-container p {
    color: var(--gray-200);
}

/* Notification create */
@media (min-width: 992px) {
    .notification-create-preview-normal {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 100;
    }

    .notification-create-preview-bar {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
    }
}

/* Login page */
.card-image {
    display: none;
}

@media (min-width: 768px) {
    .card-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 500px;
        max-width: 500px;
        background-attachment: fixed;
        background-size: cover;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .card-image-login {
        background-color: #f7f8ff;
        /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238e46d4'/%3E%3Cstop offset='1' stop-color='%23292cc4'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%235c39cc'/%3E%3Cstop offset='1' stop-color='%23292cc4'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='translate(80 0)'%3E%3Cg %3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(-25.2 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    */
    }
    .card-image-register {
        background-color: #f7f8ff;
        /*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2329e1ff'/%3E%3Cstop offset='1' stop-color='%230045c4'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%231593e2'/%3E%3Cstop offset='1' stop-color='%230045c4'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg %3E%3Cg transform=''%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(-50.4 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    */
    }
}

/* Header container */
.header {
    background: var(--white);
    padding: 4rem 0;
    margin-bottom: 1rem;
}

[data-theme-style="dark"] .header {
    background: var(--gray-100);
}

.user-avatar {
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
}

/* Others */
.trigger-type-select {
    max-width: 150px !important;
}

.container-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.container-disabled-simple {
    pointer-events: none;
}

/* custom shadow cards */
.card-shadow {
    /*box-shadow: 0px 0px 20px #00000010;*/
    box-shadow: 0 0 0.8rem 0 rgba(136, 152, 170, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Other animations */
@keyframes slowbounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes initiate_underline {
    from {
        background-size: 0% 0.55rem;
    }
    to {
        background-size: 100% 0.55rem;
    }
}

/* Animate dropdown menu */
.dropdown .dropdown-menu {
    animation-name: opacityIn;
    animation-duration: 0.3s;
}
@keyframes opacityIn {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}

/* Tables */
.table-custom-container {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem;
}

.table-custom {
    margin-bottom: 0;
}

.table-custom thead th {
    border-top: 0;
    border-bottom: 0;
    background: #f2f2f2;
    color: #282a3a;
    font-family: "GorditaBold";
}

[data-theme-style="dark"] .table-custom thead th {
    background: var(--white);
    color: var(--gray-800);
}

.table-custom th {
    padding: 1.25rem 1rem;
}

.table-custom td {
    padding: 1.75rem 1rem;
    background: var(--white);
    vertical-align: middle;
}

.table-custom tbody tr td {
    transition: all 0.3s ease-in-out;
}

[data-theme-style="dark"] .table-custom tbody tr td {
    border-color: var(--gray-100);
}

.table-custom tbody tr:hover td {
    background: var(--gray-100);
}

/* Custom PRE container */
.pre-custom {
    background: var(--gray-300);
    padding: 2rem;
    font-size: 0.75rem;
}

/* Helpers */
.zoomer {
    transition: transform 0.3s ease-in-out;
}
.zoomer:hover {
    transform: scale(1.02);
}

/* Headers */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "GorditaBold";
}
/*
.underline {
    background-image: linear-gradient(to right, rgba(0, 87, 255, 0.7), rgba(0, 87, 255, 0.7));
    background-repeat: no-repeat;
    background-position: 0 85%;
    background-size: 0% 0.55rem;
    animation-name: initiate_underline;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
*/
/* Pricing */
.pricing {
    display: -webkit-inline-box; /*original display:flex;*/
    flex-wrap: nowrap; /* original flex-wrap: wrap;*/
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.pricing-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    flex: 0 1 330px;
}
.pricing-action,
.pricing-action-disabled {
    color: inherit;
    border: none;
    background: none;
}
.pricing-action:focus,
.pricing-action-disabled:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    cursor: default;
    color: #333333;
    background: #fff;
    border-radius: 0.25rem;
    margin: 2rem 1rem;
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #0057ff;
    padding: 2em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin-bottom: 3em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing-sub {
    font-size: 0.9rem;
    margin: 2rem 0;
    color: #fff;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 2.5rem 1.5rem 2.5rem;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #0057ff;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #00369f;
    text-decoration: none;
}

.pricing-palden .pricing-action-disabled {
    font-weight: bold;
    margin: auto 2rem 1.5rem 2rem; /*auto 3em 2em 3em*/
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #6c757d;
    transition: background-color 0.3s;
}
.pricing-action-disabled {
    margin-top: -90px !important;
}

.pricing-palden .pricing-action-disabled:hover,
.pricing-palden .pricing-action-disabled:focus {
    background-color: #00369f;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
    cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
    font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
    font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
    border: 2px solid var(--gray-200);
    transition: all 0.3s ease-in-out;
}

.custom-radio-box input[type="radio"]:checked + div {
    border: 2px solid #0000ff;
}

.custom-radio-box input[type="radio"]:checked + div .custom-radio-box-main-icon {
    color: #0000ff;
}
.custom-radio-box input[type="radio"]:hover + div .custom-radio-box-main-icon {
    color: #6573c9;
}
.custom-radio-box input[type="radio"]:hover + div {
    border: 2px solid #6573c9;
}

/* Round circles */
.round-circle-md {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.round-circle-lg {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Badge colors */
.badge-primary {
    color: hsl(211, 100%, 35%);
    background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
    background-color: hsl(211, 100%, 35%);
    color: hsl(211, 100%, 85%);
}

.badge-secondary {
    color: hsl(208, 7%, 35%);
    background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
    background-color: hsl(208, 7%, 35%);
    color: hsl(208, 7%, 85%);
}

.badge-success {
    color: hsla(170, 63%, 70%, 1);
    background-color: hsla(171, 100%, 94%, 1);
    font-size: 0.9rem;
}

[data-theme-style="dark"] .badge-success {
    background-color: hsla(134, 50%, 30%, 1);
    color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
    color: hsla(354, 70%, 35%, 1);
    background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
    background-color: hsla(354, 70%, 35%, 1);
    color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
    background-color: hsla(45, 100%, 85%, 1);
    color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
    background-color: hsla(50, 20%, 20%, 1);
    color: hsla(45, 100%, 85%, 1);
}

.badge-info {
    color: hsla(188, 60%, 30%, 1);
    background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
    background-color: hsla(188, 60%, 30%, 1);
    color: hsla(188, 78%, 85%, 1);
}

.badge-light {
    color: hsla(210, 15%, 35%, 1);
    background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
    background-color: hsla(210, 15%, 35%, 1);
    color: hsl(210, 17%, 95%);
}

.badge-dark {
    color: hsla(210, 10%, 90%, 1);
    background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
    background-color: hsla(210, 10%, 90%, 1);
    color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
    border-top: 0 !important;
}

@media print {
    .invoice-logo {
        filter: grayscale(100%);
    }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 15, 2020 */

@font-face {
    font-family: "GorditaBlack";
    src: url("Gordita-black.woff2") format("woff2"), url("Gordita-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaBlackItalic";
    src: url("Gordita-black-italic.woff2") format("woff2"), url("Gordita-black-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaBold";
    src: url("Gordita-bold.woff2") format("woff2"), url("Gordita-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaBoldItalic";
    src: url("Gordita-bold-italic.woff2") format("woff2"), url("Gordita-bold-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaLight";
    src: url("Gordita-light.woff2") format("woff2"), url("Gordita-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaLightItalic";
    src: url("Gordita-light-italic.woff2") format("woff2"), url("Gordita-light-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaMedium";
    src: url("Gordita-medium.woff2") format("woff2"), url("Gordita-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaMediumItalic";
    src: url("Gordita-medium-italic.woff2") format("woff2"), url("Gordita-medium-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaRegular";
    src: url("Gordita-regular.woff2") format("woff2"), url("Gordita-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaRegularItalic";
    src: url("Gordita-regular-italic.woff2") format("woff2"), url("Gordita-regular-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaThin";
    src: url("Gordita-thin.woff2") format("woff2"), url("Gordita-thin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaThinItalic";
    src: url("Gordita-thin-italic.woff2") format("woff2"), url("Gordita-thin-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaUltra";
    src: url("Gordita-ultra.woff2") format("woff2"), url("Gordita-ultra.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GorditaUltraItalic";
    src: url("Gordita-ultra-italic.woff2") format("woff2"), url("Gordita-ultra-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.btn-primary {
    background-color: #0057ff;
    border-color: #0057ff;
}
.btn-primary:hover {
    background-color: #00369f;
    border-color: #00369f; /*ini warna yang disuruh mas ronald agak gelapin pas hover */
}

.dropdown-item.active,
.dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: transparent !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0057ff;
    border-color: #0057ff;
    background: #0057ff;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00369f;
    border-color: #00369f;
    background: #00369f;
}
.form-control:focus {
    color: #728197;
    background-color: #fff;
    border-color: #0057ff;
    outline: 0;
    box-shadow: none;
}

.fa-signature {
    display: none !important;
}
.fa-network-wired {
    display: none !important;
}
input.custom-control-input1:checked ~ label.custom-control-label1::before {
    color: #fff;
    border-color: #81e2d2 !important;
    background-color: #81e2d2 !important;
}
input.custom-control-input1:not(:disabled):active ~ label.custom-control-label::before {
    color: #fff;
    background-color: #81e2d2;
    border-color: #81e2d2;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #81e2d2 !important;
    background-color: #81e2d2 !important;
}
.custom-switch .custom-control-label::before {
    left: -2.75rem;
    width: 2.75rem;
    height: 1.65rem;
    pointer-events: all;
    border-radius: 1rem;
    margin-top: -5px;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -2.95rem !important;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #a0aec0 solid 1px;
    box-shadow: none !important;
}
.custom-switch .custom-control-label::after {
    top: calc(0.3rem + 0.15rem);
    left: calc(-3.25rem + 9px);
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    background-color: #a0aec0;
    border-radius: 1rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: -5px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(1rem);
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0057ff;
    border-color: #0057ff;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(148, 96, 226, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #edf2f7;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #81e2d2;
    border-color: ##81e2d2;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #728197;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #edf2f7;
}

a {
    color: #0057ff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0057ff;
    text-decoration: underline;
}
.form-group label {
    color: #000000;
}
.no-image {
    display: none;
}
.padding-noimage {
    padding: 100px 50px 70px 50px;
    background: #fff;
}
.text-campaign {
    color: #0000ff !important;
    text-align: center !important;
    font-size: 1.5rem !important;
    margin-bottom: 18px;
}
.paragraph-campaign {
    color: #282a3a;
    font-size: 0.9rem;
    text-align: center;
    line-height: ;
}
p.text-impressions {
    color: #282a3a !important ;
    font-size: 0.9rem !important;
}
.footer-mt {
    margin-top: 200px;
}
.container-campaign {
    background: #fff !important;
}
.custom-campaign {
    margin-top: 20px;
    z-index: 1;
}

.dropdown-account {
    margin-left: 450px;
}

.campaign-name {
    /*  background-image: linear-gradient(to right, rgba(34, 225, 254, 1), rgba(34, 225, 254, 1));
    background-repeat: no-repeat;
    background-position: 0 85%;
    background-size: 100% 20% !important;
    animation-name: initiate_underline;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    width: fit-content;
    animation-fill-mode: both; */
    font-family: "GorditaBold";
    color: #0000ff;
}
.title-campaign {
    color: #282a3a;
}
.header-campaign {
    background-color: #fff;
}
.container-campaign-edit {
    background: #f7f8ff !important;
}
.body-campaign {
    background: #f7f8ff !important;
}
.menu-campaign {
    background-color: #fff !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background: #0057ff !important;
}
.datepicker--cell.-current- {
    color: #0057ff !important;
}
.datepicker--cell.-focus- {
    background: var(--gray-100);
}
.switch-style {
    margin-left: 12px;
    margin-top: -8px;
}
.text-switch {
    margin-left: -15px;
}
.btn-mbtm {
    margin-bottom: 200px;
}
.fa-cogs {
    display: none;
}

.fa-cog {
    display: none;
}
.fa-angle-up {
    display: none;
}
.fa-sliders-h {
    display: none;
}
.fa-paint-brush {
    display: none;
}
.fa-heading {
    display: none;
}
.fa-feather {
    display: none;
}
/*
.mb-custom{
    margin-bottom: 50px;
}*/
.card-title {
    font-family: "GorditaBold";
}
.fa-database {
    display: none;
}
.text-muted {
    color: #333333 !important;
}
.fa-plus-circle {
    display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .text-switch {
        margin-left: 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .switch-style1 {
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .dropdown-mobile {
        margin-left: 50px;
        margin-top: -22px;
        margin-bottom: 10px;
        z-index: 1;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}
@media (min-width: 767px) {
    .hidden-lg {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .text-muted-mobile {
        margin-top: 10px;
    }
}
.text-notif-nodata {
    font-family: "GorditaMedium";
    color: #333333;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0057ff;
    border-color: #0057ff;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0057ff;
    background-color: #fff;
    border: 1px solid #e1e7ef;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.page-link:hover {
    z-index: 2;
    color: #0057ff;
    text-decoration: none;
    background-color: #edf2f7;
    border-color: #e1e7ef;
}
@media (min-width: 320px) and (max-width: 767px) {
    .m-img {
        margin-top: 10px !important;
    }
}

.rounded-pill {
    border-radius: 0.3rem !important;
}
@media (min-width: 320px) and (max-width: 768px) {
    .img-mobile {
        min-height: 300px !important;
        min-width: 300px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .text-campaign {
        font-size: 20px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .text-notif-nodata {
        margin-top: -50px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .h3 {
        font-size: 1.25rem !important;
    }
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -100%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg fill=%23fff width=8 height=8 viewBox=0 0 8 8%3e%3cpath d=M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z/%3e%3c/svg%3e);
    color: rgba(0, 87, 255, 1);
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg fill=%23fff width=8 height=8 viewBox=0 0 8 8%3e%3cpath d=M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z/%3e%3c/svg%3e);
    color: rgba(0, 87, 255, 1);
}
.carousel-control-next {
    right: -35px;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 3rem !important;
    height: 3rem;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0px;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
}


@media (min-width: 320px) and (max-width: 767px) {
    .pricing-item {
        flex: auto;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .carousel-control-next {
        right: 10px;
    }
    .carousel-control-prev {
        left: 8px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .pricing {
        margin-left: -8px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mobile-action1 {
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        display: block;
    }
}
.upgrade-style {
    font-size: 0.9rem !important;
    color: #0000ff;
}
.align-self {
    display: flex;
    align-self: flex-end;
}
button.btn-custom {
    background-color: #0000ff !important;
    border-color: #0000ff !important;
    font-size: 0.9rem !important;
}
.btn-custom:hover {
    background-color: #6573c9 !important;
    border-color: #6573c9 !important;
}
.blobs-container-nav {
    display: flex;
    align-items: center;
}

.blob-nav {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin-top: 1px;
    height: 18px;
    width: 18px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.blob-nav.blue {
    background: rgba(0, 0, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 255, 1);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 251, 0.59);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 251, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 251, 0);
    }
}
@media (max-width: 768px) {
    .d-720-none {
        display: none;
    }
}
.no-border {
    border: none !important;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .col-auto {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: 100%;
        text-align: center !important;
    }
}
@media (max-width: 768px) {
    .mt-mobile {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .mb-mobile {
        margin-top: -80px;
        width: auto !important;
    }
}
@media (width: 768px) {
    .col-md-6 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}
.rounded-pill1{
    background-color: #ED7a7a;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    border-radius: 9999px;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    align-items: center;
    font-weight: 500;
    font-size: .85rem;
}
.pill-custom{
    margin-right: 4px;
}

#add_language {
    z-index: 1050 !important;
}
a.hover-none:not(hover){
    color: #fff;
    text-decoration: none !important;
}
@media (min-width: 320px) and (max-width: 767px){
    .mobile-pill{
        margin-bottom: .75rem;
    }
}
.line-above{
    border:1px solid #c4c4c4 ;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.line-below{
    border:1px solid #c4c4c4 ;
    margin-top: 3rem;
}
.dropzone {
    /* min-height: calc(1.5em + 0.75rem + 2px) !important; */
    border: 1px solid #e1e7ef !important;
    background: #fff !important;
    /* padding: .375rem .75rem !important; */
    border: 1px dashed !important;
    border-color: #e1e7ef !important;
    border-radius: .375rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
}
.dropzone .dz-message {
    text-align: center;
    margin: 3rem 0 !important;
}
.dz-progress{
    display: none !important;
}
.dz-details{
    display: none;
}
.dropzone .dz-preview:hover .dz-image img{
    filter: blur(0px) !important;
    -webkit-filter:blur(0px);
}
.desktop-text-left{
    z-index: -1;
}
@media (min-width: 769px){
    .desktop-footer{
        position: relative;
        bottom: -100px;
        z-index: -1;
    }
}
@media (min-width: 769px){
    .desktop-text-left{
        text-align: left !important;

    }
}
.site-hover:hover{
    background-color: #EFF1FC;
    border-radius: .375rem;
    cursor: pointer;
}
.site-hover{
    padding-left: .25rem;
    width: max-content;
    padding-right: .25rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
}
@media (max-width: 768px){
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
    background-size: cover;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    }
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
    background-size: cover;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
@media (max-width: 1024px){
    .p-1-mobile{
        padding:1rem!important;
    }
}
@media (max-width: 767px){
    .card-title{
        font-size:1rem!important;
        margin-bottom: 0 !important;
    }
}
.notify-preview{
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'GorditaBold' !important;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #81E2D2;
    font-size: .9rem;
}
.sun-editor-editable p{
    margin: 0 !important;
}

.sun-editor-editable {
    font-family: 'GorditaRegular'!important;
}
.sun-editor-editable p strong, b{
    font-family: 'GorditaBold'!important;
    font-size: 12.8px !important;
}