/*body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #ffffff;
    background-color: rgba(0,0,0,1);
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}*/

.settings_body{
    display: flex;
    /* margin-left: 3vw; */
    width: 100%;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;


}



.settings_left{
    // display: table-cell;
    display:flex;

    flex-grow: 1;
    flex-shrink: 1;
    align-items:  center;

    width:fit-content;
    width:35%;
    height: 100vh;
    border-radius: 5px;
    border: solid 1px rgba(40,40,40,1);
    border-right: solid 4px rgba(40,40,40,1);
    background-color: rgba(16,16,16,1);



    //background-color: #00FF0020;

    /* border: solid 1px red; */
}

.settings_right{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;

    width: 100%;
    height: 100%;

    text-align: center;
    vertical-align: middle;

    padding: 3.5vh;
    box-sizing: border-box;
    // background-color: #0000FF;
    /* border: solid 1px blue; */
}

.settings_categories{
    width:100%;
    height:fit-content;

    padding: 0px;

    overflow-x: hidden;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    //background-color: #FF0000;
}

.zoznam::-webkit-scrollbar {
    display: none;
}




.settings_category{
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 1.8vw;

    padding: 10px;
    margin: 0.3vh;
    border-radius: 10px;
    //border: solid 1px rgba(40,40,40,1);
    cursor: pointer;
    cursor: hand;
}


.setting{
    display: flex;
    width: 100%;
    padding: 0.3vh;
    box-sizing:border-box;

    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 2.0vw;

    border-radius: 1vh;
    margin:0.1vh;

    // border: solid 1px rgba(40,40,40,1);
    // background-color: rgba(16,16,16,1);
}

.setting_subcat{
    font-size: 2.0vw;
    color: rgba(110,205,70,1);
    background-color: rgba(16,16,16,0);
    padding: 0px;
}

.setting_left{
    width: 50%;
    font-style: normal;
    padding-left:3.5vh;
}

.setting_right{
    text-align: right;
    font-style: normal;
    font-weight: normal;
    width: 50%;
    padding-right:3.5vh;
    align-content: center;
  
}

.setting_right.hamburger{
    color: var(--color_matelko-lcn);
    /* background-image: url("../img/hamburger-menu-icon.svg"),none; */
    /* background-image: url( "../img/hamburger-menu-icon.svg" ); */
    -webkit-mask: url("../img/hamburger-menu-icon.svg") no-repeat 95% 50%;
    -webkit-mask-size: auto 70%;
 
   /*
    background-size: cover;
    background-size: auto 80%;
    background-repeat:no-repeat;
    background-position-x: 94%;
    background-position-y: 50%;
   */

    background-color: var(--color_matelko-lcn);
    /* background-blend-mode: multiply; */


    // background-color: #00FF00;


}

.setting_right.boolean{
    color: var(--color_matelko-lcn);
    /* background-image: url("../img/hamburger-menu-icon.svg"),none; */
    /* background-image: url( "../img/hamburger-menu-icon.svg" ); */  
    background-color: var(--color_matelko-lcn);
 
}

.stringarray_value{
    /*color:green;*/
    text-align: center;
    width: 100%;
    font-size: 3.5vh;
}
