/*------------ XXL ------------*/
@media (max-width: 1530px){
	.time:before{
		background-image: none !important;
	}
}
@media (max-width: 1399px){
	.time:before{
		background-image: url(../../images/icons/clock.svg) !important;
	}
}
@media (max-width: 1374px){
	.user_card .card-body{
		width: 100px !important;
	}
}
@media (max-width: 1257px){
	.user_card .col-auto:last-child{
		display: none !important;
	}
}

/*------------ XL ------------*/
@media (max-width: 1199px){
	.user_card .col-auto:last-child{
		display: block !important;
	}
	.user_card .card-body{
		width: auto !important;
	}
}

/*------------ LG ------------*/
@media (max-width: 991px){
	#header, #main{
		margin-left: 115px;
	}
}

/*------------ MD ------------*/
@media (max-width: 767px){
	#header{
		padding-left: 10px;
		padding-right: 10px;
	}
	#fly_card_yetkiler [class^=col-],
	#fly_card_yetkiler [class^=col-] .fly_label_light{
		width: 100% !important;
		text-align: center !important;
	}

	#frm_fly .fly_transfer .transfer-double-content{
		flex-direction: column;
	}
	#frm_fly .fly_transfer .transfer-double-content-left,
	#frm_fly .fly_transfer .transfer-double-content-right{
		width: 100%;
	}
	#frm_fly .fly_transfer .transfer-double-content-left{
		margin-bottom: 1rem!important;
	}
	#frm_fly .fly_transfer .transfer-double-content-right{
		margin-top: 1rem!important;
	}
	#frm_fly .fly_transfer .btn-select-arrow{
		transform: rotate(90deg);
		width: 28px;
		height: 34px;
		line-height: 34px;
		margin: 0px 0.5rem;
	}

	#frm_fly .fly_transfer .transfer-double-content-middle{
		width: 100%;
		margin: 0px;
	}
	
	
}

/*------------ SM ------------*/
@media (max-width: 575px){

}