@font-face {
    font-family: 'notosans-regular';
    src: url('../fonts/notosans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-bold';
    src: url('../fonts/notosans-bold.ttf') format('truetype');
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

ul li {
    list-style-type: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

.full {
    width: 100%;
}

.btn-dang-ky {
    padding: 10px 20px;
    border-radius: 21px;
    background-color: #72D1D7;
    color: #fff;
    font-family: 'notosans-regular', sans-serif;
}

.btn-dang-nhap {
    padding: 10px 20px;
    border-radius: 21px;
    background-color: #F69120;
    color: #fff;
    font-family: 'notosans-regular', sans-serif;
}

.header-top-content {
    font-family: 'notosans-bold', sans-serif;
    font-size: 30px;
    color: #F69120;
}

.header-top-bt {
    font-family: 'notosans-regular', sans-serif;
    font-size: 16px;
    color: #000;
}

ul.list-option-qr {
    display: flex;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

    ul.list-option-qr li {
        cursor: pointer;
        background-color: #fff;
        padding: 10px;
        width: 199px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 5px;
    }

        ul.list-option-qr li:hover, ul.list-option-qr li.active {
            border-color: #F69120;
        }



.wrapper-content-qr {
    display: flex;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

    .wrapper-content-qr div.item-qr {
        background-color: #fff;
        padding: 10px;
        width: 419px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 5px;
        min-height: 500px;
    }

.qr-url {
    padding: 165px 0;
}

.text-url-top {
    font-family: 'notosans-regular', sans-serif;
    font-size: 16px;
}

input#url-input {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0 10px;
    color: #000;
}

    input#url-input:focus {
        outline: none;
    }

.btn-qr-create {
    padding: 10px 20px;
    border-radius: 21px;
    background-color: #72D1D7;
    color: #fff;
    font-family: 'notosans-regular', sans-serif;
    font-size: 16px;
}

.btn-qr-download {
    padding: 10px 20px;
    border-radius: 21px;
    background-color: #F69120;
    color: #fff;
    font-size: 16px;
    font-family: 'notosans-regular', sans-serif;
}

select.qr-select-download.mb-3 {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #999;
    background-color: #F5F8FA;
    color: #999;
    padding: 0 10px;
}

.text-title-wrappper-right {
    font-size: 16px;
    font-family: 'notosans-bold', sans-serif;
}

.btn-upload {
    font-size: 15px;
    font-family: 'notosans-regular', sans-serif;
    color: #72D1D7;
    text-decoration: none;
}


.ul-logo {
    display: flex;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 9px;
}

    .ul-logo li {
        cursor: pointer;
        padding: 5px;
        width: 60px;
        border: 1px solid #fff;
        border-radius: 5px;
        height: 60px;
        box-sizing: border-box;
        background-color: #F5F8FA;
        text-align: center;
        font-size: 31px;
        color: #999;
    }

        .ul-logo li:hover, .ul-logo li.active {
            border-color: #F69120;
            color: #000;
        }

.ul-style .li-style-color {
    width: 120px;
}

    .ul-style .li-style-color:hover {
        border-color: #F5F8FA;
    }

.ul-frame-right li > img {
    width: 30px;
    opacity: 0.7;
}

.ul-frame-right li.active > img, .ul-frame-right li:hover > img {
    opacity: 1;
}


.header-left {
    width: 70%;
}

.header-right {
    width: 30%;
}

.tr-btn-header {
    display: none;
}

@media (min-width: 320px) {

    ul.list-option-qr li {
        width: calc(100%/2 - 10px);
    }

    .wrapper-content-qr div.item-qr {
        width: 100%;
        min-height: 300px;
    }

    .header-top-content {
        font-size: 22px;
    }

    .header-top-bt {
        font-size: 13px;
    }
}

@media (min-width: 360px) {

    ul.list-option-qr li {
        width: calc(100%/2 - 10px);
    }

    .wrapper-content-qr div.item-qr {
        width: 100%;
        min-height: 300px;
    }

    .header-top-content {
        font-size: 24px;
    }

    .header-top-bt {
        font-size: 13px;
    }
}

@media (min-width: 414px) {

    ul.list-option-qr li {
        width: calc(100%/2 - 10px);
    }

    .wrapper-content-qr div.item-qr {
        width: 100%;
        min-height: 300px;
    }

    .header-top-content {
        font-size: 28px;
    }
}

@media (min-width: 480px) {

    ul.list-option-qr li {
        width: calc(100%/2 - 10px);
    }

    .wrapper-content-qr div.item-qr {
        width: 100%;
        min-height: 300px;
    }
}

@media (min-width: 576px) {

    ul.list-option-qr li {
        width: calc(100%/2 - 10px);
    }

    .wrapper-content-qr div.item-qr {
        width: 100%;
        min-height: 300px;
    }
}

@media (min-width: 768px) {

    .wrapper-content-qr div.item-qr {
        width: calc(100%/2 - 10px);
        min-height: 300px;
    }

    .item-qr.qr-right.burger-nav {
        width: 100%;
    }

    .header-top-bt {
        font-size: 16px;
    }

    .header-top-content {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .tr-btn-header {
        display: block;
    }
}

@media (min-width: 1200px) {
    ul.list-option-qr li {
        width: calc(100%/6 - 16.9px);
    }

    .wrapper-content-qr div.item-qr {
        width: calc(100%/3 - 13.9px);
    }

    .item-qr.qr-right.burger-nav {
        width: calc(100%/3 - 13.9px);
    }
}

@media (min-width: 1400px) {
   /* ul.list-option-qr li {
        width: 199px;
    }

    .wrapper-content-qr div.item-qr {
        width: 448px;
    }*/
}


.body-mark {
    z-index: 9999999999999999;
}

.fade.in {
    opacity: 1;
}

.body-mark.active {
    display: block;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.body-mark .modal-backdrop {
    float: left;
    width: 100%;
    height: 100%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 53%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #F69120;
    border-bottom-color: #F69120;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #72D1D7;
        border-bottom-color: #72D1D7;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.bodymax {
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.header-top-download {
    font-size: 16px;
    font-family: 'notosans-bold', sans-serif;
}
