/* Minification failed. Returning unminified contents.
(223,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(224,24): run-time error CSS1046: Expect comma, found '255'
(224,32): run-time error CSS1046: Expect comma, found '/'
(224,34): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(224,38): run-time error CSS1034: Expected closing parenthesis, found '-'
(224,38): run-time error CSS1042: Expected function, found '-'
(224,39): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(224,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(295,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(296,26): run-time error CSS1046: Expect comma, found '44'
(296,32): run-time error CSS1046: Expect comma, found '/'
(296,34): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(296,38): run-time error CSS1034: Expected closing parenthesis, found '-'
(296,38): run-time error CSS1042: Expected function, found '-'
(296,39): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(296,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(398,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(399,19): run-time error CSS1046: Expect comma, found '29'
(399,25): run-time error CSS1046: Expect comma, found '/'
(399,27): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(399,31): run-time error CSS1034: Expected closing parenthesis, found '-'
(399,31): run-time error CSS1042: Expected function, found '-'
(399,32): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(399,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(403,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(404,31): run-time error CSS1046: Expect comma, found '217'
(404,39): run-time error CSS1046: Expect comma, found '/'
(404,41): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(404,45): run-time error CSS1034: Expected closing parenthesis, found '-'
(404,45): run-time error CSS1042: Expected function, found '-'
(404,46): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(404,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(439,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(440,31): run-time error CSS1046: Expect comma, found '219'
(440,39): run-time error CSS1046: Expect comma, found '/'
(440,41): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(440,45): run-time error CSS1034: Expected closing parenthesis, found '-'
(440,45): run-time error CSS1042: Expected function, found '-'
(440,46): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(440,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(444,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(445,31): run-time error CSS1046: Expect comma, found '247'
(445,39): run-time error CSS1046: Expect comma, found '/'
(445,41): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(445,45): run-time error CSS1034: Expected closing parenthesis, found '-'
(445,45): run-time error CSS1042: Expected function, found '-'
(445,46): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(445,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1325,29): run-time error CSS1046: Expect comma, found '44'
(1325,34): run-time error CSS1046: Expect comma, found ')'
(1326,29): run-time error CSS1046: Expect comma, found '44'
(1326,34): run-time error CSS1046: Expect comma, found ')'
 */
.top-\[60vh\] {
    top: 60vh;
}

.top-\[70vh\] {
    top: 70vh;
}

.top-\[75vh\] {
    top: 75vh;
}

.bottom-\[50px\] {
    bottom: 50px;
}

@media screen and (min-width: 410px) and (max-width: 800px) {
    #floating-button .top-\[75vh\] {
        top: 80vh;
    }

    #wheel {
        display: none;
    }
}

@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;
    }

    #wheel {
        display: none;
    }
}

@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: 21px;
}

.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%;
        font-family: "HyundaiSansHead", system-ui, sans-serif;
    }

.nav-container {
    z-index: 9999;
}

.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;
}

#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 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;
    }

#toc {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: #f9f9f9;
    display: none;
}

    #toc b {
        font-size: 1.25rem;
        display: block;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #toc ul {
        list-style-type: none;
        padding-left: 0;
        margin: 10px 0 0;
    }

    #toc li {
        margin-bottom: 5px;
    }

        #toc li.level-1 {
            margin-left: 0; /* Cấp đầu tiên sát lề */
        }

        #toc li.level-2 {
            margin-left: 20px; /* Cấp 2 lùi vào 20px */
        }

        #toc li.level-3 {
            margin-left: 40px; /* Cấp 3 lùi vào 40px */
        }
    /* Thêm màu và hiệu ứng hover */
    #toc a {
        text-decoration: none;
    }

        #toc a:hover {
            --tw-text-opacity: 1;
            color: rgb(0 44 95 / var(--tw-text-opacity));
        }

#toggle-toc-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #007bff;
}

    #toggle-toc-btn:hover {
        text-decoration: underline;
    }

.logo-bo-cong-thuong img {
    height: 70px;
}

.z-max {
    z-index: 9999;
}

.max-w-\[1032px\] {
    max-width: 1032px;
}

.max-h-\[640px\] {
    max-height: 640px;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.min-h-screen {
    min-height: 100vh;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 960px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .lg\:gap-0 {
        gap: 0px;
    }
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-auto {
    overflow-y: hidden;
}

@media (min-width: 960px) {
    .lg\:border-none {
        border-style: none;
    }
}

@media (min-width: 960px) {
    .lg\:rounded-none {
        border-radius: 0px;
    }
}

.pt-\[60px\] {
    padding-top: 60px;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

@media (min-width: 960px) {
    .lg\:pt-20 {
        padding-top: 5rem;
    }
}

@media (min-width: 960px) {
    .lg\:pb-16 {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1472px) {
    .container {
        max-width: 1472px;
    }
}

.text-\[\#1D1D1F\] {
    --tw-text-opacity: 1;
    color: rgb(29 29 31 / var(--tw-text-opacity));
}

.bg-\[\#D9D9D9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.h-\[1px\] {
    height: 1px;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 960px) {
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
}

.gap-12 {
    gap: 3rem;
}

.gap-y-\[27px\] {
    row-gap: 27px;
}

.left-12 {
    left: 3rem;
}

.h-1\/2 {
    height: 50%;
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.btn-primary {
    font-size: 16px;
    font-weight: 500;
    background: #000;
    color: white;
    padding: 12px;
    transition: all 0.3sease;
}

.btn-primary:hover {
    background: #ec1c24 !important;
}

#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;
}

/* Version: 639030482988215434 */