
.badge.noty{
    padding: 2px !important;
}
.badge{
    padding: 5px 7px !important;
}
.modal-overflow{
    overflow-y:inherit !important;
}
.label-padtop label{
    padding-top: 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dadada !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dadada !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #dadada !important;
}

.x-radio-group .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.x-radio-group .btn-check:active+.btn-outline-primary,
.x-radio-group .btn-check:checked+.btn-outline-primary,
.x-radio-group .btn-outline-primary.active,
.x-radio-group .btn-outline-primary.dropdown-toggle.show,
.x-radio-group .btn-outline-primary:active {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}

@media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 70vh !important;
    }
}

.ql-hidden{
    display: none !important;
}
.w-40{
    width: 45% !important;
}
.w-45{
    width: 45% !important;
}
.w-55{
    width: 55% !important;
}
.cursor-default{
    cursor:default !important;
}
/*.modal-body{*/
/*    background: #f2f3f7;*/
/*}*/


.gutters-7 {
    margin-right: -7px;
    margin-left: -7px;
}
.gutters-7 > .col,
.gutters-7 > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}
