* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
}
.modern-forms {
    padding: 20px 10px;
}
@media screen and (min-width:1024px) {
    .modern-forms {
        padding: 10px 50px;
    }
}
.modern-container {
    max-width: none!important;
}
.new-bg {
    background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
}
.modern-forms .ok-btn {
    color: #fff;
    background-color: #33cabb;
    border-color: #33cabb;
    text-shadow: 0 1px rgba(0,0,0,.08);
}
.modern-forms .mdn-footer .ok-btn:hover {
    color: #fff;
    background-color: #009688;
}
.modern-forms .clr-btn {
    color: #fff;
    background-color: #F06292;
    border-color: #ee5d8d;
    text-shadow: 0 1px rgba(0,0,0,.08);
}
.modern-forms .mdn-footer .clr-btn:hover {
    color: #fff;
    background-color: #cb4a75;
}
.modern-container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 35px 50px rgba( 0,0,0,0.2 ); */
}
.mdn-footer {
    margin-bottom: 30px;
}
.modern-forms .mdn-input[disabled]+.mdn-label {
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    color: #26A69A;
}
.modern-forms .mdn-label-pos .mdn-label, .modern-forms .field-group .mdn-label, .modern-forms .mdn-input:focus+.mdn-label {
    font-size: 13px!important;
    font-weight: bold;
}
.modern-forms .mdn-textarea[disabled]+.mdn-label {
    color: #496785;
    font-weight: bold;
}
.modern-forms .mdn-input[disabled], .modern-forms .mdn-input {
    color: #34495E;
    -webkit-text-fill-color: #34495E;
    opacity: 1;
}
/* 
.modern-forms .mdn-bar:after, .modern-forms .mdn-bar:before {
    width: 50%;
} 
*/
#qrcode_data, #qrcode_data_hex {
    margin-top: 12px;
    padding: 0 0 12px 0;
    height: 100px;
}
#result_tip {
    height: 50px;
    color: red;
    -webkit-text-fill-color: red;
    opacity: 1;
}
#result_tip.ok_tip {
    color: #00da88;
    -webkit-text-fill-color: #00da88;
    opacity: 1;
}
#di_qrcode, #mot_qrcode {
    display: none;
}
.active_bk {
    display: block!important;
}
#qrcode_data_hex_fieldset {
    display: none;
}
#qrcode_data_hex {
    color: #496785;
    -webkit-text-fill-color: #496785;
    opacity: 1;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(25, 147, 147, 0.2);
    background-color: #4DB6ACB3;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(25, 147, 147, 0.1);
}
#color-bars {
    position: absolute;
    height: 9px;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    background: #0f5552;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #4DD0E1;
}

.color-bar {
    float: left;
    height: 8px;
    display: block;
    width: 10%;
}

#bar-1 {
    background: #E61875;
}

#bar-2 {
    background: #F44336;
}

#bar-3 {
    background: #FF9800;
}

#bar-4 {
    background: #FAD733;
}

#bar-5 {
    background: #4CAF50;
}

#bar-6 {
    background: #009688;
}

#bar-7 {
    background: #2196F3;
}

#bar-8 {
    background: #3F51B5;
}

#bar-9 {
    background: #9C27B0;
}

#bar-10 {
    background: #3F51B5;
}