﻿/* Rotation */
.rotate-none {
    transform: none;
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Popover */
.popover {
    max-width: 350px !important;
}

/* Select */
.dropdown-popover {
    inset: auto !important;
    transform: none !important;
    display: none !important;
}

.dropdown-popover .popover-arrow {
    display: none !important;
}

.dropdown-popover .popover-body {
    padding: 0 !important;
}

/* Quill (HTML Editor) */
.quill.is-invalid > .ql-toolbar, .is-invalid > .ql-container {
    border: none !important;
}

.quill.is-invalid > .ql-toolbar {
    border-bottom: inherit !important;
}
