/***** ESTILOS DEL PLUGIN PARA EL USUARIO ( FrontEnd )  -  REYNOLD ALVIN - MARZO - 2024 - INFOPRODUCT69@GMAIL.COM     ******/

/***********ESTILO DEL LOADER DE ESPERA **********/
.mugi_loader_container {
    /*** width: 100%;   /****/
		display: none;
		vertical-align: -webkit-baseline-middle;
		left: 0px;
        position: relative;
        top: -76px;
	}
	.mugi_loader {
    	border: 10px solid #fff;
        border-top: 10px solid #3498db;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        animation: spin 2s linear infinite;
        display: block;
        margin: auto;
    }
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	
	#mugi_loader_subtitle {
        text-align: center;
    }
/*****************************************/

.mugi_oculto {
    display: none;
}
                
.mugi_alerta {
    background: #ffffcc !important;
    border-color: red !important;
}

.mugi_description {
 /***   background: #ffffde; /******/
    color: #000066 !important;
    font-weight: bold;
    font-style: italic;
	font-size: 12px !important;
}
.mugi_fieldset {
/***    border: 1px solid #000 !important; /****/
/***    background-color: #dce6fb !important; /****/
    margin-bottom: 15px !important;
    padding: 10px;
}
.mugi_eliminar_participante_nuevo {
    color: #fff !important;
    background-color: #f91d1d!important;
    border: 0px;
    padding: 2px 16px;
    height: auto;
    font-weight: bold; 
}
.mugi_center, #mugi_donar_ahora_div {
    text-align: center;
}
.mugi_azul {
	color: #051c8c;
}
.mugi_rojo {
	color: #F00;
}
.mugi_bold {
    font-weight: bold !important;
}

.mugi_checkbox  {
    left: 4px !important;
    
}
.mugi_span_izquierda {
    margin-left: 20px;
    top: -3px;
    position: relative;
}
.mugi_tooltip {
    top: -10px;
    right: -5px;
}
.mugi_h3_label {
    display: inline-block;
    margin: 10px;
    color: #555;
    margin-bottom: 6px;
    font-size: 16px;
}
    
.mugi_content__1nPrb {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: #fff;
    border: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 64px;
    align-items: center;
    max-width: 100%;    
}

.mugi_flex, .ZZZmugi_flex {
    display: flex;
}
#mugi_team {
	max-width: 90%;    
}

/* custom checkbox */

.mugi_checkbox_vistoso {
	display: inline-block;
	position: relative;
	top: 7px;
    left: -5px;
    width: 70px;
	height: 30px;
	background: #051f82;
	border-radius: 15px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.6), 0px 1px 0px rgba(255,255,255,0.3);   
}


/* hide the browser's default checkbox */

.mugi_checkbox_vistoso  input[type=checkbox] {
	visibility: hidden;
}

/**/

.mugi_checkbox_vistoso label {

    /* aspecto */
    display: block;
    width: 34px;
	height: 20px;
	border-radius: 17px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	background: #fcfff4;
/*	background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);/*****/
    cursor: pointer;
    padding: 0 0 0 21px !important;

    /* Posicionamiento */

    position: absolute;
    top: 5px;
	left: 5px;
    z-index: 1;

	/* Comportamiento */

    transition: all .4s ease;

    /* ocultar el posible texto que tenga */

    overflow: hidden;
    text-indent: 35px;  
    transition: text-indent 0s;
}

.mugi_checkbox_vistoso input[type=checkbox]:checked + label {
	left: auto;
    right: 9px;
    padding: 0 0 0 21px;
}


.mugi_checkbox_vistoso:after {
	content: 'No';
	font: 12px/30px Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 10px;
    z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.20);
}


.mugi_checkbox_vistoso:before {
	content: 'Sí';
	font: 12px/30px Arial, sans-serif;
	color: lime;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

#mugi_resultado_imagen, #mugi_resultado_imagen_fundraiser, .mugi_resultado_imagen_participante {
    display: inherit;
    position: relative;
    min-width: 200px;

}

.mugi_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #424242;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    background-color: #fbfbfb;
}

.mugi_header h3 {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}
.mugi_card {
    width: 100%;
    color: #6b6b6b;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
}
/***************  ESTILOS PARA EL FUNDRAISER  *********************/
.cardbody__2DT0U {
    padding: 0 18px;
    margin: 5px 0;
}
.fieldrow__2kTyS {
    display: flex;
    gap: max(0.625rem, 10px);
    margin: 0 5px;
}
.label__3QpHz {
    text-align: left;
    margin: max(1.1rem, 17.6px) 0 max(0.5rem, 8px);
    padding: 2px;
	font-size: 15px;
}
.label__3QpHz .fieldRequired__1j6gn {
    color: #cb0000;
    margin-left: 2px;
}
.label__3QpHz div {
    font-size: max(0.8rem, 12.8px);
    color: #9c9c9c;
}
.fieldset__JUSE6 {
    flex: 1;
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
} 

.dropZone__3QYH3 {
    display: flex;
    flex-grow: 1;
    background: #fbfcfb;
    border: 2px dashed #b8b8b8;
    border-radius: 4px;
    min-height: 100px;
    padding: 25px;
    margin: 0;
}
.dropZone__3QYH3, .label__3elvd {
    cursor: pointer;
}
.label__3elvd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ccc;
    font-size: 13px;
}
.uploadDescription__Grf9- {
    height: 84px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.uploadDescription__3okkO {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uploadIconContainer__9Ox9B {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon__1aMMt {
    margin-right: 10px;
}
.fieldrow__2kTyS input {
    width: 100%;
}
.input__2RCIs {
    display: none;
	width: 100%;
}
.moneyInputContainer__2Y-9Q {
    display: flex;
    margin-top: -0.65rem;
}
.moneySymbol__ME2YI {
    border: 1px solid #b4bbc5;
    background: #f9f9f9;
    display: inline-flex;
    height: 44px;
    font-size: 14px;
    padding: 12px 17px 10px 12px;
    box-sizing: border-box;
    color: #000;
}
.moneySymbolBefore__1AJVm {
    border-right: 0;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
}

.moneyField__3DEZZ {
    margin-left: -4px;
    padding: 5px 10px;
    display: inline-flex;
    height: 44px;
    color: #32373c;
    max-width: 150px;
    font-size: 14px;
    border: 1px solid #b4bbc5 !important;
    border-radius: 4px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-sizing: border-box;
    box-shadow: inset 0 1px 5px rgb(0 0 0 / 15%);
}
#mugi_fundraiser_story, #mugi_story, #mugi_teamName {
    font-family: inherit;
    width: 100%;
    display: block;
    font-size: max(0.875rem, 14px);
    padding: max(0.938rem, 15.008px) max(0.625rem, 10px);
    border: 1px solid #b4bbc5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 5px rgb(0 0 0 / 15%);
}
.checkbox__2vaBK {
    flex: 1;
    margin-top: max(1.5rem, 24px);
}
.checkbox__2vaBK label {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.checkbox__2vaBK input:checked {
    border: 1px solid #adb8c0;
    background: var(--give-campaign-primary, #28C77B);
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0px -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
    color: #28c77b;
}
.fieldrow__2kTyS input[type=radio], .fieldrow__2kTyS input[type=checkbox] {
    width: auto;
}
.checkbox__2vaBK input {
    max-height: max(0.75rem, 12px);
    margin: 0 !important;
    -webkit-appearance: none;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: max(0.5rem, 8px) !important;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox__2vaBK span {
    font-size: max(0.875rem, 14px);
    font-weight: 500;
    padding-left: max(0.875rem, 14px);
    color: #6b6b6b;
    cursor: pointer;
}
/*************** FINAL DE ESTILOS PARA EL FUNDRAISER  *************/
.mugi_red {
    color: red !important;
}
.mugi_green {
    color: green !important;
}

.wciu_h2 {
    margin: 7px;
}

#mugi_fila_total_nueva {
    position: relative;
    z-index: 100;
  /***  background-color: yellow; /****/
}

#mugi_fila_total_original{
    display: none;
    z-index: -800;
    position: relative;
/****    background-color: #ccffff;  /*******/
}