body {
    font-weight: 100;
    padding: 0;
    margin: 0;
}

@font-face {
	font-family: 'OpenDyslexic';
	src: url('/fonts/OpenDyslexic-Regular.otf');
	font-style: normal;
	font-weight: normal;
}

body.dyslexia * {
	font-family: "OpenDyslexic", sans-serif!important;
}


.logo-ccca {
    height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 40px;
}

.logo-phidias {
	height: 112px;
	margin-top: 50px;
}

.new-header {
    font-family: Arial, system-ui, sans-serif;
    background-color: white;
    height: 112px;
    font-weight: 100;
    font-size: 40px;
    color: #1F2027;
    justify-content: center;
    align-items: center;
	max-width: 100%;
}


.half-lighter-text {
    font-size: 30px;
}

button.col-3 {
    background-color: transparent;
    border: none;
    font-family: Arial, system-ui, sans-serif;
    font-weight: 100;
}

.lighter-text {
    font-size: 20px;
}

.login-container {
    margin-top: 100px;
    background: url("../images/construction-silhouette.jpg") no-repeat center center;
    background-size: cover;
    height: 63vh;
    min-width: 90vw;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    margin-right: 0px;

    margin-left: 10vw;
    display: inline-block;
    position:relative;
}

.login-form {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: rgb(237,239,241);
    background: linear-gradient(90deg, rgba(237,239,241,1) 0%, rgba(31,32,39,1) 100%);
}

.phidias-login {
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 70px;
    font-family: Arial, system-ui, sans-serif;
    width: 35vw;
	min-width: 350px;
    margin-left: calc(25vw);
	padding-top: 20px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
    align-self: center;
    height: fit-content;
	padding: 0;
    text-align: center;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
    height: 8vh;
}


.text-center {
    text-align: center;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.login-header {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #FCED3C;
    padding: 5px 10px;
	color: #253431;
	border-radius: 7px;
	width: fit-content;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 34px;
	border: 1px solid #FAF07C;
	box-shadow: 3px 3px 3px 0px #ccc;
}

.form-input {
    font-size: 14px;
    background-color: white;
    border-radius: 7px;
    border: none;
    height: 25px;
    /*margin-bottom: 15px;*/
    margin-left: 30px;
	padding: 7px 7px 7px 25px;
	width: calc(100% - (30px * 3));
    outline: none;
}

.ask,
.reset {
	font-size: 14px;
	background-color: #FCED3C;
	color: #1d1d1b;
	border: none;
	border-radius: 20px;
	padding: 10px;
	margin-top: 5.5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, system-ui, sans-serif;
}

.ask-content,
.reset-content {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.ask-content {
	width: 30vw;
	justify-content: center;
}

.ask:hover,
.reset:hover {
	transform: scale(1.05);
	transform-origin: 50% 75%;
	box-shadow: 0 4px 10px rgb(0 0 0 / 50%);
	cursor: pointer;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin-top: 30px;
    margin-left: 35px;
}

.btn {
    font-size: 14px;
    background-color: #ffec01;
    border: none;
    margin: 30px;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 20px;
    cursor: pointer;
	color: #253431;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn:hover {
	transform: scale(1.05);
	transform-origin: 50% 75%;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
	cursor: pointer;
}

.login-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.text-error {
    color: red;
    padding-left: 30px;
    font-size: 14px;
}

.checkbox-text {
    font-size: 14px;
}

input[type=multiliner] {
    color: red;
}

@media only screen and (max-width: 768px) {
    .header-text {
        font-size: 25px;
    }

    .phidias-login {
        margin-top: 0;
        margin-left: 0;
		height: 100%;
		border-top-right-radius: 0;
    }

	.logo-phidias {
		height: 45px;
		margin-top: 10px;
	}

	.login-container {
		margin-top: 10px;
	}

    .logo-ccca {
        padding: 10px;
    }

    .start-tag-header {
        display: none;
    }

    .tag-header, .tag-header-empty {
        padding: 0px!important;
        background-color: transparent!important;
        font-weight: 200!important;
        font-size: 30px!important;
        color: black!important;
        border: none!important;
    }
}

.tag-header {
    font-size: 40px;
    background-color: #1F2027;
    border-radius: 6px;
    padding-left: 1vh;
    padding-right: 4vh;
    font-weight: 600;
    color: white;
}

.tag-header-empty {
    font-size: 39px;
    border: 1px solid #1F2027;
    border-radius: 4px;
    padding-right: 1.6vh;
    padding-left: 1.6vh;
    font-weight: 600;
    color: #1F2027;
}

.login-actions {
	display: flex;
	justify-content: space-between;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
}

.login-actions a {
	text-decoration: none;
	color: #0a58ca;
	font-weight: 600;
}

/* Modals style */
.modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	flex-direction: column;
	background-color:#FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	color: #FFF8A6;
	background-color: #253431;
	z-index: 10;
	font-family: Arial, system-ui, sans-serif;
}

.show-modal {
	display: flex;
}

.modal .btn-close {
	border-radius: 1000px;
    background-color: #545655;
    fill: white;
	height: 27px;
	width: 27px;
    display: flex;
    padding: 0;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.modal .btn-close-svg {
	width: 23px;
	height: 23px;
	stroke: #253431;
}

.btn-close {
	background-color: transparent;
	cursor: pointer;
	border: none;
}

.btn-close-svg:hover {
	stroke: #f93d3d!important;
}

.modal-body {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #253431;
	height: fit-content;
	max-height: 60vh;
	overflow: auto;
	font-weight: 600;
}

.modal-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0.5rem;
	background-color: #253431;
	height: 60px;
	font-size: 30px;
}

.modal-title {
	color: #FFF8A6;
	font-weight: 400;
	font-size: 30px;
	margin-left: 56px;
}

.modal-footer {
	display: flex;
	flex-direction: row;
	padding: 20px;
	/* padding-bottom: 20px; */
	border-radius: 10px;
	justify-content: space-evenly;
}

.toast-message, .toast-title {
	font-family: Arial, system-ui, sans-serif;
}

.modal-overlay {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(5px);
	z-index: 10;
}

.modal-util {
	display: flex;
}

.modal-selection {
	display: flex;
	flex-direction: column;
}

.form-control {
	margin: 10px;
	padding-left: 10px;
	font-size: 16px;
	height: 30px;
	border: none;
	border-radius: 6px;
}

.form-control::placeholder {
	color: #848587;
}


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

	.modal {
		font-size: 16px;
		width: 80%;
	}
}
