/* Minification failed. Returning unminified contents.
(218,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(219,24): run-time error CSS1046: Expect comma, found '255'
(219,32): run-time error CSS1046: Expect comma, found '/'
(219,34): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(219,38): run-time error CSS1034: Expected closing parenthesis, found '-'
(219,38): run-time error CSS1042: Expected function, found '-'
(219,39): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(219,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1110,29): run-time error CSS1046: Expect comma, found '44'
(1110,34): run-time error CSS1046: Expect comma, found ')'
(1111,29): run-time error CSS1046: Expect comma, found '44'
(1111,34): run-time error CSS1046: Expect comma, found ')'
 */
.top-\[60vh\] {
    top: 60vh;
}

.top-\[70vh\] {
    top: 70vh;
}

.top-\[75vh\] {
    top: 75vh;
}

@media screen and (min-width: 426px) and (max-width: 800px) {
    #floating-button .top-\[75vh\] {
        top: 80vh;
    }
}

@media screen and (min-width: 1px) and (max-width: 400px) {
    #floating-button .top-\[75vh\] {
        top: 80vh;
    }

    #floating-button .left-12 {
        left: 2.5rem;
    }

    #calltrap-btn {
        left: 18rem !important;
    }

    .tooltiptext {
        bottom: 45px !important;
        right: 125px !important;
    }
}

@media (min-width: 960px) {
    #home-news h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #functions h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        height: 2rem;
        text-align: center;
    }

    #banner-detail-page {
        height: 400px;
    }

        #banner-detail-page.search-page {
            height: auto;
        }
}

.logo > a > img {
    height: 25px;
}

.brand-name {
    height: 25px;
}

    .brand-name h1 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .brand-name b {
        font-size: 1.25rem;
        line-height: 100%;
    }

.category-product h1 {
    font-size: 40px;
    line-height: 60px;
}

.category-product h2 {
    font-size: 1.875rem;
}

.category-product .heading {
    padding-top: 0;
}

#product-detail-main-desktop h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}

#product-detail-main-desktop h2 {
    font-size: inherit;
    font-weight: normal;
}

.contact-info {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
}

#other-news h2 {
    font-size: inherit;
}

#other-news h3 {
    font-size: 1.5rem;
}

#footer-banner-container {
    transform: rotateY(180deg);
}

    #footer-banner-container .container {
        transform: rotateY(180deg);
    }

#banner-detail-page .title-background {
    width: 60%;
}

#banner-detail-page .text-transparent {
    height: 3.75rem;
    display: block;
}

#banner-tra-gop-page .title-background {
    width: 60%;
}

#banner-tra-gop-page .text-transparent {
    height: 3.75rem;
    display: block;
}

#product-detail-main-desktop .title-background {
    width: 60%;
}

#product-detail-main-desktop .text-transparent {
    height: 3.75rem;
    display: block;
}

.show-product {
}

    .show-product table {
        width: 99%;
        margin: 0 auto;
        border-collapse: collapse;
    }

        .show-product table th {
            font-weight: normal;
        }

        .show-product table tr td, .show-product table tr:first-child th {
            padding: 5px;
            border: 1px solid #dedede;
        }

        .show-product table tr td, .show-product table tr:first-child th {
            padding: 5px;
            border: 1px solid #dedede;
            text-align: center;
        }

        .show-product table tr:last-child td {
            font-weight: 700;
            color: red;
        }

#scroll-on-top {
    opacity: 0; /* Đặt opacity ban đầu */
    visibility: hidden; /* Ẩn nút ban đầu */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Hiệu ứng mượt khi ẩn/hiện */
    cursor: pointer;
}

    #scroll-on-top img {
        width: 40px;
        /*height: 30px;*/
    }

    #scroll-on-top.show {
        opacity: 1; /* Hiện nút khi thêm lớp 'show' */
        visibility: visible; /* Đảm bảo nút có thể thấy được */
    }

.thumbnail_container h3 {
    min-height: 72px;
}

.leading-9 {
    min-height: 72px;
}

.product-photo-gallery {
    height: 550px;
    width: 100%;
}

    .product-photo-gallery .swiper-slide .slide-item {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        justify-content: flex-end;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        flex-direction: column;
        justify-content: center;
    }

        .product-photo-gallery .swiper-slide .slide-item .subtitle {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 400;
            font-size: 2.25rem;
            line-height: 2.5rem;
        }

.product-photo-gallery-thumbs {
    height: 100%;
    width: 100%;
}

    .product-photo-gallery-thumbs .swiper-slide {
        opacity: 0.3;
    }

    .product-photo-gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }


#calltrap-btn {
    background-color: #2074a1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 90px;
    opacity: 0.7;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 90px;
    z-index: 9999;
    -webkit-animation: calltrap_opacity 3s infinite linear;
    -moz-animation: calltrap_opacity 3s infinite linear;
    -o-animation: calltrap_opacity 3s infinite linear;
    animation: calltrap_opacity 3s infinite linear
}

@media screen and (min-width: 426px) {
    #calltrap-btn {
		bottom:50px;
    }
}

#calltrap-btn.calltrap_offline {
    background-color: transparent;
}

#calltrap-ico {
    width: 90px;
    height: 90px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite
}

    #calltrap-ico:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 116px;
        background-size: cover;
        top: -14%;
        right: 0;
        background-image: url("/App_Themes/Web/assets/images/dang-ky-lai-thu/wheel.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation: calltrap_spin 3s infinite linear;
        -moz-animation: calltrap_spin 3s infinite linear;
        -o-animation: calltrap_spin 3s infinite linear;
        animation: calltrap_spin 3s infinite linear
    }

.calltrap_offline #calltrap-ico {
    -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    animation: uptocallmini_offline 1.5s 0s ease-out infinite
}

#calltrap-overlay {
    background-color: #191919;
    background-color: rgba(25, 25, 25, 0.9);
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: none
}

    #calltrap-overlay .b-calltrap-overlay {
        display: table;
        width: 100%;
        height: 100%
    }

    #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__body, #calltrap-overlay .b-calltrap-overlay__footer {
        display: table-row;
        padding: 0;
        margin: 0
    }

    #calltrap-overlay .b-calltrap-overlay__header-block, #calltrap-overlay .b-calltrap-overlay__body-block, #calltrap-overlay .b-calltrap-overlay__footer-block {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    #calltrap-overlay .b-calltrap-overlay__body-block {
        padding: 0 0px
    }

    #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__footer {
        height: 1px
    }

    #calltrap-overlay .b-calltrap__container {
        background-color: white;
        border: 5px solid #2074a1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        padding: 0;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.3;
        position: relative;
        font-family: Tahoma, Arial, self-serif !important
    }

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-overlay .b-calltrap__container {
        width: 290px
    }
}

#calltrap-overlay .b-calltrap__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    #calltrap-overlay .b-calltrap__close:hover {
        opacity: 1
    }

#calltrap-success, #calltrap-form {
    display: block
}

    #calltrap-success .b-calltrap_form__fields, #calltrap-form .b-calltrap_form__fields {
        margin: 20px 25px 35px
    }

    #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
        font-size: 20px;
        margin: 0 0 17px;
        text-align: left
    }

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
        padding-right: 20px
    }
}

#calltrap-success .b-calltrap_form__text, #calltrap-form .b-calltrap_form__text {
    text-align: left
}

    #calltrap-success .b-calltrap_form__text p, #calltrap-form .b-calltrap_form__text p {
        margin: 0 0 0.55em
    }

#calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 15px 0;
    height: 44px;
    line-height: 40px;
    background-color: white;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
        margin-bottom: 13px
    }
}

#calltrap-success .b-calltrap_form__input.error, #calltrap-form .b-calltrap_form__input.error {
    background-color: #ffc0c0;
    color: red;
    border-color: red
}

#calltrap-success .b-calltrap_form__input:disabled, #calltrap-form .b-calltrap_form__input:disabled {
    background-color: #eee;
    border-color: #bdbdbd;
    cursor: default
}

#calltrap-success .b-calltrap_form__input:focus, #calltrap-form .b-calltrap_form__input:focus {
    border: 2px solid #2074a1
}

#calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2074a1;
    border: 2px solid #2074a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    height: 44px;
    line-height: 40px;
    outline: medium none;
    display: inline-block;
    width: 180px;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
        width: 100%
    }
}

#calltrap-success .b-calltrap_form__submit:hover, #calltrap-form .b-calltrap_form__submit:hover {
    background-color: #1c658c
}

#calltrap-success .b-calltrap_form__submit:disabled, #calltrap-form .b-calltrap_form__submit:disabled {
    background-color: #bdbdbd !important;
    cursor: default
}

#calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
    margin: 20px 0 0;
    padding: 0;
    padding: 0 200px 0 0
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
        padding: 0
    }
}

#calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
    position: relative;
    float: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
        float: none
    }
}

#calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
    margin-left: -100%;
    width: 100%
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
        margin-left: 0
    }
}

#calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
    margin-right: -200px;
    overflow: visible;
    width: 200px;
    text-align: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
        margin-right: 0;
        width: auto;
        text-align: left
    }
}

#calltrap-success .b-calltrap_form__controls-clear, #calltrap-form .b-calltrap_form__controls-clear {
    clear: both
}

#calltrap-success {
    display: none
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__submit {
    background-color: #1CB2ED
}

    #calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover {
        background-color: #2e8c1c
    }

#calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus {
    border-color: #1CB2ED
}

#calltrap-overlay.calltrap_offline .b-calltrap__container {
    border-color: #1CB2ED
}

@-webkit-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }

    57% {
        opacity: 0.75
    }

    75% {
        opacity: 0.95
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }

    57% {
        opacity: 0.75
    }

    75% {
        opacity: 0.95
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }

    57% {
        opacity: 0.75
    }

    75% {
        opacity: 0.95
    }

    100% {
        opacity: 1
    }
}

@keyframes calltrap_opacity {
    0% {
        opacity: 1
    }

    57% {
        opacity: 0.75
    }

    75% {
        opacity: 0.95
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-o-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-webkit-keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120;
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-moz-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-o-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px #89d3f1, 0 0 12px 10px transparent, 0 0 12px 14px #89d3f1;
        box-shadow: 0 0 8px 6px #89d3f1, 0 0 12px 10px transparent, 0 0 12px 14px #89d3f1
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

.tooltiptext {
    width: 100px;
    background-color: #b22;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 150px;
    position: fixed;
    bottom: 70px;
    cursor: pointer;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 1;
    transition: opacity 1s;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    #calltrap-btn:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 1440px) {
    .tooltiptext {
    }
}

@media screen and (min-width: 1600px) {
    .tooltiptext {
    }
}

@media screen and (min-width: 1920px) {
    .tooltiptext {
    }
}

@media screen and (min-width: 2560px) {
    .tooltiptext {
    }
}

@media screen and (max-width: 767px) {
    #calltrap-btn, #calltrap-ico, #calltrap-ico:before {
        width: 75px;
        height: 75px;
    }

        #calltrap-ico:before {
            top: 0;
        }
}

@media screen and (max-width: 425px) {
    #calltrap-btn {
        bottom: 35px;
        left: 35px;
    }

    .col-xs-3.event-date p {
        font-size: 18px !important;
    }
}

.notify-register-to-buy {
    margin-top: -120px;
    z-index: 9999;
}

.success {
    background-image: url(/App_Themes/utility/images/accept.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid rgb(0 44 95);
    background-color: rgb(0 44 95);
    color: #fff;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}

.failure {
    background-image: url(/App_Themes/utility/images/exclamation.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #EB5339;
    background-color: #FCCAC2;
    color: #AC260F;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}

