#phone-div {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: 75vh;
    width: 37.5vh;
    border-radius: 3vh;
    border: 3vh solid black;
    position: absolute;
    padding-top: 3px;
    top: -100vh;
    right: 54px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 750;
}

#order-page-div {
    background-color: rgba(0, 0, 0, 0.5);
    color: black;
    height: 75vh;
    width: 75vw;
    border-radius: 3vh;
    border: 3vh solid black;
    border-bottom: 6vh solid black;
    position: absolute;
    padding-top: 3px;
    top: 160%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#order-page-iframe {
    width: 100%;
    height: 100%;
}

#tablet-power-off-image {
    position: absolute;
    height: 4.5vh;
    width: 4.5vh;
    top: 78.6vh;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

#phone-topbar {
    width: 100%;
    height: 5%;
    display: flex;
}

#phone-time-text {
    vertical-align: middle;
    margin: 0;
    margin-left: 2%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2vh;
    color: white;
}

#tablet-div {
    background-color: rgba(0, 0, 0, 0.5);
    color: black;
    height: 75vh;
    width: 75vh;
    border-radius: 3vh;
    border: 3vh solid black;
    position: absolute;
    padding: 3px;
    top: 1vh;
    right: 1%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#first-phone-topbar-icon {
    margin-left: 12vh;
}

#chat-phone-app {
    height: 93.7%;
    padding: 0;
}

#chat-phone-app-iframe {
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
    margin: 0;
    margin-top: 1vh;
    padding: 0;
}

#scan-phone-app {
    padding-top: 7vh;
}

#scan-app-title {
    margin: 0;
    font-size: 4vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

#scan-app-scanned-display {
    margin: 0;
    font-size: 3vh;
    width: 40vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px black;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

#scanner-image-div {
    margin: 0;
    margin-left: 1.23vh;
    height: 35vh;
    width: 35vh;
    position: relative;
    text-align: center;
}

#scanner-image {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

#scanner-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    height: 4vh;
    width: 4vh;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 50%;
}

#settings-phone-app {
    padding-top: 3vh;
}

#paint-phone-app {
    padding-top: 23vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 50%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#settings-app-title {
    margin: 0;
    font-size: 4vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

#paint-app-title {
    margin: 0;
    font-size: 4vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

#phone-home-button-div {
    position: absolute;
    top: 4.5vh;
    left: 50%;
    transform: translate(-50%, -98%);
    margin: 0;
    padding: 0;
    height: 4vh;
    width: 4vh;
    background-color: white;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}

#home-button-image {
    width: 95%;
    height: 95%;
}

#order-button {
    margin-top: 5vh;
}

.filter-invert-colors {
    filter: invert(100%);
}

.phone-color-picker {
    width: 80%;
    height: 3vh;
    border-radius: 1vh;
    border: 0.1vh solid white;
    margin-top: 1vh;
}

.phone-settings-button {
    margin: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2vh;
    margin-top: 2vh;
    padding-top: 0.65vh;
    text-align: center;
    width: 28vh;
    height: 5vh;
}

.phone-settings-button-text {
    margin: 0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
    color: white;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.settings-menu-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.phone-settings-menu-back-button {
    margin-bottom: 10vh;
}

.phone-settings-slider-div {
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2vh;
    text-align: center;
    margin-top: 2vh;
    padding-top: 0.4vh;
    text-align: center;
    width: 28vh;
    height: 6.75vh;
}

.phone-settings-slider-div-text {
    width: 100%;
    height: 2vh;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vh;
    color: white;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.phone-slider {
    width: 80%;
    height: 4vh;
}


.phone-app {
    height: 90%;
    width: 100%;
}

.phone-topbar-icon {
    margin-left: 1vh;
    width: 3vh;
    height: 3vh;
}

.top-icon {
    width: 100%;
    height: 100%;
}

.phone-app-div {
    width: 100%;
    height: 15vh;
}

.phone-app-image {
    margin: 2.5%;
    width: 95%;
    height: 11.510675vh;

}

.phone-app-table-item {
    line-height: 0;
    padding: 0;
}

.phone-app-name {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 4vh;
    margin: 0;
    margin-top: 1.5vh;
    padding: 0;
    font-weight: bold;
    font-size: 2vh;
    color: white;
}