/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-50 {
    width: 50%;
    max-width: 50% !important;
}

.w-100 {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
    border: 1px solid #ccc;
}

.button-success {
    background: #19d419 !important;
    border-color: #19d419 !important;
    box-shadow: none;
    color: #fff !important;
}

.ec-button {
    margin-top: 35px !important;
}

.ec-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 200px;
    text-align: center;
    background-color: #e8eae6;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    /*to hide popup initially*/
}

.ec-close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px;
}

.show_ec_register_form {
    cursor: pointer;
}

.notVerifiedYet {
    pointer-events: none;
}

.spinner.ec-spinner-process,
.spinner.ec-spinner-reconnect,
.spinner.ec-re-spinner-process,
.ec-spinner-reset,
.ec-spinner-dev {
    float: unset;
}

.ec-process-error,
.ec-process-success,
.ec-re-process-error,
.ec-re-process-success {
    display: none;
    margin-bottom: 2%;
    padding: 1%;
}

.ec-process-error,
.ec-re-process-error {
    background: red;
    color: white;
}

.ec-process-success,
.ec-re-process-success {
    background: #1abc1a;
    color: white;
}

.ec-th-w {
    width: 140px !important;
}

.ec-reconnect-cover {
    margin-top: 2% !important;
}

.not_sync_status {
    background: red;
    color: white;
    padding: 0px 10px 4px;
    border-radius: 5px;
}

.sync_status {
    background: green;
    color: white;
    padding: 0px 10px 4px;
    border-radius: 5px;
}

.toplevel_page_empact-connect #TB_ajaxContent {
    overflow-wrap: anywhere;
}

.text-danger {
    color: red;
}

.text-success {
    color: green;
}

.text-warning {
    color: orange;
}

.fs-bold {
    font-weight: bold;
}

#ecResultBox {
    word-break: break-word;
    line-height: 2;
    font-size: 14px;
}

#ecResultBox .dashicons {
    line-height: 1.5;
}


/*for modal popup*/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* 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: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    max-height: 75%;
    overflow-x: scroll;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.reset_msg {
    display: inline-block;
}

.pay_registration_fee_wrap {
    margin-bottom: 10px;
}

.error {
    display: block;
    padding: 10px 0;
    color: red;
}

.select2-container {
    width: 50% !important;
}

#mobile-error {
    position: absolute;
}

.reset_sync_all {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}


/* pricing plan css start */

.package-wrap {
    background: #fff;
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 15px;
}

.columns {
    float: left;
    width: 48%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #1d2327;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}


/* pricing plan css end */