.test-border {
    border: 1px solid green;
}

body {
    background-color: #edf5fe;
}

.semi-transparent-navbar {
    background-color: rgba(248, 249, 250, 0.7) !important;
    /* Semi-transparent background */
    backdrop-filter: blur(10px);
    /* Blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */

}

#hero-center {
    background: url("../img/hero_banner/bg1.png");
    background-size: cover;
}

@media (max-width: 768px) {
    #hero-center {
        background: #f5f5f5;
    }

    /* background-size: cover; */
}

.section-white-bg {
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.15s ease-in-out;
}

a:hover {
    color: #006aaa;
    text-decoration: none;
}

.link-light {
    color: rgb(128, 128, 128) !important;
    /* text-decoration: none; */
    transition: color 0.15s ease-in-out;
}

.link-light:hover {
    color: rgb(100, 100, 100) !important;
    /* text-decoration: none; */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
    opacity: 1;
}

.rounded-full {
    border-radius: 9999px;
}

.green {
    color: green;
}

.translate-most-popular {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: -1rem;

}

.pricing-check {
    color: green;
    font-size: 1.3em;
}

.text-small {
    font-size: 14px;
}

.text-smaller {
    font-size: 12px;
}

.text-inactive {
    color: rgb(128, 128, 128) !important;
}

.link-grey {
    color: rgb(128, 128, 128) !important;
    /* text-decoration: none; */
    transition: color 0.15s ease-in-out;
}

.link-grey:hover {
    color: rgb(100, 100, 100) !important;

}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.btn-primary {
    background: rgb(50, 50, 90) !important;
}

.btn-green {
    background: rgb(0, 195, 104) !important;
    color: #ffffff !important;
}

.btn-orange {
    background: rgb(231, 96, 0) !important;
}

.btn-orange:hover {
    background: rgb(255, 120, 20) !important;
}

.pricing-green {
    background: rgb(109, 206, 132) !important;
    /* font-size: 14px !important; */
}

.pricing-border {
    border: 1px solid rgb(109, 206, 132);
}

/* .card.pricing-border {} */

.homepage-message {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 80px;
}

.register-message,
.login-message {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 20px;
}

.dashboard-message {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 70px;
}

.start-page-message {
    position: absolute;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    outline: none;
}

.steps-box {
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.icon-section {
    height: 70px;
}

.icon-box {
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

@media (max-width: 991px) {
    .icon-section {
        height: auto;
    }
}

.icon-boxes {
    position: relative;
    transform: translate(0, -50px);
    /* margin-inline: auto; */
    /* left: 0;
    right: 0;
    top: 550px; */
}

.bold-icon {
    /* font-size: 50px; */
    /* font-weight: bold; */
    /* text-shadow: 1px 1px 1px black; */
}

/* .container {
    max-width: 960px;
} */

.icon-link>.bi {
    width: .75em;
    height: .75em;
}

.gallery-item {
    position: relative;
}

.select-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

/*
   * Custom translucent site header
   */

.site-header {
    /* background-color: rgba(0, 0, 0, .85); */
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

.pricing-card {
    /* height: 250px; */
}

.pricing-card-middle {
    /* height: 300px; */
}

/*--------------------------------------------------------------
# example gallery
--------------------------------------------------------------*/
.examples .portfolio-item {
    margin-bottom: 30px;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

/* .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
} */


/*
   * Extra utilities
   */

/* .flex-equal>* {
    flex: 1;
} */

@media (max-width: 768px) {
    /* .flex-md-equal>* {
        flex: 1;
    } */

    /* .mobile-hide {
        display: none;
    } */

    /* .mobile-show {
        display: block;
    } */
}

@media (min-width: 768px) {

    /* .mobile-show {
        display: block;
    } */
}

@media (max-width: 991px) {

    /* .icon-boxes {
        display: none;
    }

    .hero-banner-img {
        display: none;
    } */
}