.admin {
    background-image: url(/img/settings.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 100% 50%;
    padding-right: 20px;
    text-decoration: none;
    color: #fff;
}
.error {
    color: red;
    font-weight: 700;
}
.errorDiv {
    border: 1px solid red;
}
.image_area {
    position: relative;
}

img {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid #00BC82;
}

.modal-lg {
    max-width: 1000px !important;
}

/* .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 100% !important;
    transition: .5s ease;
    width: 100%;
}
.overlay.finished {
    background-color: transparent;
} */

.image_area:hover .overlay,
.image_area.active .overlay {
    height: 30%;
    cursor: pointer;
}

.text, .response {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.689);
    padding: 10px;
    border-radius: 10px;
}
.response {
    top: inherit;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: transparent;
}


html,body{
    min-height: 100vh;
    /* min-width: 100vw; */
}
.select-overlay .col img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: transform .5s;
    object-fit: cover;
    max-width: 200px;
    transform: scale(.7);
}
.select-overlay .card {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 200px;
}
.select-overlay .imgbgchk:checked + label>.tick_container,
.select-overlay .imgbgchk + label>.tick_container.checked {
    opacity: 1;
}
/*         aNIMATION */
.select-overlay label:hover>img,
.select-overlay .imgbgchk:checked + label>img {
    transform: scale(.95);
    /* opacity: 0.8; */
}
.select-overlay .tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
}
.select-overlay .tick {
    background-color: #00BC82;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin: 10px;
}
/* .cropper-bg {
    background-image: none;
} */
.coverPicture {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* position: relative; */
    border: 1px dashed #00BC82;
}

.cropper-modal {
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    opacity: 1;
}

/* .cropper-crop-box {
    display: none;
}
.cropper-modal {
    background-color: transparent;
    opacity: 0;
} */

.btn {
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0.5px;
    padding: 12px 18px 14px 18px;
    margin-top: 20px;
    border-radius: 23px;
    font-weight: 700;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    line-height: 16px;
}
.btn-primary {
    background-color: #00BC82;
    color: #24195D;
    border-color: #00BC82;
}

.btn-primary:hover,.btn-primary:active {
    background-color: #24195D !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.modal .close {
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #00BC82;
}

/* .addoverlay {
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
} */


/* .cropper-view-box,
.cropper-face {
    border-radius: 50%;
} */

/* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
.cropper-view-box {
    outline: 0;
    box-shadow: 0 0 0 1px #39f;
}

.card.checked {
    border-color: #00BC82;
    -webkit-box-shadow: 5px 5px 10px #cccccc;
    -moz-box-shadow: 5px 5px 10px #cccccc;
    box-shadow: 5px 5px 10px #cccccc;
}

.cropper-crop-box {
    display: none !important;
    /* width: 100% !important;
    height: 100% !important;
    transform: translateX(0) translateY(0) !important; */
}