
    .luot-quay {
        border: 3px solid #ff0000;
        border-radius: 5px;
        color: #000000;
        margin-top: 10px;
        padding: 10px 20px;
    }
    
    .c-theme-btn {
        color: black;
    }
    
    .c-theme-btn:hover {
        opacity: 0.7;
    }
    
    .hover-btn:hover {
        opacity: 0.7;
    }
    
    
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .embed-container {
        position: relative;
        padding-bottom: 45.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @media only screen and (max-width: 640px) {
        #bonus {
            width: 35% !important;
        }
    }
    
    #bonus {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 13%;
        z-index: 1000;
        cursor: pointer;
    }

    .ui-autocomplete {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .input-group-addon {
        background-color: #FAFAFA;
    }
    
    .input-group .input-group-btn>.btn,
    .input-group .input-group-addon {
        background-color: #FAFAFA;
    }
    
    .modal {
        text-align: center;
    }
    
    @media screen and (min-width: 768px) {
        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 100%;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1200px) {
        .c-layout-header-fixed.c-layout-header-topbar .c-layout-page {
            margin-top: 245px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .modal-dialog:before {
            margin-top: 75px;
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 100%;
        }
        .modal-dialog {
            width: 100%;
        }
        .modal-content {
            margin-right: 20px;
        }
    }
    
    .modal-dialog {
        display: inline-block;
        text-align: left;
    }
    
    .mfp-wrap {
        z-index: 20000 !important;
    }
    
    .c-content-overlay .c-overlay-wrapper {
        z-index: 6;
    }
    
    .z7 {
        z-index: 7 !important;
    }
    
    .sa-header {
        position: relative;
    }
    
    .c-content-title-1>h3 {
        color: #fff !important
    }

    