@font-face {
  font-family: 'Shabnam';
  src: url('fonts/Shabnam-FD-WOL.eot'); /* IE9 Compat Modes */
  src: url('fonts/Shabnam-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Shabnam-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Shabnam-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/Shabnam-FD-WOL.ttf')  format('truetype'); /* Safari, Android, iOS */
}
		
		body {
      background-color: #E7DEC8;
      font-family: 'Shabnam';
	    display: flex;
  flex-direction: column;
  min-height: 100vh;
    }
	
	footer {
  margin-top: auto;
}
	
	.container {
      margin-top: 50px;
    }
	
	    h2,
    h3 {
      color: #30475E;
      margin-bottom: 18px;
    }
	
	h2 {
		font-size: 15pt !important;
		display: inline-block;
	}
	

    label {
	  color: #30475E;
      font-weight: bold;
	  margin: 3px 2px 6px 0;
    }
	
	a {
    color: inherit;
    text-decoration: none;
}

a:hover {
	color: #446483;
}

/* Spinning loader animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue color */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}


    .form-group {
      margin-bottom: 30px;
    }

    .btn-primary {
      background-color: #30475E;
      border-color: #30475E;
	  font-size: 15px;
    }

    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #446483;
      border-color: #446483;
    }

    .btn-secondary {
      background-color: #6c757d;
      border-color: #6c757d;
	  font-size: 15px;
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #5a6268;
      border-color: #545b62;
    }
	
	.progress {
		display: flex;
		height: 0.2rem;
		overflow: hidden;
		font-size: .75rem;
		background-color: #efefef;
		border-radius: 0.25rem;
		margin-bottom: 15px;
	}

    #progressBar {
      background-color: #CBAF87;
      height: 10px;
    }
	
	
	.error {
  color: red;
  font-size: 14px;
  margin: 5px 2px 6px 0;
}

.alert {
	    font-size: 10pt;
		text-align: justify;
}

#registrationForm, #insertForm, #SurveyForm {
	background-color: #fff;
    border-radius: 25px;
    padding: 25px;
	box-shadow: 0 0 10px 5px #00000010;
}

.dot {
position: relative;
    height: 22px;
    width: 22px;
    color: #fff;
    margin-left: 5px;
    background-color: #CBAF87;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-left: 1px;
	font-weight: bold;
}
.closebtn {
margin-left: 5px;
    margin-top: 1px;
    color: #30475E;
    font-weight: bold;
    float: right;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}


/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

#PlayCaptcha1, #PlayCaptcha2 {
	margin-right: 10px;
}



.arousal, .valence {
    cursor: pointer;
    transition: border-color 0.3s ease;
	border: 1px dotted #adadad;
    padding: 5px;
    border-radius: 15%;
        }
        
.arousal.selected, .valence.selected {
    border: 2px solid #CBAF87;
    border-radius: 15%;

        }
		
.evaluating-images {
	    direction: ltr;
}
		
.tooltip-help {
    position: relative;
	text-align: center;
    margin-bottom: 25px;
}

.tooltip-content {
    display: inline-block;
    position: relative;
}

.tooltip-text {
    display: inline-block;
    text-align: center;
    margin: 0;
}

.help-icon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.popover-content {
    display: none;
	text-align: right;
	font-size: 13px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.tooltip-help:hover .popover-content {
    display: block;
}

        /* Additional styles to better support RTL */
        .navbar {
            direction: rtl;
        }

        .navbar-nav {
            float: right !important;
			margin-right: 20px;
        }

        .navbar-toggler {
            float: left !important;
        }
		
		.isactive {
			color: rgb(255 255 255 / 79%) !important;
		}
.lead {
    font-size: 1.0rem !important;
    font-weight: 300;
	margin-top: 15px;
}

        .modal-full {
            min-width: 100%;
            margin: 0;
        }

        .modal-full .modal-content {
            min-height: 100vh;
        }
		
		.picture {
	border-radius:5px;
}