
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

header{display: none !important;}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#grid-view{
    width:100%;
    padding-bottom:4vw;
}

.container{
    width: 95%;
    height:auto;
    margin-bottom:3vw;
}

.container .title{
    width:100%;
    padding: 0.5vw 0;
    font-size:1vw;
    font-weight:bold;
}
.container .grid{
    width: 100%;
    height: auto;
    background: var(--card-bg);
    border-radius: 0.25vw;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.container .grid .header{
    left: 0;
    font-weight:bold;
    background:#eef3f1;
}
.container .grid .header div{
  font-size: 1vw;
  font-weight: bold;
  padding: 0.5vw 0;
}
.container .grid #body{
  width: 100%;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


.row{
    width:100%;
    height: 3.5vw;
    padding: 0 1vw;
    border-bottom:.08vw solid var(--border-color);
    cursor: pointer;
}
.row:hover{
    background:#fafafa;
}
.row:last-child{
    border-bottom:none;
}
.row div{
  height: 100%;
  font-size: 1vw;
}


.sort{
    width: 4%;
}
.name{
    width:22%;
    padding-left: 1.2vw;
    font-weight: bold;
}
.date{
    width:16%;
    font-size: 0.75vw;
}
.modify{
    width:20%;
    font-size: 0.75vw;
}
.status{
    width:16%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.2vw;
    font-weight: bold;
}
.actions{
    width: 6%;
}



/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

.sort-up,
.sort-down{
    width:2vw;
    padding:0;
    background:#95a5a6;

}

#body .row:first-child .sort-up{
  display: none !important;
}
#body .row:last-child .sort-down{
  display: none !important;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


.status-green{
    color:var(--success-color);
}
.status-red{
    color:var(--danger-color);
}
.status-orange{
    color:var(--warning-color);
}


.ios-switch {
    position: relative;
    display: inline-block;
    width: 2.5vw;
    height: 1vw;
    margin-top: 0.5vw;
    margin-left: 1vw;
    cursor: pointer;
}

.ios-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ios-switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9e9ea;
  border-radius: 31px;
  transition: background-color 0.3s ease;
}

.ios-switch .slider::before {
    content: "";
    position: absolute;
    height: 1vw;
    width: 1vw;
    left: 0.25vw;
    bottom: 0;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.ios-switch input:checked + .slider {
  background-color: #34c759;
}

.ios-switch input:checked + .slider::before {
  transform: translateX(1vw);
}

.ios-switch .slider:active::before {
  width: 1vw;
}
.ios-switch input:checked + .slider:active::before {
  transform: translateX(1vw); 
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


.edit ,
.share {
    width: 2vw;
    height: 2vw !important;
    padding: 0.5vw !important;
    margin: 0 0.25vw;
}
.edit svg ,
.share svg {
  width: 90%;
  height: 90%;
    fill: none; 
    stroke: white; 
    stroke-width: 2; 
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease; 
}
.edit svg path,
.share svg path{
  width: 100%;
  height: 100%;
}
.edit:hover,
.share:hover{
    background: #82c5f1;
    opacity: 0.75;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

.input-error{

    /*border:.15vw solid var(--danger-color) !important;*/
    color: red;
}














/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////// EDITOR ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#editor{

    width: 100%;
    padding-bottom: 3vw !important;

}
#editor section{
  padding: 1.5vw 1vw;
  overflow: hidden;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#editor section .title{
    font-size: 0.95vw;
    font-weight:bold;
    padding-bottom: 0.5vw;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


input[type="text"],
input[type="date"]{

    width:100%;
    height:2vw;
    border-bottom:.08vw solid lightgray !important;
    padding:  0 !important;
    margin: 0 !important;
    background:#fff;
    font-size:1.1vw;

}

input[type="file"]{

    width:100%;

    font-size:.8vw;

}

#path{
  padding: 0.5vw 0;
  color: gray;
}

#url{
  display: none !important
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#catalog{
  width: 35%;
}

#color{
  width: 15%;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#color-picker-container{
    width: 100%;
}
#color-picker-container .title{
    width: 100%;
    margin: 0 !important;
}
.color-picker-wrapper {
    width: 100%;
    gap: 0.75vw;
    padding: 0;
    background-color: var(--bg-input);
    border: 1px solid var(--border-color);
    border-radius: 10vw;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.color-picker-wrapper:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Ocultamos el input nativo pero lo expandimos para que todo el wrapper sea clickeable */
.color-picker-wrapper input[type="color"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* Vista previa del color circular */
.color-preview {
  width: 1.75vw;
  height: 1.75vw;
  border-radius: 4vw;
  background-color: #f1f1f1; /* Sincronizado con el valor por defecto */
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px var(--border-color);
  transition: transform 0.1s ease;
}

.color-picker-wrapper:active .color-preview {
  transform: scale(0.9);
}

/* Texto del código HEX */
.color-value {
  font-size: 1vw;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.25vw;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#publish{
  width: 50%;
}
#publish .date{
  width: 33%;
  padding: 0 1vw;
}
#publish .update{
    float: right;
}
#publish div div,
#publish div input{
  width: 100%;
}

#resources{
  width: 100%;
}
#resources .resource{
    width: 50%;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#image-editor{
    width: 100%;
    height: auto;
    margin-top: 1vw;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


.resource .selector{
    width: 100%;
}
.resource .selector div,
.resource .selector label{
    height: 100%;
}

.resource .selector .title {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9vw;
  font-weight: bold;
  color: #1d1d1f;
  margin-right: 1.5vw;
}

.resource .selector .custom-file-upload {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.25vw 0.5vw;
  background-color: #c6e1ff51;
  border: 1px solid #54aaff;
  color: #5195d8;
  border-radius: 0.25vw;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9vw;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
}

.resource .selector .custom-file-upload:hover {
  color: white !important; 
  border: 1px solid #0071e3 !important;
  background-color: #3e98f1 !important;
  transform: translateY(-0.01vw);
}

.resource .selector .custom-file-upload:active {
  transform: translateY(0);
  background-color: #0071e3 !important;
  color: white !important;
}

.resource .selector .name {
    width: 40%;
    height: 2vw;
    padding: 0;
    margin: 0 1vw;
    font-size: 0.9vw;
    color: #86868b;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#image-preview-container{
    width: 79vw;
    height: 35vw;
    overflow: hidden;
    border: 0.1vw dashed var(--border-color);
    border-radius: 0.6vw;
    background: #fff;
    background:var(--card-bg);
}
#cover-canvas{
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:grab;
    border: 0.5px solid lightgray;
}
#cover-canvas.dragging{
    cursor:grabbing;
}

#mobile-safe-zone {
    width: 34%;
    height: 100%;
    top: auto;
    left: auto;
    border: .15vw dashed var(--danger-color);
    pointer-events: none;
    z-index: 10;
}

#magazine-safe-zone {
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    border: .15vw dashed rgb(0, 140, 255);
    pointer-events: none;
    z-index: 10;
}

#canvas-toolbar{
    width:60%;
    margin-top:1vw;
}

#canvas-toolbar button{
    background-color: grey;
    font-size: 1vw;
    padding: 0.5vw 1vw;
    margin: 0 0.5vw;
}



/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#app-overlay{

    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(255,255,255,.50);
    backdrop-filter:blur(.3vw);
    z-index:99999;
    display:none;

}

#app-loader{

    width:25vw;
    height:12vw;
    top: auto;
    left: auto;
    background:var(--card-bg);
    border-radius:.8vw;
    box-shadow:0 .2vw 1vw rgba(0,0,0,.15);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}

.loader-spinner{

    width:3vw;
    height:3vw;
    border:.25vw solid #ddd;
    border-top:.25vw solid var(--primary-color);
    border-radius:50%;
    animation:loaderSpin 1s linear infinite;

}

@keyframes loaderSpin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

#loader-progress{
    width:18vw;
    height:.6vw;
    background:#eee;
    border-radius:.5vw;
    overflow:hidden;
    margin-top:1vw;
}

#loader-progress-bar{
    width:0%;
    height:100%;
    background:var(--primary-color);
    transition:.3s;
}


#toast-container{
    position:fixed;
    bottom:2vw;
    right:2vw;
    z-index:999999;

}


.toast{
    width:20vw;
    padding:1vw;
    margin-bottom:1vw;
    background:white;
    border-radius:.5vw;
    box-shadow:0 .2vw .8vw rgba(0,0,0,.15);

}

.toast-success{
    border-left:.4vw solid
    var(--success-color);
}

.toast-error{
    border-left:.4vw solid
    var(--danger-color);
}

.toast-warning{
    border-left:.4vw solid
    var(--warning-color);
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



/* Botón de activación en el título */
.share-trigger {
    float: right !important;
    margin-left: 1.5vw;
    padding: 0.5vw 1vw;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 0.25vw;
    cursor: pointer;
    font-size: 1vw;
}
.share-trigger svg {
    width: 1vw;
    height: 1vw;
    margin-right: 1vw;
    color: #ffffff;
}

/* Capa intermedia Overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px); /* Blur intermedio */
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ventana interna del Dialog */
#overlay .modal-content {
    position: absolute;
    width: 55vw;
    height: 35vw;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 20px;
    overflow-y: auto; /* Scroll automático */
    box-sizing: border-box;
}
#overlay .modal-content h3 {
    font-size: 1.5vw;
    text-align: center;
}

/* Botón cerrar modal */
.close-modal {
    position: absolute;
    top: 1vw;
    right: 1vw;
    background: red;
    border: none;
    border-radius: 5vw;
    font-size: 1vw;
    cursor: pointer;
}

/* Estructura Dropdowns */
.dropdown-group {
    margin-bottom: 2vw;
    border: 1px solid #e0e0e0;
    border-radius: 0.5vw;
}

.dropdown-header {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.dropdown-header span {
    cursor: pointer;
    flex-grow: 1;
}

.dropdown-body {
    padding: 1vw;
    background: #fff;
    max-height: 15vw;
    overflow-y: auto;
}

.link-item {
    padding: 5px 0;
    font-size: 1vw;
    word-break: break-all;
    border-bottom: 1px dashed #f0f0f0;
}

.link-item a {
    color: #0066cc;
    text-decoration: none;
}

/* Botón copiar */
.btn-copy {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.25 0.5vw;
    font-size: 0.9vw;
    border-radius: 0.5vw;
    cursor: pointer;
}












/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////// MOBILE ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 991px) and (orientation: portrait){

        
    #header{
        height: 0vw !important;
        padding: 0 !important;
    }

    #header .actions {
        float: left;
        width: 100%;
        height: auto;
        padding: 0vw;
        margin: 0;
    }
    
    #new{
        bottom: 5vw;
        right: 2vw;
    } 

    .actions .publish {
        position: fixed;
        width: 12vw;
        height: 22vw;
        border-radius: 15vw;
        bottom: 29vw;
        right: 2vw;
        margin-right: 1.5vw;
        box-shadow: 5px 0px 18px -3px rgba(0,0,0,0.75);
        -webkit-box-shadow: 5px 0px 18px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 0px 18px -3px rgba(0,0,0,0.75);
    }


    #header .actions .publish {
        position: fixed;
        width: 20vw;
        height: 11vw;
        border-radius: 20vw;
        bottom: 36vw;
        right: -3vw;
        margin-right: 1.5vw;
        transform: rotate(90deg);
        overflow: hidden;
    }
    #header .actions .ios-switch {
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }

    #header .actions .ios-switch .slider::before {
        content: "";
        position: absolute;
        height: 10vw;
        width: 10vw;
        left: 2vw;
        bottom: 0.5vw;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }
        

    #header .actions .ios-switch input:checked + .slider::before {
    transform: translateX(7vw);
    }

    #header .actions .ios-switch .slider:active::before {
    width: 1vw;
    }
    #header .actions .ios-switch input:checked + .slider:active::before {
    transform: translateX(7vw); 
    }


    .actions .options #save {
        bottom: 16vw;
        right: 2vw;
    }
    .actions .options #cancel {
        bottom: 2vw;
        right: 2vw;
    }




    #grid-view .container{
        overflow-x: scroll;
        margin-bottom: 6vw;
    }


    #grid-view .container .title{
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    #grid-view .container .grid{
        width: 300vw;
    }


    #grid-view .container .grid .row {
        height: 12vw;
    }

    #grid-view .container .grid .row div{
        font-size: 4vw;
    }

    .relative {
        position: relative;
        float: left;
        height: auto;
    }
    .edit, .share {
        width: 8vw;
        height: 8vw !important;
        padding: 0.5vw !important;
        margin: 0 0.5vw !important;
        background: #82c5f1;
    }
    .sort {
        width: 10%;
    }
    .sort-up, .sort-down {
        width: 11vw;
        height: 8vw !important;
        margin: 1.5vw !important;
        padding: 0;
        background: #95a5a6;
    }
    .name {
        width: 16%;
    }
    .row .ios-switch {
        position: relative;
        display: inline-block;
        width: 15vw;
        height: 7vw;
        margin-top: 0.5vw;
        margin-left: 3vw;
        cursor: pointer;
    }
    .row .ios-switch .slider::before {
        height: 6vw;
        width: 6vw;
        left: 0.25vw;
        top: 0.25vw;
    }


    .ios-switch input:checked + .slider::before {
    transform: translateX(8vw);
    }

    .ios-switch .slider:active::before {
    width: 1vw;
    }
    .ios-switch input:checked + .slider:active::before {
    transform: translateX(8vw); 
    }



    #editor section {
        width: 100%;
        padding: 3.5vw 0vw;
        overflow: hidden;
    }

    #editor section .title {
        font-size: 4vw;
        font-weight: bold;
        padding-bottom: 2.5vw;
    }

    #editor input[type="text"], input[type="date"] {
        height: 6vw;
        border-bottom: 0.25vw solid lightgray !important;
        font-size: 4vw;
    }
    #editor #path {
        font-size: 3vw;
        padding: 3.5vw 0;
        color: gray;
    }


    .color-picker-wrapper {
        width: 100%;
        gap: 0.75vw;
        padding: 2vw 0;
        background-color: var(--bg-input);
        border: 1px solid var(--border-color);
        border-radius: 10vw;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
    .color-preview {
        width: 7.75vw;
        height: 7.75vw;
        border-radius: 4vw;
        background-color: #f1f1f1;
        border: 2px solid #ffffff;
        box-shadow: 0 0 0 1px var(--border-color);
        transition: transform 0.1s ease;
    }
    .color-value {
        font-size: 5vw;
        font-weight: bold;
        color: black;
        text-transform: uppercase;
        letter-spacing: 0.25vw;
    }



    #publish .date {
        width: 100%;
        padding: 2.5vw 1vw;
    }
    #publish div input {
        width: 100%;
        height: 8vw;
        padding: 1vw 0;
        margin: 0;
        font-size: 5vw;
        line-height: 4vw;
    }



    #resources .resource {
        width: 100%;
        padding: 3vw 0;
    }
    .resource .selector {
        display: block;
        width: 100%;
    }
    .resource .selector .title {
        width: 46%;
        padding: 0 !important;
        margin-right: 8%;
        text-align: left;
        padding-top: 1.5vw !important;
    }
    .resource .selector .custom-file-upload {
        position: relative;
        float: left;
        width: 44%;
        padding: 2.25vw 2.5vw;
    }
    .resource .selector .custom-file-upload svg{
        width: 4vw;
        height: 4vw;
    }
    .resource .selector .custom-file-upload span{
        font-size: 3.5vw;
    }
        
    .resource .selector .name {
        width: 100%;
        height: 9vw;
        padding: 2vw 0;
        margin: 0 1vw;
        font-size: 3.5vw;
    }

    #image-preview-container {
        width: 95vw;
        height: 42vw;
    }

    #canvas-toolbar {
        width: 100%;
        margin-top: 6vw;
    }
    #canvas-toolbar button {
        background-color: grey;
        font-size: 5vw;
        padding: 2vw 6vw;
        margin: 0 2.5vw !important;
    }






    #app-loader {
        width: 80vw;
        height: 44vw;
        border-radius: 2vw;
        box-shadow: 0 2.2vw 2vw rgba(0,0,0,.15);
    }

    .loader-spinner {
        width: 15vw;
        height: 15vw;
        border: 2vw solid #ddd;
        border-top: 2vw solid var(--primary-color);
        margin-bottom: 3vw;
        border-radius: 50%;
    }

    #app-loader #loader-message {
        font-size: 4.1vw;
        font-weight: 600;
    }

    #loader-progress {
        width: 51vw;
        height: 1.6vw;
        background: #eee;
        border-radius: .5vw;
        overflow: hidden;
        margin-top: 4vw;
    }


    #toast-container {
        position: fixed;
        bottom: 13vw;
        right: auto;
        left: 28vw;
        z-index: 999999;
    }
    #toast-container div{
        transform: scale(3.5);
    }




    .share-trigger {
        margin-left: 1.5vw;
        padding: 1vw 2vw;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 1;
        cursor: pointer;
        font-size: 4vw;
    }

    .share-trigger svg {
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
        color: #ffffff;
    }
    .share-trigger span {
        font-size: 2.5vw;
    }


    #overlay .modal-content {
        width: 90vw;
        height: 80vh;
    }

    #overlay .modal-content h3 {
        font-size: 4.5vw;
        text-align: center;
        margin-bottom: 10vw !important;
    }

    .close-modal {
        width: 8vw;
        height: 8vw;
        top: 2vw;
        right: 2vw;
        border-radius: 5vw;
        font-size: 6vw;
        padding: 0 !important;
    }

    .dropdown-group {
        margin-bottom: 5vw;
        border: 0.25vw solid #e0e0e0;
        border-radius: 0.5vw;
    }
    .dropdown-header{
        padding: 2vw
    }
    .dropdown-header > span{
        font-size: 4vw;
    }
    .btn-copy {
        background: #28a745;
        color: white;
        border: none;
        padding: 1.25vw 2.5vw;
        font-size: 2.9vw;
        border-radius: 0.5vw;
        cursor: pointer;
    }
    .dropdown-body {
        height: auto;
        padding: 3vw;
        background: #fff;
        max-height: 40vh;
        overflow-y: auto;
    }

    .link-item {
        padding: 2vw;
        font-size: 4vw;
        word-break: break-all;
        border-bottom: 1px dashed #f0f0f0;
    }









}