.custom--checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.custom--checkbox .custom--checkbox--input input {
    font-size: var(--headlineSizeLevel2);
    line-height: var(--headlineSizeLevel2);
    font-family: medium;

    border: none;
    transform: none;
    color: initial;
    background-color: initial;
    
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

.custom--checkbox .custom--checkbox--input input:checked + .custom--checkbox--control svg path {
    stroke-dashoffset: 0;
}
.custom--checkbox .custom--checkbox--control {
    display: block;
    line-height: 1;
    border-radius: 0;
    border: 1px solid var(--n1Blue);
    width: auto;
    height: auto;
    background-color: #fff;
}
.custom--checkbox--input input:checked + .custom--checkbox--control {
    border: 1px solid var(--colorApp);
    background-color: var(--colorApp) !important;
}
.custom--checkbox .custom--checkbox--control svg {
    transform: none;
    color: transparent;
    background-color: initial;
    cursor: initial;
    
    width: 1.3em;
    height: 1.3em;
    padding-bottom: 0.2rem;
    flex-shrink: 0;
    overflow: visible;
}
.custom--checkbox--input input:checked + .custom--checkbox--control svg {
    transform: none !important;
    color: hsl(0, 0%, 100%);
    background-color: transparent !important;
    cursor: pointer;    
}
.custom--checkbox .custom--checkbox--label {
    transform: none;    
    
    margin-left: 0.5em;
}

.company-edit .contacts-wrap .custom--checkbox {
    position: initial !important;
}
.custom--checkbox--input input:checked {
    border: none !important;
}
.saved .custom--checkbox--input input:checked + .custom--checkbox--control {
    border: none;
    background-color: transparent !important;
}
.saved .custom--checkbox--input input:checked + .custom--checkbox--control svg {
    color: hsl(0, 0%, 40%) !important;
    background-color: var(--colorDisabledRadio) !important;
}

.form-container .form-block .form-headline .custom--checkbox svg {
    font-size: inherit;
}

/* ****************** */

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
    border: 1px solid var(--n1Blue);
    border-bottom: none;
    background-color: var(--colorCardBG);
}

/* ****************** */

#tab-subject .card .row > div.mb-8 {
    margin-bottom: 1rem !important;
}
#tab-subject .card .row > div.pr-8 {
    padding-right: 1rem !important;
}

/* ****************** */

.w-70 {
    width: 70%;
}

/* ****************** */

.modal-dialog.modal-xxl {
    max-width: 80%;
}

/* ************************* */
/* ***** media queries ***** */
/* ************************* */


@media (min-width: 1400px) {
	
}
@media (min-width: 1600px) {
	.modal-dialog.modal-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1900px) {
	
}
