.call-for-x .modal-dialog {
    background-color: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(238 167 85 / 11%);
}

.call-for-x .modal-content {
    background-color: rgb(0 0 0);
    border: 1px solid #ffffff3d;
    border-radius: 10px;
    box-shadow: 0 0 30px 20px rgb(238 167 85 / 1%);
}

/******** Modal Header *********/
.call-for-x .modal-header {
    border-bottom: none;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

.call-for-x .modal-header h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-for-x .modal-header .close {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    opacity: 0.5;
}


/******** Modal Body *********/
.call-for-x .modal-body {
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

.call-for-x .modal-body h1,
.call-for-x .modal-body h2,
.call-for-x .modal-body h3,
.call-for-x .modal-body h4 {
    color: #e77e3c;
}

.call-for-x .modal-body ul {
    padding-left: 25px;
}

.call-for-x p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.63);
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

.call-for-x .cfp-template {
    background-color: rgba(238, 167, 85, 0.1);
    border-left: 3px solid #eea755;
    padding: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #f7ac54;
    font-family: 'Open Sans', sans-serif;
}

.call-for-x .cfp-info {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
}

.call-for-x .cfp-section h5 {
    color: #eea755;
    margin-bottom: 10px;
    font-weight: 600;
}


/******** Preparing *********/
.call-for-x .preparing {
    background-color: #ffffff2a;
    padding: 20px;
    border-radius: 10px;
}
.preparing::before {
    display: block;
    text-align: center;
    content: 'Preparing';
    font-size: 24px;
    font-weight: 600;
    color: #eea755;
}

/******** Modal Footer *********/

.call-for-x .modal-footer {
    border-top: 1px solid rgba(238, 167, 85, 0.3);
    text-align: center;
    padding: 20px;
}