.neon-img-cutter{
    width: 580px;
    background: #fff;
    border: 1px solid #E6E9EE;
    box-shadow: 0 0 2px rgba(47, 73, 117, 0.14), 0 2px 2px rgba(47, 73, 117, 0.12), 0 1px 3px rgba(47, 73, 117, 0.2);
    border-radius: 4px;
    position: absolute;
    top: -100px;
    right: -66px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}
@media screen and (max-width: 991px) {
    .neon-img-cutter{
        width: 100%;
        min-width: 320px;
        left: 50%;
        transform: translate(-50%);
    }
}
@media screen and (max-width: 399px) {
    .nic-body .nicb-title{
        font-size: 14px !important;
    }
    .nicb-footer .nicbf-default-button{
        height: auto !important;
        font-size: 14px !important;
    }
    .nic-footer .nicf-next button{
        font-size: 14px !important;
        min-width: unset !important;
        padding: 8px !important;
    }
}
@media screen and (max-width: 550px) {
    .neon-img-cutter .nic-body{
        padding: 8px !important;
    }
}
@media screen and (max-width: 400px) {
    .neon-img-cutter .nic-body{
        padding: 2px !important;
    }
}
.neon-img-cutter .nic-header{
    height: 62px;
    min-height: 62px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 20px;
}
.neon-img-cutter .nic-header span {
    font-size: 14px;
    cursor: pointer;
}
.neon-img-cutter .nic-body{
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    flex: 1 auto;
}
.nic-body .nicb-title{
    color: rgba(0, 45, 65, 1);
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.nic-body .img-canvas{
    display: none;
}
.nic-body .nicb-body{
    margin: 10px auto;
    width: 100%;
    height: 279px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 372px;
    min-width: 300px;
}
.nicb-body .toolMain .toolBox{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 200px;
    background: rgba(230, 233, 238, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nic-body .nicb-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nicb-body .toolMain .toolBox .tips i{
    font-size: 64px;
    color: rgba(54, 81, 125, 1);
}
.nicb-footer .nicbf-default-button{
    border: 1px solid rgba(40, 41, 104, 1);
    border-radius: 4px;
    background: #fff;
    color: rgba(40, 41, 104, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px;
}
.neon-img-cutter .nic-footer{
    background: rgba(251, 251, 253, 1);
    height: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nic-footer .nicf-cancel{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: rgba(40, 41, 104, 1);
    cursor: pointer;
    margin-left: 30px;
}
.nic-footer .nicf-next button{
    border: 1px solid rgba(40, 41, 104, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px;
    min-width: 144px;
    border-radius: 4px;
    margin-right: 10px;
    background: rgba(40, 41, 104, 1);
    color: #fff;
}
.nic-footer .nicf-next button.disabled-button{
    border: 1px solid rgba(152, 165, 187, 1);
    background: rgba(152, 165, 187, 1);
    cursor: not-allowed;
}
.nicb-body .canvasSelectBox {
    position: absolute;
    z-index: 99;
}
.nicb-body .canvas {
    position: absolute;
    z-index: 98;
}
.toolBoxControl{
    background: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: 101;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 1)
}
.nicb-body .imgCutDownBox .imgCutDownBoxContainer img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
}
.neon-img-cutter-mask {
    background: rgba(84, 105, 141, 0.15);
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.nicb-body .cropper-container{
    position: absolute;
    min-width: 208px;
}
.nicb-body .cropper-container .cropper-crop-box {
    border: 2px solid #fff;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-view-box{
    border-radius: 50% !important;
    overflow: hidden;
    outline: none;
}
.nicb-body .cropper-container .cropper-drag-box.cropper-modal{
    background: #54698D;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-crop-box {
    border-radius: 50% !important;
}
.nicb-body .cropper-container .cropper-center {
    display: none;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-face{
    background: none;
}