

header.header {
    min-height: 386px;
    background-color:  #5e197a;
}
.header a.nav-link {
    color: #ffffff !important;
}
.header a.nav-link:hover,
.header a.nav-link:active ,
.header a.nav-link:focus  {
   font-weight: 600;
}
select.form-control.select {
    padding: 0;
    padding-left: 20px;
    font-weight: 600;
    color: #000000;
}
.product_image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
a.nav-link.basvur-button {
    height: 48px;
    border-radius: 24px;
    background: #e11935;
    color: #fff !important;
    line-height: 45px;
    padding: 0 25px !important;
    box-shadow: 0px 7px 15px -4px rgb(0 0 0 / 13%);
}
.form_product {
    background: #7b20a0;
    color: #fff !important;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 7px 16px -4px rgb(0 0 0 / 13%); 
    margin-bottom: 25px;
}
input.form-control.phone {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #003865;
}

.product_name {
    text-align: center;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem ;
    padding-left: 1rem ;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
}
.slider_icerik > h3 > span {
    text-align: left;
    display: table;
    font-size: 2.714rem;
    color: #ffffff;
}

@media (max-width: 991.98px) { 
    .slider_icerik > h3 > span {
        font-size: 2rem;
        text-align: center;
    }

 }

.container.content {

    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px 15px 15px -6px rgb(0 0 0 / 3%);

    padding: 40px;
    text-align:  left;
    margin-bottom: 50px;
}
.ozelim{
    justify-content: center;
}
.baslik{

    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.28235295px;
    margin-bottom: 18px;
}
.anaaciklama
{
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.45238087px;
}
.icerik_tabs
{
    margin-top: 65px;
}
.icerik_tabs button.nav-link {
    border: 0 !important;
    height: 50px;
    font-family: "aristotelica_display";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5714286px;
    color: #000 !important;
    padding: 0;
    margin-right: 30px;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 5px;
}
input.form-control {
    font-weight: 600;
    color: #000000;
}

.icerik_tabs button.nav-link.active {
    border: 0 !important;
    border-bottom: 2px solid #39c2d7!important;
    font-weight: 700;
}
.tab-content .tab-pane {
    padding: 40px 0px;
}
::marker {
   
    color: #ffca0a;
}
ul li
{
   font-weight: 500 ;
}
ul li ul
{
    margin-top: 15px;
}
ul li ul li
{
    font-weight: 300 ;
    margin-bottom: 15px;
}

.not{
    opacity: 0.7;
margin-left: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.form.basvuru_form{
    border-radius: 15px;
    background: rgba(182,182,182,0.1);
    min-height: 500px;
    width: 100%;
    background-image: url(../assets/image/form_arka.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 40px;
    position: relative;
}
.form.basvuru_form h3{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.42857143px;
    margin-bottom: 28px;
}
.form.basvuru_form h3 span{
    font-weight: 700;
}
.form-control{
    height: 48px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.13);
    border: 0;
    padding-left: 25px;
    padding-top: 7px;
    line-height: 48px;
    margin-bottom: 28px;
}

input.form-control:focus , 
input.form-control:focus-within {
    border: solid 1px #aa4dcf;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.13);
}
.form-bilgilendirme
{
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.25714287px;
    display: flex;
    gap: 5px;
}
input[type=checkbox]+label{
    display: block;
    margin: 3px;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]+label::before{
 
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 33px 28px -7px rgba(0,0,0,0.04);
    padding: 2px;
    margin-right: 3px;
    color: transparent;
    background-position: center center ;
    cursor: pointer;
    
}
input[type=checkbox]:checked+label::before{
    background-image: url(../assets/image/check-solid.svg?v=1);
    background-repeat: no-repeat;
    background-position: center center ;
    color: #FFF;
    transition: 0.3s;
    background-size: 50%;
    border:1px solid #aa4dcf;
    cursor: pointer;
}
.check_basvuru
{
    cursor: pointer;
}
button.basvuru_form_button {
    height: 48px;
    border-radius: 48px;
    background: #dd374e;
    box-shadow: 0px 15px 19px -8px rgb(56 193 214 / 29%);
    width: 100%;
    border: 0;
    margin-top: 28px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.32142857px;
    transition: 0.5s;

    color: #fff;
    background:#d13146;
}


button.basvuru_form_button:hover {
    color: #fff;
    background:#dd374e;
    box-shadow: 0px 15px 19px -8px rgb(0 0 0 / 40%);
}
img.logo {
    height: 80px;
}

.navbar {
    position: sticky;
    top: 0;
    background: rgb(255 255 255 / 31%);
    z-index: 5;
  }


a.nav-link.basvur-button:hover {
    box-shadow: 0px 15px 19px -8px rgb(0 0 0 / 40%);
}

.paketler{
    font-family: "aristotelica_display";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5714286px;
}
.line {
    height: 3px;
    width: 100% !important;
    position: relative;
    background: #f7f7f7;
}
.line:before {
    content: " ";
    width: 120px !important;
    height: 3px !important;
    background: #aa4dcf;
    min-width: 120px !important;
    border-radius: 5px !important;
    position:absolute;
}
.paket_ana_baslik{
    height: 28px;
  font-family: "aristotelica_display";
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5714286px;
}
.nav-tabs {
    border-bottom: 3px solid #f7f7f7;
}
.kampanyalar {
    padding: 20px 0;
}
.kampanyalar .kampanya {
    padding:  35px 25px;
    border-radius: 15px;
    border: solid 1.0608366px #eaeaea;
    box-shadow: 0px 7px 16px -4px rgba(0,0,0,0.13);
    margin-bottom: 25px ;
    transition: all .2s ease-in-out;
}
h5.kampanya_baslik {
    font-family: "aristotelica_display";
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.kampanya_aciklama {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.33333328px;
}
.ozellik_aciklama {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    max-width: 120px;
    line-height: 18px;
    gap: 10px;
}
.ozellik{
    align-items: center !important;  
    margin-bottom: 20px;
    gap: 15px;
}
.m_o {
    padding: 15px;
    border: 1px dashed #ccc;
    margin-top: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.fiyat {
    font-size: 46px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
    justify-content: flex-end;
}
.tl {
    line-height: 10px;
    padding: 0 !important;
    font-family: sans-serif;
    font-size: 22px;
    padding-left: 5px !important;
    font-weight: 400;
    height: 48px;
}
.fiyat_aciklama {
    width: 160px;
    /* height: 36px; */
    font-family: "aristotelica_display";
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.3px;
}
.kampanya:hover{
    border-color: #39c2d7!important;
    transform: scale(1.05);
    cursor: pointer;
}

.slider {
    width: 50% ;
    display: flex  !important;
    justify-content: center  !important;
    max-height: 685px  !important;
    height: 385px !important;
}



ul li ul { list-style:none}
.exxen_logolar {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 15px;
    margin-right: 25px;
}

.exxen_logolar > img {
    height: 100px;
}
.slider_icerik {
    display: grid;
    max-width: 500px;
    justify-content: center;
    align-items: center;
    position: relative;
    
}
.exxen_span {
    background: black;
    padding: 0 10px;
    margin-right: 5px;
    color: #ffca0a;
}

.card-match {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 10px 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    border-bottom: 3px solid transparent;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgb(191 191 191 / 20%);
    transition: ease all .3s;
}

.card-match .item-wrapper {
    display: table;
    width: 100%;
}
.card-match .item-wrapper>.item.item-media {
    width: 25%;
}
.card-match .item-wrapper>.item {
    display: table-cell;
    vertical-align: middle;
}
.card-match .item-wrapper>.item {
    display: table-cell;
    vertical-align: middle;
}
.card-match .item-wrapper>.item.item-media figure {
    padding: 0 5px;
}
.card-match .item-wrapper>.item img {
    width: inherit;
    margin: 0 auto;
}
.card-match .content .league img {
    max-width: 50px;
}
.card-match .item-wrapper>.item img {
    width: inherit;
    margin: 0 auto;
}

.card-match .item-wrapper>.item.item-media figure img {
    width: 100%;
    height: auto;
    max-width: 80px;
}


.card-match .content .date, .card-match .content .hour, .card-match .content .league, .card-match .content .location {
    display: block;
}

.card-match .hour {
    font-weight: 700;
    font-size: 24px;
}
.card-match .location {
    font-weight: 400;
    font-size: 12px;
}

.card-match .date {
    font-weight: 400;
    font-size: 13px;
    color: #8e8e8e;
}
span.location {
    min-width: 225px !important;
}
img.fligran {
    position: absolute;
    height: 150%;
    opacity: 0.05;
    top: -25%;
    z-index: 2;
    margin: 0 auto;
}
.marka_resim > img {
    max-width: 100px;
}
.uyari {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 25px;
    background: #f44336;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
}
.modal-header {
    background: #7b20a0 !important;
    color: #fff !important;
    border: 0 !important;
    position: sticky;
    top: 0;
    z-index: 2;
}
button.close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 30px;
}
@media (max-width: 575.98px) {
    .modal-body {
        padding: 0 !important;
    }
    .islem_basarili {
        width: 100%;
        height: 100%;
        background: #ffffff !important;
        color: #72019e !important;
        position: fixed  !important;
        left: 0;
        top: 0;
        border-radius: 0  !important;
        padding: 15px;
        display: grid;
        gap: 35px;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        grid-auto-rows: max-content;
        padding: 30% 0;
    }
    .spinner {
        border: 5px solid #59007c !important;
    }
    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
  
.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #5d0081 !important;
  stroke-miterlimit: 10;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position:relative;
  top: 5px;
  right: 5px;
 margin: 0 auto;
}
    .modal-body form.form.basvuru_form {
        display: block;
        height: 100%;
        padding-bottom: 25px ;
    }
    img.fligran {
    
        left: 15%;
    }
    .slider{width: 100vw !important;}
    .card-match .content .date, .card-match .content .hour, .card-match .content .league, .card-match .content .location {
        display: block;
    }
    .card-match .content .league img {
       position: relative !important;
    }
    .card-match .item-wrapper>.item.item-media figure {
        padding: 0 5px;
    }
    .card-match .item-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .card-match .item-wrapper>.item.item-media {

        position: relative;
        
    }
    .card-match {
        min-height: 180px;
    }
    .slide_ust_image{top: 0;bottom: auto;}
    .exxen_logolar {display: none;}
.form{display: none;}
.fiyat {justify-content: center;}
.fiyat_aciklama{width:  100% !important;}
.kampanyalar .kampanya{text-align: center;}
.ozellikler {    justify-content: center;}
.ozellik_aciklama{max-width: 100% !important;}
.container.content {    width: 90%;}
.slick-slide img {    display: block;    width: auto;    max-height: 315px !important;    position: absolute;    bottom: 0;}
.nav.nav-tabs > button {    width: 100%;}
.icerik_tabs button.nav-link.active {    border: 0 !important;    border-bottom: 0;    padding-top: 5px;    font-weight: 700;    background: #ffca0a;    margin: 0;}
.icerik_tabs button.nav-link {    border: 0 !important;    border-bottom: 0;    padding-top: 5px;    margin: 0;}
.navbar-brand > img {
    width: 100px;
    height: auto;
}


.kampanya_aciklama {
    width: 100%;
}
.navbar {
    background: rgb(255 255 255 / 50%);
}
.baslik {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.28235295px;
    margin-bottom: 18px;
    text-align: center;
}
.anaaciklama {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.45238087px;
}
ul li ul {    margin-top: 15px;    margin-left: 0 !important;    padding-left: 15px; list-style:none}

ul li ul li::marker {opacity: 0;}

  }
  @media (max-width: 767.98px) {
  

  }


  .modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.show .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.show .modal-dialog {
		right: 0;
        width: 100%;
    
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

    .toast-title {
        font-weight: bold;
      }
      .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
      }
      .toast-message a,
      .toast-message label {
        color: #ffffff;
      }
      .toast-message a:hover {
        color: #cccccc;
        text-decoration: none;
      }
      .toast-top-full-width {
        top: 0;
        right: 0;
        width: 100%;
      }
      .toast-bottom-full-width {
        bottom: 0;
        right: 0;
        width: 100%;
      }
      .toast-top-left {
        top: 12px;
        left: 12px;
      }
      .toast-top-right {
        top: 12px;
        right: 12px;
      }
      .toast-bottom-right {
        right: 12px;
        bottom: 12px;
      }
      .toast-bottom-left {
        bottom: 12px;
        left: 12px;
      }
      #toast-container {
        position: fixed;
        z-index: 999998;
      }
      #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      #toast-container > div > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        /*opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);*/
      }
      #toast-container > div > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
      }
      #toast-container > div > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
      }
      #toast-container > div > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
      }
      #toast-container > div > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
      }
      #toast-container > div > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
      }
      #toast-container.toast-top-full-width > div,
      #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
      }
      .toast {
        background-color: #030303;
        z-index: 999999;
      }
      .toast-success {
        background-color: #51a351;
      }
      .toast-error {
        background-color: #bd362f;
      }
      .toast-info {
        background-color: #2f96b4;
      }
      .toast-warning {
        background-color: #f89406;
      }
      /*Responsive Design*/
      @media all and (max-width: 240px) {
        #toast-container > div > div {
          padding: 8px 8px 8px 50px;
          width: 108px;
        }
      }
      @media all and (min-width: 241px) and (max-width: 320px) {
        #toast-container > div > div {
          padding: 8px 8px 8px 50px;
          width: 128px;
        }
      }
      @media all and (min-width: 321px) and (max-width: 480px) {
        #toast-container > div > div {
          padding: 8px 8px 8px 50px;
          width: 192px;
        }
      }
      @media all and (min-width: 481px) and (max-width: 768px) {
        #toast-container > div > div {
          padding: 15px 15px 15px 50px;
          width: 300px;
        }
      }
      .toast {
        display: block !important;
    }
    div#toast-container > div {
        padding: 0 !important;
    }
    #overlay {
        background: rgba(255,255,255,0.9);
        color: #5f0185;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        float: left;
        text-align: center;
        padding-top: 25%;

        font-size: 16px;
        font-weight: 600;
    }
    form.form.basvuru_form.tamam {
        max-height: 250px;
        overflow: hidden;
    }
    .islem_basarili {
        width: 100%;
        height: 100%;
        background: #570279;
        color: #fff ;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 25px;
        padding: 15px;
        display: grid;
        gap: 35px;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        grid-auto-rows: max-content;
        padding: 30% 0;
    }
      .spinner {
          margin: 0 auto;
          height: 64px;
          width: 64px;
          animation: rotate 0.8s infinite linear;
          border: 5px solid #000000;
          border-right-color: transparent;
          border-radius: 50%;
      }
      @keyframes rotate {
          0% {
              transform: rotate(0deg);
          }
          100% {
              transform: rotate(360deg);
          }
      }
    
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;

    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}


      /*Animation CSS3*/
      .animateToaster-enter, 
      .animateToaster-leave
      { 
          -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
          -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
          -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
          -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
          transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
      } 
      
      .animateToaster-enter.animateToaster-enter-active, 
      .animateToaster-leave {
          opacity: 0.8;
      }
      
      .animateToaster-leave.animateToaster-leave-active,
      .animateToaster-enter {
          opacity: 0;
      }
      