#p24-blik-modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483001;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

#p24-blik-modal-background > #p24-blik-modal-holder {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    margin-top: 65px;
}

@media (min-width: 992px) {
    #p24-blik-modal-background > #p24-blik-modal-holder {
        align-items: center;
        margin-top: 0;
    }
}

#p24-blik-modal {
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: 8px;
}

#p24-blik-modal.loading {
    background-image: url(../img/ajax.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#p24-blik-modal h1 {
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    background-color: whitesmoke;
    color: black;
    margin: 0;
    padding: .7em 2em;
    text-align: center;
}

#p24-blik-modal .close-modal {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #5d5d5d;
    font-size: 24px;
}

#p24-blik-modal.loading form > div {
    visibility: hidden;
}

#p24-blik-modal p {
    margin: 1em;
    text-align: center;
}

#p24-blik-modal input {
    width: 260px;
    height: 70px;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 5px;
    text-align: center;
    background-color: whitesmoke;
    border: none;
    border-radius: 8px;
}

@media (min-width: 360px) {
    #p24-blik-modal input {
        width: 300px;
    }
}

#p24-blik-modal button {
    width: 100%;
    color: white;
    font-size: 14px;
    background-color: #c6c6c6;
    border-style: none;
    border-radius: 8px;
}

#p24-blik-modal .error {
    display: none;
    margin-top: -5px;
    padding-bottom: 15px;
    color: darkred;
    text-align: center;
}

.blik-modal-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px 5px;
}

.blik-modal-title {
    display: flex;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 22px;
}

.blik-modal-subtitle {
    font-size: 13px;
}

.blik-modal-title-img {
    display: flex;
    align-items: center;
}

.blik-modal-title-img img {
    max-width: 70px;
}

.blik-modal-body {
    padding: 5px 20px 30px;
}

.blik-modal-content {
    padding: 20px 0;
}

.blik-modal-input {
    height: 60px;
    font-size: 32px;
    text-align: center;
    border: 2px solid #cecece;
    border-radius: 8px;
}

.blik-modal-btn {
    min-width: 200px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    background-color: #ff8104;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.p24_blik_link {
    color: #5d5d5d;
    cursor: pointer;
}

#p24-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483001;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

#p24-background > .p24-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}

@media (min-width: 992px) {
    #p24-background > .p24-holder {
        font-weight: 400;
        font-size: 14px;
    }
}
