.form-group-container {
    padding: 12px;
}

.form-group-container .input-group {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}


.qty-group {
    display: flex;
    width: 82px;
    margin-left: 12px;
}

span.qty-group .input-group-addon.first_upper {
    padding: 10px !important;
    border-right: none !important;
}

.qty-group input.form-control.large.point_input {
    border-left: unset;
    padding: 3px;
}

.picash-product span.select2 {
    display: flex;
    flex-basis: 50%;
    border: 1px solid #cccccc;
}

.picash-product .input-group-addon.picash-label {
    border-right: 1px solid #ccc;

}

.picash-product span.selection {
    width: 100%;
}

.picash-product .selection .select2-container--default, .picash-product .selection .select2-selection--single {
    border: none;
    height: 35px;
}

.picash-module .iconPopover {
    margin: 0 0 0 8px;
    width: 10px;
    height: 10px;
}

.picash-module .iconPopover i.fa {
    font-size: 12px;
    line-height: 8px;
}

#btn_sync_products {
    height: 24px;
    padding: 4px 12px;
    margin-right: 11px;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #4E4E4E;
}

.tabSwitch {
    display: flex;
    margin: 5.5px 0;
}

.reward_form .input-group .input-group-addon {
    line-height: 0.9;
    padding: 6px 12px !important;
}


#sizing-addon6 {
    line-height: 0.9;
}

.form-group-container .input-group {
    display: flex;
    justify-content: normal;
}

/* % CHF toggle */


input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle + label {
    cursor: pointer;
}

input[type="radio"].toggle + label:hover {
    background: none;
    color: #1a1a1a;
}

input[type="radio"].toggle + label:after {
    background: #1a1a1a;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    margin: 0;
    padding: 0;
    width: 23px;
    width: 93px;
    /* width: 100%; */
    z-index: -1;
}

input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
}

input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
}

input[type="radio"].toggle.toggle-right + label {
    margin-left: -3px;
}

input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
}

input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #fff;
    transition: color 0ms;
    background: #55A505;
    border-radius: 2px;
}

input[type="radio"].toggle:checked + label:after {
    left: 0;
}

#cur-toggle label.btn {
    width: 50% !important;
    height: 21px;
    padding: 2px;
    text-align: center;
}


.form-group-container .iconPopover {
    display: flex;
    align-self: center;
}


#cur-toggle label.btn {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
}


#cur-toggle {
    width: 93px;
    border: 1px solid #D0D0D0;
    border-radius: 2px !important;
}


.discount-group .form-control {
    border-right: none !important;
    flex-basis: 50%;
}

.reward_form .discount-group .cur-toggle-input {
    border-right: 1px solid #ccc !important;
    border-left: none;
    padding: 6px !important;
    width: auto !important;
}


.picash-label {
    display: flex !important;
    align-items: center;
}


.picash-module .form-control:focus,
.picash-module .inputPoint input:focus {
    border-top-color: #ccc;
    border-left-color: #ccc;
}


.description {
    color: #A0A1A3;
}


/* Cstm input */
.chbx-input {
    zoom: 100%;
    width: 68px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chbx-input input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background: #8E8E8E;
    width: 68px;
    height: 24px;
    /* margin-top: -1px; */
    cursor: pointer;
    vertical-align: middle;
    border-radius: 4px;
    margin: 0;
    margin-top: -4px;
    margin-left: -1px;
}

.chbx-input input[type="checkbox"]:checked {
    background-color: #55A505;
}

.chbx-input input[type="checkbox"]::after {
    content: "\f00d";
    position: absolute;
    font-size: 13px;
    margin-top: -18px;
    margin-left: 46px;
    background-color: white;
    color: white;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: bold;
}

.chbx-input input[type="checkbox"]:checked::after {
    content: "\f00c";
    margin-left: 13px;
    background-color: #55A505;
    color: white;
    -moz-background-clip: text;
    background-clip: text;
    font-family: "Font Awesome 5 Pro", serif;
}

.chbx-input input[type="checkbox"]::before {
    position: relative;
    background: white;
    width: 34px;
    height: 24px;
    margin-left: -1px;
    transition: all 0.2s;
    content: "";
    z-index: 2;
    margin-top: 0px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chbx-input input[type="checkbox"]:checked::before {
    margin-left: 34px;
    transition: all 0.2s;
    z-index: 2;
}

.chbx-input * {
    outline: none;
    user-select: none;
}
