﻿#userimage-sample-contents .user-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 140px;
    border: 1px solid #ced4da;
    border-radius: 14px;
}

#userimage-sample-contents .user-image {
    clip-path: circle(43px at 50% 50%);
    width: 86px;
    height: auto;
}

#calendar-sample-contents .aa-cmp-calendar .calendar-week .calendar-day:not(.out-of-month):hover {
    cursor: pointer;
    background: rgba(0,0,0,0.075);
}


#blobaccessor-sample-contents .upload-area {
    margin: auto;
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
    text-align: center;
}

#blobaccessor-sample-contents .upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: 30px;
}

#blobaccessor-sample-contents .upload-area p {
    width: 100%;
    position: absolute;
    top: 96px;
    opacity: .8;
}

#blobaccessor-sample-contents .upload-area input[type="file"] {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#blobaccessor-sample-contents .list-table-wrapper {
    max-height: 600px;
    overflow-y: auto;
}
