.idl{
    width: calc(100% - 15rem);
    float: left;
    display: inline-block;
    text-align: center;
}
.idldomes{
    height: 17.15rem;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.night .idldomes{
    border: 1px solid #444;
}
.idlbut{
    text-align: left;
    padding: 0.5rem;
    border: 1px solid #e8e8fd;
}
.night .idlbut{
    border: 1px solid #444;
}
.idlbut span{
    padding: 0 0.75rem;
    display: inline-block;
    background-color: #06b672;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
}
.idr{
    width: 15rem;
    display: inline-block;
    float: right;
    padding: 0 0 0 0.75rem;
}
.idr>div{
    padding: 0 0.5rem;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}
.night .idr>div{
    border: 1px solid #444;
}
.idr>div .layui-form-radio{
    margin-left: 0 !important;
    margin-bottom: 0.45rem;
    margin-top: 0.45rem !important;
}
.idr>div .layui-form-checkbox{
    margin-left: 0 !important;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem !important;
}
.layui-colorpicker{
    border-top: 0;
    border-bottom: 0;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    border-right: 0;
}
.night .layui-colorpicker{
    border: 1px solid #444;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    background-color: #181a1b;
}
.colorselect{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: inline-block !important;
    float: left;
    clear: none !important;
}
.color_inp{
    border-top: 0;
    border-right: 0px;
    border-bottom: 0px;
    width: calc(100% - 1.9rem);
    float: left;
}
.layui-form-pane .layui-form-item{
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px){
    .idl {
        width: 100%;
    }
    .idldomes {
        height: 4rem;
    }
    .idr{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 314px){
    .idr>div span {
        padding: 5px 5px;
    }
}