.custom_card_main {
    border: solid 1px #d3d3d3;
    background-color: #fff;
    border-radius: 10px;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 20px;
    text-align: center;
}

.custom_card_main .custom_card-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.custom_card_main h1 {
    padding-bottom: 20px;
}

.custom_card_main .custom_card_heading h2 {
    padding: 20px 0;
    margin: 0;
    font-size: 18px;
    max-width: 550px;
    color: #333;
    font-weight: bold;
}

.custom_card_main .custom_card_button .button {
    background-color: #0073b1;
    color: #fff;
    border: 0;
    padding: 10px;
    min-width: 120px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    line-height: normal;
    margin: 0 5px;
}

.custom_card_main .custom_card_button .button:hover {
    background-color: #016ca5;
}

.custom_card_main .btn-secondary {
    background-color: #fff;
    color: #333;
    border: solid 1px #444 !important;
    border: 0;
    padding: 10px;
    min-width: 100px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
}

.custom_card_main .btn-secondary:hover {
    border-color: 000;
    color: #000;
    background-color: #f9f9f9;
}

.custom_card_main .meeting-link {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.custom_card_main .meeting-link a:hover {
    text-decoration: none;
}

.custom_card_main .custom_card_heading {
    max-width: 550px;
    border-top: solid 1px #ccc;
    margin: 20px auto;
    text-align: left;
}

.custom_card_main .custom_card_heading ul {
    margin: 0 0 0 15px;
    font-size: 14px;
    list-style-type: disc;
}

.custom_card_button .wpi-error {
    position: relative;
    max-width: 598px;
    margin-left: 48px;
    background-color: #FEE9E8;
    border: 1px solid #F6C4C1;
    border-radius: 9px;
    padding: 2rem;
}

.custom_card_button .wpi-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding-bottom: 0.6rem;
}

.custom_card_button .align-items-center {
    align-items: center;
}

.custom_card_button .d-flex {
    display: flex;
}

.custom_card_button .wpi-alert-image {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.custom_card_button .wpi-error-txt {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #F91100;
    margin-left: 10px;
}

.custom_card_button .wpi-error-close {
    color: black;
    font-size: 24px;
    cursor: pointer;
}

.custom_card_button .wpi-error-message {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #202223;
    display: block;
}

.wpi-error-top {
    background-color: rgba(252, 50, 40, 0.09);
    border: 1px solid #fc192825;
    border-left: 4px solid #fc1928;
    max-width: 745px;
    margin: 20px auto;
    padding: 20px 20px 20px 15px;
    text-align: left;
    position: relative;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
}

.wpi-error-top .wpi-alert {
    display: flex;
    gap: 10px;
}

.wpi-error-top .wpi-alert .wpi-error-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
}


/* .wpi-error-top .wpi-alert  .wpi-alert-img-inner {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    padding: 3px;
    border: solid 2px rgba(0,0,0,0.05);
} */

.wpi-error-top .wpi-alert .wpi-alert-img-inner img {
    width: 32px;
    height: 32px;
}

/* WebPlanex feedback modal css start */
.wp-core-ui .button-link-delete {
    color: #2271b1 !important;
}

.deactivate-feedback-webplanex-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 999
}

.deactivate-feedback-webplanex-model.modal-active {
    display: flex;
    align-items: center;
    justify-content: center
}

.deactivate-webplanex-gst-feedback-modal-wrap {
    max-width: 700px;
    position: relative;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .3);
    z-index: 1000;
}

.deactivate-webplanex-gst-feedback-modal-header {
    background: #fff;
    padding: 12px 20px;
    position: relative;
    border-bottom: solid 1px #eee;
}

.deactivate-webplanex-gst-feedback-modal-header h3 {
    display: inline-block;
    color: #000;
    line-height: 150%;
    margin: 0;
}

.deactivate-webplanex-gst-feedback-modal-body {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 20px;
    box-sizing: border-box;
    overflow: auto;
    max-height: 385px;
}

.deactivate-webplanex-gst-feedback-modal-body h3 {
    font-size: 15px
}

.deactivate-webplanex-gst-feedback-modal-body .input-text,
.deactivate-webplanex-gst-feedback-modal-body {
    width: 100%
}

.deactivate-feedback-webplanex-model .gst-feedback-form-group {
    margin-bottom: 1rem
}

.deactivate-feedback-webplanex-modal-footer {
    padding: 15px 20px 15px 20px;
    display: flex;
    border-top: solid 1px #eee;
    justify-content: end;
    gap: 10px;
}

.deactivate-feedback-webplanex-modal-footer .gst-webplanex-feedback-modal-submit {
    background-color: #1863DC;
    border-color: #1863DC;
    color: #FFF
}

.deactivate-feedback-webplanex-modal-footer .gst-webplanex-feedback-modal-skip,
.deactivate-feedback-webplanex-modal-footer .gst-webplanex-cancel-modal {
    margin-left: 10px
}

.deactivate-feedback-webplanex-modal-footer .gst-webplanex-feedback-modal-skip {
    margin-left: auto;
    color: #ffffff !important;
    background: #0073b1 !important;
}

.deactivate-webplanex-gst-feedback-modal-close {
    background: #fff0;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    top: 0
}

button.deactivate-webplanex-gst-feedback-modal-close::before {
    content: "\00d7";
    display: inline-block
}

.deactivate-webplanex-gst-feedback-caption {
    font-weight: 400;
    font-size: 14px;
    color: #27283C;
    line-height: 1.5;
    margin: 10px 0;
}

input[type="checkbox"].gst-feedback-input-checkbox {
    margin: 0 5px 0 0;
    box-shadow: none
}

.gst-webplanex-feedback-label {
    font-size: 13px;
    cursor: pointer
}

.deactivate-feedback-webplanex-model .gst-feedback-input-field {
    width: 98%;
    display: flex;
    padding: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.webplanex-gst-feedback-checkbox-group div.reason-heading-title {
    margin: 12px 0px 7px 0px;
}

.gst-webplanex-form-item {
    padding: 5px 8px;
    border: solid 1px #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
}

.gst-webplanex-form-item:hover {
    border-color: #666;
}

.gst-webplanex-form-item:last-child {
    margin-bottom: 0;
}

.gst-webplanex-form-item textarea {
    margin-top: 10px;
}

.deactivate-feedback-webplanex-modal-footer .button-primary:disabled,
.deactivate-feedback-webplanex-modal-footer .button-primary[disabled] {
    color: #fff !important;
    background: #0073b1 !important;
    border-color: #0073b1 !important;
    cursor: not-allowed;
    opacity: 0.5;
}
/* WebPlanex feedback modal css end */