
.trigger {
    background-color: black;
    color: red
}

.modal,
.fade,
.show {
    background-color: lightgray
}

.modal-content {
    background: transparent;
    border: none;
    padding: 0 19px
}

.modal-header {
    border: none
}

.close {
    position: absolute !important;
    right: 0;
    z-index: 1;
    border: 7px solid lightgray !important;
    width: 5px;
    height: 5px;
    border-radius: 10rem;
    background-color: #ECEFF1 !important;
    opacity: 1;
    top: 35px;
    right: 25px
}

.close>span {
    position: relative;
    bottom: 16px;
    right: 9px;
    font-size: 28px;
    background-color: transparent
}

.modal-body {
    border: none;
    background-color: #ECEFF1;
    border-radius: 8px;
    padding-bottom: 50px
}

.modal-footer {
    border: none;
    flex-direction: column;
    background-color: #ECEFF1;
    margin: 0 19px;
    position: relative;
    bottom: 138px
    /*bottom: 160px*/
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.close.focus,
.close:focus {
    outline: 0;
    box-shadow: none !important
}

.okay {
    width: 100px;
    height: 50%;
    background-color: black;
    color: white
}

.setting {
    margin-left: 10px;
    padding-top: 5px
}

@media(max-width:600px) {
    .modal-footer {
        bottom: 100px
    }
}

@media (max-width:320px) {
    .modal-footer {
        bottom: 90px
    }

    .setting {
        margin-left: 6px;
        padding-top: 5px;
        font-size: 14px
    }
}

.text-muted{
        font-size: 15px;
        font-weight: bold;
        color:#ee0000!important;
}