html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;				
}

/*Modal Ion*/
			#modal{
			visibility:hidden;
			}
			
			#modalcercetator{
			visibility:hidden;
			}
			
			.bg-modal{
				width:100%;
				height:100vh;
				background-color:rgb(0,0,0,0.7);
				position:absolute;
				top:0;
				display:flex;
				justify-content:center;
				align-items:center;
			}
			
			.modal-content{
				width:350px;
				height:250px;
				border-radius:4px;
			}
			
			.divbtnExitModal{
			color:red;
			}
			

			
			.btnAlegereModal:hover
			{
			background-color:lavender;
			}

/* End modal Ion*/


/* text positions */
.textCentered {
    text-align: center;
}

/* text sizes */
.textSized30 {
    font-size: 30px
}

/* text formats */
.textJustified {
    text-align: justify;
}

.textNoneDecorated {
    text-decoration: none;
}

.textBold {
    font-weight: bold;
}

.textUnderline {
    text-decoration: underline;
}

.textItalic {
    font-style: italic;
}

/* text colors */
.textColoredDarkPurple {
    color: #7B6288;
}

.textColoredBlue {
    color: #6CD6FC;	
}

.textColoredWhite {
    color: white;
}

/* background colors */
.backgroundColoredLightPurple {
    background-color: #C5C0E0;
}

.backgroundColoredDarkPurple {
    background-color: #7B6288;
}

.backgroundColoredWhite {
    background-color: white;
}

/* align positions */
.displayInlineBlock {
    display: inline-block;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

/* margin positions */
.margin0 {
    margin: 0 !important;
}

.margin15 {
    margin: 15;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTopMinus5 {
    margin-top: -5px;
}
            
.marginTop5 {
    margin-top: 5px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop25 {
    margin-top: 25px;
}	

.marginTop50 {
    margin-top: 50px;
}

.marginTop75 {
    margin-top: 75px;
}

.marginTop100 {
    margin-top: 100px;
}

.marginLeftMinus50 {
    margin-left: -50px;
}	

.marginLeftMinus5 {
    margin-left: -5px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft15 {
    margin-left: 15px;
}	

.marginRight15 {
    margin-right: 15px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginLeft50 {
    margin-left: 50px;
}

.marginRight50 {
    margin-right: 50px;
}

.marginLeft65 {
    margin-left: 65px;
}

/* margin & padding positions */
.margin0padding0 {
    margin: 0px !important; 
    padding: 0px !important;
}

/* padding positions */
.padding0 {
    padding: 0 !important;
}

.padding5 {
    padding: 5px;	
}

.padding10 {
    padding: 10px;	
}

.padding15 {
    padding: 15px;	
}

.padding25 {
    padding: 25px;	
}

.paddingLeft15 {
    padding-left: 15px;	
}

/* height sizes */
.height80 {
    height: 80px;
}

.minHeight150 {
    min-height: 150px;
}	

.minHeight200 {
    min-height: 200px;
}	

.minHeight370 {
    min-height: 370px;
}			

/* width sizes */
.widthPercentage100 {
    width: 100%;
}

.widthPercentage92 {
    width: 92%;
}

.minWidth100 {
    width: 100px !important;
}

.minWidth220 {
    min-width: 220px;
}

.minWidth300 {
    min-width: 300px;
}

.minWidth500 {
    min-width: 500px;	
}

/* labels sizes */
label {
    font-size: large;
}

/* border style */
.borderColoredDarkPurple {
    border: 2px solid #7B6288;
    border-radius: 3px;
}

.borderColoredBlack {
    border: 1px solid black;
    border-radius: 3px;
}

/* form style */
.styledForm {    
    margin-top: 25px;
}

.form-group {								
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 2px;
    border-radius: 3px;
}			

/* submit button style */
.btn-primary, .btn-primary:active {
    background-color: #7B6288 !important;
}

.btn-primary:hover, .btn-primary:visited {
    background-color: #F95959 !important;
}

.styledButtonSubmit {
    margin-top: -25px; 
    margin-bottom: 5px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}			

.cursorNotAllowed {
    cursor: not-allowed;
}

/* homepage buttons style */
@media screen and (max-width: 770px) {
    .styledButtonCercetator {
        width: 80% !important;
    }

    .styledButtonParticipant {
        width: 80% !important;
        margin-top: 25px;
    }
}

/* map style */
.styledMap {
    margin-top: 25px;
}

input[type="number"] {
    padding: 9px;
    font-size: 18px;
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.navbar-toggler {
    background-color: white !important;
    color: #7B6288 !important;   
}

/* anchor tag style */
.dataPrivacy:link {
    color: #6CD6FC;
}

.dataPrivacy:visited {
    color: #6CD6FC;
} 

.dataPrivacy:active {
    color: #6CD6FC;
}