/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #010001;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    text-align: justify;
}

.st2close {
    height: 24px;
    width: 24px;
    left: auto;
    right: auto;
    bottom: auto;
    position: absolute;
    top: auto;
    padding: 0px;
    padding-left: 4px;
    color: #ffffff;
    font-family: inherit;
    font-size: 24px;
    line-height: 19px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
    opacity: 1!important;
}
/* The Close Button */
.close,.close2,.close3,.videouploadmodalclose {
    height: 30px;
    width: 30px;
    left: auto;
    right: -1px;
    bottom: auto;
    position: absolute;
    top: -18px;
    padding: 0px;
    padding-left: 6px;
    color: #ffffff;
    font-family: inherit;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
    opacity: 1!important;
}
.wph-modal--message p {
    color: white!important;
}
button#myBtn {
    background: none;
    border: none;
    color: #00cdff;
    font-family: magneto;
}
button#myBtn:hover {
    color: #96e4f7;
}
button#myBtn:focus {
    border: none;
}
button#myBtn2 {
    background: none;
    border: none;
    color: #00cdff;
    font-family: magneto;
}
button#myBtn2:hover {
    color: #96e4f7;
}
button#myBtn2:focus {
    border: none;
}
.close,.close2:hover,
.close,.close2:focus {
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}
.wph-modal--message h3 {
    color: #c0d7e8!important;
    text-align: left;
    border-bottom: 1px solid;
}
.register_popup.wph-modal--message input {
    margin-bottom: 5px;
    height: 37px;
}
.register_popup.wph-modal--message textarea {
    width: 100%;
    background-color: #222222;
    color: #fff;
    border: none;
    padding-left: 10px;
        height: 46px;
        margin-bottom: -13px;
}
.register_popup.wph-modal--message {
    max-height: 255.9px!important;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 111px;
    background-color: #06b0c7;
    color: #fff;
    height: 40px;
    border: 1px solid #656565;
}
input#artist_name {
    display: none;
}