/*
* ========================================
*   Is Server Down Section
* ========================================
*/
/* NEW */
.wcl-two-column-form {
    color: #050708;
    padding-top: 150px;
    margin-top: 100px;
}

.wcl-two-column-form .title-col {
    padding-right: 3rem;
}

.wcl-two-column-form .banner-box {
    padding: 40px 64px 64px;
    position: relative;
}

.wcl-two-column-form .banner-box-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.wcl-two-column-form .banner-box .wcl-icon-wrapper {
    position: absolute;
    right: 28px;
    top: -20px;
}

.wcl-two-column-form .banner-box .data-title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
}

.wcl-two-column-form .banner-box form {
    min-height: auto;
    padding: 0;
}

.wcl-two-column-form .form-control,
.wcl-two-column-form .form-group {
    width: 100%;
}

.wcl-two-column-form .form-group {
    margin-bottom: 10px;
}

.wcl-two-column-form .form-control:disabled, .wcl-two-column-form .form-control[readonly] {
    background-color: #F4F6F8;
}

.wcl-two-column-form .wcl-status-check-error-message {
    display: none;
    color: #DC1E23;
    margin-top: 15px;
}

.wcl-two-column-form .wcl-status-check-error-message.active {
    display: block;
}


/* Responsse */
.wcl-two-column-form .wcl-response-wrapper.banner-box {
    position: relative;
    padding: 0;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-icon-wrapper {
    position: absolute;
    right: 28px;
    top: -20px;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-content-wrapper {
    padding: 40px 70px 0px 64px;
}

.wcl-two-column-form .wcl-response-wrapper .data-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 17px;
    text-align: center;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status-details {
    margin-bottom: 26px;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #E5E7EB;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item:last-child {
    border-bottom: none;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item .label {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item .value {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
}


/* Recent Queries */
.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper .data-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 22px;
    text-align: center;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 11px;
    margin-bottom: 50px;
    overflow: hidden;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper tr {
    border-bottom: 2px solid #fff;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper th,
.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper td {
    padding: 10px;
    text-align: left;
    color: #050708;
    font-weight: normal;
    background-color: #F4F6F8;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper th {
    font-weight: bold;
    text-transform: capitalize;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper .data-status {
    color: #050708;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper .data-status.down {
    color: #DC1E23;
}

.wcl-two-column-form .wcl-response-wrapper .data-status svg {
    margin-right: 5px;
}


.wcl-two-column-form .wcl-response-wrapper .wcl-status {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    border-radius: 0px 0px 16px 16px;
    color: #fff;
    text-align: center;
    background: #00D95F;
    padding: 27px;
}

.wcl-two-column-form .wcl-response-wrapper .wcl-status.down {
    background: #DC1E23;
}


@media only screen and (max-width: 1600px) {
    .wcl-two-column-form .wcl-response-wrapper .wcl-content-wrapper {
        padding: 40px 35px 0px 35px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper table {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .wcl-two-column-form {
        margin-top: 80px;
    }

    .wcl-two-column-form .title-row {
        justify-content: center;
        row-gap: 50px;
    }

    .wcl-two-column-form .title-col {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-two-column-form {
        padding-top: 100px;
        margin-top: 50px;
    }

    .wcl-two-column-form .banner-box .data-title {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .wcl-two-column-form .form-group {
        margin-bottom: 5px;
    }

    .wcl-server-status-check-button {
        font-size: 1rem;
    }

    .wcl-two-column-form .banner-box {
        padding: 40px 50px 50px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-content-wrapper {
        padding: 40px 35px 0px 35px;
    }

    .wcl-two-column-form .wcl-response-wrapper .data-title {
        font-size: 24px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item {
        padding: 10px 0;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper .data-title {
        font-size: 20px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-status {
        font-size: 16px;
        padding: 20px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-recent-queries-wrapper table {
        margin-bottom: 30px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item .label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .wcl-two-column-form {
        margin-top: 60px;
        padding-top: 50px;
    }

    .wcl-two-column-form .banner-box {
        padding: 40px 25px 40px;
    }

    .wcl-recent-queries-wrapper {
        overflow-x: auto;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-content-wrapper {
        padding: 40px 20px 0px 20px;
    }

    .wcl-two-column-form .title-row {
        row-gap: 30px;
    }

    .wcl-two-column-form .wcl-response-wrapper .wcl-status-details .status-item {
        gap: 15px;
    }
}