@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        font-size: 150% !important;
    }
}

body {
    color: var(--color-text);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6;
    word-spacing: 1px;
    outline: none;
    transition: all .3s ease;
}



#navigation {
    margin: 10px 0;
}

.fade:not(.show) {
    opacity: 1;
}
@media (max-width: 767px) {
    #title,
    #description {
        display: none;
    }
}

div.files{
    margin-top: 20px;
}



div.files .preview{
    width: 100%;
    height: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}





.lolo{
    position: absolute;
    display: none;

    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    border-radius: 20px;
    margin-top: -25px;
    opacity: .8;
    width: 50px;
    height: auto;

}

.lolo img{

    width: 50px;
    height: auto;

}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: .3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.progress {
    --bs-progress-height: .3rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}


.btn{
    border-radius: 0;
}

.duzenlebutton {
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-color: #333333;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;

    height: 30px;
    padding: 5px 7px 5px 6px;
    font-weight: 600;
}

.duzenlebutton span {

    font-size: 22px;



}


.imagebar {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: -45px;
    z-index: 261;
    width: 125px;
    height: 60px;
    left: -42%;
    background: #fff;
    border-radius: 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
}


.imagebar:before {
    content: " ";
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -12px;
    height: 0;
    width: 0;
    border-width: 12px;
    display: none;
}

.imagebar .dzn{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.contphoto{
    position: relative;
}

.snp .bnt{
    width:25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #ebebeb;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    float: left;
    cursor: pointer;
}

.snp .bnt:hover{
    width:25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #d5d5d5;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    float: left;
}

.snp input{
    width: 40px;
    height: 24px;
    padding: 0;
    margin: 0;
    text-align: center!important;
    float: left;
    border:none;
}

.snp input::-webkit-outer-spin-button,
.snp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dzn{
    color:#0b9ce2;
    cursor: pointer;
}

.dzn:hover{
    color: #575757;
}

#crops .modal-body{

    overflow:hidden!important;
}

#crops .modal-body iframe{
    width: 100%;
    height: 100%;
    overflow:hidden!important;
}

.btn-danger {
    border-radius: 10px;

}

.btn-success {
    border-radius: 10px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #87d840;
    --bs-btn-border-color: #87d840;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5fa91f;
    --bs-btn-hover-border-color: #5fa91f;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5fa91f;
    --bs-btn-active-border-color: #5fa91f;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5fa91f;
    --bs-btn-disabled-border-color: #1985fa91f754;
}

.preview{
    overflow: hidden;
}


.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 4px dashed #ababab;
    outline-color: rgb(202 202 202 / 75%);
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 32px rgba(0,0,0,0.5);
}
.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center::before,
.cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
}

.cropper-face {
    background-color: rgba(255,255,255,0);
    left: 0;
    top: 0;
}

.cropper-line {
    background-color: #fff;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: 0px;
    top: 0;
    width: 0px;

}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 0px;

    left: 0;
    top: 0px;
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: 0px;
    top: 0;
    width:0px;

}

.cropper-line.line-s {
    bottom: -0px;
    cursor: ns-resize;
    height: 0px;

    left: 0;
}

.cropper-point {
    background-color: rgb(206 206 206);
    height: 8px;
    opacity: 1;
    width: 8px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: 0px;
    right: 0px;
    top: 50%;
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: 0px;
    top: 0px;
}

.cropper-point.point-w {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: ew-resize;
    left: -4px;
    margin-top: -4px;
    top: 50%;
}

.cropper-point.point-s {
    bottom: 0px;
    cursor: s-resize;
    left: 50%;
    margin-left: 0px;
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: 0px;
    top: 0px;
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    border-bottom-right-radius: 5px;
    left: -4px;
    top: -4px;
}

.cropper-point.point-sw {
    bottom: -4px;
    cursor: nesw-resize;
    left: -4px;
}

.cropper-point.point-se {
    bottom: -4px;
    cursor: nwse-resize;
    height: 5px;
    opacity: 1;
    right: -4px;
    width: 5px;
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 10px;
        opacity: 1;
        width: 10px;
    }
}

.cropper-point.point-se::before {
    background-color: #fff;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image:  none}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}


.cropper-point.point-ne {
    cursor: nesw-resize;
    border-bottom-left-radius: 5px;
    right: -4px;
    top: -4px;
}

.cropper-point.point-s {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    bottom: -4px;
    cursor: s-resize;
    left: 50%;
    margin-left: -4px;
}

.cropper-point.point-e {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: ew-resize;
    margin-top: -4px;
    right: -4px;
    top: 50%;
}

.cropper-point.point-n {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: ns-resize;
    left: 50%;
    margin-left: -4px;
    top: -4px;
}

.cropper-point.point-sw {
    border-top-right-radius: 5px;
    bottom: -4px;
    cursor: nesw-resize;
    left: -4px;
}

.cropper-point.point-se {
    border-top-left-radius: 5px;
    height: 8px;
    opacity: 1;
    bottom: -4px;
    width: 8px;
}

.cropper-center {
    display: block;
    display: none;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-modal {
    background-color: #a0a0a0;
    opacity: 0.5;
    outline: 5px solid #ababab;
    outline-color: rgb(173 173 173 / 75%);
}

.cropper-dashed.dashed-v {
    border-left-width: 0px;
    border-right-width: 0px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
}

.cropper-dashed.dashed-h {
    border-bottom-width: 0px;
    border-top-width: 0px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
}



html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
      line-height: 1.5;
    tab-size: 4;
}

*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}


.lolo .prg{
    color:#fff;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    font-weight: bold;
    text-shadow: 3px 3px 5px rgba(0,0,0,.5);
    margin-left: 14px;
    margin-top: 9px;
}

img, video {
    height: auto;
    max-width: inherit;
}
.imagebar :before {
    transform: rotate(90deg);
    box-sizing: border-box;
}

.progress-striped{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    height: 10px;


     }

.progress-bar{
    background: #008cff;
   }

body {
    color: var(--color-text);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6;
    word-spacing: 1px;
}

.css-button {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    min-width: 130px;
    outline: none;
    padding: 5px 10px;
    position: relative;
    transition: all .3s ease;
}
.css-button-neumorphic {
    background: #efefef;
    box-shadow: 2px 2px 4px #c8d0e7, -1px -1px 3px #fff;
    color: #585858;
}

.filecount{
    float: right;
    font-size: 30px;

    font-weight: 600;
    outline: none!important;
    -webkit-font-smoothing: antialiased;

}

.centermid,.two{
    color:gray;
}

.size{
    text-align: left!important;
}

.size label{
    font-size: 10px;
}

.sizecont{
    position:absolute;
    width: 90px;
    right: 0;
    bottom:10px;
    text-align:center;
    color:#fff;
    background: rgba(0,0,0,0.6);
}

.contphoto {
    border-radius: 0!important;
    border: solid 2px #e1e1e1;
}
.duzenlebutton {
    background: none;
    display: block;
    position: absolute;
    text-align: center;
    right:0px;
    bottom:0px;

    color: rgba(0,0,0,0);
    width: 32px;
    height: 32px;
    border-radius: 0px;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 0px!important;
    font-size: 14px;
    padding: 5px 7px 5px 6px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.num {
    background: none;
    color:rgba(0,0,0,0);
    display: block;
    position: absolute;
    text-align: center;
    right:0px;
    top:0px;


    width: 32px;
    height: 32px;
    border-radius: 0px;
    font-weight: 500;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 10px!important;
    font-size: 15px;
    padding: 5px 7px 5px 6px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.grid-item { width: 100px; }
.grid-item--width2 { width: 400px; }

.imagebar {
    display: block;
    position: absolute;
    bottom: -45px;
    z-index: 261;
    width: 350px;
    height: 60px;
    left: 0;
    background: #fff;
    border-radius: 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
}
.files{
    margin:0 auto;
}



.progress-bar{
    -webkit-transition: .6s;
    transition: .6s;
}



.size .col-6{
    margin-bottom: 15px!important;

}
.grid-item{
    height: max-content;
    position:relative;
}

.imagebar {
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 261;
    width: 100px;
    height: 100px;
    left: 0px;
    background: #fff;
    border-radius: 0rem;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
    display: block;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;

}

#printArea{
    margin-top: 0px;
}

.preview{

}

.loading{
    width:100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    position: fixed;
    left: 0;
    top:0;
    z-index: 999;
    display: none;
}

.loading img{
    position: absolute;
    left: 50%;
    top:50%;
    width: 40px;
    height: auto;
    margin-left: -20px;
    margin-top: -20px;
}

.sizecont{
    text-align: center!important;
    font-size: 13px;
    width: 100%;
}

.imgload{
    position: absolute;
    width: 30px;
    height: auto;
    right: 10px;
    top:10px;
    z-index: 99;

}

.progress-bar {
    background: #fb8104;
    }



.ispinner .downbutton {
    float: left!important;
    width: 25%;
    display: block;
    cursor: pointer;
    text-align: center;
    user-select: none;
    line-height: 33px;
    font-size: 30px!important;
    border:none;
}

.ispinner .upbutton {
    float: left!important;
    width: 25%;
    display: block;
    cursor: pointer;
    text-align: center;
    user-select: none;
    line-height: 35px;
    font-size: 22px!important;
    border:none;
}

.ispinner input{
    float: left!important;
    width: 50%;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#crops .modal-body{
    overflow: hidden!important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.imagebar input[name=nums]{
    font-weight: bold;
    font-size: 16px;
}
.fbt .material-symbols-rounded{



}


.fbt{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;


    border-radius: 5px!important;
}

body{
    font-family: 'Geologica', sans-serif;
 background:#efefef;
}

.btnbar{
    padding: 0;
}

.btnbar .css-button .material-symbols-rounded{
    position: absolute;
    left:0;
    margin-left: 7px;
    margin-top: -1px;
}

.btnbar .css-button {
    padding-left: 35px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
}

input[name=nums]{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fbt{
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.fbt .sp{
    margin-left: 5px;
}

.topbutton .col,.col-2{

}

.mbc2{
    display: flex;
    justify-content: right;
    align-items: center;
}

.dragen{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;



    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

    background: rgba(0,0,0,0.2);
    z-index: 999;
    cursor:move;

}

.dragen span{
    font-size: 45px;
    opacity: .5;
    color:#fff;
    text-shadow: 5px 5px 10px rgba(0,0,0,.8);
}

.sortclose{

 margin: 0 auto;
    margin-bottom: 30px;



}

.sortclose .material-symbols-rounded {
    position: absolute;
    left: 0;
    margin-left: 7px;
    margin-top: -1px;
}
.fbt{
    margin:inherit;background:#ff4d00;color:#fff;text-align: left;padding-left: 10px;
}

@media only screen and (max-width: 380px) {
    .logo{
        width: 180px;margin-right:20px;height: auto;
    }

    .uploadbutton,.sortbutton{
        width: 50%;
    }
    #dropFiles{
        padding:10px!important;
    }

    .numbersarea{
        width: 100%;
        margin-top: 5px;
    }



}

@media only screen and (max-width: 600px) {

    .logo{
        width: 180px;margin-right:20px;height: auto;
    }
    .uploadbutton,.sortbutton{
        width: 50%;
    }

    .droparea{
        display: none;
    }
    .gicon{
        display: none;
    }
    .sp{
        font-size: 11px;
    }
    .btnbar .css-button {
        padding-left: 0px!important;
        padding-right: 0px!important;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0;
        text-align: center!important;

    }

    .numbersarea{
        width: 100%;
        margin-top: 10px;
    }
}


#cropac button{
    padding-top: 14px;
    text-align: center;
}
.btnbar .css-button {
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
}

.lolo{

    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(9,9,121,0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;


}

.lolo img{

    width: 30px;
    height: 30px;
}
#dropFiles{
    border-radius: 15px;
    border:dashed 3px #d9d9d9
}

.allLoader{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;


}
.loadDetail{
    color:#fff;
    text-align: center;
    position: absolute;
    width: 250px;
    height: 250px;
    top:50%;
    left:50%;
    margin-left: -125px;
    margin-top: -125px;
}

.totalnum{
    font-size: 40px;
    height: 124px;
    width: 125px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    color: #444;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.uploadgif{
    border-radius: 100%;
    opacity: .6;

}
.lisans{
    font-size: 10px;
    text-align: center;
    padding: 8px;
    color: #949494;
}

.cropper-point {
    background-color: rgb(255, 166, 0,.8);
    height: 16px;
    opacity: 1;
    width: 16px;
    border-radius: 3px;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 3px dashed  rgb(255, 166, 0,.8);
    outline-color:   rgb(255, 166, 0,.8);
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 32px rgba(0,0,0,0.5);
}

.cropper-point.point-s {
    bottom: -16px;
    cursor: s-resize;
    left: 50%;
    margin-left: -8px;
}

.cropper-point.point-w {

    cursor: ew-resize;
    left: -16px;
    margin-top: -8px;
    top: 50%;
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -16px;
    top: -16px;
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -8px;
    top: -16px;
}

.cropper-point.point-sw {
    border-top-right-radius: 5px;
    bottom: -16px;
    cursor: nesw-resize;
    left: -16px;
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -16px;
    top: -16px;
}

.logo{
    width: 180px;margin-right:20px;height: auto
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -8px;
    right: -16px;
    top: 50%;
}

.cropper-point.point-se {
    border-radius: 3px;
    height: 16px;
    opacity: 1;
    bottom: -16px;
    right: -16px;
    width: 16px;
}

.cropper-modal {
    background-color: #424242;
    opacity: 0.5;
    outline: 3px solid #ababab;
    outline-color: rgb(173 173 173 / 75%);
}

.prodetail{
    text-align: left;
}