/*------------------------------------Estilos Generales del modal -------------------------------------------*/
.shadowDiv
{
	visibility: visible;
    position: fixed;
    z-index: 1500;
    background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(./fondonegro50.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
}
.outDiv
{
	z-index: 1550;
    margin: 1.75rem auto;
    background-color: #333333;
}
.contentDiv
{
    width: 100%;
    float: left;
    height: 100%;
}
.bodyDiv
{

}
.bodyDiv> div
{
	display: inline-block;
	float: left;
}
/*-------------------------------Estilos generales del modal publicaciones ------------------------ */
/*.outDiv-pubsModal1
{
	width: 90%;
    height: 84%;
    margin-top: 3%;
}
.contentDiv-pubsModal1
{
	height: 100% ;
    display: inline-block;
    background-color: #1C1C1C;
    padding: 0.5%;
}
.contentDiv-pubsModal1 > div
{
	display: inline-block;
    float: left;
}*/
/*------------------------------- Estilos generales Modal Alert ---------------------------------------*/
.alert-outDiv
{
    z-index: 1600;
    margin: 1.75rem auto;
}
/*------------------------------- Estilos generales Modal Auxiliar ---------------------------------------*/
.auxModal
{
    position: fixed;
    background-color: #333333;
    z-index: 1600;
}

/*----------------------- Estilos Alert Forms -------------------*/
.alert-outDiv
{
    width: 20%;
    background-color: #333333;
    position: fixed;
    top: 3%;
    left: 44%;
    border: 1px solid gray;
    border-radius: 5px;
}
.alert-outDiv > div
{
    display: block;
    float: left;
}
.alert-contentDiv
{
    width: 100%;
    height: 72%;
    padding: 2%;
    color: white;
    font-family: 'Roboto-Regular';
}
.alert-contentDiv > span
{
    font-size: 1.1rem;
    color: white;
}
.alert-divButton
{
    width: 100%;
    height: 20%;
    margin-bottom: 2%;
    text-align: center;
    margin-top: 2%;
}
.alert-divButton > button
{
    width: 33%;
    height: 100%;
    background-color: #535353;
    border-radius: 2px;
    border: none;
    color: white;
    font-family: 'Roboto-Bold';
}
/*----------------------- Estilos Confirms -------------------*/
.confirm-outDiv
{
    width: 20%;
    background-color: #333333;
    position: fixed;
    top: 3%;
    left: 44%;
    border: 1px solid gray;
    border-radius: 5px;
    z-index: 2000;
    min-width: 300px;
}
.confirm-outDiv > div
{
    display: block;
    float: left;
}
.confirm-contentDiv
{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    color: white;
    font-family: 'Roboto-Regular';
    border-bottom: 1px solid gray;
}
.confirm-contentDiv > span
{
    font-size: 1.1rem;
    color: white;
}
.confirm-divButton
{
    width: 50%;
    height: 20%;
    padding: 10px;
    border-right: 1px solid gray;
}
.cancel-divButton
{
    width: 50%;
    height: 20%;
    padding: 10px;
}
.cancel-divButton:hover, .confirm-divButton:hover
{
    background-color: #535353;
}
.confirm-divButton > button, .cancel-divButton > button
{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: white;
    font-family: 'Roboto-Regular';
}
/*----------------------- Estilos Prompt Forms -------------------*/
.prompt-outDiv
{
    width: 20%;
    background-color: #1C1C1C;
    position: fixed;
    top: 3%;
    left: 44%;
    border: 1px solid gray;
    border-radius: 5px;
    z-index: 2000;
    min-width: 300px;
}
.prompt-outDiv > div
{
    display: block;
    float: left;
}
.prompt-contentDiv
{
    width: 100%;
    height: 72%;
    padding: 2%;
    color: gray;
    font-family: 'Roboto-Regular';
}
.prompt-contentDiv > div
{
    display: inline-block;
    float: left;
}
.promptcontentDiv > span
{
    font-size: 1.1rem;
    color: white;
}
.divInpPrompt
{
    width: 94%;
    margin-left: 3%;
    max-height: 100px;
    background-color: #323232;
    overflow: auto;
}
.divInpPrompt > div
{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 5px ;
    padding-right: 5px ;
    font-family: 'Roboto-Regular';
    color: lightgray;
}
.prompt-divButton
{
    width: 50%;
    height: 20%;
    margin-bottom: 2%;
    text-align: center;
    margin-top: 2%;
}
.prompt-divButton > button
{
    width: 90%;
    height: 100%;
    background-color: black;
    border-radius: 2px;
    border: 1px solid gray;
    color: white;
    font-family: 'Roboto-Bold';
}
/*--------------------------- Estilos modal de soporte ------------------------------------*/
.outDiv-supportFade
{
    width: 28%;
    height: 60%;
    border-radius: 5px;
    margin-top: 4%;
    min-width: 500px;
    min-height: 500px;
}
.contentDiv-supportFade
{
    width: 100%;
    height: 100%;
}
.headerDiv-supportFade
{
    width: 100%;
    height: 60px;
    float: left;
    color: white;
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid gray;
}
.headerDiv-supportFade > h4
{
    font-size: 1.2rem !important;
    font-family: 'Roboto-Bold';
    margin:  0% !important;
}
.close-supportFade
{
    position: fixed;
    top: 1%;
    right: 1%;
    font-size: 50px;
    color: white;
    opacity: 1;
}
.bodyDiv-supportFade
{
    width: 100%;
    height:calc( 100% - 55px);
    float: left;
    padding: 2%;
    font-size: 0.9rem;
}
.boxSupport
{
    width: 100%;
    height: 100%;
    color: white;
}
.boxSupport > div 
{
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
.boxSupport > div > span
{
    margin-right: 3%;
    font-family: 'Roboto-Bold';
}
.boxSupport > div > select
{
    background-color: #535353;
    border-radius: 2px;
    outline: none;
    border: none;
    color: white;
    float: right;
    width: 50%;
    margin-right: 9%;
    font-family: 'Roboto-Regular';
    height: 30px;
}
.boxSupport > div > select::placeholder
{
    font-family: 'Roboto-Italic';
    color: gray;
}
.divEmailSup > input
{
    background-color: #535353;
    border-radius: 2px;
    outline: none;
    border: none;
    color: white;
    padding-left: 1%;
    padding-right: 1%;
    float: right;
    width: 50%;
    margin-right: 9%;
    font-family: 'Roboto-Regular';
    height: 30px;
}
.divTextSup > textarea
{
    width: 100%;
    height: 54%;
    background-color: #535353;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-family: 'Roboto-Regular';
    outline: none;
    margin-top: 10px;
    border: none;
}
.divSend
{
    text-align: center;
}
.divSend > button
{
    background: rgb(206,33,43);
    background: linear-gradient(90deg, rgba(206,33,43,1) 24%, rgba(255,100,10,1) 100%);
    border-radius: 5px;
    width: 34%;
    height: 7%;
    color: white;
    border: none;
    font-family: 'Roboto-Bold';
}
/*-----Estilo modal de Emojis ---*/
.outDiv-modalEmoji
{
    width: 400px;
    height: 400px;
    background-color: #333333;
    border-radius: 10px;
    margin: 0% !important;
    border: 1px solid;
    right: 1%;
    bottom: 1%;
    position: absolute !important;
}
.contentDiv-modalEmoji
{
    width: 100%;
    height: 100%;
}
.contentDiv-modalEmoji > div
{
    display: inline-block;
    float: left;
}
.headerDiv-modalEmoji
{
    width: 100%;
    height: 50px;
    color: white;
    border-radius: 2px;
    border-bottom: 1px solid gray;
}
.headerDiv-modalEmoji > h4
{
    font-size: 1.2rem !important;
    font-family: 'Roboto-Bold';
    margin: 0% !important;
    padding: 14px;
}
.close-modalEmoji
{
    border: none;
    background: none;
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: 15px;
}
.bodyDiv-modalEmoji
{
    width: 100%;
    height: calc( 100% - 50px);
    padding: 2%;
    font-size: 0.9rem;
    overflow: auto;
}
.emojiBar
{
    width: 100%;
}
.emojiBar > button
{
    display: inline-block;
    border-radius: 2px;
    border: none;
    color: white;
    font-size: 1rem;
    margin: 2px 7px;
    background: none;
    border-bottom: 1px solid;
}
.emojiBox
{
    width: 100%;
    padding: 20px;
}
.emojiBox > div > button
{
    font-size: 25px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
}
/*-----Estilo modal Añadir a biblioteca ---*/
.outDiv-add-lib
{
    width: 600px;
    margin-top: 75px;
    border-radius: 15px;
    float: left;
    margin-left: calc(50% - 300px);
}
.contentDiv-add-lib
{
    height: auto !important;
}
.contentDiv-add-lib > div
{
    float: left;
    width: 100%;
}
.headerDiv-add-lib
{
    height: 60px;
    color: white;
    text-align: center;
    border-bottom: 1px solid gray;
    padding: 15px;
}
.headerDiv-add-lib > h4
{
    font-family: 'Roboto-Bold';
}
.close-add-lib
{
    top: 1%;
    right: 1%;
    font-size: 50px;
    color: white;
    border: none;
    background: none;
}
.bodyDiv-add-lib
{
    padding: 15px;
    position: relative;

}
.formPlayeds
{
    width: 100%;
    text-align: center;
}
.formPlayeds > div
{

}
.divInpPlayed
{
    width: 400px;
    height: 40px;
    border: 1px solid;
    color: white;
    border-radius: 5px;
    position: relative;
    margin: auto;
}
.divInpPlayed > i
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
}
.search4 {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: none;
    padding-left: 2%;
    padding-right: 2%;
    outline: none;
    color: white;
    background: none;
}
.suggestionLM 
{
    position: absolute;
    z-index: 50;
    background-color: #535353;
    border-radius: 5px;
}
.suggestionLM > div
{
    width: 100%;
    padding: 10px;
}
.suggestionLM > div > div
{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid gray;
}
.suggestions3 > div
{
    float: left;
    width: 100%;
    height: 100%;
    color: white;
}
.suggestions3 > div > div
{
    display: inline-block;
    float: left;
}
.divImgRes
{
    width: 40px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 5px;
}
.divImgRes > img
{
    width: 100%;
    height: 100%;
}
.divNGPerfil {
    width: 100%;
    color: white;
    margin: 15px 0px;
    font-family: 'Roboto-Regular';
}
.divNGPerfil > span
{

}
.divNGPerfil > a
{
    margin-left: 25px;
    color: gray !important;
    font-family: 'Roboto-Italic';
    text-decoration: underline !important;
    cursor: pointer;
}
.preViewBox {
    width: 300px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    margin: 0px 135px;
    overflow: hidden;
}
.divBtnAddLM
{
    width: 100%;
    height: 50px;
    margin: 15px 0px;
}
.ModalAdd {
    float: left;
    width: 36%;
    margin-left: 32%;
    height: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
    background: rgb(206,33,43);
    background: linear-gradient(90deg, rgba(206,33,43,1) 24%, rgba(255,100,10,1) 100%);
    color: white;
    border: none;
    font-family: 'Roboto-Bold';
}
/*-----Estilo modal de Esports ---*/
.outDiv-modal_esport1
{
    width: 60%;
    height: 600px;
}

/*-----Estilo modal desarrolladores ---*/
.outDiv-conf-plats
{
    width: 600px;
    height: 600px;
    margin-top: 75px;
    border-radius: 15px;
    position: relative;
}
.contentDiv-conf-plats > div
{
    display: inline-block;
    float: left;
    width: 100%;
}
.headerDiv-conf-plats
{
    height: 90px;
    padding: 25px;
    color: white;
    font-family: 'Roboto-Bold';
    border-bottom: 1px solid gray;
}
.headerDiv-conf-plats > h4
{
    font-size: 25px !important;
    text-align: center;
}
.bodyDiv-conf-plats
{
    height: calc(100% - 90px);
}
.ext-modal-dev
{
    width: 100%;
    height: 100%;
    float: left;
}
.ext-modal-dev > div
{
    display: inline-block;
    float: left;
}
.divdevs-modal-dev
{
    width: 100%;
    height: calc(100%);
    overflow: scroll;
    text-align: center;
    border-radius: 5px;
    padding: 25px;
}
.divdevs-modal-dev > div
{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 15px 15px 0px;
}
.divdevs-modal-dev > div > img
{
    width: 100%;
    height: 100%;
}
.divsave-modal-dev > button
{
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background: rgb(206,33,43);
    background: linear-gradient(90deg, rgba(206,33,43,1) 24%, rgba(255,100,10,1) 100%);
    color: white;
    border: none;
    font-family: 'Roboto-Bold';
    position: absolute;
    bottom: -80px;
    left: 150px;
}