/*
 * custom.css
 *
 *  @author    Ulrich Pascal Ndjike Zoa <ndjikezoaulrich@gmail.com>
 *  @project    insave
 *
 *  Copyright 2022
 *  01/06/2022 18:51
 */

[x-cloak] {
    display: none !important;
}

.underline {
    text-decoration-line: underline;
}

.modal-md {
    min-width: 650px;
}

.modal-print {
    width: 380px;
}

@media print {
    .print-px-1 {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .print-px-2 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .print-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

body > div.flatpickr-calendar > div.flatpickr-months > div > div > select {
    font-size: 15px;
    margin-right: 2px;
    padding-right: 2px;
}

body > div.flatpickr-calendar > div.flatpickr-months > span.flatpickr-prev-month {
    margin-top: 8px;
}

body > div.flatpickr-calendar > div.flatpickr-months > span.flatpickr-next-month {
    margin-top: 8px;
}

body > div.flatpickr-calendar > div.flatpickr-months {
    margin-top: 8px;
}

.flatpickr-calendar {
    width: 338px;
}

body > div.flatpickr-calendar > div.flatpickr-months > div > div > div {
    font-size: 15px;
    margin-left: 4px;
}

.ucfirst:first-letter {
    text-transform: uppercase !important;
}

.underdash-border, .underdash-border p {
    border-bottom: 1px dashed #000;
    padding-bottom: 1px;
}

.underdash, .underdash p {
    text-decoration: underline dashed #000;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.active-link {
    color: #5C60F5 !important;
}

.text-positive-400 {
    color: #0ddb84;
}

.text-negative-400 {
    color: #8a2134;
}

.text-warning-400 {
    color: #947528;
}

.small-text {
    font-size: 12px;
}

.rounded-3xl {
    border-radius: 50% !important;
}


.pricing-title {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .pricing-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .pricing {
        margin-bottom: 30px;
    }
}

.pricing .body {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 40px;
    padding: 50px;
}

@media (max-width: 1199.98px) {
    .pricing .body {
        padding: 25px;
    }
}

.pricing .body .price {
    text-align: center;
}

.pricing .body .price .plan {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.pricing .body .price .price {
    color: #107BE9;
    font-size: 40px;
}

.pricing .body .price .price sup {
    font-size: 20px;
    top: -15px;
}

.pricing.active {
    position: relative;
    z-index: 1;
}

.pricing.active .body {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}


.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.ul-check li:before {
    position: absolute;
    left: 0;
    top: -.2rem;
    content: "\e5ca";
    font-size: 20px;
    font-family: 'icomoon';
}

.ul-check.primary li:before {
    color: #107BE9;
}

.ul-check.white li:before {
    color: #ffffff;
}

.h-5 {
    height: 1.2rem !important;
}

.w-5 {
    width: 1.2rem !important;
}

.h-10 {
    height: 1.5rem !important;
}

.w-10 {
    width: 1.5rem !important;
}

.h-15 {
    height: 2.5rem !important;
}

.w-15 {
    width: 2.5rem !important;
}
