@font-face {
    font-family: 'UTM Gradoo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('UTM Gradoo'), url('/fonts/UTM Gradoo.ttf') format('ttf');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.login-page {
    position: relative;
}

    .login-page a, .login-page h1, .login-page h4, .login-page p {
        color: #fff;
    }

        .login-page a:hover {
            color: #089de3;
        }

    .login-page::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        background: url(../img/hero/hero-3.jpg);
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login-page .container {
        min-height: 100vh;
        z-index: 1;
        padding: 20px;
    }

    .login-page .form-holder {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 50px;
    }

        .login-page .form-holder .info,
        .login-page .form-holder .form {
            min-height: 70vh;
            padding: 40px;
            height: 100%;
        }

        .login-page .form-holder div[class*='col-'] {
            padding: 0;
        }

        .login-page .form-holder .info {
            background: #820c0d;
            background: rgba(130, 12, 13,.85);
            color: #fff;
        }

.login-page .form-holder .info h1 {
                font-size: 2em;
                font-weight: 700;
            }

            .login-page .form-holder .info p {
                font-weight: 300;
            }

        .login-page .form-holder .form {
            background: #222736;
        }

            .login-page .form-holder .form .form-group {
                position: relative;
                margin-bottom: 30px;
            }

            .login-page .form-holder .form .content {
                width: 100%;
            }

            .login-page .form-holder .form form {
                width: 100%;
                max-width: 400px;
            }

            .login-page .form-holder .form #login,
            .login-page .form-holder .form #register {
                margin-bottom: 20px;
                cursor: pointer;
                color: #fff;
            }

            .login-page .form-holder .form a.forgot-pass,
            .login-page .form-holder .form a.signup {
                font-size: 0.9rem;
                color: #089de3;
            }

            .login-page .form-holder .form small {
                color: #aaa;
            }

    .login-page label {
        cursor: pointer;
        color: #aaa;
        font-size: 0.85rem;
    }

    .login-page .checkbox-template {
        margin-right: 5px;
    }

    .login-page .copyrights {
        width: 100%;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
    }

@media (max-width: 991px) {
    .login-page .form-holder .info,
    .login-page .form-holder .form {
        min-height: auto;
        padding: 40px;
        height: 100%;
    }
}

/*
* ==========================================================
*       UTILITIES
* ==========================================================
*/
.bg-cover {
    background-size: cover;
}

.bg-gray-dark {
    background: #232736;
}

.bg-gray-darker {
    background: #202233;
}

/*
* ==========================================================
*     FORMS 
* ==========================================================
*/
.form-control {
    height: calc(2.4rem + 2px);
    border: 1px solid #444951;
    background: transparent;
    border-radius: 0;
    color: #979a9f;
    padding: 0.45rem 0.75rem;
}

    .form-control::-moz-placeholder {
        font-size: 0.9rem;
        font-family: "Muli", sans-serif;
        color: #787b82;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 0.9rem;
        font-family: "Muli", sans-serif;
        color: #787b82;
    }

    .form-control:-ms-input-placeholder {
        font-size: 0.9rem;
        font-family: "Muli", sans-serif;
        color: #787b82;
    }

    .form-control:focus {
        color: #979a9f;
        background-color: transparent;
        border-color: #089de3;
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem #37cfdc;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 207, 220, 0.25);
        box-shadow: 0 0 0 1px #37cfdc;
        box-shadow: 0 0 0 1px rgba(55, 207, 220, 0.25);
    }

.form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control:disabled, .form-control[readonly] {
        background: #444951;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.form-control-label {
    color: #777;
}

button,
input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 300 !important;
}

.custom-select {
    height: calc(2.4rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #cccccc;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #444951;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #089de3;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: transparent;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #868e96;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.input-group-text {
    background: #363a40;
    color: #cccccc;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #444951;
}

    .input-group-text .checkbox-template,
    .input-group-text .radio-template {
        -webkit-transform: none;
        transform: none;
    }

.input-group .dropdown-menu {
    padding: 15px;
    color: #777;
    border-radius: 0;
    margin-top: 5px;
}

    .input-group .dropdown-menu a {
        padding: 5px 0;
        color: inherit;
        text-decoration: none;
        display: block;
    }

        .input-group .dropdown-menu a:hover {
            color: #089de3;
            background: none !important;
        }

form label {
    font-size: .9rem;
    color: #cccccc;
}

.checkbox-template,
.radio-template {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    outline: none;
}

    .checkbox-template + label,
    .radio-template + label {
        margin-left: 15px;
    }

    .checkbox-template::before,
    .radio-template::before {
        margin-right: 10px;
        content: '';
        display: inline-block;
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background: #cccccc;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .checkbox-template::after,
    .radio-template::after {
        content: '\f00c';
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        top: 1px;
        left: 1px;
        font-size: 0.6rem;
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff;
    }

    .checkbox-template:checked::before,
    .radio-template:checked::before {
        background: #089de3;
    }

    .checkbox-template:checked::after,
    .radio-template:checked::after {
        opacity: 1;
    }

    .radio-template::before {
        border-radius: 50%;
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
    }

    .radio-template::after {
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 50%;
        content: '';
    }

    .radio-template:checked::after {
        background: #fff;
    }

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444951;
    padding: 10px 0;
    background: none;
    color: #cccccc;
}

    input.input-material.is-invalid {
        border-color: #bb414d !important;
    }

    input.input-material:focus {
        border-color: #089de3;
    }

    input.input-material ~ label {
        color: #aaa;
        position: absolute;
        top: 14px;
        left: 0;
        cursor: text;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 300;
    }

        input.input-material ~ label.active {
            font-size: 0.85rem;
            top: -10px;
            color: #089de3;
        }

        input.input-material ~ label.is-invalid ~ label {
            color: #bb414d;
        }

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-page .block {
    margin-bottom: 30px;
}


/* Remove default bullets */
ul, #myUL {
    list-style-type: none;
    font-size: .9em;
}

/* Remove margins and padding from the parent ul */
.tree {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

    .tree .card-body {
        overflow-y: scroll;
        height: 600px;
    }

.tree-sticky {
    position: fixed;
    margin-top: 00;
    top: 60px;
    width: 290px;
}
a.collapse-btn {
    color: #fff;
}
@media only screen and (min-width: 1200px) {
    .tree-sticky {
        width: 360px;
    }
}

/* Style the caret/arrow */
.caret {
    color: #454649;
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        content: "\25B6";
        color: #454649;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: block;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

ul.tree, ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        margin-left: 10px;
    }

    ul.tree li {
        margin: 0;
        padding: 0 7px;
        line-height: 20px;
        color: #454649;
        font-weight: bold;
        border-left: 1px solid #454649;
    }

        ul.tree li a {
            width: calc(100% - 12px);
            display: inline-block;
            padding: 2px 8px;
            font-size: 14px;
            font-weight: 400;
        }

            ul.tree li a:hover, ul.tree li a:focus {
                color: #036;
                background-color: #999;
                text-decoration: none;
                border-radius: 5px;
            }

            ul.tree li a.active {
                color: #aaa;
                background-color: #54575d;
                border-radius: 5px;
            }

        ul.tree li:last-child {
            border-left: none;
        }

        ul.tree li:before {
            position: relative;
            top: -0.3em;
            height: 1em;
            width: 12px;
            color: #454649;
            border-bottom: 1px solid #454649;
            content: "";
            display: inline-block;
            left: -7px;
        }

        ul.tree li:last-child:before {
            border-left: 1px solid #454649;
        }
/*
    Các nội dung diễn giải
*/

.cs-block {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    background: transparent url("/img/numbers/bg.png") no-repeat top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px 10px 30px 10px;
}
    .cs-block a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;

        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .cs-block:hover a, .cs-block:focus a {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .cs-block a i {
        margin-top: 10%;
        text-align: center;
        height: 60%;
    }
            .cs-block a i img {
                height: 100% !important;
            }

    .cs-block a ii {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        height: 60%;
        margin-top: 10%;
}
        .cs-block a ii span {
            flex-grow: 1;
        }
            .cs-block a ii span img{
                width: 100%;
            }


    .cs-block a p {
        text-indent: 0;
        text-align: center;
        margin-bottom: 10%;
        font-style: normal;
        font-size: 24px;
        line-height: 18px;
        color: #eebe48;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 24px;
        font-family: "Times new Roman";
        width: 100%;
        background: rgba(255, 255, 255, .05) url('/img/box-bg.png') no-repeat center center;
        padding: 5px;
        border-top: 1px solid rgba(255, 255, 255, .45);
        border-bottom: 1px solid rgba(255, 255, 255, .45);
    }



    .cs-block a:hover {
        background-size: 110%;
    }

        .cs-block a:hover p {
            color: #fbe384;
        }


.btn-outline-danger {
    border-color: #7c0a02 !important;
    color: #7c0a02 !important;
}

.btn-outline-danger:hover {
    background-color: #7c0a02 !important;
    color: #fff !important;
}
.page {
    font-family: "Times New Roman", Times, serif;
    color: #333 !important;
}

.page p {
    font-family: "Times New Roman", Times, serif;
    text-indent: 20px;
    text-align: justify;
    font-weight: normal;
}

    .page h1, .page h2 {
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 20px;
        font-size: 38px !important;
        line-height: 36px !important;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        width: 100%;
        color: #404041;
        background: transparent url('/img/h1_deco.png') no-repeat center bottom;
        background-size: 75%;
    }

        .page h1 span, .page h2 span {
            display: block;
            font-size: 24px !important;
            line-height: 24px !important;
            color: #000 !important;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

div.number {
    width: 100%;
}

    div.number div {
        width: 140px;
        height: 140px;
        margin: auto;
        text-align: center;
        white-space: nowrap;
        padding: 30px 0 !important;
        background: #222736 url('/img/button.png') no-repeat top center;
        background-size: 100%;
        border-radius: 10px;
    }

div.number div img {
    height: 50px;
}

div.number div img.number-only {
    height: 80px !important;
}

div.number div p {
    text-align: center;
    color: #fff;
    margin: auto;
    font-style: normal;
    text-indent: 0;
    text-align: center;
    color: #fff;
    margin: auto;
    font-style: normal;
    text-indent: 0;
    margin-top: 5px;
    color: #f3be51;
    background: transparent url('/img/button_deco2.png') repeat-y top center;
    background-size: 100%;
    border-top: 1px solid #f3be51;
    border-bottom: 1px solid #f3be51;
    text-transform: uppercase;
}

.card, .offcanvas-menu-wrapper {
    background: #ffffff url('/img/bg1.jpg') no-repeat top center
}

.page td {
    padding: 20px;
    border: 1px solid #444;
}

.page td img {
        height: 48px;
    }

/*Result page*/
.page-style {
    margin-bottom: 20px;
}
    .page-style .page-header {
        position: relative;
        height: 87px;
        background: transparent url("/img/box/bt.png") repeat-x top left;
        margin-left: 90px;
        margin-right: 86px;
        background-size: 100% 100%;
    }
        .page-style .page-header::before {
            position: absolute;
            width: 90px;
            height: 87px;
            top: 0;
            left: -90px;
            content: " ";
            background: transparent url("/img/box/tl.png") no-repeat top left;
        }
        .page-style .page-header::after {
            position: absolute;
            width: 86px;
            height: 87px;
            top: 0;
            right: -86px;
            content: " ";
            background: transparent url("/img/box/tr.png") no-repeat top left;
        }

    .page-style .page-footer {
        position: relative;
        height: 102px;
        background: transparent url("/img/box/bb.png") repeat-x bottom left;
        background-size: 100% 100%;
        margin-left: 90px;
        margin-right: 86px;
    }

        .page-style .page-footer::before {
            position: absolute;
            width: 90px;
            height: 653px;
            bottom: 0;
            left: -90px;
            content: " ";
            background: transparent url("/img/box/bl.png") no-repeat bottom left;
        }

        .page-style .page-footer::after {
            position: absolute;
            width: 86px;
            height: 653px;
            bottom: 0;
            right: -86px;
            content: " ";
            background: transparent url("/img/box/br.png") no-repeat bottom left;
        }
.page-body {
    position: relative;
    margin-left: 68px;
    margin-right: 62px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: transparent url("/img/box/bg.png") repeat-y top center;
    background-size: 100% auto;
}
    .page-body::before {
        position: absolute;
        width: 90px;
        height: calc(100% - 60px);
        top: 0px;
        left: -68px;
        background: transparent url("/img/box/bbl.png") no-repeat top left;
        background-size: 100% 100%;
        content: " ";
    }
    .page-body::after {
        position: absolute;
        width: 86px;
        height: calc(100% - 60px);
        top: 0px;
        right: -62px;
        background: transparent url("/img/box/bbr.png") no-repeat top left;
        background-size: 100% 100%;
        content: " ";
    }
/* PC 1200*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page h1, .page h2 {
        font-size: 36px !important;
    }
    .cs-block a ii {
        padding: 8px 0;
    }
}

/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-block p {
        font-size: 0.8em;
    }
    .page h1, .page h2 {
        font-size: 32px !important;
    }
    .cs-block a ii {
        padding: 4px 0;
    }
}

/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {
    .cs-block p { 
        font-size: 0.8em;
    }

    .page h1, .page h2 { 
        font-size: 28px !important;
    }

    .cs-block a ii {
        padding: 6px 0;
    }
    .page-body::before, .page-body::after, .page-style .page-footer, .page-style .page-footer::before, .page-style .page-footer::after, .page-style .page-header, .page-style .page-header::after, .page-style .page-header::before {
        background: none;
        display: none;
    }
    .page-body {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cs-block a p {
        font-size: 14px;
        line-height: 14px;
    }
}

/*Mũi tên pytago*/
.x-box {
    padding: 0;
    position: relative;
}

    .x-box table {
        margin: 0;
    }

a.x-arrow {
    position: absolute;
    display: block;
    opacity: .35;
    width: 80%;
    height: 20px;
    margin: 10px 0;
    background-color: #540e0f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    line-height: 21px;
    padding-left: 10px; 
}

    a.x-arrow:after {
        content: '';
        position: absolute;
        left: calc(100% - 20px);
        top: -50%;
        width: 40px;
        height: 40px;
        background: transparent url('/img/arrow.png') no-repeat center right;
        clear: both;
    }

a.arrow-color {
    background-color: #e3ba3f;
    color: #540e0f;
}

    a.arrow-color:after {
        background: transparent url('/img/nrrow.png') no-repeat center right;
    }

a.x-arrow:hover {
    opacity: 1;
}

.x-1 {
    left: 10%;
    top: calc(15% - 20px);
}

.x-2 {
    left: 10%;
    top: calc(50% - 20px);
}

.x-3 {
    left: 10%;
    bottom: calc(15% - 20px);
}

.y-1 {
    left: -30%;
    bottom: 45%; 
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.y-2 {
    left: 35px;
    bottom: 45%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.y-3 {
    right: -30%;
    bottom: 45%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c-1 {
    top: 45%;
    left: 10%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-2 {
    bottom: 45%;
    left: 10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-danger {
    color: #fff;
    background-color: #7C0A02;
    border-color: #7C0A02;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #820c0d;
        border-color: #820c0d;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #820c0d;
        border-color: #7C0A02;
        box-shadow: none;
    }


.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

button[value="Facebook"] {
    background-color: #3b5999;
}
    button[value="Facebook"]:before {
        content: "\e093";
        margin-right: 10px;
        font-family: "ElegantIcons"
    }
button[value="Google"] {
    background-color: #dd4b39;
}
    button[value="Google"]:before {
        content: "\e096";
        margin-right: 10px;
        font-family: "ElegantIcons"
    }

#modalRollDice .modal-body {
    height: 80vh;
}

.expert-box {
    color: #000;
}

.expert-item {
    background: #ffffff;
    background: rgba(255, 255, 255, .55);
    padding: 20px;
}

.expert-tool {
    background: #FFF;
    margin: 5px;
}
.expert-tool img {
    width: 32px;
}

.box-image img {
    padding: 50px 50px 10px 50px;
}

.news-slider {
    padding: 0 40px;
}

.news-slider a {
    display: block;
    padding: 20px;
    text-align: center;
}

.page img[style*="float: left"] {
    margin-right: 20px;
}

.page img[style*="float: right"] {
    margin-left: 20px;
}

.news-slider .owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: .35;
}
    .news-slider .owl-buttons .owl-prev {
        position: absolute;
        right: 0%;
    }

    .news-slider .owl-buttons .owl-next {
        position: absolute;
        left: 0%;
    }

.news-slider .owl-buttons:hover {
    opacity: .75;
}

/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {
    
}


ul.tn-right2 {
    position: relative;
    background: transparent url('/img/box/namebg.png') repeat-x top center;
}

ul.tn-right2::before {
    position: absolute;
    top: 0;
    width: 14px;
    height: 50px;
    right: -14px;
    content: " ";
    background: transparent url('/img/box/nameright.png') no-repeat top right;
}

.account-name .premium-0 {
    position: absolute;
    top: 0;
    left: -60px;
    width: 93px;
    height: 50px;
    content: " ";
    background: transparent url('/img/box/nameleft.png') no-repeat top left !important;
    z-index: -1;
}

.float-button1 {
    position: fixed;
    top: 80px;
    right: 25px;
    border: 1px solid #7c0a02;
    background-color: rgba(255, 255, 255, 0.75);
    color: #7c0a02;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 5px 1px #323232;
    box-shadow: 0 3px 5px 1px rgba(50, 50, 50, 0.5);
    transition: 0.3s;
    padding: 10px;
    z-index: 9;
}
.float-button1 span {
    display: inline-block;
    margin: 0;
}
    .float-button1:hover {
        background-color: #820c0d;
        color: #FFF;
    }
.float-button1:hover span {
    color: #FFF;
}


.float-button1 input {
    position: absolute;
    left: -9999px;
}

/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {
    .float-button1 {
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 0px;
        box-shadow: none;
    }

    .float-button1 span {
        display: none;
    }
}

.summary > div {
    border-bottom: 1px solid #666 !important;
    padding: 5px 0 !important;
}
.summary label {
    color: #007bff;
    font-weight: normal;
}
    .summary .text {
        color: #FFF;
        text-align: right;
        white-space: nowrap;
    }
.summary h5 {
    color: #900;
    font-weight: bold;
    text-align: left;
}

#qnmb {display: none;}