.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.btn-Active,
.btn-Inactive {
    transition: 0.5s;
}

.btn-Active:after {
    content: "Active";
    transition: 0.5s;
}

.btn-Inactive:after {
    content: "Inactive";
    transition: 0.5s;
}

.btn-Active:hover:after {
    content: "Inactive" !important;
}

.btn-Inactive:hover:after {
    content: "Active" !important;
}

.btn-Active:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-Inactive:hover {
    content: "Active" !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

@media only screen and (max-width:786px) {
    .p-sm-0 {
        padding: 0px !important;
    }

    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #131128;
    color: #e0dff1;
}

.cursive-font {
    font-family: 'Dancing Script', cursive;
}

.bg-background {
    background: #131129 !important;
}

.text-background {
    background: #131129 !important;
}

.bg-main {
    background: #282454 !important;
}

.text-main {
    color: #282454 !important;
}

.border-main {
    border: 1px solid #282454 !important;
}

.border-main-bold {
    border: 3px solid #282454 !important;
}

.bg-main-alt {
    background-color: #6639e4;
}

.text-main-alt {
    color: #6639e4 !important;
}

.border-main-alt {
    border: 1px solid #6639e4 !important;
}

.border-main-alt-bold {
    border: 3px solid #6639e4 !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 38px;
    line-height: 1.31em;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.section-subheading {
    color: #e0dff1;
    font-size: 17px;
    line-height: 1.778em;
    margin-left: auto;
    margin-right: auto;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main {
    border-radius: 80px;
    background-color: #6639e4;
    color: white;
    transition: 350ms ease;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #6639e4;
}

.btn-main:hover {
    background-color: #282454;
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    color: #fff;
    border: 1px solid #282454;
}

.btn-main-alt {
    border-radius: 80px;
    color: white;
    background-color: #282454;
    border: 1px solid #282454;
    transition: 350ms ease;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-main-alt:hover {
    background-color: #6639e4;
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    color: #fff;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}

.title {
    margin-bottom: 34px;
    color: #f1f1f9;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}


.single-blog .blog-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.single-blog h3 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.309em;
    font-weight: 600;
}

.single-blog p {
    color: #e0dff1;
}

.divider {
    width: 100%;
    background-color: #53516c;
}

.single-blog .blog-category {
    margin-bottom: 30px;
}

.single-blog .blog-content {
    margin-top: -40px;
}

.badge {
    padding: 9px 14px;
    border-radius: 1000px;
    background-color: #6639e4;
    color: #fff;
    font-size: 14px;
    line-height: 1.286em;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-heading {
    margin-top: 0px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 66px;
    line-height: 1.212em;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-description {
    color: #e0dff1;
    font-size: 18px;
    line-height: 1.778em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:786px) {
    .newsletter-box .py-5 {
        padding-bottom: 10px !important;
    }

    .newsletter-form-block {
        margin-bottom: 50px;
    }

    .single-blog {
        margin-bottom: 0px !important;
    }

    .single-blog .blog-content p {
        font-size: 17px;
        line-height: 1.778em;
    }

    .single-blog .blog-img {
        height: 250px;
    }

    .page-heading {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        font-size: 50px;
    }

    .page-description {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}
