:root{
    --borderRadius: 0px;
    --arrowRadius: 50%;
    --paginationSize: 8px;
    --paginationRadius: 50%;
    --arrowBackgroundColor: #cccccc;
    --arrowSvgColor: #000000;
    --paginationColor: #cccccc;
}
body{
    background-color: #F4F4F4;
    height: 1000px;
}
.v2--container{
    overflow: hidden;
    padding: 0px 2px 4px 2px;
    margin-bottom: 40px;
}
.v2--slider-showcase-area{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    min-height: 200px;
    padding: 20px;
    margin-top: 40px;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;
}
.mid-area{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 4px;
    width: 200px;
    text-align: center;
}
.mid-area button,
.mid-area div{
    display: inline-block;
    background-color: #1CDAFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 4px 9px;
    font-size: 15px;
    color: white;
    border-radius: 3px;
    border: 2px solid #1CDAFF;
}
.mid-area button:first-child{
    padding: 4px 20px;
}
.mid-area .selected{
    border-color: #14b5d6;
}
.mid-area .preloader{
    background-color: #F4F4F4;
    border: none;
    width: 200px;
    height: 36px;
    position: absolute;
    left: 0px;
    color: #232323;
    font-weight: 400;
    display: none;
}
.mid-area .preloader img{
    width: 24px;
    margin-top: 2px;
}
.mid-area .preloader span{
    position: relative;
    top: 2px;
    left: 4px;
}
.v2--container .column:first-child{
    padding-right: 10px;
}
.v2--container .column:last-child{
    padding-left: 10px;
}
.click-to-show-images{
    display: none;
}
.v2--container .images-panel,
.v2--container .controls-area{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 18px;
    height: 337px;
}
.v2--container .images-panel{
    overflow-y: overlay;
    overflow-x: hidden;
    padding-top: 0px;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
}
.v2--container .images-panel::-webkit-scrollbar {
    width: 18px;
}
.v2--container .hover-over-to-show:hover > .images-panel::-webkit-scrollbar-thumb {
    background: #1CDAFF;
    border-radius: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    background-clip: padding-box;
    transition-duration: .4s;
}
.v2--container .images-panel ul{
    margin-left: -40px;
}
.v2--container .images-panel ul li{
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}
.v2--container .images-panel ul li img{
    width: 232px;
}
.v2--container .images-panel ul li svg{
    background-color: rgba(255, 255, 255, 0.27);
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    fill: #1e1e1e;
    cursor: pointer;
}
.v2--container .progress-controls .progress-column,
.v2--container .progress-controls .controls-column{
    display: block;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    padding-right: 3px;
}
.v2--container .progress-controls span{
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    top: 0px;
    cursor: default;
}
.v2--container .progress-controls .range{
    outline: none;
    -webkit-appearance: none;
    height: 6px;
    width: 60%;
    margin-top: 20px;
    position: relative;
    top: -2px;
}
.v2--container .progress-controls .range::-webkit-slider-runnable-track {
    background-color: #e5e5e5;
    height: 6px;
    border-radius: 5px;
}
.v2--container .progress-controls .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 100%;
    background-color: #1CDAFF;
    height: 18px;
    width: 18px;
    margin-top: -6px;
}
.v2--container .progress-controls .number{
    width: 35px;
    height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    border: 0px;
    outline: none;
    color: rgb(81, 81, 81);
    margin-right: 12px;
}
.v2--container .progress-controls .number:disabled{
    background-color: white;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.v2--container .progress-controls .unit{
    position: absolute;
    top: 0px;
    bottom: 2px;
    height: 18px;
    margin: auto;
    margin-left: -12px;
    font-size: 15px;
}
.v2--get-crop-mode,
.v2--image-not-save-poup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(30, 30, 30, 0.7);
    user-select: none;
    display: none;
    z-index: 99;
}
.v2--get-crop-mode > div,
.v2--image-not-save-poup > div{
    background-color: white;
    width: 400px;
    height: 105px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 2px;
    text-align: center;
    padding: 15px 20px;
    padding-bottom: 50px;
    transform: scale(0.7);
    transition: all .15s;
}
.v2--get-crop-mode > div.scale-style,
.v2--image-not-save-poup > div.scale-style {
    transform: scale(1);
}
.v2--get-crop-mode > div > button,
.v2--auto-crop-container button,
.v2--image-not-save-poup > div > button{
    border: 0px;
    width: 90px;
    padding: 7px;
    border-radius: 30px;
    font-size: 14px;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
}
.v2--get-crop-mode > div > span{
    line-height: 40px;
    position: relative;
    top: -2px;
    float: left;
    font-size: 13px;
    font-weight: 700;
}
.v2--get-crop-mode > div > .short-span{
    display: none;
}
.v2--get-crop-mode > div > span:nth-child(4){
    position: relative;
    top: -1px;
}
.v2--get-crop-mode .switch {
    position: relative;
    top: 5.5px;
    width: 44px;
    height: 24px;
    float: left;
    margin: 0px 5px;
}
.v2--get-crop-mode .switch input { 
    opacity: 0;
}
.v2--get-crop-mode .btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    transition-duration: .3s;
    border-radius: 34px;
}
.v2--get-crop-mode .btn:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    top: 2px;
    background-color: white;
    transition-duration: .3s;
    border-radius: 50%;
}
.v2--get-crop-mode input:checked + .btn {
    background-color: #1CDAFF;
}
.v2--get-crop-mode input:checked + .btn:before {
    transform: translateX(20px);
}
.v2--auto-crop-container-background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(30, 30, 30, 0.7);
    user-select: none;
    display: none;
    z-index: 99;
}
.v2--auto-crop-container{
    background-color: white;
    width: 620px;
    height: 420px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 2px;
    padding: 10px 0px;
    transform: scale(0.7);
    transition: all .15s;
}
.v2--auto-crop-container-background .v2--auto-crop-container.scale-style {
    transform: scale(1);
}
.auto-crop-image-container{
    width: calc(100% - 20px);
    background-color: white;
    margin: auto;
    min-height: 350px;
}
.v2--auto-crop-container img {
    display: block;
    height: 350px;
}
.v2--auto-crop-container .crop-image-count{
    display: inline-block;
    line-height: 60px;
    margin-left: 40px;
    font-size: 20px;
}
.v2--auto-crop-container button{
    width: 130px;
    margin-right: 40px;
    margin-top: 12px;
}
.v2--image-not-save-poup > div{
    height: 130px;
}
.controls-area .slide-type{
    font-family: 'Source Sans Pro', sans-serif;
    width: 170px;
    height: 40px;
    background-color: white;
    border-radius: 4px;
    border-top: 1px solid #00000015;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: auto;
}
.controls-area .slide-type ul{
    margin-left: -40px;
    cursor: default;
}
.controls-area .slide-type li{
    user-select: none;
    list-style: none;
    display: inline-block;
    background-color: white;
    padding: 0px 9px;
    transform: scale(0.9);
    cursor: pointer;
    line-height: 29px;
    height: 29px;
    position: relative;
    top: 5px;
}
.controls-area .slide-type ul .active{
    transform: scale(1);
    background-color: #1CDAFF;
    color: white;
    border-radius: 3px;
}
.controls-area .color-cont{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}
.controls-area .color-controls{
    user-select: none;
    background-color: white;
    margin: auto;
    width: 170px;
    height: 40px;
    position: relative;
    border-radius: 4px;
    border-top: 1px solid #00000015;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.controls-area .color-controls > svg{
    position: absolute;
    right: 62px;
    top: 10px;
    cursor: pointer;
    transform: scale(0);
    opacity: 0;
    transition-duration: .15s;
    fill: #000000d9;
}
.controls-area .color-controls:hover > svg{
    transform: scale(1);
    opacity: 1;
}
.controls-area .color-controls span{
    font-size: 15px;
    top: 9px;
    left: 12px;
}
.controls-area .color-controls input{
    position: absolute;
    right: 8px;
    top: 5px;
    width: 50px;
    height: 29px;
    -webkit-appearance: none;
	border: none;
    background-color: transparent;
}
.controls-area .color-controls input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
.controls-area .color-controls input[type="color"]::-webkit-color-swatch {
	border: 1px solid #00000023;
    border-radius: 3px;
}
.controls-area .switches-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 50px;
}
.controls-area .switches-row .switches-column{
    flex: 0.2;
    margin: 5px 7px 5px 3px;
    position: relative;
}
.controls-area .switches-row .switches{
    width: 100%;
    text-align: left;
    position: absolute;
    background-color: white;
    color: #212529;
    font-size: 15px;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
    border: 0px;
    border-top: 1px solid #00000015;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}
.controls-area .switches-row .switches:disabled{
    cursor: default;
    opacity: .5;
    pointer-events: none;
}
.controls-area .switches-row .switches span:first-child{
    padding-left: 6px;
    position: relative;
    top: -1px;
}
.controls-area .switches-row .switches span:last-child{
    position: absolute;
    right: 12px;
    top: 7px;
}
.controls-area .switches-row .switches:active > span svg{
    scale: 0.8;
    transition-duration: .3s;
}
.checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 0;
    stroke-miterlimit: 10;
    stroke: #1CDAFF;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #1CDAFF;
    animation: fill 0s ease-in-out 0s forwards, scale 0s ease-in-out .9s both
}
.checkmark__check{
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards
}
.cross-checkmark {
    margin-top: 2.5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #34343490;
    animation: cross-fill 0s ease-in-out 0s forwards, scale 0s ease-in-out .9s both;
}
.cross-checkmark_circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 0;
    stroke-miterlimit: 10;
    stroke: #34343490;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.cross-checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
}
@keyframes stroke{
    100% {
        stroke-dashoffset: 0
    }
}
@keyframes scale{
    0%,100%{
        transform: none
    }
    50%{
        transform: scale3d(1.1, 1.1, 1)
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #1CDAFF
    }
}
@keyframes cross-fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #34343490
    }
}
.final-action-btn{
    text-align: right;
    margin: 0px 0px 5px 0px;
}
.final-action-btn span{
    text-align: left;
    display: block;
    position: relative;
    top: 29px;
    font-weight: 500;
    color: #242424;
    font-size: 14px;
    padding-left: 6px;
}
.final-action-btn button{
    border: 0px;
    border-radius: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    padding: 9px 23px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 105px;
    position: relative;
    z-index: 2;
    top: -2px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 14px;
}
.final-action-btn button:nth-child(2){
    background-image: linear-gradient(90deg, white, white);
    color: #0ec6b9;
    margin-right: 0px;
    font-weight: 400;
}
.final-action-btn button:last-child{
    margin-left: 10px;
}

/* custom slider properties */
.splide__slide img{
    border-radius: var(--borderRadius);
}
.splide__arrow {
    border-radius: var(--arrowRadius);
    background: var(--arrowBackgroundColor);
}
.splide__arrow svg{
    fill: var(--arrowSvgColor);
}
.splide__pagination__page {
    width: var(--paginationSize);
    height: var(--paginationSize);
    border-radius: var(--paginationRadius);
    background: var(--paginationColor);
}
.splide__pagination__page.is-active{
    background: var(--paginationColor);
    opacity: .9;
}

@media only screen and (max-width: 1199px) {
    .controls-area .slide-type{
        margin-left: 10px; 
        width: 160px; 
    }
    .controls-area .slide-type li{
        padding: 0px 7px;
    }
    .controls-area .color-controls{
        width: 160px;
        margin-right: 7px;
    }
    .controls-area .switches-row{
        margin-left: -8px;
        margin-right: -13px;
    }
    .controls-area .switches-row .switches span:first-child{
        padding-left: 3px;
    }
    .controls-area .switches-row .switches span:last-child{
        right: 8px;
    }
    .final-action-btn button{
        margin-right: -8px;
    }
    .final-action-btn span{
        left: -10px;
    }
}
@media only screen and (max-width: 991px) {
    .v2--container .images-panel,
    .v2--container .controls-area{
        height: 560px;
    }
    .controls-area .slide-type{
        width: calc(100% - 50px);
        margin-left: 25px;
    }
    .controls-area .color-controls{
        width: calc(100% - 50px);
        margin-right: 25px;
    }
    .controls-area .switches-row{
        margin-left: 6px;
        margin-right: 6px;
    }
    .controls-area .switches-row .switches-column{
        flex: 30%;
        margin-top: 56px;
    }
    .controls-area .switches-row .switches-column:nth-child(1),
    .controls-area .switches-row .switches-column:nth-child(2),
    .controls-area .switches-row .switches-column:nth-child(3){
        flex: 25%;
        margin-top: 0px;
    }
    .final-action-btn{
        margin-top: 12px;
    }
    .final-action-btn button{
        margin-right: 12px;
    }
    .final-action-btn span{
        top: 38px;
        padding-left: 20px;
        max-width: 270px;
        height: 42px;
        -webkit-box-align:center;
        display:-webkit-box;
    }
}
@media only screen and (max-width: 767px) {
    .controls-area .slide-type{
        width: calc(100% - 24px);
        margin-left: 12px;
    }
    .controls-area .color-controls{
        width: calc(100% - 24px);
        margin-right: 12px;
    }
    .controls-area .switches-row{
        margin-left: -6px;
        margin-right: -6px;
    }
    .final-action-btn span{
        display: none;
    }
    .final-action-btn button{
        margin-right: 0px;
        top: 40px;
    }
}
@media only screen and (max-width: 650px) {
    .v2--get-crop-mode .switch{
        opacity: .4;
        pointer-events: none;
    }
    .v2--get-crop-mode > div:hover::before{
        content: 'Not for mobile device';
        display: block;
        position: absolute;
        left: 65px;
        bottom: 45px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .v2--slider-showcase-area{
        margin-left: 10px;
        margin-right: 10px;
    }
    .v2--container .controls-area{
        margin-left: 15px;
        margin-right: 10px;
    }
    .v2--container .images-panel{
        height: 300px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 15px;
        height: 0px;
        position: relative;
        overflow: hidden;
        transition-duration: .4s;
    }
    .click-to-show-images{
        position: absolute;
        z-index: 5;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
        top: 19px;
        width: 130px;
        font-size: 13px;
        font-weight: 400;
        transition-duration: .4s;
        display: block;
        cursor: default;
    }
    .v2--container .images-panel ul{
        opacity: 0;
        pointer-events: none;
        transition-duration: .3s;
    }
    .v2--container .hover-over-to-show:hover > .images-panel{
        height: 300px;
        overflow: overlay;
    }
    .v2--container .hover-over-to-show:hover > .images-panel > ul{
        opacity: 1;
        pointer-events: all;
    }
    .v2--container .hover-over-to-show:hover > .click-to-show-images{
        opacity: 0;
    }
    .v2--container .images-panel ul li{
        height: 100px;
    }
    .v2--container .images-panel ul li img{
        width: 100%;
    }
    .v2--container .images-panel ul li svg{
        left: 5px;
    }
    .controls-area .slide-type{
        width: calc(100% - 15px);
        margin-left: 15px;
    }
    .controls-area .color-controls{
        width: calc(100% - 30px);
        margin-right: 15px;
    }
    .controls-area .color-controls.arrow-svg{
        width: calc(100% - 15px);
        margin-right: 0px;
    }
    .controls-area .switches-row{
        margin-left: -6px;
        margin-right: -6px;
    }.final-action-btn button{
        margin-right: 0px;
    }
    .v2--container .progress-controls .range{
        width: calc(100% - 85px);
    }
}
@media only screen and (max-width: 450px) {
    .v2--slider-showcase-area{
        padding: 9px;
    }
}
@media only screen and (max-width: 436px) {
    .v2--container .controls-area{
        height: 1106px;
        padding: 18px 30px;
    }
    .controls-area .switches-row .switches-column:nth-child(1),
    .controls-area .switches-row .switches-column:nth-child(2),
    .controls-area .switches-row .switches-column:nth-child(3),
    .controls-area .switches-row .switches-column{
        flex: 100%;
        margin-top: 56px;
    }
    .controls-area .switches-row .switches-column:nth-child(1){
        margin-top: 0px;
    }
    .v2--container .progress-controls .progress-column,
    .v2--container .progress-controls .controls-column{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .controls-area .slide-type{
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .controls-area .color-controls.arrow-svg{
        width: calc(100% - 30px);
        margin-right: 15px;
    }
}
@media only screen and (max-width: 430px) {
    body {
        padding-top: 56px;
    }
    .v2--get-crop-mode > div{
        width: 250px;
        padding: 15px 10px;
        padding-bottom: 115px;
    }
    .v2--image-not-save-poup > div{
        width: 250px;
        height: 155px;
    }
    .v2--get-crop-mode > div > span{
        display: none;
    }
    .v2--get-crop-mode > div > .short-span{
        display: inline-block;
    }
    .final-action-btn button:nth-child(2){
        float: left;
        margin-left: -2px;
    }
    .v2--get-crop-mode > div:hover::before{
        left: 25px;
        bottom: 45px;
    }
}
@media only screen and (max-width: 320px) {
    .v2--container .controls-area{
        padding: 18px 10px;
    }
}