@import "assets/messages.css";
@import "assets/checkbox.css";
@import "assets/checkbox-switch.css";
@import "assets/select.css";
@import "assets/pagination.css";


@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Bold.ttf");
    font-weight: 700;
}

#for-dialog {
    padding: 20px;
    border-radius: 5px;
    overflow-x: hidden;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#for-dialog .fancybox-close-small {
    top: -8px;
    right: -9px;
    width: 26px;
    height: 26px;
}
.fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-close-small:hover:after {
    background: transparent;
}

.row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.row::before{ content: none; }

.add-icon{
    position: absolute;
    top: 29px;
    right: 3px;
    border: 1px solid #a8a8a8;
    padding: 2px;
    cursor: pointer;
    background-color: #FFF;
}

.no-correct{border: 2px solid #f22;}

/* CKE */
.cke_dialog_container, .cke{z-index: 100000 !important;}

.rowItem {
    display: flex;
    align-items: center;
}