[type="checkbox"] {
    opacity: 0;
}

[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    line-height: 25px;
}

[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    outline: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
}

[type="checkbox"]:checked + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    padding: 0.5rem;
    outline: 1px solid #55bd55;
    border-radius: 2px;
    background: #55bd55;
    background-image: url("../../../images/icon/check.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.label-fs {
    font-size: 14px;
    font-weight: 400;
}
/* inputGuide */
.groupInput-fs {
    position: relative;
    border-radius: 5px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    background: #ffffff;
}

.groupInput-fs.disabledInput{
    background: #EBEBE4;

}
.inputGuideLeft:disabled ~ label,
.inputGuideCenter:disabled ~ label,
.inputGuideRight:disabled ~ label {
    cursor: not-allowed;
    pointer-events: none;
    background-image: linear-gradient(180deg, rgba(0, 0, 255, 0) 50%, #EBEBE4 50%);
}

.inputGuideLeft,
.inputGuideCenter,
.inputGuideRight {
    border: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wrapperGuideRight,
.wrapperGuideCenter,
.wrapperGuideLeft {
    width: 100%;
    position: relative;
    padding: 1rem 0rem 1rem 0rem;
}

.groupInput-fs .inputGuideLeft,
.inputGuideCenter {
    border-right: 1px solid #d9d9d9;
}

.inputGuideLeft.error,.inputGuideCenter.error,.inputGuideRight.error{
    color:red !important;
}

.inputGuideLeft.error ~ label,.inputGuideCenter.error ~ label,.inputGuideRight.error ~ label{
    color:red !important;

}

/* .groupInput-fs.error .inputGuideLeft,
.groupInput-fs.error .inputGuideCenter {
    border-right: 1px solid red !important;
} */


.groupInput-fs.error{
    border: 1px solid red;
}

.labelGuide {
    top: -15px;
    left: 10px;
    font-size: 12px;
    color: #aaa8a8;
    position: absolute;
    transition: all 0.3s ease;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 255, 0) 50%,
        #ffff 50%
    );
    padding: 0 3px;
}

.groupInput-fs input.inputPlaceholder:focus,
.groupInput-fs input.inputPlaceholder:focus + .labelGuide {
    top: -15px;
    left: 10px;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 255, 0) 50%,
        #ffff 50%
    );
    font-weight: 600;
    outline: none;
    color: #252525;
}

.groupInput-fs .inputPlaceholder:placeholder-shown + .labelGuide,
.groupInput-fs:placeholder-shown + .labelGuide {
    background-color: transparent;
    color: #bfbfbf;
    top: 10px;
}

/* inputGuideEnd */

.box {
    width: 190px;
    background-color: #ffff;
    color: #ff5e1f;
    position: relative;
    padding: 1rem;
    float: left;
    border: 0.2px solid #e6e4e4;
    border-radius: 4px 4px 0px 4px;
    box-shadow: -6px 6px 9px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -6px 6px 9px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -6px 6px 9px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.arrow-bottom {
    position: absolute;
    right: -1px;
    bottom: -12px;
}
.select-menu-guide .select-btn-guide {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    display: flex;
    height: 44px;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #BFBFBF;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.select-btn-guide i {
    font-size: 14px;
    transition: 0.3s;
}

.select-menu-guide.active .select-btn-guide i {
    transform: rotate(-180deg);
}

.select-menu-guide .options-guide {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-top: 1rem;
    border-radius: 4px;
    background: #fff;
    display: none;
}

.select-menu-guide.active .options-guide {
    display: block;
}

.options-guide .option-guide-fs {
    display: flex;
    height: 33px;
    cursor: pointer;
    padding: 5px 16px;
    border-radius: 4px;
    align-items: center;
    background: #fff;


}

.options-guide {
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}

.options-guide .option-guide-fs:hover {
    background: #F2F2F2;
}

.option-guide-fs i {
    font-size: 14px;
    margin-right: 12px;

}

.option-guide-fs .option-text {
    font-size: 14px;
    color: #333;
}
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.box-custom-size {
    width: 110px;
    height: 50px;
    padding: 0.5rem 1rem;
    margin: auto;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
input[type="radio"],
input[type="checkbox"] {
    accent-color: green;
}

.head-size-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-custom-size:hover {
    border: 1px solid #FF5E1F;
    cursor: pointer;
    background-color: #FFFCF9;
}

.box-custom-size>span {
    font-size: 16px;
    font-weight: 800;
    color: #FF8E62;
}


.cricle-fs {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #F0F0F0;
    border-radius: 100%;
}


.box-custom-size:hover .cricle-fs {
    background-color: #FF5E1F;
}

.box-custom-size:hover .cricle-fs::before {
    content: "\2713";
    /* Unicode for checkmark symbol */
    color: #ffffff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}



.text-content-fs {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
}

.text-head-fs {
    font-size: 14px;
    font-weight: 600;
    color: #FF8E62;
}

.mobile-props-up {
    padding: 1rem 3rem 1.5rem 3rem;
}
