* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.anasayfa {
    background-image: url(../img/bg.png);
    min-width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom
}

@media (max-width: 900px) {
    .anasayfa {
        background-image: url(../img/bg.png);
        background-position-x: right;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

#canliYayinIcon {
    padding-top: 35px;
    padding-left: 35px;
    width: 250px;
    height: auto
}

@media (max-width: 900px) {
    #canliYayinIcon {
        padding-left: 25px;
        padding-top: 5px;
        width: 200px;
        height: auto;
        position: absolute;
        top: 0
    }
}

.hergun-text {
    font-size: 24px !important;
    text-align: center;
    display: initial !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding-top: 50px !important;
    color: #fff;
    text-shadow: 1px 1px #3A6351;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px
}

@media (max-width: 500px) {
    .hergun-text {
        font-size: 20px !important;
        padding: initial !important
    }
}

.video-baslik {
    float: right;
    width: 50%;
    margin-right: 88px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 0
}

@media (max-width: 900px) {
    .video-baslik {
        float: none;
        padding: initial;
        flex-direction: column;
        margin: initial;
        justify-content: normal;
        text-align: center;
        margin-top: 7px;
        width: 100%
    }
}

.video-baslik .btn-secondary:not(:disabled):not(.disabled).active, .video-baslik .btn-secondary:not(:disabled):not(.disabled):active, .video-baslik .show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.video-baslik .oncekiKayitlar {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0
}

.video-baslik .konuRisaleContainer {
    text-align: end
}

@media (max-width: 900px) {
    .video-baslik .konuRisaleContainer {
        text-align: center
    }
}

.konu-text {
    font-size: 28px;
    font-family: CMSansSerif, sans-serif;
    color: #050505;
    line-height: 1.2;
    text-align: left
}

@media (max-width: 900px) {
    .konu-text {
        font-size: 20px;
        color: #fff
    }
}

.risale-text-web {
    font-size: 40px;
    font-family: CMSansSerif, sans-serif;
    color: #000;
    line-height: 1.2;
    text-align: left
}

@media (max-width: 900px) {
    .risale-text-web {
        font-size: 30px;
        color: #fff;
        display: none
    }
}

.risale-text-mobile {
    font-family: CMSansSerif, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: .3em
}

@media (min-width: 900px) {
    .risale-text-mobile {
        display: none
    }
}

.embed-border {
    border: 5px solid #204b1e;
    background-color: #FAEBE0;
    box-sizing: border-box;
    width: 50% !important;
    float: right;
    margin-right: 88px;
    padding: 10px
}

@media (max-width: 900px) {
    .embed-border {
        width: 100% !important;
        padding: initial;
        float: none
    }
}

.embed-responsive {
    position: relative;
    overflow: hidden
}

@media (max-width: 900px) {
    #katilimcilarLabel {
        margin-top: 1em
    }
}

.katilimcilar {
    float: right;
    margin-right: 88px;
    margin-top: 15px;
    text-shadow: 1px 1px #3A6351;
}

@media (max-width: 900px) {
    .katilimcilar {
        margin: initial;
        float: none
    }
}

.katilimcilar p {
    font-size: 20px;
    margin-bottom: 0;
    text-align: end;
    font-family: CMSansSerif, sans-serif;
    color: #fefffd;
    line-height: 1.2;
}

.katilimcilar p span {
    font-size: 20px
}

@media (max-width: 900px) {
    .katilimcilar p {
        text-align: center
    }
}

@font-face {
    font-family: "CMSansSerif";
    src: url(../fonts/cm.ttf) format("truetype")
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    min-width: 100%;
    min-height: 100%
}

#nav {
    padding: 30px
}

#nav a {
    font-weight: 700;
    color: #2c3e50
}

#nav a.router-link-exact-active {
    color: #42b983
}

#girisImg[data-v-15d3b046] {
    width: 100%
}

#izinImg[data-v-15d3b046] {
    width: 350px
}

.kameraMicImg[data-v-15d3b046] {
    width: 500px
}

@media (max-width: 500px) {
    img[data-v-15d3b046] {
        width: 100% !important
    }
}

.mesaj[data-v-4d8bed38] {
    width: 400px;
    word-wrap: break-word
}

@media (max-width: 600px) {
    .mesaj[data-v-4d8bed38] {
        width: 100%;
        overflow-wrap: break-word
    }
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2018 Hakim El Hattab, http://hakim.se
 */
@-webkit-keyframes ladda-spinner-line-fade {
    0%, to {
        opacity: .22
    }
    1% {
        opacity: 1
    }
}

@keyframes ladda-spinner-line-fade {
    0%, to {
        opacity: .22
    }
    1% {
        opacity: 1
    }
}

.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    display: none;
    transition: all .1s linear
}

.ladda-button[data-loading] .ladda-progress {
    display: block
}

.ladda-button, .ladda-button .ladda-label, .ladda-button .ladda-spinner {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-out] .ladda-spinner {
    transition: all .3s ease
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
    padding-left: 40px
}

.ladda-button[data-style=expand-up] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] {
    overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
    padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
    overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-right] {
    overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
    right: auto
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-up] {
    overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=slide-down] {
    overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    transform: scale(.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    transform: none
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    transform: scale(.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    transform: none
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0 0 0 2000px transparent
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

[dir=rtl] .ladda-spinner > div {
    left: 25% !important
}

.ladda-button {
    background: #666;
    padding: 14px 18px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.ladda-button:hover {
    border-color: rgba(0, 0, 0, .07);
    background-color: #888
}

.ladda-button[data-color=green] {
    background: #2aca76
}

.ladda-button[data-color=green]:hover {
    background-color: #38d683
}

.ladda-button[data-color=blue] {
    background: #53b5e6
}

.ladda-button[data-color=blue]:hover {
    background-color: #69bfe9
}

.ladda-button[data-color=red] {
    background: #ea8557
}

.ladda-button[data-color=red]:hover {
    background-color: #ed956e
}

.ladda-button[data-color=purple] {
    background: #9973c2
}

.ladda-button[data-color=purple]:hover {
    background-color: #a685ca
}

.ladda-button[data-color=mint] {
    background: #16a085
}

.ladda-button[data-color=mint]:hover {
    background-color: #19b698
}

.ladda-button[data-loading], .ladda-button[disabled] {
    border-color: rgba(0, 0, 0, .07)
}

.ladda-button[data-loading], .ladda-button[data-loading]:hover, .ladda-button[disabled], .ladda-button[disabled]:hover {
    cursor: default;
    background-color: #999
}

.ladda-button[data-size=xs] {
    padding: 4px 8px
}

.ladda-button[data-size=xs] .ladda-label {
    font-size: .7em
}

.ladda-button[data-size=s] {
    padding: 6px 10px
}

.ladda-button[data-size=s] .ladda-label {
    font-size: .9em
}

.ladda-button[data-size=l] .ladda-label {
    font-size: 1.2em
}

.ladda-button[data-size=xl] .ladda-label {
    font-size: 1.5em
}