.btn-outline-primary:hover {
    background-color: #4600cc;
    border-color: #4600cc;
}

.atf-hero-section-top-widget {
    min-height: 80px;
    transition: 150ms ease-in-out;
}

.atf-hero-section-top-widget:hover {
    background-color: #3B1E72 !important;
    transition: 150ms ease-in-out;
}

.atf-hero-section-top-widget p {
    font-size: 18px;
}

.demo-test-input button {
    height: auto;
}

.demo-test-input input {
    height: 48px;   
}

.atf-svg-drop-shadow {
    filter: drop-shadow(1px 2px 6px #7666954d);
}

/* CUSTOM POPOVER */
.popover-body {
    font-family: 'Styrene A Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px;
    color: #766695;
    display: flex;
    align-items: center;
}
.popover{
    max-width: 506px; /* Max Width of the popover (depending on the container!) */
    margin: 24px;
    box-shadow: 0px 4px 12px rgba(192, 185, 206, 0.25), 2px 0px 4px -2px rgba(192, 185, 206, 0.25);
    border-radius: 10px;
    border: none;
}
.popover-body .close {
    position: absolute;
    right: 24px;
}
.popover-message {
    padding-right: 38px;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 1rem 1rem 0;
    border-top-color: #fff;
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 1rem 1rem 0;
    border-top-color: rgba(0, 0, 0, 0);
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    bottom: calc(-1rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 1rem 1rem 1rem;
    border-bottom-color: rgba(0, 0, 0, 0);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 1rem 1rem 1rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-1rem - 1px);
}

@media (min-width: 576px) and (max-width: 991.98px) { 

    .hero {
        font-size: 52px !important;
        line-height: 68px;
    }
    
}

@media (min-width: 768px) {

    .demo-test-input input {
        width: 33rem !important;
    }

    .demo-test-input button {
        width: 10rem !important;
    }

}

@media (max-width: 767.98px) {

    .demo-test-input input {
        padding-right: 13rem !important;
    }

    .demo-test-input button {
        width: 10rem !important;
    }

    .form-control {
        font-size: 14px;
    }

}