*{
    margin: 0;
    padding: 0;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Advent Pro';
    overflow: hidden;

}
#model, #webgl{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    font-family: 'Advent Pro';

}

#help{
    width: 100%;
    height: 100%;
    font-family: 'Advent Pro';
}
#loading-screen{
    width: 100%;
    height: 100vh;
    margin: 0;
    background-image: url("./assets/UI/nepo.gif");
    background-size: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    text-align: center;
    font-family:'Advent Pro'
}
#loading-anim{
    position: relative;
    top: 65vh;
}

/*----------------*/
/*-----Top UI-----*/
/*----------------*/
.ui-top{
    position: fixed;
    background-color: #006BB7;
    top: 0;
    z-index: 3000;
    width: 100%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
#btn-back{
    position: fixed;
    left: 0;
    top: 0;
    margin: 6px;
}
#model-title{
    margin: 6px;
    display: inline-block;
    user-select: none;
    
}
h3{
    display: inline;
    font-weight: 700 !important;
    color: white !important;
}
.ui-logo{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 310px;
    height: 57px;
    display: flex;
    align-items: center;
    background-color: #fdfdfd;
    padding: 10px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    box-shadow: 8px 6px 13px 2px rgb(161, 161, 161);
}

.ui-logo img {
    width: 100%;
}


.poen-logo{
    width: 35%;
    user-select: none;
    margin-left: -10px;
}
.cristal-logo{
    width: 35%;
    user-select: none;
}
@media (max-width: 600px) {
    .poen-logo{
        display: none;
    }
    .cristal-logo{
        display: block;
    }
}
@media (min-width: 600px) {
    .poen-logo{
        display: block;
    }
    .cristal-logo{
        display: none;
    }
}

/*----------------*/
/*---Side UI---*/
/*----------------*/
#ui-side{
    position: fixed;
    left: 25px;
    top: 55%;
    max-height: 390px;
    z-index: 5;
    transform: translateY(-50%);
    user-select: none;
    font-family: 'Advent Pro';
    background-color: rgba(234, 238, 241, 0.9);
    border-radius:23px;
    width: 350px;
    height: 360px;
    display: none;
    flex-direction: column;
    padding-left: 3px;
}
#side-btns{
    position: fixed;
    right: 0;
    top: 50vh;
    z-index: 3;
}
#close-btn{
    opacity: 0.75;
    width: 35px;
    z-index: 6;
    top: 17px;
    right: 10px;
    width: 35px;
    height: 35px;
    color: white;
}
#close-btn:hover{
    opacity: 1;
    cursor: pointer;        
}
#offcanvasRight{
    z-index: 50;
    font-family: 'Advent Pro';
    color: #235498;
    top: 50px;
}
.offcanvas-title{
    display: inline;
    font-weight: 700 !important;
    color: #235498;
}
h5{
    display: inline;    
}
.visible-eye{
    float: right;
}
.visible-eye:hover{
    cursor: pointer;    
}
.bar-side{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}


/*----------------*/
/*---Bottom UI---*/
/*----------------*/
.ui-bottom{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30000;
	display: none;
}


#partes-title{
    font-size: 18px;
    background-color:#006BB7;
    color: white;
    border-radius: 13px;
    padding: 7px 5px;
    display: none;
    margin-bottom: 10px;
    width: 286px;
    height: 40px;
    text-align: left;
    padding-left: 8px;
}
#partes-dsc{
    font-size: 18px;
    background-color: #e8ecf0;
    color: black;
    border-radius: 15px;
    padding: 15px;
    display: none;
    overflow-y: scroll;
    box-shadow: inset 4px 7px 22px -7px rgba(166,176,191,1);
    width: 286px;
    height: 280px;
    margin-top: -15px;
}
.center-btns{
    max-width: 60vw;
    text-align: center;
    margin-bottom: 10px;
    z-index: 10;
}
.btn-group,.btn-group.colors {
    max-width: 30vw;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 23px 42px 71px 3px rgba(166,176,191,1),  -8px -5px 9px 0px rgba(255,255,255,0.75) !important;
    height: 50px;
}

.btn-group.colors{
    max-width: 400px;
    width: 400px;
}

.center-btn-grp{
    margin-left: 5px;
    margin-right: 5px;
    width: 150px;
    height: 50px;
}
@media (max-width: 600px) {
    #navigation{
        display: none;
    }
}
.btn-primary{
    background-color: #006BB7 !important;
    border: none !important;
}
.btn-primary:hover{
    background-color: #005592 !important;

}
.img-btn{
    height: 18px;
}

#draw-image{
    width: 30px!important;
    height: 30px!important;
}
.white-btn:hover{
    background-color: rgb(230, 230, 230) !important;
}

/*---Changing ScrollBar---*/
::-webkit-scrollbar {
    display: none;
    width: 7px;
    padding-left: 20px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 50px;
    height: 20px;
    display: none;
    
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #006BB7; 
    border-radius: 50px;
    display: none;
    
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #005694;
    display: none;
    
}

/*-------------*/
/*---Help UI---*/
/*-------------*/
#help-info{
    margin-top: 35px;
}
.help-title{
    color: #005592;
    margin-top: 40vh !important;
    padding-left: 10vw !important;
}
#help-text{
    padding-top: 5vw;
}
.help-h4{
    font-size:xx-large;
    font-weight: bolder;
}
.help-p{
    font-size:large;
    font-weight: bolder;
}
/*Bottom controls and logo*/
#controls{
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 20%;
    text-align: center;
}
.carousel-btns{
    border: none;
    background: none;
    opacity: 1;
}
.carousel-btns:hover, .carousel-btns:focus{
    opacity: 0.7;
}
.megalabs-logo{
    width: 35%;
}

/*Right Info*/
#eye-div{
    position: relative;
    height: 90vh;
}
.help-h5{
    display: block;
    font-weight: bolder;
}
@media (max-width: 769px) {
    #eye-div{
        height: 70vh;
    }
    .help-title{
        margin-top: 5vh !important;
    }
    #help-info{
        text-align: center;
    }
    .megalabs-logo{
        width: 50%;
    }
}
#eye-pic{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helps{
    max-width: 100%;
    text-align: center;
    color: #005592;
}

/*Free drawing canvas*/
#canvasContainer, #canvasContainer canvas{
    position: absolute;
    z-index: 5;
}
.canvas-disable, .container-disable{
    display: none !important;
}
#webgl{
    z-index: 0;
}


.commands {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    margin: 0;
    height: 54px;
    pointer-events: all;
}
.disabled{
    pointer-events: none;
    opacity: 0.45;
}

.unavailable{
    pointer-events: none;
}
.unavailable img {
    opacity: 0.3;
    
}


/*Menu-Bottom*/

.ui-bottom-folded{
    position: fixed;
    bottom:0;
    left: 50%;
    width: 700px;
    height: 80px;
    transform: translateX(-50%);
    background-color: #dde2e5;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    z-index: 200;
}
.open-menu{
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #dde2e5;
    transform: translateX(-50%) ;
    top: -45px;
    left: 50%;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    padding: 10px;
    z-index: -1;
    cursor: pointer;
}
.open-menu img {
    width: 34px;
    height: 27px;
    pointer-events: none;
    z-index: -10000;
}

.btn-command img{
    width: 34px;
    height: 27px;
    margin-bottom: 8px;
}



.open-menu .btn{
    background-color: #e6e9ed !important;
}
.center-btn-grp{
    width: 200px;
    border-radius: 50px;
}

.img-square {
    width: 30px;
    height: 30px;
}

.btn-action {
    width: 51px;
    height: 51px;
    
}
.btn-action button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.btn-action img{
    width: 33px;
    height: 30px;
    margin: 0;
}
.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

.btn-group{
    border-radius: 15px!important;
}

.btn-actions{
    background-color: #0d9963;
}

button .toolTip {
    font-size: 15px;
    background-color: rgb(42, 105, 175);
    color: #ffffff;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    pointer-events: none;
    display: inline-block;
    white-space: nowrap;
    padding: 8px;
}
button .toolTip::before {
    position: absolute;
    content: "";
    border-width: 10px;
    border-color: rgb(43, 107, 176) transparent transparent;
    border-style: solid;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    opacity: 0;
}
button:hover {
    overflow: visible;
}
button:hover span,
button:hover span::before {
    opacity: 1;
}

.help{
    position: absolute;
    background-color: #2a6ab0;
    border: none;
    width: 54px;
    height: 54px;
    bottom: 13px;
    right: -70px;
    border-radius: 12px;
}
.help img {
    width: 30px;
}

#arrow{
    transform: rotateZ(180deg);
}

.paint-menu{
    position: absolute;
    /*top: -307px;*/
    top: 50px;
    width: 54px;
    height: 300px;
    background-color: #ccd6da;
    border-radius: 9px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
    z-index: 2;
}

.picker-option{
    width:55px;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#color-picker{
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    }
#screenshot-picker{
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.picker-option:hover{
    background-color: transparent!important;
}
.picker-option img{
    width:37px;
    height: 37px;
    pointer-events: none;
}
.color-options{
    position: absolute;
    bottom:-4px;
    right: 19px;
    width:46px;
    height: 160px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-evenly;
    opacity: 0;
    pointer-events: none;
    margin-bottom: -5px;
}
.color{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 7px solid #e7ebef;
    cursor: pointer;
}
.color:nth-child(1) {
    background-color: #070707;
}
.color:nth-child(2) {
    background-color: #e10613;
}
.color:nth-child(3) {
    background-color: #fdfd00;
}
.color:nth-child(4) {
    background-color: #3aa935;
}
.size-options{
    position: absolute;
    bottom: -4px;
    right: 98px;
    width:46px;
    height: 100px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 4px;
}
.size{
    width: 37px;
    height: 37px;
    border-radius: 100px;
    border: 4px solid #e7ebef;
    cursor: pointer;
    background-color: #60acf3;
}
.size:nth-child(2) {
    width: 22px;
    height: 22px;
}
.size:nth-child(3) {
    width: 16px;
    height: 16px;
}
#toggle-switch {
    width: 50px;
    height: 25px;
    border-radius: 25px;
    border: none;
    background-color: #ddd;
    position: relative;
    transition: background-color 0.2s;
}
#toggle-switch::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    transition: transform 0.2s;
}
#toggle-switch.active {
    background-color: #006ab6;
}
#toggle-switch.active::before {
    transform: translateX(25px);
}
.btn {
    border: none !important;
    outline: none !important;
    z-index: 20;
    transition: none;
}
.btn:hover {
    border: none !important;
    outline: none !important;
}
.btn-control:hover {
    background-color: #cfdce3 !important;
}
.btn-action:hover {
    background-color: #cfdce3 !important;
}
.btn.btn-command:hover {
    background-color: #cfdce3 !important;
}
.tip-mobile{
    display: none;
}
.center{
    position: absolute;
    top:-100px;
    right: 0;
    width:40px;
    height: 40px;
    background-color: transparent;
    border: none;
    display: none;
}
.center img {
    width: 30px;
    height: 30px;
}

.selected{
    border-color: #005592 !important;
}

.instructions{
    position: absolute;
    width: 1000px;
    height: 500px;
    background-color: #dbdfe2;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    margin-top: 17px;
}

.info-instruction{
    position: relative;
    width: 93%;
    height: 90%;
    background-color: #e7ebee;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0px rgba(178, 189, 205, 0.57),  -8px -5px 9px 0px rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    justify-content: center;

}
.info-instruction h2 {
    color: #006ab6;
    font-weight: bold;
    font-size: 30px;
}
.info-instruction h4 {
    color: #006ab6 !important;
    font-size: 22px;
}
.info-instruction p {
    font-size: 20px;
    font-weight: normal;

}

.img-eye{
    width: 400px;
}

.close-btn, .left-btn, .right-btn{
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}


.close-btn{
    right: -14px;
    top:-18px;
}
.left-btn{
    left: -15px;
    top: 45%;
}
.right-btn{
    right: -15px;
    top: 45%;
}

.instructions-1{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: "Advent Pro", serif;

}
.vertical-instruction{
    width: 45%;
    height: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.instructions-2, .instructions-3{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: start;
    font-family: "Advent Pro", serif;
    flex-direction: column;
    padding: 20px;
    display: none;
    overflow: scroll;

}

.instructions-2 h4, .instructions-3 h2 {
    color: #006ab6;
    font-weight: bold;
    font-size: 30px;
}

.title-instructions-3 h2, .title-instructions-2  h2 {
    width: 180px;
    text-align: center;
}


.instructions-2 h4, .instructions-3 h4 {
    color: #006ab6 !important;
    font-size: 22px;
    font-weight: normal;
    width: auto;

}

.instructions-2 p {
    font-size: 20px;
    font-weight: normal;

}
.title-instructions-2, .title-instructions-3{
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: start;
    padding-bottom: 35px;
    padding-left: 20px;
    align-items: end;
}
.eye-explanation, .shortcuts-explanation{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.shortcuts-explanation {
    width: 75%;
}

.dialogue{
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    height: auto;
    margin-bottom: 20px;
}
.control-bar-img{
    width: 60%;
}
.dialogue img{
    width: 120px;
}
.dialogue h2{
    font-size: 24px;
}
.dialogue h5{
    font-size: 17px;
    text-align: center;
}
.control-bar-img{
    width: 400px !important;
    margin-top: -5px;
    margin-bottom: -20px;
}

.short-cut-button{
    width: 83px;
    height: 80px;
    background-color: #e3e8e9;
    border-radius: 17px;
    box-shadow:  -8px -5px 9px 0px rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;

}


.square{
    width: 75%;
    height: 75%;
    border-radius: 10px;
    border: 3px #717a8f solid;

}
.square p {
    font-family: "Arial", serif;
    color: #717a8f ;
    display: block;
    margin-left: 10px;
    font-weight: lighter;
    margin-top: 3px;

}
.short-cut h2 {
    font-size: 18px;
    text-align: center;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.short-cut-mixed{
    display: flex;
    align-items: center;
    margin-bottom: -20px;
}
.short-cut-mixed h1{
    font-family: "Advent Pro";
    font-size: 70px;
    color: #737d91;
    margin: 10px;
}

.short-cut-mixed p {
    display: block;
    margin-left: 14px;
    margin-top: 10px;
}

.auto-size-bottom{
    width: auto!important; padding-left:60px; padding-right:60px;

}
@media screen and (max-width: 1200px) {
    .ui-logo {
        width: 30vw;
        max-width: 260px;
    }
    .instructions{
        position: absolute;
        width: 880px;
      ;
    }
}

@media screen and (max-width: 950px) {
    .instructions{
        position: absolute;
        width: 80vw;
        height: 70vh;
        margin-top: 30px;
        min-height: 400px;
    }
    .instructions-1{
        flex-wrap: wrap ;
        overflow: scroll;
        margin: 0;

    }
    .vertical-instruction{
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .vertical-instruction img {
        width: 300px;
        margin-top: -70px;
    }
    .title-instructions-3 h4,  .title-instructions-2 h4 {
        font-size: 18px;
    }


    .shortcuts-explanation{
        height: 80%;
        margin-top: 20px;
        margin-bottom: -20px;
    }
    .shortcuts-explanation h2{
        font-size: 15px;
        height: 50px;
    }
    .shortcuts-explanation p{
        font-size: 13px;
    }
    .shortcuts-explanation {
        width: 100%;
    }
}

@media screen and (max-width: 830px) {
    .help{
        top:-48px;
        right: 0;
        width:40px;
        height: 40px;
    }
    .help img  {
        width: 23px;

    }
    .left-btn{
        left: -15px;
        top: 60%;
    }
    .right-btn{
        right: -15px;
        top: 60%;
    }
    .title-instructions-3, .title-instructions-2{
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;

    }
    .eye-explanation{
        margin-top: 20px;
        margin-bottom: 80px;
    }



}

@media screen and (max-width: 710px) {

    .auto-size{
        min-width: 60%;
    }
    .commands {
        height: 14px;
    }
    .btn-command{
        height: 14px;
    }
    .btn-group.colors{
        max-width: 345px;
        width: 345px;
        height: 44px;
    }
    .btn-group.colors img {
        width: 28px;
        height: 28px;
    }
    .picker-option{
        width: 35px;
    }
    
    .ui-bottom-folded {
        width: 97vw;
    }
    .btn-action img {
        width: 18px;
        height: 18px;
    }
    .btn-action {
        width: 41px;
        height: 41px;
    }
    .center-btn-grp {
        
        width: 140px;
        height: 40px;
    }
    .img-square {
        width: 20px;
        height: 20px;
    }
    .rotate-img{
        width: 20px;
        height:15px;
    }
    .btn-group.time-actions{
        width: 100px;
        height: 40px;
    }
    .btn-command{
        height: 40px;
    }
    .btn-command img{
        width: 23px;
        height: 17px;
        margin: 0;
    }
    
    .color-options {
        right: 17px
    }
    .size-options {
        right: 84px;
    }
    .vertical-instruction img {
        width: 240px;
        margin-top: -70px;
    }


}


@media screen and (max-width: 600px) {
    .auto-size{
        min-width: 70%;
    }
    .tip-desktop{
        display: none;
    }
    .tip-mobile{
        display: inline-block;
    }
    #ui-side{
        width: 97vw;
    }
    #partes-title{
        font-size: 17px;
        width: 80vw;
        max-width: 80vw;
        height: 40px;
    }
    #partes-dsc{
        width: 80vw;
        max-width: 80vw;
        height: 120px;
    }
    #ui-side{
        left: 50%;
        top: 170px;
        max-height: 240px;
        transform: translate(-50%,-50%);
        height: 200px;
    }
    .ui-bottom-folded {
        width: 97vw;
        padding-left: 2px;
        padding-right: 2px;
    }

    #close-btn{
        width: 35px;
    }
    .control-bar-img{
        width: 300px !important;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .dialogue img{
        width: 74px;
    }
    .auto-size-bottom{
        min-width: 60% !important; padding-left:10px; padding-right:10px;

    }
}
@media screen and (max-width: 570px) {



    .btn-group.colors {
        max-width: 260px;
        width: 260px;
        height: 44px;
    }
    .btn-group.colors img {
        width: 24px;
        height: 24px;
    }
    .picker-option {
        width: 26px;
    }
    
    .color-options {
        right: 1px
    }
    .size-options {
        right: 54px;
    }
    .color{
        width: 28px;
        height: 28px;
        border: 5px solid #dae0e3;
    }
    .vertical-instruction h2 {
        font-size: 20px;
    }

    .vertical-instruction h4 {
        font-size: 16px;
    }
    .vertical-instruction p {
        font-size: 15px;
    }
    .title-instructions-3 h2, .title-instructions-2 h2{
        font-size: 20px;
    }
    .title-instructions-3 h4, .title-instructions-2 h4  {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        margin: 0;


    }
    .short-cut-button{
        width: 73px;
        height: 70px;
        margin-top: 20px;
    }
    .dialogue{
        width: 45%;
        margin-top: 20px;
    }
    .dialogue h5 {
        font-size: 15px;
    }
    .dialogue h2 {
        font-size: 20px;
    }
    .shortcuts-explanation{
        margin-bottom:-20px;
        height: auto;
    }


}
@media screen and (max-width: 470px) {
    .auto-size{
        min-width: 90%;
    }
    .center{
        display: block;
    }
    
    .open-menu{
        width:75px;
        height:75px;
        margin-top: 6px;
    }
    
    
    .btn-group.colors {
        max-width: 200px;
        width: 200px;
        height: 44px;
    }
    .btn-group.colors img {
        width: 19px;
        height:19px;
    }
    .picker-option {
        width: 16px;
    }
    
    .color-options {
        right: -4px;
        margin-bottom: -10px;
    }
    .size-options {
        right: 37px;
    }
    .size{
        width: 35px;
        height: 35px;
    }

    .control-bar-img{
        width: 210px !important;
        margin-top: 0;
        margin-bottom: 10px;
    }


}
@media screen and (max-width: 399px) {


    .btn-group.colors {
        max-width: 170px;
        width: 170px;
        height: 44px;
    }
    .btn-group.colors img {
        width: 19px;
        height:19px;
    }
    .picker-option {
        width: 10px;
    }
    #partes-dsc{
        font-size: 14px;
        width: 76vw;
        max-width: 76vw;
        height: 120px;
    }
    #partes-title{
        font-size: 14px;
        width: 76vw;
        max-width: 76vw;
        height: 40px;
    }
    
    #partes-title img{
        width: 27px;
    }
    
    #close-btn{
        width: 30px;
        height: 30px;
    }
    
    #ui-side{
        padding-left: 7px;
        padding-right: 4px;
    }
    
    .btn-group.time-actions{
        width: 70px;
        height: 40px;
        border-radius: 10px;
    }
    .btn-command{
        width: 30px;
        height: 40px;
    }
    .btn-command img{
        width: 14px;
        height: 11px;
        margin: 0;
    }
    .color-options {
        right: 5px;
        margin-bottom: -8px;

    }
    .size-options {
        right: 20px;
    }
    .size{
        width: 30px;
        height: 30px;
    }
    .size:nth-child(2){
        width: 25px;
        height: 25px;
    }
    .auto-size-bottom{
        min-width: 90% !important; padding-left:10px; padding-right:10px;

    }
}
