/*
 *
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.analytics-for-wordpress-switcher-form ul {
    padding: 0px;
    margin-bottom: 0;
}

.analytics-for-wordpress-switcher-form td {
    padding: 15px;
}

.analytics-for-wordpress-switcher-form td label {
    font-size: 14px;
}

.multiple-currency-switcher-tabs nav .nav-tab-active {
    border-bottom: 1px solid #f0f0f100;
    background: #fff;
}

.woocommerce-currency-captcha {
    max-width: 90%;
    width: 850px;
}

.woocommerce-currency-top-space {
    margin-top: 3em;
}

span.validation-error-message.validation-comment-error-message.validation-error {
    width: 200px;
    color: red;
    font-size: 15px;
    padding-top: 15px;
}

.woocommerce-currency-left-space {
    margin-left: 40px;
    width: calc(100% - 40px);
    margin-bottom: 2em;
}

.woocommerce-currency-center-alignment {
    display: flex;
    align-items: center;
}

.woocommerce-currency-captcha-message {
    margin-bottom: 3em;
}

.analytics-for-wordpress-switcher-label {
    color: #000;
    font-weight: 300;
    font-size: 1.5em;
    padding-left: 20px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
}

.woocommerce-currency-lable-input-section {
    font-weight: 300;
    font-size: 18px;
    /* padding-left: 5px;
	padding-right: 5px; */
    /* height: 30px;   */
    /* width: 100px; */
    color: #000;
    /* z-index: 9; */
    /* position: relative;
	top: 30px; */
    /* cursor: pointer; */
}

.multiple-currency-switcher-input-section {

    width: 100%
}

.woocommerce-currency-lable-input-new-commet {
    width: 8em;
    font-weight: 300;
    font-size: 1.35em;
}

.analytics-for-wordpress-switcher-form {
    position: relative;
    top: 0px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #c3c4c7;
    border-top: 0;
}

.analytics-for-wordpress-switcher-form .table {
    display: block;
    overflow: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 4px;
}

.analytics-for-wordpress-switcher-form table.table tbody tr:nth-child(even) {
    background-color: #f6f7f7;
}

.analytics-for-wordpress-switcher-form .table thead th {
    padding: 10px;
    background-color: #f9fafb;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
}

/* ---- End ----- */

/* input text start */

.analytics-for-wordpress-switcher-form .analytics-for-wordpress-switcher-form-input {
    flex: 1 1 300px;
    margin: 10px 10px 0;
    border: none;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #E6E6E6;
    outline: 3px solid transparent;
    transition: outline .2s, flex-basis .2s;
    width: 100%;
    height: 50px;
}

.analytics-for-wordpress-switcher-form .analytics-for-wordpress-switcher-form-input:nth-child {
    flex: 3 1 300px;
}

.analytics-for-wordpress-switcher-form .analytics-for-wordpress-switcher-form-input:hover,
.analytics-for-wordpress-switcher-form .analytics-for-wordpress-switcher-form-input:focus {
    outline: 3px solid #2271b1;
}



/* -----End --------- */