.flex_space_between{
	display: flex; 
	justify-content: space-between;
	align-content:space-between;
}
.flex_space_around{
	display: flex; 
	justify-content: space-around;
	align-content:space-around;
}
.flex_space_between_center{
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
.flex_column_space_between_center{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.flex_space_around_center{
	display: flex; 
	justify-content: space-around;
	align-items: center;
}
.flex_column_space_around_center{
	display: flex; 
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}
.flex_center_end{
	display: flex; 
	justify-content: flex-end;
	align-items:center;
}
.flex_start_center{
	display: flex; 
	justify-content: flex-start;
	align-items:center;
}
.flex_center{
	display: flex; 
	justify-content: center;
	align-content:center;
}
.flex_items_center{
	display: flex; 
	justify-content: center;
	align-items: center;
}
.flex_start{
	display: flex;
	justify-content: flex-start;
}
.flex_column_start{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.flex_row_start{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}
.flex_end{
	display: flex;
	justify-content: flex-end;
}
.flex_column_space_between{
	display: flex; 
	justify-content: space-between;
	align-content:space-between;
	flex-direction: column;
}
.flex_column_space_around{
	display: flex; 
	justify-content: space-around;
	align-content:space-around;
	flex-direction: column;
}
.flex_column_center{
	display: flex; 
	justify-content: center;
	align-content:center;
	flex-direction: column;
}
.flex_center_center
{
	display: flex; 
	flex-direction: row;
	justify-content: center;
	align-items: center
}
.flex_column_center_center
{
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.font_inter_400_16{
	font-family: Inter;
	font-weight: 400;
	font-size: 0.83vw;
}
.font_inter_500_16
{
	font-family: Inter;
	font-weight: 500;
	font-size: 0.83vw
}
.font_inter_400_14{
	font-family: Inter;
	font-weight: 400;
	font-size: 0.73vw;
}
.font_inter_500_14
{
	font-family: Inter;
	font-weight: 500;
	font-size: 0.73vw
}
.font_inter_500_7
{
	font-family: Inter;
	font-weight: 500;
	font-size: 0.564vw;
	/* line-height: 1.25vw; */
	/* font-size: 0.56vw this is increased intentiaaly */
}
.font_inter_500_12
{
	font-family: Inter;
	font-weight: 500;
	font-size: 0.625vw;
	line-height: 2.116vh;
}
.font_inter_500_11
{
	font-family: Inter;
	font-weight: 500;
	font-size: 0.573vw;
	line-height: 1.69vh;
}
.font_inter_400_12
{
	font-family: Inter;
	font-weight: 400;
	font-size: 0.625vw;
	line-height: 2.116vh;
}
.font_inter_400_10
{
	font-family: Inter;
	font-weight: 400;
	font-size: 1.0vh;
	line-height: 1.6vh;
}

.font_manropr_500_12
{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	font-size: 0.625vw;
	line-height: 2.116vh;
}

.font_inter_560_14
{
	font-family: Inter;
	font-weight: 560;
	font-size: 0.73vw
}
.font_inter_600_28_44{
	font-family: Inter;
	font-weight: 600;
	font-size: 1.45vw;
	line-height: 4.6vh;
}

.font_inter_600_22{
	font-family: Inter;
	font-weight: 600;
	font-size: 1.1458vw;
}

.font_inter_400_18_28{
	font-family: Inter;
	font-weight: 400;
	font-size: 0.93vw;
	line-height: 2.96vh;
}

.font_inter_600_18_28{
	font-family: Inter;
	font-weight: 600;
	font-size: 0.93vw;
	line-height: 2.96vh;
}
.font_inter_600_14_20{
	font-family: Inter;
	font-weight: 600;
	font-size: 1.48vh;
	line-height: 2.11vh;
}

.font_inter_600_1_3_4_22{
	font-family: Inter;
	font-weight: 600;
	 font-size: 1.3vw;
	 line-height: 4.22vh;
}
.font_inter_600_12_20{
	font-family: Inter;
	font-weight: 600;
	 font-size: 1.2vh;
	 line-height: 2.1vh;
}
.font_inter_600_12{
	font-family: Inter;
	font-weight: 600;
	 font-size: 1.2vh;
}

.font_inter_400_0_83_4_22{
	font-family: Inter;
	font-weight: 400; 
	font-size: 0.83vw;
	line-height: 4.22vh;
}
.img_100per{
    width:100%;
    height:100%
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

button{
	border: 2px solid transparent;
	box-shadow: none;
}

.alertWindow{
    box-shadow: 0 0.4vh 0.8vh 0 rgba(0, 0, 0, 0.2), 0 0.6vh 2vh 0 rgba(0, 0, 0, 0.19);
    margin-top: -30vh;
	border-radius: 1.69vh 1.69vh 1.69vh 1.69vh;
	width:24.66vw;
	height:24.94vh;
	background-color: #EDEDED;
	transition: transform 300ms;
}



.ConfirmationWindowSave_button{
    width: 57.67%;
    height:100%;
    background-color: #C73E1D;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: none;
}

.ConfirmationWindowCancel_button{
	width: 50%;
    height:100%;
    background-color:white;
    color: #196AC7;
    border-radius: 8px;
    border: 1px solid #196AC7;
    cursor: pointer;
}

input:-webkit-autofill, input:focus:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
}
