
/* ==== apps/modules/web/2000/53_akillisayfalarim_foto.php dosyasindan tasindi ==== */
    #upload-area {
        transition: all 0.3s ease;
    }
    
    #upload-area:hover {
        border-color: #2196F3;
        background-color: #E3F2FD !important;
    }
    
    .cropper-container {
        margin: 0;
        max-width: 100%;
        max-height: 100%;
    }
    
    .cropper-view-box {
        outline-color: rgba(33, 150, 243, 0.75);
    }
    
    .cropper-face {
        background-color: rgba(33, 150, 243, 0.1);
    }
    
    .cropper-crop-box {
        border-color: #2196F3;
    }
    
    .cropper-line {
        background-color: #2196F3;
    }
    
    .cropper-point {
        background-color: #2196F3;
    }
    
    .mydisable {
        opacity: 0.5;
        pointer-events: none;
        cursor: not-allowed !important;
    }
    
    .mydisable:hover {
        opacity: 0.5 !important;
        background-color: inherit !important;
    }
    

#crop-container {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #000;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

#crop-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cropper-container {
    width: 100% !important;
    height: 100% !important;
}
