/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

/*adminconfig*/
.toggleSwitchWrapper {
    display: flex;
    color: #757272;
}

.toggleSwitchWrapper .switch {
    width: 55px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    background: #eee;
    box-shadow: 0px 2px 5px #ddd inset;
    border-radius: 15px !important;
}

.toggleSwitchWrapper label {
    margin: 0;
}

.toggleSwitchWrapper .switch .trigger {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    background: #11ca8e;
    box-shadow: 1px 0px 3px #4e4e4e;
    display: block;
    border-radius: 50% !important;
}

.coinMarketCapConfig {
    margin: 25px 0;
}

.toggleSwitchWrapper .switch .trigger.right {
    left: 60%;
}

.inputHolder {
    display: flex;
    max-width: 250px;
}

.inputHolder i {
    background: #ddd;
    padding: 10px 5px;
    color: #464444;
    text-align: center;
    width: 36px;
    font-size: 22px;
}

.sizeWrapper {
    display: flex;
}

.sizeWrapper i {
    width: 20px;
    text-align: center;
    padding: 9px 0px;
    font-size: 17px;
    margin: 0 7px;
}

.sizeWrapper input[type="text"] {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
}

button.saveMarketCapConfig {
    width: auto;
    padding: 4px;
    max-width: 77px;
}

.moduleConfig .panel-primary .panel-heading {
    color: #4d4d4d;
    background-color: #eeeeee;
    border-color: #eeeeee;
    font-weight: 600;
}

.moduleConfig .panel-primary .panel-heading {
    color: #919191;
}

.moduleConfig .panel-primary {
    border-color: #eeeeee;
}

.moduleConfig .mt-radio-inline {
    padding: 0px;
}

.moduleConfig .form-group {
    margin: 10px 0px;
}

.moduleConfig .control-label {
    text-align: right;
    margin-bottom: 10px;
    padding-top: 7px;
}

.indirectHead .sub {
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
}

.indirectHead .sub h5 {
    font-weight: bold;
    color: #7f7f7f;
    font-size: 13px;
}