.calendar {
    position: relative;
}

.calendar .calendar-loading {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
}

.calendar-loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
    padding: 0.2rem 0.2rem 0.2rem 0.75rem;
}
.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
    display: block;
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 0.2rem;
    left: 0rem;
}
.fc-time-grid .fc-slats td {
    height: 2rem;
    border-bottom: 0;
}

.select2-container {
    display: block;
}

/* begin:: custom product create */
.product-picture {
    box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 16px;
}
.product-picture__title {
    font-weight: 600;
    font-size: 16px;
}
.product-picture__actions {
    text-align: center;
}
.product-picture__actions button {
    width: 200px;
    background: #fafafa;
    color: #3d87f4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.product-picture__wrapper {
    width: 100%;
}
.product-picture__wrapper-overlay {
    height: 268px;
    background: #f4f5f6;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}
.short-img {
    height: 180px !important;
    background: #f4f5f6;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}
.product-picture__wrapper-overlay--img {
    height: 100%;
    width: 100%;
}
.product-picture__wrapper-overlay--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-picture__wrapper-helper {
    text-align: center;
    font-size: 12px;
    margin-bottom: 27px;
}

.product-variant__header {
    padding-left: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-variant__header .title {
    font-weight: 600;
    font-size: 18px;
}

/* end:: custom product create */

/* begin:: custom dropzone */
.dropzone.dropzone-default .dz-remove {
    font-size: 1rem;
}
.dropzone .dz-preview .dz-image {
    height: 100px;
}
.dz-image img {
    width: 100%;
}
#kt_dropzone_2 {
    padding: 0 !important;
}
/* end:: custom dropzone */

@media (max-width: 991.98px) {
    #dropmobile {
        display: block!important;
        align-self: center;
    }
    .topbar {
        justify-content: space-between;
    }
}
