#dibal-keyboard-layout-changer {
    position: fixed;
    height: 450px;
    width: 850px;

    margin: auto;
    z-index: 999999;
    background-color: var(--field-03);
}

.dibal-keyboard-layout-changer-element {
    margin: 10px;
    padding: 5px;
    text-align: center;
    align-items: center;
    position: relative;
    /*border: var(--ui-03);*/
    border-style: groove;
    line-height: 60px;
    /*background-color: var(--interactive-02);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 40px;*/
    /*  background-position: bottom;*/

}
.dibal-keybaord-layout-changer-preview {
    width: 95%;
    height: 50%;
}


#layout-changer-container {
    display: flex;
    background-color: var(--field-03);
    margin-top: 60px;

}

#dibal-keyboard-layout-changer-header{
    width: 100%;
    height: 52px;
    border: 0px;
    box-sizing: border-box;
    border-style: solid;
    background: var(--ui-02);
    line-height: 50px;
    display: flex;

}

#dibal-keyboard-blanket{
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 999981;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
}

#dibal-keyboard-layout-changer-close-button {
    float: left;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-color: var(--interactive-03);
    color: var(--text-04);
    background-image: url('./icons/cerrar.svg');

}

#dibal-keyboard-layout-changer-confirm-button {
    float: right;
    width: 206px;
    height: 52px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 25px;

    background: var(--interactive-01);
    color: var(--text-04);
    margin-left: auto;
    background-image: url('icons/confirmar.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    padding-left: 10px;

}

#dibal-keyboard-layout-changer{
    height: 455px;
    box-shadow: 10px 10px 10px black;
    border: 1px solid black;
}


#keyboard-layout{

    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    width: 185px;
    height: 52px;
    display: inline-block;
    float: left;
    font-family: RobotoCondensedRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    padding-top: 15px;
}

#dibal-keyboard-layout-changer-image {
    height: 216px;
    width: 790px;
    margin-top: 45px;
    margin-left: 30px;
}

#dibal-keyboard-layout-changer-left-column{
    margin-left: 40px;
    margin-top: 40px;
}

#keyboard-layout{
    margin-top: 20px;
}