.croppie-container .cr-resizer, .croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgb(0 0 0 / 50%);
    z-index: 0;
    border-radius: 100%;
}
.item_size {
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
    border: 3px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}
.item_size:hover {
    border: 3px solid #00C0FF;
}
.item_size_active {
    border: 3px solid #00C0FF;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.item_size_template {
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
    border: 3px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}
.item_size_template:hover {
    border: 3px solid #00C0FF;
}
.item_size_template_active {
    border: 3px solid #00C0FF;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.item_canto {
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
    border: 3px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}
.item_canto:hover {
    border: 3px solid #00C0FF;
}
.item_canto_active {
    border: 3px solid #00C0FF;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.item_template {
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
    border: 3px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}
.item_template:hover {
    border: 3px solid #00C0FF;
}
.item_template_active {
    border: 3px solid #00C0FF;
}
.button-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}
.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #00bfff;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    font-size: 16;
}
#imgInp {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
@media (max-width: 576px) {
    .container-movil {
        max-width: 100% !important;
    }
    #img-content {
        min-height: 350px !important;
        padding-top: 20px !important;
        padding-bottom: 50px !important;
        padding: 0 !important;
    }
}
.croppie-container {
    height: auto !important
}
.disabled_element_resolution {
    opacity: 0.3;
}
.item_custom_template_disabled {
    opacity: 0.3;
}
.disabled_element_resolution:hover {
    border-color: transparent !important;
}
.croppie-container .cr-boundary {
    border-radius: 10px;
}
.button-down-widget {
    width: 65px;
    height: 65px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 50%;
    box-shadow: 0px 0px 40px #00000052;
    padding: 15px;
    z-index: 900;
    border-radius: 100%;
    margin-left: 15px;
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
    cursor: pointer;
}
.button-down-widget:hover {
    background: #1AB1FF !important;
    transform: scale(1.1);
}
.button-down-widget:hover img {
    filter: invert();
}
@media (max-width: 576px) {
    .img_start_preview_content {
        height: 350px !important;
    }
    .img_preview_result {
        margin-right: 30px !important;
        margin-top: 30px !important;
        height: 100px !important;
        width: 100px !important;
    }
    .item_canto {
        align-items: center !important;
        align-content: center !important;
        text-align: center !important;
    }
    .item_size {
        align-items: center !important;
        align-content: center !important;
        text-align: center !important;
    }
}
.item-payment:hover {
    border: 1px solid #5e20e5;
    cursor: pointer;
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
}
/*.item-payment:hover .payment_advert{
   display: block !important;
   }*/

.item-payment-active {
    border: 1px solid #5e20e5 !important;
    transform: scale(1.02);
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
}
.item-payment-active .payment_advert {
    display: block !important;
}
.item-payment {
    display: block;
    box-sizing: border-box;
    padding: 10px 25px;
    margin: 0;
    /* overflow: hidden; */
    background: linear-gradient(0, #f7f7f7 0, #f9f9f9 100%);
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 3%);
    margin-bottom: 15px;
}
.item-payment .payment_advert {
    display: none;
    font-size: 14px;
    color: black;
    opacity: 0.7;
    min-height: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 255ms linear;
    -moz-transition: all 255ms linear;
    -ms-transition: all 255ms linear;
    -o-transition: all 255ms linear;
    transition: all 255ms linear;
}
.loading-content-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    align-self: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#generate_preview {
    width: 100%;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #00bfff;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    font-size: 16;
    border: none
}

.btn-primary {
    background: #4ca9d5;
    background-color: #4ca9d5;
}

.title {
    font-size: 20px !important;
    color: #83ebea;
    max-width: 700px;
    position: relative;
    padding-left: 5;
}