.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_align_space_between{
	display:flex; 
	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;
}

.windowHeadertitle{
	border-radius: 1.69vh 1.69vh 0 0;
	width:31.66vw;
	height:5.5vh;
	background-color: #EDEDED;
}

.windowHeadertitle_inner{
	width: 93.42%;
	height:53.8%;
}

.windowHideSection{
	width:1.25vw;
	height:2.53vh;
	cursor: pointer;
}

.window_detailPage{
	background-color: white;
	border-radius:0 0 1.69vh 1.69vh;
}

.fieldHeader_style {
 width:47.88%;
 height:100%;
}

.fieldHeader_style_cap {
 width:31.88%;
 height:100%;
}

.window_detailPage_small{
	width:93.42%;
	height: 95.36%;
}

.window_detailPage_smaller{
	width: 100%;
	height: 13.651%
}

.userTeam_fieldSize{
   width: 100%;
   height: 29%;
}

.leftPadding_zero{
	padding-left: 0 !important;
}

.width_50{
	width: 50% !important;
}

.red_color{
	color: red;
}

.btn_container_small{
	height:52%;
	width:18.2%;
	margin-right: 3.2894%;
}

.window_container{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	backdrop-filter: brightness(50%);
	z-index: 1000;
}

.display_none{
	display: none;
}

.main_window{
	box-shadow: #d2d2d1;margin-left:0vw;margin-top:0vh
}

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