@import url("font_settings.css");
@import url("prfp.css");
@import url("snp.css");
@import url("eem.css");
@import url("processing_indicator.css");
@import url('https://yposts.me/assets/bundles/quill.1/quill.snow.css');
@import url('https://yposts.me/assets/bundles/quill.1/quill-emoji.css');

#site_logo_section {
    margin:auto auto;
    text-align:center;
    margin-top:35px;
}
#site_logo_section img {
    height:75px
}

.credentials_form, #login_form {
    box-sizing: border-box;
    margin:auto auto;
    margin-top:50px;
    margin-bottom: 50px;
    width:600px;
    padding:25px ;
    border-radius: 10px;
    box-shadow: 0 0 225px 0 lightgray;
}
.credentials_form h1 {
    color:#696969
}
label.single_element{
    display:block;
    font-weight:bold;
    margin-bottom: 5px;
    margin-top: 35px;
}
#account_logo_section {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#account_logo_displayer {
    display: inline-block;
    width:125px;
    height: 125px;
    border-radius:10px;
    border:1px solid lightgray;
    margin-right:10px;
    text-align: center;
}
#account_logo_displayer img {
    display:none;
    max-width:100%;
    max-height:100%;
    margin: auto auto;
    border-radius:10px
}

#account_logo_section hr {
    border:1px solid lightgray;
    margin-bottom: 20px;
}
#account_logo {
    max-width:125px
}
#logo_deletion_img_container {
    display: none;
    padding:7px;
    border:1px solid lightgray;
    border-radius: 5px;
    width:max-content;
    margin-left:15px;
    cursor: pointer;
}
#logo_deletion_img_container:hover {
    background-color: lightgray;
} 
#delete_logo {
    height:25px;
    width:25px;
    position: relative;
    top:7px;
}
.credentials_form input[type = "text"],.credentials_form  input[type = "email"],.credentials_form   input[type = "tel"], .credentials_form  input[type = "password"],.credentials_form select{
    box-sizing: border-box;
    padding:15px;
    border:1px solid lightgray;
    width:90vw;
    min-width: 250px;
    max-width: 350px;
    border-radius: 5px;
}

.credentials_form select{
    border:1px solid lightgray;
    border-radius: 5px;

}

.credentials_form  input[type = "email"]:hover,.credentials_form  input[type = "text"]:hover,.credentials_form input[type = "tel"]:hover,.credentials_form  input[type = "password"]:hover,.credentials_form  select:hover {
    border-color:rgb(0, 140, 230);
    border-bottom-width: 2px;
}

.credentials_form input[type = "email"]:focus,.credentials_form input[type = "text"]:focus,.credentials_form input[type = "tel"]:focus,.credentials_form input[type = "password"]:focus,.credentials_form select:focus {
    border:2px solid rgb(0, 140, 230);
    border-radius:5px;

}

#buttons_zone {
    margin: auto auto;
    text-align: center;
    margin-top:50px;
}
#buttons_zone input[type =submit] {
    padding:12px 55px;
    cursor: pointer;
    color:white;
    border-width:0;
    background-color: rgb(0, 153, 230);

    border-radius: 5px;
}
#buttons_zone input[type =submit]:hover {
    background-color: rgb(0, 140, 230);

}

.customized_selector label {
    cursor:pointer;
}
.customized_selector {
    box-sizing: border-box;
    display:-webkit-flex;
    display: flex;
    flex-direction: column;
    border: 1px solid lightgray;
    border-radius: 3px;
    width:300px;
    height:max-content;
    
}
.customized_selector input[type = "checkbox"]{
    margin-right:7px
}
.customized_selector_option_wrapper {

    max-height:250px;
    overflow-y: auto;
    display:none;
    padding: 10px;
    padding-top:0

}
.customized_selector_option {
    padding-top:5px;
    font-size:13px;
    white-space:nowrap
}
.customized_selector_default {
    display:block;
    margin-bottom: 5px;
    margin-top:0 !important;
    font-size:13px;
    padding:10px;
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.selector_unfolder_icon {
    display:inline-block;
    transform: rotate(90deg);
    /*margin-left: 80px;*/
}
.customized_selector_option_ball {
    display:inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid lightgray;
    position:relative;
    top:5px;
    margin-left: 5px;
    margin-right:5px;
}
.number_of_selection {
    font-size: 12px;
}

#policies_ratification_section {
    font-size:13px;
    margin-top:35px;
}
#policies_ratification_section a {
    color:rgb(0, 140, 230)
}
#show_password_checkbox_label {
    display: block;
    font-size:14px;
    margin-top:10px;
    cursor: pointer;
    width:max-content
}
.required {
    color:red;
    font-weight:bold
}
#account_identifier_input_section {
    white-space: nowrap;
}
#account_identifier_input_section span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display:inline-block;
    position:relative;
    left:5px;
    text-align: center;
    padding:10px;
    color:dimgray;
}



#country_accuracy_warning {

    /*list-style-type:disc !important;*/
    margin:none;

}
#country_accuracy_warning li:first-of-type{
    /*list-style-type: none !important;*/
}
#country_accuracy_warning li{
    margin-top:10px;
    font-size:13px;
    color:dimgray;
    line-height:1.6em
}
#explantation_of_2F_auth {
    color:dimgray;
    font-size:13px;
    line-height: 1.6em;
    width:98%;
    max-width:500px;
    margin-top:10px
}
#two_F_authentication_label {
    cursor: pointer;
    display: block;
    margin-top:35px;
    font-weight: bold;
}
#two_F_authentication {
    display: inline-block;
    margin-right:7px
}

.characters_count_notification {
    font-size: 12px;
    color:dimgray;
    margin:5px 0  
}
.chars_left {
    font-weight:bold; 
}
@media only screen and (max-width:1202px){

}

@media only screen and (max-width:802px){

}


@media only screen and (max-width:602px){
    #site_logo_section img {
        height:55px
    }
    .credentials_form h1 {
        font-size:28px;
    }

    .credentials_form, #login_form {
        margin:auto auto;
        margin-top:50px;
        margin-bottom: 50px;
        width:95%;
        padding:15px ;
        border-radius: 10px;
        box-shadow: unset;
    }
    
    .credentials_form input[type = "text"],.credentials_form  input[type = "email"],.credentials_form   input[type = "tel"], .credentials_form  input[type = "password"],.credentials_form   select{
       
       font-size: 13px;
    }
    
    
    
}


@media only screen and (max-width:402px){
    #site_logo_section img {
        height:50px
    }
    .credentials_form h1 {
        font-size:25px
    }
    .credentials_form, #login_form {
      
        width:98%;
        padding:15px ;
       
    }

}