@charset "utf-8";
/* CSS Document for fixing */

.swal2-styled.swal2-confirm {
    background-color: #AF2330 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-html-container{
    overflow: hidden !important;
}

/* Group icons - leader (other) state and help icon */
:root {
    --group-leader-other: #6c757d;
}

.fa-rocket.group-leader-other {
    color: var(--group-leader-other) !important;
}

.group-icons-help {
    cursor: help;
}

.bracket-tooltip li img {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}





















