﻿

div.settings_container
{
    position: absolute;
    top: 0px;
    min-height: 100%;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
    visibility: hidden;
    overflow: scroll;
    z-index: 2;
}
div.settings
{
    width: 430px;
    min-width: 100%;
}

div.bgColSelect
{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 355px;
}
div.bgColSelect2
{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 385px;
}

div.settings_title_cont{
    position: absolute;
    height: 80px;
    left: 4px;
    right: 4px;
    top: 220px;
    left: 50%;
    margin-left: -140px;
}
div.settings_title
{

    color: #050505;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
}

div.settings_subtitle
{

    top: 65px;
    width: 107px;
    color: orangered;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

div.datos_cont{
    position: absolute;
    left: 124px;
    right: 4px;
    top: 390px;
    height: 500px;
    width: 300px;
    overflow: hidden;
}


div.settings_avatar_label
{
    position: absolute;
    color: #050505;
    top: 50px;
    left: 4px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

.settings_av_cont img
{
    position: absolute;
    left: 40px;
    top: 80px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
} 

.seleccion_label
{
    position: absolute;
    left: 100px;
    top: 78px;
    border-radius: 5px;
    font-size: 24px;
    transition: 0.3s;   
}
.seleccion_label:hover
{
  cursor: pointer;
  transform: scale(1.5);
}

.trash_label
{
    position: absolute;
    left: 100px;
    top: 106px;
    border-radius: 5px;
    font-size: 24px;  
    transition: 0.3s;  
}
.trash_label:hover
{
  cursor: pointer;
  transform: scale(1.5);
}

div.settings_option_1
{
    position: absolute;
    left: 4px;
    top: 255px;
}

div.settings_option_2
{
    position: absolute;
    left: 4px;
    top: 275px;
}

div.settings_option_3
{
    position: absolute;
    left: 4px;
    top: 295px;
}

div.settings_option_4
{
    position: absolute;
    left: 4px;
    top: 315px;
}

div.settings_option_5
{
    position: absolute;
    left: 4px;
    top: 335px;
}

span.settings_label_text
{
    color: #050505;
    font-size: 14px;
    font-weight: bold;
}


div.settings_name_label
{
    position: absolute;
    color: #050505;
    top: 140px;
    left: 4px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

input.settings_name_box
{
    position: absolute;
    top: 170px;
    left: 4px;
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #050505;
    text-align: center;
}

div.logo{
    width: 100%;
    height: 390px;
    align-items: center;
    background-color: rgb(30, 126, 168);
}

div.settings_mp_label
{
    position: absolute;
    color: #050505;
    top: 200px;
    left: 4px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

input.settings_mp_box
{
    position: absolute;
    top: 230px;
    left: 4px;
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #050505;
    text-align: center;
}

