/* Please ❤ this if you like it! */

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}

.modal-btn-ulke-profili + label{
  background-color: #e53935;
  color: #fff;
  border-radius: 35px;
  display: inline-block;
  padding: 6px 30px 6px 30px;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0;
}

.modal-btn-ulke-profili + label:hover{
  background-color: #999;
  color: #fff;
  cursor: pointer;
}

.modal-btn-ulke-profili:not(:checked) + label:hover{
  background-color: #999;
  color: #fff;
  cursor: pointer;
}
.modal-btn-ulke-profili:checked + label .uil,
.modal-btn-ulke-profili:not(:checked) + label .uil{
	margin-left: 10px;
	font-size: 18px;
}
.modal-btn-ulke-profili:checked + label:after,
.modal-btn-ulke-profili:not(:checked) + label:after{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #ffeba7;
  color: #102770;
  font-family: 'unicons';
  content: '\2716'; 
  box-shadow: 0 12px 25px 0 rgba(16,39,112,.25);
  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn-ulke-profili:checked + label:hover:after,
.modal-btn-ulke-profili:not(:checked) + label:hover:after{
  background-color: #102770;
  color: #ffeba7;
}
.modal-btn-ulke-profili:checked + label:after{
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal-ulke-profili{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn-ulke-profili:checked ~ .modal-ulke-profili{
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.modal-wrap-ulke-profili {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal-wrap-ulke-profili img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-wrap-ulke-profili p {
  padding: 20px 30px 0 30px;
}
.modal-btn-ulke-profili:checked ~ .modal-ulke-profili .modal-wrap-ulke-profili{
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}


@media screen and (max-width: 500px) {
	.modal-wrap-ulke-profili p {
	  padding: 15px 20px 0 20px;
	}
}