/***************
*   Reset 
***************/

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a, button {
    cursor: revert;
}

ol, ul, menu {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

input, textarea {
    -webkit-user-select: auto;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/***************
*   Styles 
***************/

body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1736;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    background-color: #c471ed;
    background: linear-gradient(220.55deg, #c471ed 0%, #12c2e9 100%) !important;
    background-size: cover;
}

html, 
body{
    height: 100vh;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

.sa-confirm-button-container button.confirm{
    background-color: #8041F2!important;
}

.indirGenel{
    align-items: center;
    display: flex;
    justify-content: center;
    /*
	height: 100%;
	min-height: 960px
	*/
	padding-top: 50px;
	padding-bottom: 20px
}
.wrapper{
    width: 460px;
    max-width: 80%;
    padding: 0;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.spot-text{
    font-size: 1em;
    font-weight: 500;
    color: rgba(0,0,0,.8);
}
.spot-text font{
    color: greenyellow!important;
}
.spot-text::after{
    content: '...';
}

.countdown{
    text-align: center;
    padding: 25px 0;
}
.countdown .time{
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    margin: 0 auto;
    width: 120px;
    height: 120px;
    padding-top: 35px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px rgba(0,0,0,.1);
}
.countdown .time strong{
    font-weight: 900;
}
.countdown .complete{
    display: none;
}
.countdown .complete .btn{
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(to right, #8041F2, #3095ED);
	transition: .2s ease;
	border-radius: 50px;
    margin: 20px 0;
}
.countdown .complete .btn::after{
    content: '\00BB';
}
.countdown .complete .btn:hover{
    color: #8041F2;
	background: white none;
	transform: scale(1.1);
	border: 5px solid #8041F2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
}

.alternative-ad{background-color: #8041F2!important}
.alternative-ad .buttons a.secondary{color: #8041F2!important}

p.not{
    display: block;
    color: rgba(0,0,0,.6);
    background: rgba(0,0,0,.08);
    font-size: .9em;
	line-height: normal;
    padding: 5px;
	padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 6px
}
p.not::before{
    content: '\1f6c8';
    padding-right: 2px
}

.alternative-ad{
    border-radius: 6px;
    margin-bottom: 10px;
    border: solid 4px rgba(0,0,0,.1);
    overflow: hidden
}
.alternative-ad a.title{
    display: block;
    padding: 10px;
    color: #0F1736;
}
.alternative-ad img{
    width: auto;
    max-width: 100%;
}
.alternative-ad .buttons{
    padding: 10px;
    padding-top: 7px;
}
.alternative-ad .buttons a{
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(255,255,255,.8);
    font-weight: bold;
    font-size: .9em;
    border-radius: 6px;
}
.table{
    display: none;
}
.telif{
    margin-top: 16px;
    text-align: center;
}
.telif,
.telif a{
    color: rgba(0,0,0,.5)!important;
    font-size: .9em;
}

@media only screen and (max-width: 800px){
    body.stop-scrolling{
        overflow: inherit!important;
        height: auto!important;
    }
    .indirGenel{
        /*
		margin-top: 20px;
        margin-bottom: 20px;
        */
		padding-top: 20px;
		display: block;
        width: auto;
        height: auto;
    }
    .wrapper{
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
        padding: 10px;
    }
    .alternative-ad{
        width: 100%;
        margin-bottom: 6px;
    }
    .spot-text{
        font-size: .9em;
    }
    p.not{
        font-size: .8em;
    }
    .telif{
        margin-top: 5px;
    }
}