body {
    background-color: #D52464; 
    font-family: 'Roboto', sans-serif;
}
a {
     color: black;
}
 h3 {
     margin-top: 0.3em;
     margin-bottom: 0.3em;
}
 p {
     margin-top: 0.3em;
     margin-bottom: 0.3em;
}
 .asset-img-container {
     height: 140px;
     width: 140px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     margin-top: auto;
     margin-bottom: auto;
     position: relative;
     cursor: pointer;
}

video.asset-img-container{
     margin-top: auto;
     margin-bottom: auto;
}
.add-new-div {
    margin-right: 150px;
    margin-bottom: 50px;
}
.add-new-div button {
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 40px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}
.asset-text-container {
     margin-left: 30px;
     font-size: 20px;
     line-height: 1.4em;
     position: relative;
     width: 100%;
}
.asset-text-container div{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .choose-nft-section {
     max-width: fit-content;
     margin-right: auto;
     margin-left: auto;
}
.click-image{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    color: white;
    font-size: 24px;
    width: fit-content;
    height: fit-content;
    pointer-events: none;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: right;
}
.close:hover, .close:focus {
     color: black;
     text-decoration: none;
     cursor: pointer;
}
button.close-modal{
    color: black !important; 
    border: 1px solid rgba(100,100,100,0.4) !important;
}
.confirm{
    background-color: #025c01;
}
 .connect-device-message {
     font-size: 20px;
     visibility: hidden;
}
 .container {
     margin: 0px auto 180px auto;
     width: 70%;
     position: relative;
}
#customer-name{
    font-size:24px;
}
.digital-products-group-body,
.phygital-products-group-body,
.phygital-products-group-with-products-body {
    display: none;
}
.digital-products-group-header,
.phygital-products-group-header,
.phygital-products-group-with-products-header {
    padding: 15px 15px; 
    background-color: rgba(200,200,200,0.4);
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.digital-products-group-header h2,
.phygital-products-group-header h2,
.phygital-products-group-with-products-header h2 {
    margin: 0px;
}
.digital-products-group-header-icon,
.phygital-products-group-header-icon {
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    font-size: 30px;
}
.digital-products-groups-extra-media,
.phygital-products-groups-raspberry,
.phygital-products-groups-product-group{
    padding: 15px 10px; 
    position: relative;
}
.digital-products-groups-extra-media img {
    height: 90px;
    vertical-align: middle;
}
.digital-products-group-body-icon,
.phygital-products-group-body-icon {
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    cursor: pointer;
}
.digital-products-group-body-icon i,
.phygital-products-group-body-icon i {
    font-size: 20px; 
}
.digital-products-groups-add-em,
.raspberry-groups-add-product-group {
    text-align: center;
    padding: 10px 0px;
    background-color: rgba(200,200,200,0.2);
    cursor: pointer;
}
.disconnect-device {
     font-size: 12px;
     color: red;
     text-decoration: underline;
     font-weight: 100;
     font-style: italic;
     display: block;
     margin-top: 20px;
}
 .error-pop-up {
     background-color: rgba(240, 5, 5, 0.8);
}
.error-border {
    border: 1px solid red;
}
 .extra-media-button {
     cursor: pointer;
}
.flag-login {
    display: block;
    padding: 20px;
    text-align: right;
}
.flag-login img {
    height: 20px;
    width: 35px;
    border: 1px solid rgba(0,0,0,0.3);
    cursor: pointer;
}
.gallery-asset {
    display: flex; 
    margin-top: 30px; 
    font-family: 'Roboto';
}
.insert-code {
     display: block;
     font-size: 24px;
     margin-bottom: 10px;
}
.leftbar-back {
    flex: 1;
    border-right: 1px solid rgba(0,0,0,0.7);
    margin-right: 40px;
}
.leftbar-back div {
    padding: 10px 30px;
    font-size: 22px;
    cursor: pointer;
}
.leftbar-back div.selected {
    font-weight: bold;
    text-decoration: underline;
    pointer-events: none;
}
 .link-device {
     font-size: 32px;
     padding: 10px 20px;
     font-family: 'Roboto', sans-serif;
     background-color: #D52464;
     color: white;
     border-radius: 10px;
     outline: none;
     cursor: pointer;
     box-shadow: 2px 2px rgba(0,0,0,0.1);
     border: 1px solid #D52464;
     font-weight: bold;
     display: none;
}
 .link-device:hover{
     background-color: white;
     color: #D52464;
     transition-duration: 200ms;
}
 .link-device-div {
     max-width: 420px;
     margin: 0px auto;
}
.loading {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.loading img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
 .login-button {
     background-color: black;
     color: white;
     width: 90%;
     max-width: 320px;
     height: 40px;
     font-size: 20px;
     font-family: "Roboto", Sans-serif;
     cursor: pointer;
     margin: auto;
     display: block;
     border-radius: 5px;
     font-size: 18px;
     font-weight: 800;
     margin-top: 15px;
}
 .login-container {
     margin: 0px auto 0px auto;
     width: 30vw;
     background-color: white;
     padding: 0px 0px 80px 0px;
     border-radius: 10px;
}
 .login-container input {
     background-color: white;
     font-family: "Roboto", Sans-serif;
     font-weight: 400;
     display: block;
     margin: 10px auto;
     height: 40px;
     width: 90%;
     max-width: 320px;
     border-radius: 5px;
     border: 1px solid rgba(100,100,100,0.7);
     outline: none;
     font-size: 16px;
}
.login-staff input {
    background-color: rgba(100,100,100,0.1);
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    display: block;
    margin: 10px auto;
    height: 50px;
    width: 419px;
    border-radius: 5px;
    border: 1px solid rgba(100,100,100,0.7);
    outline: none;
    font-size: 20px;
}

.login-staff-button {
    background-color: black;
    color: white;
    width: 423px;
    height: 50px;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    cursor: pointer;
    margin: auto;
    display: block;
    border-radius: 5px;
    font-size: 20px;
}
.logo-container {
    margin-top: 30px;
}
.logo-container p {
    text-align: center;
    font-size: 34px;
    margin: 0px;
    color: black;
}
 .logo-img {
     width: 600px;
     margin: 0px auto;
     display: block;
}
 .main-tab {
     min-height: 200px;
     border: 1px solid white;
     padding: 40px 40px;
     background-color: white;
     border-radius: 15px 15px 15px 15px;
     max-width: 100%;
}
.menu {
    text-align: center;
    margin-bottom: 30px;
    display: block;
} 
.menu-bars-mobile {
    text-align: right;
    color: white;
    font-size: 50px;
    cursor: pointer;
    display: none;
}
.modal-back {
     display: none;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(200,200,200,0.8);
}
.modal-back-content {
    text-align: left; 
    width: 750px;
    background-color: #fefefe;
    margin: 300px auto;
    padding: 20px;
    border: 1px solid #888;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 10px;
    font-size: 22px;
    line-height: 2.2rem;
}
.modal-back-content button {
    background-color: black;
    color: white;
    font-size: 22px;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
}
.modal-back-content div {
    margin: 20px 0px;
}
 .modal {
     display: none;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(200,200,200,0.8);
}
 .modal button {
     color: white;
     padding: 5px 10px;
     font-size: 24px;
     border-radius: 5px;
     border: none;
     outline: none;
     cursor: pointer;
}
 .modal-content {
     background-color: #fefefe;
     margin: 300px auto;
     padding: 20px;
     border: 1px solid #888;
     width: 80%;
     border: 1px solid rgba(100,100,100,0.2);
     width: 400px;
     border-radius: 10px;
     font-size: 22px;
     line-height: 2.2rem;
     text-align: center;
}
 .modal-content-nft{
     background-color: #fefefe;
     margin: 50px auto;
     padding: 10px 20px;
     border: 1px solid #888;
     width: fit-content;
     height: 80vh;
     border: 1px solid rgba(100,100,100,0.2);
     border-radius: 10px;
     font-size: 22px;
     line-height: 2.2rem;
     text-align: center;
}
 .modal-content-nft img,
 .modal-content-nft video{
     height: 100%;
 }
#modal-confirm-disconnect-raspberry p {
    margin: 15px 0px 30px 0px;
}
 .move-arrow {
     transform: rotate(90deg);
     transition: transform 700ms;
}
.my-area-title {
    text-align: center;
    font-size: 38px;
    margin-top: 0px;
}
.my-area-intro-text {
     text-align: center;
     font-size: 18px;
     max-width: 70%;
     margin: auto;
}
#nfts-standard-products {
    font-size: 24px; 
    margin-right: 50px;
}
 .nft-div {
     display: inline-block;
     text-align: center;
     margin: 10px;
     position: relative;
}
.nft-div-first-child {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 10px;
    padding-top: 20px;
    cursor: pointer;
    width: 190px;
    height: 190px;
    margin-bottom: 20px;
}
.nft-div-second-child {
    color: white;
    background-color: blue;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 5px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}
.nft-list-filters-div {
    margin-bottom: 40px;
    font-size: 24px;
}
.subtab {
    flex: 7;
    font-size: 24px;
}
.orders-table {
    width: 100%; 
    text-align: left;
}
.overlay-nft {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
}
 .phygi {
     text-align: center;
     font-size: 42px;
     margin: 30px 0px;
     font-weight: bold;
}
 .phygi img {
     max-width: 300px;
     border: 1px solid rgba(100,100,100,0.1);
}
 .phygi-code-input {
     font-size: 60px;
     max-width: 90%;
     border-radius: 5px;
     padding: 10px 10px;
     background-color: rgba(100,100,100,0.1);
     box-sizing: border-box;
     text-align: center;
     text-transform:uppercase
}
.phygi-list {
    text-align: center;
}
 .phygi-list-container {
     margin-top: 70px;
     text-align: center;
     font-size: 32px;
}
 .pop-up {
     position: fixed;
     top: 40px;
     right: 30px;
     color: white;
     padding: 10px 20px;
     border-radius: 5px;
     font-size: 34px;
     opacity: 0;
     transition-property: opacity;
     transition-duration: 1500ms;
}
 .save-phygi-code-button {
     display: block;
     margin-right: auto;
     margin-left: auto;
     margin-top: 10px;
     font-size: 30px;
     font-family: 'Roboto', sans-serif;
     background-color: #025c01;
     color: white;
     border-radius: 5px;
     padding: 5px 10px;
     width: 90%;
     cursor: pointer;
}
 .save-playlist-button {
     font-size: 34px;
     font-family: 'Roboto', sans-serif;
     background-color: #026e01;
     color: white;
     border: none;
     outline: none;
     padding: 5px 10px;
     border-radius: 5px;
     cursor: pointer;
     margin-bottom: 20px;
     margin-top: 15px;
}
.search-real-product-icon {
    cursor: pointer;
}
.section-title {
    text-align: center;
    color: #D52464;
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}
.see-more-p {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px !important;
}
 .selected {
     border-color: blue;
}
.digital-product-div,
.phygital-product-div,
.back-extra-media-div {
    width: 300px;
    border: 1px solid rgba(100,100,100,0.5);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}

.digital-product-div img,
.phygital-product-div img {
    height: 150px;
    max-width: 100%;
}
.digital-product-div p,
.phygital-product-div p,
.back-extra-media-div p{
    font-size: 20px;
    line-height: 1.5em;
}
.subtab-list-container {
    display: flex;
    flex-wrap: wrap;
}
 .success-pop-up {
     background-color: rgba(2, 110, 1, 0.8);
}
 .tab-title {
     display: inline-block;
     padding: 20px;
     cursor: pointer;
     color: white;
     font-size: 20px;
}
.tab-flag {
    display: inline-block;
    padding: 20px;
    cursor: pointer;
}
.tab-flag img {
    height: 25px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0.3);
}
.tab-title-selected {
    text-decoration: underline; 
    font-weight: 600;
    pointer-events: none;
}
tr>td,
tr>th {
     padding: 12px 8px;
}

.zoomed-nft {
    height: 92%;
}
 @media (max-width: 1200px) {
     .login-container {
         width: 70vw;
    }
     .logo-img {
         max-width: 90%;
    }
}

 @media (max-width: 767px) {
    .asset-img-container {
         flex: 1;
    }
    .asset-text-container {
         font-size: 16px;
         margin-left: 15px;
         flex: 2;
    }
    .choose-nft-section {
         display: block;
    }
     .container {
         width: 90%;
    }
    #customer-name{
        font-size: 20px;
    }
    .login-container {
         width: 90vw;
         margin-top: 30px;
         margin-bottom: 90px;
    }
     .login-container input {
         font-size: 14px;
    }
    .login-staff-button {
        width: 90%;
    }

    .login-staff input {
        width: 90%;
    }
    .main-tab {
         padding: 30px 10px;
    }
    .menu {
        position: absolute;
        background-color: #D52464;
        z-index: 1;
        width: 100%;
        display: none;
        padding-bottom: 20px;
        margin-top: 100px;
    }
    .menu-bars-mobile {
        display: block;
        margin-bottom: 20px;
    }
    .modal-content {
        margin: 180px auto;
        max-width: 90%;
        padding: 10px;
    }
     .my-area-intro-text {
         max-width: 90%;
    }
     .nft-div {
         margin: 10px auto;
    }
    .nft-list-filters-div {
        font-size: 20px;
    }
    .nft-list-filters-div * {
        margin: 7px 0px;
    }
    .orders-table {
        font-size: 18px;
    }
     .phygi-code-input {
         font-size: 50px;
    }
    .section-title {
        margin: 0px 0px 30px 0px;
    }
     .tab-title {
         padding: 15px;
         display: block;
    }
    .tab-flag {
         padding: 15px;
         display: block;
    }
    #nfts-standard-products {
        font-size: 22px;
    }
}