﻿.elementToFadeIn {
    opacity: 1;
    animation: fadeIn 1s linear;
}

.elementToFadeOut {
    opacity: 0;
    animation: fadeOut 1s linear;
}

.dropdown .dropdown-menu li .cart-popup-enquiry-btn {
    cursor: pointer;
    margin: 10px auto;
    width: 160px;
    border: 0;
    padding: 10px 15px;
    text-align: center;
    background: #FF2FB2;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

    .dropdown .dropdown-menu li .cart-popup-enquiry-btn:hover {
        text-decoration: underline;
        background: #FF2FB2;
        border-radius: 4px;
    }

.dropdown .dropdown-menu:after {
    bottom: 100%;
    left: 77%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: 0;
    border-color: rgba(4, 169, 135, 0);
    border-bottom-color: #FF2FB2;
    border-width: 20px;
    margin-left: -20px;
}

.dropdown .dropdown-menu {
    min-width: 300px;
    width: 300px;
    right: 0;
    left: auto;
    background: #fff;
    margin: 18px 0 0;
    border-radius: 5px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    border: solid 2px #FF2FB2;
}

    .dropdown .dropdown-menu li {
        display: block;
    }

        .dropdown .dropdown-menu li a {
            display: block;
            padding: 10px 15px;
            border-bottom: solid 1px rgba(0,0,0,0.1);
        }

            .dropdown .dropdown-menu li a:hover {
                background: 0 0;
            }

            .dropdown .dropdown-menu li a .row {
                margin-left: -10px;
                margin-right: -10px;
            }

                .dropdown .dropdown-menu li a .row .col-xs-1,
                .dropdown .dropdown-menu li a .row .col-xs-3,
                .dropdown .dropdown-menu li a .row .col-xs-8 {
                    padding: 0 10px;
                }

        .dropdown .dropdown-menu li .cart-img-box {
            width: 53px;
            height: 53px;
            border-radius: 60px;
            border: solid 2px #fff;
            overflow: hidden;
            text-align: center;
        }

            .dropdown .dropdown-menu li .cart-img-box img {
                width: 110%;
                height: 110%;
            }

        .dropdown .dropdown-menu li a .cart-popup-deetails h2 {
            font-size: 15px;
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
        }

        .dropdown .dropdown-menu li a .cart-popup-deetails h3 {
            font-size: 14px;
            color: #FF2FB2;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            padding: 4px 0;
        }

        .dropdown .dropdown-menu li a .cart-popup-deetails p {
            font-size: 13px;
            color: #FF2FB2;
            font-family: "Raleway", sans-serif;
        }

        .dropdown .dropdown-menu li a .cart-details-close button.close {
            color: #FF2FB2;
            opacity: 100;
            font-weight: 500;
            font-size: 18px;
        }

        .dropdown .dropdown-menu li .cart-popup-enquiry-btn {
            cursor: pointer;
            margin: 10px auto;
            width: 160px;
            border: 0;
            padding: 10px 15px;
            text-align: center;
            background: #FF2FB2;
            border-radius: 4px;
            font-size: 16px;
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
        }

            .dropdown .dropdown-menu li .cart-popup-enquiry-btn:hover {
                text-decoration: none;
                background: #009F78;
                border-radius: 4px;
            }

    .dropdown .dropdown-menu:after {
        bottom: 100%;
        left: 77%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: 0;
        border-color: rgba(4, 169, 135, 0);
        border-bottom-color: #FF2FB2;
        border-width: 20px;
        margin-left: -20px;
    }

.columns.mb-0.det.is-justify-content-flex-end.is-variable.is-1-mobile.is-1-tablet.is-mobile.sticky-none {
    padding-top: 0.6rem;
}

.navbar-end.center {
    margin: auto;
}

.navbar-start.navleft {
    margin: 0;
}

a.navbar-item.backcolor {
    background: none;
    width: 280px;
}

header.cbp-af-header.backcolo {
    background: #fff;
}

nav.navbar {
    background: #fff;
}

#breadcrumbs {
    height: 3rem;
}

img.headervotelogo {
    width: 80px !important;
    margin-top: -13px !important;
}

img.voteLogofooter {
    margin: 0 auto;
    padding: 0;
    width: 120px;
    display: block;
}

.abta-header-v2 {
    height: 60px;
}

.block.mb-6.icon-bottomgap.gapcam {
    margin: 0px !important;
}
.spinner.loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.custom-placeholder::placeholder {
    color: red;
    opacity: 0.5;
}
.captcha-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.Captchform {
    padding: 11px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 180px;
    max-width: 250px;
}

.captcha-image-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#captchaImage {
    border-radius: 5px;
    height: 40px;
    width: auto;
}

#refdiv {
    display: flex;
    align-items: center;
}

#refreshcaptchbtn {
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    background-color: #FF2FB2;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .captcha-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .captcha-image-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .Captchform {
        width: 100%;
        max-width: 100%;
    }
}
.input-error {
    border: 2px solid red !important;
}
span.field-validation-error, #phone-error, #email-error {
   /* color: red;*/
    font-family: sans-serif;
    margin-bottom: 5px;
}