.pagination {
    justify-content: center;
}

.label-floating {
    opacity: 0.65;
    font-weight: 600;
    font-size: 9pt;
}

.bg-theme {
    background-color: #2E5DF7;
}

.nav-link-footer {
    color: #2E5DF7;
    padding: 0.5rem 0rem;
    text-align: left !important;
}

.nav-link-footer:hover {
    color: #3eb59f;
    font-weight: 700;
}

.footer-contain-center p {
    text-align: center;
}

.text-features {
    font-size: 16px;
}

.landing-wrraper .core-feature .feature-box {
    border: none;
    padding: 0px;
}

.landing-wrraper .core-feature .feature-box:hover .icon-wrraper {
    background-color: #50A5F8;
}

.download-box {
    background-color: #2E5DF7;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
}

.download-box:hover {
    border: 3px solid #50A5F8;
    background-color: #50A5F8;
}

.landing-wrraper .btn-landing:hover {
    background-color: #50A5F8;
}

.landing-wrraper .demo-section .demo-box .demo-detail .demo-title h3:hover {
    color: #50A5F8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2E5DF7;
}

.link-fs {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
    color: #fff;
}

.f-heading {
    color: #2E5DF7;
    margin-bottom: 20px;
}

.footer-text {
    color: #2E5DF7;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.landing-wrraper .tap-top {
    background-color: #2E5DF7;
}

.img-dt {
    width: 30px;
}

@media (min-width: 1024px) {
    .download-box {
        margin-right: 200px;
    }
}

@media (min-width: 400px) {
    .w-70 {
        width: 70%;
        margin: auto;
    }

    .footer-mb {
        display: none !important;
    }
}

@media (max-width: 517px) {
    .pd-mb {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-img {
        display: none;
    }

    .footer-dt {
        display: none !important;
    }

    .footer-mb {
        display: block !important;
    }

    .img-mb {
        width: 20px;
    }

    .btn-download {
        display: none !important;
    }

    .landing-wrraper .title {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .download-box {
        width: auto;
    }

    .edm {
        max-height: unset;
        max-width: 90vw;
    }
}

.edm {
    max-height: 90vh;
    width: unset
}

.font-xs {
    font-size: 8pt;
}

.text-justify {
    text-align: justify;
}

.modern-sidebar .footer-copyright p {
    margin-left: 295px;
}

.b-l-1 {
    border-left: 1px solid #e6edef
}

.b-r-1 {
    border-right: 1px solid #e6edef
}

.div-mockup-image {
    text-align: center;
}

@media (min-width: 1200px) {
    .div-mockup-image {
        text-align: right;
    }
}

@media (max-width: 1200px) {
    .download-box {
        width: auto;
    }
}

.form-check {
    padding-left: 0px
}

.accordion-body {
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.accordion-button:not(.collapsed) {
    color: #2E5DF7;
}

.line-through {
    text-decoration: line-through;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 100%;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    align-items: center;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 30px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.lucky-draw-winner-box h4 {
    font-size: 40px;
}

.lucky-draw-winner-box p {
    font-size: 25px;
}

.border-radius-left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.border-radius-right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.form-group .error {
    font-size: 9pt;
    color: red;
    font-weight: normal;
}

.my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.container-fluid footer {
    margin-left: 0;
}

.alert-primary {
    background-color: #2E5DF7;
}

.alert-dismissible {
    padding-right: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: initial !important;
    border-right: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 5px;
}

.form-check-input {
    border: 3px solid #0d6dfd8e
}

.btn-landing-outline {
    border-radius: 20px;
    color: #2E5DF7;
    border: 1px solid #2E5DF7;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 600;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-landing-outline .link-fs {
    color: inherit;
}

.btn-landing-outline:hover {
    border: 1px solid #50A5F8;
    color: #50A5F8;
}

.landing-home-contain {
    width: auto !important
}

#my-video {
    width: 100%;
}

.land-page .feature-block {
    width: 80%;
    margin: auto;
}

.navbar-brand>.img-fluid {
    height: 40px;
    margin-left: 5px
}

.footer-contain>#logo {
    width: 50%
}

.footer-contain>#council-logo {
    width: 20%;
    margin-left: 10px
}

.text-white {
    color: white
}

.nav-link-footer>i {
    width: 20px;
    text-align: center;
}

.btn-group-rec-col-chart>.btn,
.btn-group-top-referrer-chart>.btn {
    padding: 0.275rem 0.8rem
}

@media screen and (max-width: 767px) {
    .btn-group-rec-col-chart>.btn {
        padding: 0.175rem 0.2rem
    }
}

.alert .btn-close {
    background: transparent;
}

.badge-cart {
    position: absolute;
    left: 18px;
    top: -5px;
}

.border-pdf {
    border: 1px solid #2E5DF7;
    border-radius: 0 0 11px 11px;
}

.view-pdf {
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
    font-size: 10px;
}

.text-capitalize {
    text-transform: capitalize;
}

@media screen and (max-width: 520px) {
    .hide-max-520 {
        display: none;
    }

    .btn-check-pay {
        padding: 0.375rem
    }
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat
}

.payment-tax {
    background-image: url(https://aspire.sgp1.digitaloceanspaces.com/images/web-payments/tax.jpeg);
}

.payment-rental {
    background-image: url(https://aspire.sgp1.digitaloceanspaces.com/images/web-payments/rental.jpeg);
}

.payment-ibil {
    background-image: url(https://aspire.sgp1.digitaloceanspaces.com/images/web-payments/ibil.jpeg);
}

.payment-compound {
    background-image: url(https://aspire.sgp1.digitaloceanspaces.com/images/web-payments/compound.jpeg);
}

.bg-theme2 {
    background: rgb(47, 102, 182);
    background: linear-gradient(90deg, rgba(115, 44, 255, 1) 0%, rgba(46, 93, 247, 1) 100%);;
}

.page-item.active .page-link {
    background-color: #2E5DF7;
    border-color: #2E5DF7;
}

.table-xs th,
.table-xs td {
    padding: 0.5rem 10px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2E5DF7 !important
}

@media screen and (max-width: 767px) {
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
        height: calc(100vh - 250px);
    }

    .btn-group .btn {
        font-size: 8pt !important;
        padding: 0.3rem 0.7rem !important;
    }
}