﻿.icon-button {
    background: transparent !important;
    border: none !important;
    /* position: initial; */
    cursor: default !important;
}

.custom-search {
    position: relative !important;
}

.custom-search-input {
    width: 85% !important;
    height: 100% !important;
    padding-right: 100px !important;
    box-sizing: border-box !important;
}

.custom-search-button {
    position: absolute !important;
    right: 0px !important;
    /* top: 1px; */
    bottom: 10px !important;
    line-height: 0.5 !important;
    z-index: 4 !important;
    border: none !important;
    border-radius: 50px !important;
    background: transparent;
    color: #545454;
    font-size: 2em !important;
}
#FpasswordSection {
    margin-bottom: 1rem;
}
.modal {
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent;
}
    .modal#popup {
        z-index: 99999 !important;
    }

    .modal .logo a img {
        width: 30px;
    }

    .modal .modal-content {
        background-color: transparent;
        border: none;
        border-radius: 7px;
    }

        .modal .modal-content .modal-body {
            border-radius: 7px;
            overflow: hidden;
            background-color: #fff;
            padding-left: 0px;
            padding-right: 0px;
            -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
            box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
        }

            .modal .modal-content .modal-body h2 {
                font-size: 18px;
            }

            .modal .modal-content .modal-body p {
                color: #777;
                font-size: 16px;
            }

            .modal .modal-content .modal-body h3 {
                color: #000;
                font-size: 22px;
            }

            .modal .modal-content .modal-body .close-btn {
                color: #000;
            }

            .modal .modal-content .modal-body .promo-img {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            }

                .modal .modal-content .modal-body .promo-img .price {
                    top: 20px;
                    left: 20px;
                    position: absolute;
                    color: #fff;
                }

    .modal .btn {
        border-radius: 30px;
    }

    .modal .warp-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        position: relative;
        background: rgba(62, 100, 255, 0.05);
        color: #3e64ff;
        border-radius: 50%;
    }

        .modal .warp-icon span {
            font-size: 40px;
            position: absolute;
            left: 30%;
            top: 25%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.stable-icon {
    left: 50% !important;
    top: 50% !important;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

    .close-btn span {
        color: #ccc;
    }

    .close-btn:hover span {
        color: #000;
    }

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.mt-2 {
    margin-top: 1.25rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.w-100 {
    width: 100% !important
}

.small {
    font-size: 90% !important;
}

.m-1 {
    margin: 0.5rem !important;
}

#B2CRedirect a {
    color: #337ab7 !important;
    text-decoration: none !important
}

    #B2CRedirect a:focus,
    a:hover {
        color: #23527c !important;
        text-decoration: underline !important
    }

    #B2CRedirect a:focus {
        outline: thin dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px !important
    }
.notification-top-bar {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: red;
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    z-index: 9999 !important;
}

    .notification-top-bar p {
        padding: 0;
        margin: 0;
        display: inline-block;
        margin-left: 1.25rem;
    }

        .notification-top-bar p a {
            padding: 5px 10px;
            border-radius: 3px;
            background: #FFF;
            color: #1ABC9C;
            font-weight: bold;
            text-decoration: none;
        }
