﻿.CustomModal .kvkk {
    position: inherit;
    /*top: auto;
    right: auto;
    left: auto;*/
    bottom: 0;
    border-radius: 10px;
    width: auto;
    height: 95px;
}

@media(max-width:420px) {
    .CustomModal .kvkk {
        height: 140px;
    }

        .CustomModal .kvkk p {
            font-size: 12px
        }

    #ok {
        margin-left: 0px !important;
    }
}

.CustomModal {
    position: fixed;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}



.CustomModal-open .CustomModal {
    overflow-x: hidden;
    overflow-y: auto
}

.CustomModal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.CustomModal-content {
    position: fixed;
    margin-bottom: 0;
    background-color: #232323;
    color: white;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width: 100%;
    height: auto
}

.CustomModal-body {
    position: relative;
    padding: 15px;
    width: auto;
}
