::-moz-selection {
    color: #fff;
    background-color: #aeaaf5;
}
::selection {
    color: #fff;
    background-color: #aeaaf5;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #21268b;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #21268b;
}

*{
    padding: 0;
    margin: 0;
}
body,html{
    padding: 0;
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h2{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    display: block;
    padding-bottom: 0;
    transition: all .2s linear;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#main {
    background-image: url("../img/bg-blur.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.container{
    width: 800px;
    height: auto;
    position: relative;
}
.row{
    display: flex;
}
.col-1{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 420px;
    background: #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 30px 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.38);
    transition: all .2s linear;
}
.col-2{
    display: inline-flex;
    width: 340px;
    background: #ffffff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 30px 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.38);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear;
}
.evo-calendar{
    -webkit-box-shadow:unset;
    box-shadow:unset;
    margin: 25px 0;
}
.dateTitle{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.calendar-events{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0;
    height: unset;
    overflow: hidden;
}

.calendar-events .event-header>p {
    text-align: center;
    color: #b51d25;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}

.calendar-inner{
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow : unset;

}
tr.calendar-body .calendar-day{
    padding: 0;
}
tr.calendar-body .calendar-day .day{
    width: 28px;
    height: 28px;
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
.calendar-inner .calendar-table{font-size: 15px;
    font-weight: bold}
tr.calendar-body .calendar-day .day.calendar-active, tr.calendar-body .calendar-day .day.calendar-active:hover {
    color: #fff;
    background: #bc3a3e;
}
tr.calendar-body .calendar-day .day.calendar-active, tr.calendar-body .calendar-day .day.calendar-active:hover{
    border-color: rgb(249,0, 0, .5);
}
tr.calendar-header .calendar-header-day {
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #808080;
    text-transform: uppercase;
}
.sidebar-hide .calendar-inner {
    margin-left: 0;
    max-width: 100%;
}
.sidebar-hide .calendar-sidebar{display: none}

.event-indicator{display: none}
td.calendar-day.--weekend .day{
    background: #ddd;
}
tr.calendar-body .calendar-day .day:hover{
    background: #eee;
}
.event-container{
    margin: 0;
    border-radius: 0;
    cursor: default;
    float: unset;
}
.event-container:only-child.event-container::before{
    content: unset;
}
.event-container:after{
    content: unset;
}
.event-container>.event-info {
    width: 100%;

    padding: 0;
}
.event-container>.event-icon{display: none}
.event-container:hover{
    -webkit-box-shadow : unset;
    box-shadow : unset;
}
#list{
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;
    text-align: center;
}
#list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 355px;
    font-weight: 400;
    color: #000;
    font-size: 22px;
    line-height: 36px;
    transition: all .2s linear;
}
#list li:not(:last-child):after{
    content: "";
    position: relative;
    width: 100%;
    display: flex;
    height: 1px;
    border-top: 1px dotted rgba(0, 0, 0, 0.85);
    margin: .25em 0;
    transition: all .2s linear;
}
#afiyetOlsun{
    width: 100%;
    max-width: 150px;
    height: auto;
}

#odeme,#odemeMobile{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C01F25;
    color: #fff;
    font-size: 15px;
    border-radius: .25em;
    padding: .5em 1em;
    text-decoration: none;
    transition: all .2s linear;
}
#odeme:hover, #odemeMobile:hover{
    background: #97080c;
}

#notlar{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a258c;
    color: #fff;
    font-size: 15px;
    border-radius: .25em;
    padding: .5em 1em;
    text-decoration: none;
    transition: all .2s linear;
    margin-top:2em;
}
#notlar:hover{
    background: #323eaa;
}

#odemeMobile{display: none}
#notlarDialog{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: none;
}
#notlarDialog .container{
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    max-width: 640px;
    padding: 2em;
}
#notlarDialog h3{
    text-align: center;
    font-weight: 500;
}
#notlarDialog li{
    margin:1em;
    list-style: decimal;
}
th[colspan="7"]{
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-transform:unset;
}
th[colspan="5"]::after{content: unset}
#copyright{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
    position: relative;
}
#copyright a{
    color: #fff;
    text-decoration: none;
}

.owl-carousel.off {
    display: block;
}
.owl-carousel
{
    touch-action: manipulation;
}
#mobileLogo{display: none;align-items: center;margin:1em 0;justify-content: center}
#hazirlayan{position: relative}
#coder{display: none;
    position: absolute;
    top: -42px;
    left: -26px;
    width: 120px;
    height: 40px;
    background: rgba(0,0,0,.95);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 1s linear;
}
#coder.fade{display: flex;transition: 1s linear;}
#customNav{
    display: none;
    position: absolute;
    top: 28px;
    z-index: 99;
    width: 100%;
    padding: 0 1em;
}
#customNav .owl-prev, .owl-next{border-radius: 50%;background: #fdfdfd;border: 1px solid #f5f5f5;transition: all .2s linear}
#customNav .prev, #customNav .next{
    width: 40px;
    height: 40px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
#customNav .owl-prev:hover, .owl-next:hover{
    background: #fdfdfd;
}
.closeDialog{
    position: absolute;
    top: -1em;
    right: -0.5em;
    width: 30px;
    height: 30px;
    background: #97080c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hideMobile{display: none}
    h2{font-size: 26px}
    #list li{font-size: 20px}
    #list{margin: 20px 0}
    .container{
        width: 100%;
        max-width: 420px;
        padding: 1em;
    }
    .col-2 {
        display: none;
    }
    .col-1{
        width: 100%;
        height: 100%;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .calendar-events{
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    #mobileLogo{
        display: flex;
    }
    #odemeMobile{display: flex; padding: .5em 1em;height: unset}
    #copyright{margin-top:1em;justify-content: center;align-items: center;flex-direction: column}
    #customNav {display: flex;align-items: center;justify-content: space-between}
    #notlar{
        margin:1em 0;
    }
    #notlarDialog .container{max-width: 94%;padding: 1em;}
    #customNav img {
        height: 15px;
        width: 15px;
    }
}

@media only screen and (max-width: 419px) {
    h2 {
        font-size: 22px;
    }

    #list li {
        font-size: 16px;
    }

    #main {
        height: unset;
    }

    #customNav .prev, #customNav .next {
        width: 32px;
        height: 32px;
    }

    #odemeMobile, #notlar, #copyright {
        font-size: 13px;
    }
}
