/* Add here all your CSS customizations */

.mor a {
    color: #432D76
}

a.direkmor {
    color: #432D76
}

.arkayikapla {
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-repeat: no-repeat;
    width: 100%;
 }

.btn-Mor {
    border-color: #432D76 #432D76 #432D76;
    color: #FFF;
    background-color: #432D76;
}

.modalarama {
    background-color: #432D76
}

.morYazi {
    color: #432D76
}

    .morYazi:hover {
        color: #333333 !important;
    }

.arkaMor {
    background-color: #5D666F;
}

.anasayfacard {
    background-color: #293389;
}

.arkaGri {
    background-color: #f1f3f7;
}
/*.morYazi {
        color: #A4286C
    }*/

.morBorder {
    border: 1px solid #A4286C;
}

.morBorderKalin {
    border: 3px solid #A4286C;
}


.modal-dialog {
    position: relative;
    max-width: 100%;
    min-height: 100%;
    height: 80%;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    outline: 0;
    min-height: 95%;
    /*margin-left: 8px;*/
    overflow: auto;
}


/*@media ( max-width:576px){
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-clip: padding-box;
        border: none;
        outline: 0;
        height: 80%;
     }

}*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
        min-height: 100%;
        height: 80%
    }


    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-clip: padding-box;
        border: none;
        outline: 0;
        height: 95%;
        margin-left: 8px;
    }

    .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: none;
        text-align: right;
    }

    .modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: .75rem;
        border-top: none;
    }
}


@media only screen and (max-width: 550px) {
    .mobile-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 550px) {
    .mobile-goster {
        display: none !important;
    }
}
