

.btn-outline-primaryX {
    color: #007bff;
    border-color: #007bff;
    text-shadow: none !important;
    box-shadow: none !important; 
    border-radius: 0px;
}

    .btn-outline-primaryX:hover {
        color: #007bff;
        background-color: transparent;
        border-color: #007bff;
        text-shadow: none !important;
        box-shadow: none !important; 
        border-radius: 0px;
    }

    .btn-outline-primaryX:focus, .btn-outline-primaryX.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        text-shadow: none !important;
        box-shadow: none !important; 
        border-radius: 0px;
    }

    .btn-outline-primaryX.disabled, .btn-outline-primaryX:disabled {
        color: #007bff;
        background-color: transparent;
        text-shadow: none !important;
        box-shadow: none !important; 
        border-radius: 0px;
    }

    .btn-outline-primaryX:not(:disabled):not(.disabled):active,
    .btn-outline-primaryX:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primaryX.dropdown-toggle {
        color: #007bff;
        background-color: #007bff;
        border-color: #007bff;
        text-shadow: none !important;
        box-shadow: none !important; 
    }


.form-control {
    height: 45px;
    padding-top: 1.10em;
    padding-bottom: 0.50em;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select {
    height: 45px;
    padding-top: 0.75em;
    padding-bottom: 0.25em;
    padding-left: 0.7em;
    color: #7A7C7F;
}

.form-group {
    position: relative;
    margin-bottom: 1.0rem;
    height: 2.5em;
}

.form-control-placeholder {
    position: absolute;
    top: 0.2rem;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.6;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control[readonly] + .form-control-placeholder,
.form-control:invalid + .form-control-placeholder 
{
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 80%;
    opacity: 2;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 0.2em;
    left: 0.7em;
    z-index: 3;
    line-height: 1.3;
    padding: 0 1px;
    color: #3897F0;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*font-weight:700;*/
}


/*form*/
.formfield {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: auto;
    padding: 0px;
    border: 0px;
    font-size: 0.6em;
}

    .formfield * {
        box-sizing: border-box;
    }

    .formfield > input, .formfield > label {
        padding: 0.8em;
        margin: 0.5em;
        width: 100%;
    }

    .formfield > input {
        border: 1px solid #00bafa;
        border-radius: 1.5em;
        outline: none;
    }

    .formfield > label {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        color: #ccc;
    }

/* Checkbox */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

    .custom-control-label::before {
        position: absolute;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adafbd solid 1px;
    }

    .custom-control-label::after {
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

/* Disabled Checkbox */
/* if need change any color in disabled checkbox; directly change it below content */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #9999994f !important;
    border: 1px solid #7a7c7f !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='gray' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 2 !important;
    background: no-repeat 50%;
}

input:focus + label, input:valid + label {
    color: #3897F0;
    font-size: 0.6em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background-color: transparent;
    transition: 0.2s ease-in-out;
}

textarea:focus + label, textarea:valid + label {
    color: #3897F0;
    font-size: 0.6em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background-color: transparent;
    transition: 0.2s ease-in-out;
    top: 10em;
    left: 0em;
}

.border-lable-flt > textarea {
    display: block;
    overflow: auto !important;
    resize: vertical !important;
    position: relative !important;
    min-height: 45px !important;
}

custom-select:focus + label, custom-select:valid + label {
    color: #3897F0;
    font-size: 0.6em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background-color: transparent;
    transition: 0.2s ease-in-out;
}


/*Field Required*/
.required-highlight {
    background-color: #FACEBE !important;
}

.required-highlight-gainsboro {
    background-color: #EAD6CE !important;
}

/*Single Selector*/
.chosen-container-single .chosen-single {
    height: 45px;
    padding: 5px 5px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 15px;
    overflow: none;
    padding-top: 1em;
    padding-left: 0.7em;
    background: #fff !important;
}
/*Multi Selector*/
.chosen-container-multi .chosen-choices {
    border-radius: 4px;
    line-height: 20px;
    font-size: 15px;
    overflow: none;
    padding-top: 1em;
    padding-left: 0.4em;
    background: #fff !important;
}

.chosen-container-active .chosen-choices {
    box-shadow: 0 0 0 0.1rem #B8E0FF;
}

.chosen-container-active .chosen-single {
    box-shadow: 0 0 0 0.1rem #B8E0FF;
}

/*collapse*/
.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(180deg);
}

.p-2 {
    display: flex;
    flex-grow: 3 !important;
}

.padding_t5 {
    padding-top: 5px;
}

.Wd {
    width: 30px;
}

/*Card*/
.card {
    border-color: #0E5CAD !important;
}

.one {
    border-color: #22A9F6;
}

.card-header {
    background-color: #7A7C7F;
    color: #fff;
    padding: 0.25rem 1.0rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 30px !important;
}

    .card-header h3 {
        font-size: 1.15rem;
    }

.bg-blue,
.bg-blue > th,
.bg-blue > td {
    background-color: #0E5CAD !important;
    border-color: #0E5CAD !important;
    color: white !important; /* Optional: ensure text is readable */
}

 

.bg-grey {
    background-color: #E4EBED; /*#085EB3;*/
}




.bg-silver {
    background-color: #ddd;
}


.bg-aqua {
    background-color: #7fdbff;
}

.bg-navy {
    background-color: #001f3f;
}

.bg-teal {
    background-color: #39cccc;
}

.bg-green {
    background-color: #2ecc40;
}

.bg-olive {
    background-color: #3d9970;
}

.bg-dark-success {
    background-color: #007E33;
}

.bg-dark-info {
    background-color: #0099CC;
}

.bg-dark-danger {
    background-color: #CC0000;
}

.bg-dark-warning {
    background-color: #FF8800;
}

.btn-dark-success {
    color: #ffffff;
    background-color: #007E33;
    border-color: #4cae4c;
}

    .btn-dark-success:hover,
    .btn-dark-success:focus,
    .btn-dark-success:active,
    .btn-dark-success.active,
    .open > .dropdown-toggle.btn-dark-success {
        color: #ffffff;
        background-color: #007E33;
        border-color: #398439;
    }

    .btn-dark-success:active,
    .btn-dark-success.active,
    .open > .dropdown-toggle.btn-dark-success {
        background-image: none;
    }

    .btn-dark-success.disabled,
    .btn-dark-success[disabled],
    fieldset[disabled] .btn-dark-success,
    .btn-dark-success.disabled:hover,
    .btn-dark-success[disabled]:hover,
    fieldset[disabled] .btn-dark-success:hover,
    .btn-dark-success.disabled:focus,
    .btn-dark-success[disabled]:focus,
    fieldset[disabled] .btn-dark-success:focus,
    .btn-dark-success.disabled:active,
    .btn-dark-success[disabled]:active,
    fieldset[disabled] .btn-dark-success:active,
    .btn-dark-success.disabled.active,
    .btn-dark-success[disabled].active,
    fieldset[disabled] .btn-dark-success.active {
        background-color: #007E33;
        border-color: #4cae4c;
    }

    .btn-dark-success .badge {
        color: #007E33;
        background-color: #ffffff;
    }

.bg-lime {
    background-color: #01ff70;
}

.bg-yellow {
    background-color: #ffdc00;
}

.bg-orange {
    background-color: #ff851b;
}

.bg-red {
    background-color: #ff4136;
}

.bg-fuchsia {
    background-color: #f012be;
}

.bg-purple {
    background-color: #b10dc9;
}

.bg-maroon {
    background-color: #85144b;
}
/*Dropdown*/
.border-lable-flt {
    display: block;
    position: relative;
}

    .border-lable-flt label, .border-lable-flt > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 80%;
        opacity: 2;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: 0.3em;
        left: 0.7em;
        z-index: 3;
        line-height: 1;
        padding: 2px 1px;
        color: #3897F0;
        /*font-weight: 700;*/
    }

        .border-lable-flt label::after, .border-lable-flt > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: transparent !important;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

/*.border-lable-flt .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0;
    }

    .border-lable-flt .form-control:placeholder-shown:not(:focus) + * {
        font-size: 100%;
        opacity: 0.5;
        top: 2.0em;
    }*/

/*.form-group:focus {
    background-color: transparent;
    border-color: #3897F0;
    box-shadow: 0 0 0 0.1rem #B8E0FF;
}

.form-control:focus {
    background-color: transparent;
    border-color: #3897F0;
    box-shadow: 0 0 0 0.1rem #B8E0FF;
}

.custom-select:focus {
    background-color: transparent;
    border-color: #3897F0;
    box-shadow: 0 0 0 0.1rem #B8E0FF;
}*/

.custom-control {
    font-size: 25px;
}

.custom-control-checkbox-label {
    color: #666 !important;
    font-size: 60% !important;
    display: inline !important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: .5rem !important
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email],
input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel],
input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    color: #000 !important;
    padding: 15px 4px 6px !important;
    border: 1px solid #ced4da;
    border-radius: .5rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input[type=color].requiredGlow, input[type=date].requiredGlow, input[type=datetime-local].requiredGlow, input[type=datetime].requiredGlow, input[type=email].requiredGlow,
    input[type=month].requiredGlow, input[type=number].requiredGlow, input[type=password].requiredGlow, input[type=pattern].requiredGlow, input[type=search].requiredGlow, input[type=tel].requiredGlow,
    input[type=text].requiredGlow, input[type=time].requiredGlow, input[type=url].requiredGlow, input[type=week].requiredGlow, textarea.requiredGlow {
        border-color: #ff80ff !important;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5) !important;
    }

input-group date {
    border-radius: .5rem !important;
}


.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.requiredGlow {
    border-color: #ff80ff !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5) !important;
}

/*Required Invalid Field Highlight*/
.requiredInvalid {
    border-color: #f31433 !important;}

/*Invalid Field Highlight*/
input[pattern]:not(:required):not(:focus):invalid {
    border-color: #f31433 !important;
}

.form-control:not(:required):focus {
    border: 1px solid #ced4da;
    border-radius: .5rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.custom-select:focus {
    border: 1px solid #ced4da;
    border-radius: .5rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}


.form-control.is-valid:not(:required) {
    border: 1px solid #ced4da !important;
}

.form-control.is-valid:required {
    border-color: #ff80ff;
}

.text-white {
    color: #fff !important;
}

.d-block {
    display: block !important;
}

a {
    /*color: #007bff;*/
    text-decoration: none;
    background-color: transparent;
}

.h3, h3 {
    font-size: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.border-lable-flt > .form-control, select {
    padding: 15px 4px 6px !important;
}

.form-control, select {
    color: #000 !important;
    padding: 2px 4px 2px !important;
    font-size: 14px !important;
}

.form-group input[type=color],
.form-group input[type=date],
.form-group input[type=datetime-local],
.form-group input[type=datetime],
.form-group input[type=email],
.form-group input[type=month],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=text],
.form-group input[type=time],
.form-group input[type=url],
.form-group input[type=week],
/*.form-group select,*/
.form-group textarea {
    background: #FFF;
    font-size: 14px !important;
    font-weight: 400;
}

/*.ODPhoto img {
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: black 1px solid;
    MARGIN-TOP: 2px;
    DISPLAY: inline;
    PADDING-LEFT: 3px;
    FLOAT: inherit;
    PADDING-BOTTOM: 0px;
    MARGIN-LEFT: 20px;
    BORDER-LEFT: black 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #f0f7d9;
    width: 85%;
}

.ODPhoto img {
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
}*/

.img-thumbnail img {
    height: 150px;
    width: auto;

}

.img-thumbnail {
    background-color: ivory;
}

/*colors*/
.widget-color-nibrs {
    border-color: #0E5CAD !important;
}

    .widget-color-nibrs > .widget-header {
        background: #0E5CAD !important;
        border-color: #0E5CAD !important;
    }

.widget-color-secondary {
    border-color: #A5CA4C !important;
}

    .widget-color-secondary > .widget-header {
        background: #A5CA4C !important;
        border-color: #A5CA4C !important;
    }


.primary {
    border-color: #0E5CAD !important;
    background: #0E5CAD !important;
    border-color: #0E5CAD !important;
}

.secondary {
    border-color: #A5CA4C !important;
    background: #A5CA4C !important;
    border-color: #A5CA4C !important;
}

.widget-color-primary {
    border-color: #0E5CAD !important;
}

    .widget-color-primary > .widget-header {
        background: #0E5CAD !important;
        border-color: #0E5CAD !important;
    }

.widget-color-Warning {
    border-color: #FF8800 !important;
}

    .widget-color-Warning > .widget-header {
        background: #ffbb33 !important;
        border-color: #FF8800 !important;
    }

.widget-color-Changes {
    border-color: #1C4861 !important;
}

    .widget-color-Changes > .widget-header {
        background: #1C4861 !important;
        border-color: #1C4861 !important;
    }

.widget-color-News {
    border-color: #2a4e6f !important;
}

    .widget-color-News > .widget-header {
        background: purple !important;
        border-color: purple !important;
    }

.widget-color-Resources {
    border-color: #2a4e6f !important;
}

    .widget-color-Resources > .widget-header {
        background: #2a4e6f !important;
        border-color: #2a4e6f !important;
    }


.btn_pd {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Padding_b10 {
    padding-bottom: 5px;
}

/*.collapse:not(.show) {
    display: initial !important;
}*/

.dropdown-toggle::after {
    visibility: collapse !important;
}

/*navbar*/
.navbar {
    padding: 0rem 0rem !important;
    /*display: !important;*/
}

.navbar-toggle {
    float: left !important;
}

@media only screen and (max-width: 479px) {
    .navbar:not(.navbar-collapse) .navbar-header {
        float: left !important;
        display: block;
        padding-right: 270px;
    }
}

/*jtable*/
.jtable .select {
    padding: 3px 4px !important;
    height: 30px !important;
}

.jtable-column-selection-container {
    padding: 0px 0px !important;
}

.jsize {
    padding: 2px 2px 5px !important;
}

.nav-list > li > a {
    line-height: 35px;
}

.ProductTitle {
    margin-left: -10px;
    margin-right: -10px;
}

hr {
    height: 1px;
    color: blue;
    background-color: navy;
    border: none;
}

strong {
    font-weight: 800 !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#footsie {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    height: 60px;
    width: 100%;
    border: 1px solid;
    display: inline-block;
    overflow: hidden;
    z-index: 999;
}

.text-danger2 {
    color: white;
    font-weight: bold;
}

.bg-danger2 {
    background-color: #a94442;
    color: white;
    font-weight: bold;
}

.text-success2 {
    color: white;
    font-weight: bold;
}

.bg-success2 {
    background-color: #87b87f !important;
    color: white;
    font-weight: bold;
}

.text-info2 {
    color: white;
    font-weight: bold;
}

.bg-info2 {
    background-color: #549AC1;
    color: white;
    font-weight: bold;
}

.bg-navy {
    background-color: #003366
}

.form-actions {
    padding: 10px 10px 10px;
}

/* LABEL CONTROL STYLE */
input[readonly] {
    background-color: white !important;
    border-color: white !important;
    cursor: default !important;
    color: #000 !important;
}

.form-control.is-valid[readonly] {
    background-color: white !important;
    border: none !important;
    box-shadow: none !important;
    cursor: default !important;
}

/* DISABLE CONTROL STYLE */
.form-control:disabled {
    color: #848484 !important;
    background-color: #eee !important;
    opacity: 1;
}

/* CSS FOR DROP MENU NEXT TO USER NAME ON THE BANNER */
.dropdown-menu > li > a {
    color: #333;
}

.dropdown-menu.dropdown-close.dropdown-menu-right {
    right: -6px !important
}

/*Select Dropdown Keys*/
.select {
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.key:not(:focus) {
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.key:focus {
    background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.selectoncarddiv {
    margin-top: -1px;
    height: 22px !important;
    font-size: 12px !important;
    padding: 1px 1px !important;
}

/*bootbox modal*/
.modal-header {
    display: block !important;
}

.modal-footer > button {
    margin-left: 5px !important;
}

/*jtable First Column*/
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li:first-child {
    display: none !important;
}

/*Sidebar listgroup*/
.list-group-item {
    border: none;
    height: 39px;
    border-top: 1px dotted #e9ecef;
}

    .list-group-item:active {
        display: inline-block;
    }

li.open > .sidebar-submenu {
    display: block !important;
}

/**Sidebar min/media query */
.no-skin .nav-list > li .sidebar-submenu > li.active:not(.open) > a {
    background-color: #f5f7fa;
    display: inline-block;
}

.no-skin .nav-list > li .sidebar-submenu > li.active > a {
    color: #2b7dbc;
}

.no-skin .nav-list > li .sidebar-submenu > li > a > .menu-icon {
    padding-right: 5px;
}

.no-skin .nav-list > li .sidebar-submenu > li.active > a > .menu-icon {
    color: #c86139;
    padding-right: 5px;
    font-weight: 400;
}

.nav-list > li .sidebar-submenu > li.active > a > .menu-icon, .nav-list > li .sidebar-submenu > li:hover > a > .menu-icon {
    display: inline-block;
}

.sidebar.menu-min .nav-list > li.open > .sidebar-submenu {
    display: none;
}

.sidebar.menu-min .nav-list > li:hover > .sidebar-submenu {
    display: block !important;
}

.no-skin .nav-list > li .sidebar-submenu.active > a {
    display: block !important;
}



/**Sidebar min/media query */
.sidebar.menu-min,
.sidebar.menu-min.compact,
.sidebar.menu-min.navbar-collapse {
    width: 43px;
}

    .sidebar.menu-min + .main-content {
        margin-left: 43px
    }

    .sidebar.menu-min .nav-list a .badge,
    .sidebar.menu-min .nav-list a .label {
        position: relative;
        top: -1px;
        right: auto;
        left: 4px
    }

    .sidebar.menu-min .nav-list .submenu .submenu a .badge,
    .sidebar.menu-min .nav-list .submenu .submenu a .label {
        top: 0
    }

    .sidebar.menu-min .nav-list > li > a {
        position: relative;
        height: 39px;
        line-height: 37px;
        padding: 0
    }

        .sidebar.menu-min .nav-list > li > a > .menu-icon {
            font-size: 18px;
            height: auto;
            line-height: inherit;
            display: inline-block;
            vertical-align: sub;
            margin-right: 0;
            width: 44px
        }

        .sidebar.menu-min .nav-list > li > a > .menu-text {
            display: none;
            text-align: left;
            position: absolute;
            top: -1px;
            left: 42px;
            z-index: 1025;
            width: 176px;
            height: 41px;
            line-height: 38px;
            padding-left: 12px;
            border: 1px solid
        }

        .sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
            top: -1px;
            border-width: 1px 1px 0;
        }

        .sidebar.menu-min .nav-list > li > a .arrow {
            display: none;
        }

    .sidebar.menu-min .nav-list > li:hover > a > .menu-text {
        display: block;
    }

    .sidebar.menu-min .nav-list > li.active > a:after {
        border-width: 10px 6px;
        top: 8px;
    }

    .sidebar.menu-min .nav-list > li.active.open > a:after {
        display: block;
    }

    .sidebar.menu-min .nav-list > li.active.open li.active > a:after {
        display: none;
    }

    .sidebar.menu-min .nav-list > li > .sidebar-submenu {
        position: absolute;
        z-index: 1028;
        left: 42px;
        top: -1px;
        margin-top: 40px;
        padding-bottom: 2px;
        width: 176px;
        display: none !important;
    }

        .sidebar.menu-min .nav-list > li > .sidebar-submenu:before {
            display: none;
        }

        .sidebar.menu-min .nav-list > li > .sidebar-submenu:after {
            content: "";
            display: block;
            height: 1px;
            width: 1px;
            position: absolute;
            right: -1px;
            top: -1px;
            border-right: 1px solid;
            border-right-color: inherit;
        }

        .sidebar.menu-min .nav-list > li > .sidebar-submenu li:before {
            display: none;
        }

        .sidebar.menu-min .nav-list > li > .sidebar-submenu li > a {
            margin-left: 0;
            padding-left: 22px;
        }

            .sidebar.menu-min .nav-list > li > .sidebar-submenu li > a > .menu-icon {
                left: 4px;
            }

    .sidebar.menu-min .nav-list > li.hover > .sidebar-submenu {
        padding-bottom: 0;
    }

    .sidebar.menu-min .nav-list > li.open > .sidebar-submenu {
        display: none;
    }

    .sidebar.menu-min .nav-list > li:hover > .sidebar-submenu {
        display: block !important;
    }

    .sidebar.menu-min .nav-list > li > .arrow {
        top: 10px;
    }

        .sidebar.menu-min .nav-list > li > .arrow:after,
        .sidebar.menu-min .nav-list > li > .arrow:before {
            border-width: 8px;
            left: -16px;
        }

        .sidebar.menu-min .nav-list > li > .arrow:before {
            left: -17px;
        }

    .sidebar.menu-min .nav-list li > .arrow {
        right: -1px;
    }

    .sidebar.menu-min .nav-list > li:hover > .arrow {
        display: block;
    }

    .sidebar.menu-min .nav-list > li.pull_up > .arrow {
        z-index: 1029
    }

        .sidebar.menu-min .nav-list > li.pull_up > .arrow:after,
        .sidebar.menu-min .nav-list > li.pull_up > .arrow:before {
            border-width: 10px;
            left: -20px
        }

        .sidebar.menu-min .nav-list > li.pull_up > .arrow:before {
            left: -21px
        }

    .sidebar.menu-min .sidebar-shortcuts {
        position: relative;
        overflow: visible;
        z-index: 1
    }

    .sidebar.menu-min .sidebar-shortcuts-mini {
        display: block
    }

    .sidebar.menu-min .sidebar-shortcuts-large {
        display: none;
        position: absolute;
        top: 0;
        left: 42px;
        width: 182px;
        padding: 0 2px 3px;
        border: 1px solid;
        border-top-width: 0
    }

    .sidebar.menu-min .sidebar-shortcuts:hover .sidebar-shortcuts-large {
        display: block
    }

    .sidebar.menu-min .sidebar-toggle:before {
        left: 5px;
        right: 5px
    }

    .sidebar.menu-min .sidebar-toggle > .ace-icon {
        font-size: 13px;
        padding: 0 4px;
        line-height: 15px;
        border-width: 1px
    }

    .sidebar.menu-min .nav-list > li > .sidebar-submenu li > .sidebar-submenu > li > a {
        margin-left: 2px !important;
        padding-left: 30px
    }

    .sidebar.menu-min .nav-list > li > .sidebar-submenu li > .sidebar-submenu > li > .sidebar-submenu > li > a {
        margin-left: 2px !important;
        padding-left: 45px
    }

    .sidebar.menu-min .nav-list li.active.open > .sidebar-submenu > li.active > a:after,
    .sidebar.menu-min .nav-list > li.active.open:hover > a:after,
    .sidebar.menu-min .nav-list > li.active:hover:after,
    .sidebar.menu-min .nav-list > li.active:hover > a:after,
    .sidebar.menu-min .nav-list > li > .sidebar-submenu li.active > a:after {
        display: none
    }

@media only screen and (min-width:992px) {
    .sidebar.menu-min .nav-list li.hover > .sidebar-submenu {
        margin-left: 0
    }

    .sidebar.menu-min .nav-list > li > .sidebar-submenu li.hover > .sidebar-submenu > li > a,
    .sidebar.menu-min .nav-list > li > .sidebar-submenu li > .sidebar-submenu > li.hover > .sidebar-submenu > li > a {
        margin-left: 0 !important
    }
}

@media (min-width:992px) {
    .sidebar.menu-min.compact .nav-list > li > a {
        height: 39px;
        line-height: 37px;
        padding: 0 16px 0 7px;
        position: relative
    }

        .sidebar.menu-min.compact .nav-list > li > a > .menu-icon {
            font-size: 18px;
            height: auto;
            line-height: inherit;
            display: inline-block;
            vertical-align: sub;
            width: auto
        }
}

@media only screen and (min-width:992px) {
    .navbar.h-navbar {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25)
    }

    .sidebar.h-sidebar {
        position: relative;
        float: none !important;
        width: auto !important;
        margin-top: 17px;
        border-width: 0 !important;
        box-shadow: none
    }

        .sidebar.h-sidebar.sidebar-fixed {
            position: fixed
        }

        .sidebar.h-sidebar:before {
            display: block;
            position: absolute;
            z-index: -1;
            left: 0 !important;
            right: 0 !important;
            top: -17px;
            bottom: auto;
            height: 17px;
            width: auto;
            border-width: 0;
            border-bottom: 1px solid;
            border-bottom-color: inherit
        }

        .sidebar.h-sidebar.hide-before .nav-list > li:before {
            top: 0
        }

        .sidebar.h-sidebar .nav-list {
            border-width: 0;
            border-bottom: 2px solid #79b0ce
        }

            .sidebar.h-sidebar .nav-list > li {
                float: left;
                border-width: 0 1px;
                margin-left: -1px
            }

                .sidebar.h-sidebar .nav-list > li:before {
                    left: -1px;
                    right: -1px;
                    bottom: auto;
                    top: -2px;
                    max-width: none;
                    width: auto;
                    height: 2px;
                    border-width: 0
                }

                .sidebar.h-sidebar .nav-list > li.active:before {
                    display: block
                }

                .sidebar.h-sidebar .nav-list > li.active:after {
                    display: none
                }

                .sidebar.h-sidebar .nav-list > li:hover {
                    z-index: 1026
                }

                .sidebar.h-sidebar .nav-list > li.active {
                    z-index: 1027
                }

                .sidebar.h-sidebar .nav-list > li:first-child {
                    border-left-width: 0;
                    margin-left: 0
                }

        .sidebar.h-sidebar .sidebar-shortcuts + .nav-list > li:first-child {
            border-left-width: 1px;
            margin-left: -1px
        }

        .sidebar.h-sidebar .nav-list > li > a {
            line-height: 22px !important;
            height: auto !important;
            padding: 10px 14px !important
        }

            .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
                display: block !important;
                margin: 1px 0 4px;
                line-height: inherit;
                width: auto
            }

            .sidebar.h-sidebar .nav-list > li > a > .arrow {
                display: none
            }

        .sidebar.h-sidebar .nav-list > li.hover.pull_right {
            float: none !important
        }

        .sidebar.h-sidebar .nav-list > li.hover > .sidebar-submenu {
            top: 100%;
            left: 1px;
            margin-top: auto;
            margin-left: -2px;
            width: 190px;
            z-index: 1026
        }

        .sidebar.h-sidebar .nav-list > li.hover.pull_right > .sidebar-submenu {
            left: auto;
            right: 1px
        }

        .sidebar.h-sidebar .nav-list > li.hover > .arrow {
            right: auto;
            top: auto;
            left: 24px;
            bottom: 7px
        }

        .sidebar.h-sidebar .nav-list > li.hover.pull_right > .arrow {
            left: auto;
            right: 24px
        }

        .sidebar.h-sidebar .nav-list > li.hover > .arrow:after,
        .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
            border-width: 0 8px 8px !important
        }

        .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
            border-color: transparent;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            -moz-border-right-colors: none !important;
            -moz-border-left-colors: none !important;
            -moz-border-top-colors: none;
            -moz-border-bottom-colors: none;
            left: -10px !important;
            right: auto !important
        }

        .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
            border-color: transparent;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            -moz-border-right-colors: none !important;
            -moz-border-left-colors: none !important;
            -moz-border-top-colors: none;
            -moz-border-bottom-colors: none;
            right: auto !important;
            left: -10px !important;
            top: -1px !important
        }

        .sidebar.h-sidebar .nav-list > li.hover:hover > a ~ .arrow {
            display: none
        }

        .sidebar.h-sidebar .nav-list > li.hover:hover > a.dropdown-toggle ~ .arrow {
            display: block
        }

        .sidebar.h-sidebar .sidebar-shortcuts-large:after,
        .sidebar.h-sidebar .sidebar-shortcuts-large:before {
            display: block;
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -8px;
            border: 1px solid transparent;
            border-width: 0 8px 8px
        }

        .sidebar.h-sidebar .sidebar-shortcuts-large:after {
            border-right-color: transparent;
            -moz-border-right-colors: none;
            top: -8px
        }

        .sidebar.h-sidebar .sidebar-shortcuts-large:before {
            -moz-border-bottom-colors: #CCC;
            border-bottom-color: #CCC;
            top: -9px
        }

        .sidebar.h-sidebar .sidebar-toggle {
            display: none
        }

        .sidebar.h-sidebar .sidebar-shortcuts {
            float: left;
            display: block;
            overflow: visible;
            position: relative;
            margin: 0;
            padding: 12px 8px 9px;
            max-height: none !important;
            background-color: transparent
        }

            .sidebar.h-sidebar .sidebar-shortcuts:hover .sidebar-shortcuts-large {
                display: block
            }

        .sidebar.h-sidebar .sidebar-shortcuts-large {
            display: none;
            width: 52px;
            height: auto;
            position: absolute;
            z-index: 15;
            top: 100%;
            margin-top: -5px;
            left: 10px;
            padding: 3px 2px;
            border: 1px solid
        }

        .sidebar.h-sidebar .sidebar-shortcuts-mini {
            width: auto;
            max-width: 52px;
            display: block;
            background-color: transparent;
            padding-top: 3px;
            padding-bottom: 5px
        }

        .sidebar.h-sidebar .nav-list a .badge,
        .sidebar.h-sidebar .nav-list a .label {
            position: absolute;
            top: 11px;
            right: auto !important;
            left: 50%;
            margin-left: 10px
        }

        .sidebar.h-sidebar + .main-content {
            margin-left: 0
        }

            .sidebar.h-sidebar + .main-content .breadcrumbs {
                margin: 6px 9px;
                border: 1px solid;
                border-color: #E5E5E5
            }

    .h-sidebar.sidebar-fixed {
        top: auto;
        width: 100%;
        left: 0;
        right: 0
    }

        .h-sidebar.sidebar-fixed:before {
            z-index: auto
        }

        .h-sidebar.sidebar-fixed,
        .h-sidebar.sidebar-fixed .nav-list {
            border-right-width: 0;
            border-left-width: 0
        }

            .h-sidebar.sidebar-fixed .sidebar-shortcuts {
                border-width: 0
            }

            .h-sidebar.sidebar-fixed + .main-content {
                padding-top: 88px
            }
}

@media only screen and (min-width:992px) and (max-width:991px) {
    .sidebar.h-sidebar + .main-content .breadcrumbs {
        margin: 0;
        border-width: 0 0 1px
    }
}

.main-container.container .h-sidebar.sidebar-fixed.navbar-collapse {
    left: 0 !important;
    right: 0 !important;
    width: auto !important
}

@media (min-width:768px) {
    .main-container.container .h-sidebar.sidebar-fixed.navbar-collapse {
        left: auto !important;
        right: auto !important;
        width: 744px !important
    }
}

@media (min-width:992px) {
    .main-container.container .h-sidebar.sidebar-fixed.navbar-collapse {
        width: 964px !important
    }
}

@media (min-width:1200px) {
    .main-container.container .h-sidebar.sidebar-fixed.navbar-collapse {
        width: 1164px !important
    }
}

@media (min-width:992px) {
    .sidebar.h-sidebar .nav-list > li > a > .menu-text {
        background-color: transparent !important;
        border-width: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: inline !important;
        margin: auto !important;
        padding: 0 !important;
        position: static !important;
        font-size: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
        height: auto;
        font-size: 18px
    }
}

.main-container .menu-toggler,
.sidebar-toggle.sidebar-expand {
    display: none
}

@media only screen and (max-width:991px) {
    .sidebar.responsive:before {
        display: none
    }

    .sidebar.responsive {
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
        box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
        z-index: 1027;
        overflow: hidden;
        max-height: 0;
        -moz-transform: translateX(-200px);
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: -webkit-transform .2s linear 0s, max-height 0s linear .2s;
        -moz-transition: -moz-transform .2s linear 0s, max-height 0s linear .2s;
        -o-transition: -o-transform .2s linear 0s, max-height 0s linear .2s;
        transition: transform .2s linear 0s, max-height 0s linear .2s;
        /*position: relative;*/
        bottom: auto;
        left: 190px;
        /*margin-left:0px*/
    }
}

@media (min-width:992px) and (max-width:991px) {
    .sidebar.responsive.compact {
        -moz-transform: translateX(-115px);
        -webkit-transform: translateX(-115px);
        -o-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px)
    }

        .navbar.navbar-fixed-top + .main-container .sidebar.responsive.compact.push_away.display ~ .footer .footer-inner,
        .sidebar.responsive.compact.push_away.display + .main-content {
            -moz-transform: translateX(105px);
            -webkit-transform: translateX(105px);
            -o-transform: translateX(105px);
            -ms-transform: translateX(105px);
            transform: translateX(105px)
        }
}

@media only screen and (max-width:991px) {
    .sidebar.responsive.menu-min {
        -moz-transform: translateX(-53px);
        -webkit-transform: translateX(-53px);
        -o-transform: translateX(-53px);
        -ms-transform: translateX(-53px);
        transform: translateX(-53px)
    }

    .sidebar.responsive.display {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible;
        max-height: 2000px;
        width: 200px !important;
        float: left !important;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .sidebar.responsive.push_away {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

        .sidebar.responsive.push_away:before {
            display: block !important
        }

        .sidebar.responsive.push_away + .main-content {
            -webkit-transition: -webkit-transform .2s linear 0s;
            -moz-transition: -moz-transform .2s linear 0s;
            -o-transition: -o-transform .2s linear 0s;
            transition: transform .2s linear 0s
        }

        .sidebar.responsive.push_away.display + .main-content {
            -moz-transform: translateX(190px);
            -webkit-transform: translateX(190px);
            -o-transform: translateX(190px);
            -ms-transform: translateX(190px);
            transform: translateX(190px)
        }

        .sidebar.responsive.push_away.display.menu-min + .main-content {
            -moz-transform: translateX(43px);
            -webkit-transform: translateX(43px);
            -o-transform: translateX(43px);
            -ms-transform: translateX(43px);
            transform: translateX(43px)
        }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away:before {
        height: 5000px
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away ~ .footer .footer-inner {
        -webkit-transition: -webkit-transform .2s linear 0s;
        -moz-transition: -moz-transform .2s linear 0s;
        -o-transition: -o-transform .2s linear 0s;
        transition: transform .2s linear 0s
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display ~ .footer .footer-inner {
        -moz-transform: translateX(190px);
        -webkit-transform: translateX(190px);
        -o-transform: translateX(190px);
        -ms-transform: translateX(190px);
        transform: translateX(190px)
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display.menu-min ~ .footer .footer-inner {
        -moz-transform: translateX(43px);
        -webkit-transform: translateX(43px);
        -o-transform: translateX(43px);
        -ms-transform: translateX(43px);
        transform: translateX(43px)
    }

    .sidebar.responsive .nav-list > li.active:after {
        height: 41px
    }

    .sidebar.responsive .nav-list li li.active > a:after {
        display: none
    }

    .sidebar.responsive.menu-min .nav-list > li.active:after {
        display: block
    }

    .sidebar.responsive + .main-content {
        margin-left: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-container.container .sidebar.responsive {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none
    }

        .main-container.container .sidebar.responsive.display {
            display: block
        }

        .main-container.container .sidebar.responsive.push_away + .main-content,
        .main-container.container .sidebar.responsive.push_away ~ .footer .footer-inner {
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
            -moz-transform: none !important;
            -webkit-transform: none !important;
            -o-transform: none !important;
            -ms-transform: none !important;
            transform: none !important
        }
}

@media only screen and (max-width:991px) {
    .responsive.sidebar-fixed {
        position: fixed
    }

    .main-container .menu-toggler.fixed {
        position: fixed;
        left: auto;
        z-index: 1026;
        -moz-backface-visibility: hidden
    }
}

@media only screen and (max-width:991px) {
    .menu-toggler + .sidebar.responsive {
        margin-top: 40px
    }

    .main-container .menu-toggler {
        display: block;
        position: absolute;
        z-index: 1026;
        width: 52px;
        height: 32px;
        margin-right: 2px;
        line-height: normal;
        padding-left: 33px;
        padding-top: 7px;
        padding-bottom: 1px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        .main-container .menu-toggler:hover {
            text-decoration: none
        }

        .main-container .menu-toggler:focus {
            outline: 0
        }

        .main-container .menu-toggler:before {
            border-top: 1px solid #87b87f;
            border-bottom: 1px solid #6fb3e0;
            height: 2px;
            width: 24px;
            content: "";
            position: absolute;
            z-index: 1;
            top: 13px;
            left: 4px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }

        .main-container .menu-toggler:after {
            border-top: 1px solid #ffa24d;
            border-bottom: 1px solid #d15b47;
            content: "";
            height: 2px;
            width: 24px;
            position: absolute;
            top: 19px;
            left: 4px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }

        .main-container .menu-toggler.display:before {
            height: 4px;
            top: 8px;
            border-width: 2px
        }

        .main-container .menu-toggler.display:after {
            height: 4px;
            top: 20px;
            border-width: 2px
        }

        .main-container .menu-toggler > .toggler-text {
            display: block;
            position: absolute;
            bottom: -9px;
            left: 0;
            border: 1px solid transparent;
            border-width: 9px 42px 0;
            border-top-color: #444;
            -moz-border-top-colors: #444
        }

            .main-container .menu-toggler > .toggler-text:after {
                display: block;
                content: "MENU";
                color: #fff;
                position: absolute;
                left: -8px;
                top: -41px
            }

    .menu-toggler + .responsive.sidebar-scroll .nav-wrap {
        overflow: hidden
    }
}

@media only screen and (max-width:320px) {
    .main-container .menu-toggler {
        width: 0
    }

        .main-container .menu-toggler > .toggler-text {
            border-width: 7px 16px;
            bottom: -14px
        }

            .main-container .menu-toggler > .toggler-text:after {
                font-size: 9px;
                font-weight: 400;
                color: #FFF;
                position: absolute;
                left: -13px;
                top: -42px
            }

        .main-container .menu-toggler:after,
        .main-container .menu-toggler:before {
            margin-top: 8px
        }

        .main-container .menu-toggler.display:after,
        .main-container .menu-toggler.display:before {
            height: 2px;
            border-width: 1px
        }

        .main-container .menu-toggler.display:before {
            top: 13px
        }

        .main-container .menu-toggler.display:after {
            top: 19px
        }
}

@media (max-width:991px) {
    .menu-toggler.invisible {
        position: fixed;
        z-index: -999;
        visibility: hidden;
        opacity: 0;
        width: 1px;
        height: 1px
    }

    .sidebar.responsive-min,
    .sidebar.responsive-min.compact,
    .sidebar.responsive-min.navbar-collapse {
        width: 43px
    }

        .sidebar.responsive-min + .main-content {
            margin-left: 43px
        }

        .sidebar.responsive-min .nav-list a .badge,
        .sidebar.responsive-min .nav-list a .label {
            position: relative;
            top: -1px;
            right: auto;
            left: 4px
        }

        .sidebar.responsive-min .nav-list .sidebar-submenu .sidebar-submenu a .badge,
        .sidebar.responsive-min .nav-list .sidebar-submenu .sidebar-submenu a .label {
            top: 0
        }

        .sidebar.responsive-min .nav-list > li > a {
            position: relative;
            height: 39px;
            line-height: 37px;
            padding: 0
        }

            .sidebar.responsive-min .nav-list > li > a > .menu-icon {
                font-size: 18px;
                height: auto;
                line-height: inherit;
                display: inline-block;
                vertical-align: sub;
                margin-right: 0;
                width: 44px
            }

            .sidebar.responsive-min .nav-list > li > a > .menu-text {
                display: none;
                text-align: left;
                position: absolute;
                top: -1px;
                left: 42px;
                z-index: 1025;
                width: 176px;
                height: 41px;
                line-height: 38px;
                padding-left: 12px;
                border: 1px solid
            }

            .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
                top: -1px;
                border-width: 1px 1px 0
            }

            .sidebar.responsive-min .nav-list > li > a .arrow {
                display: none
            }

        .sidebar.responsive-min .nav-list > li:hover > a > .menu-text {
            display: block
        }

        .sidebar.responsive-min .nav-list > li.active > a:after {
            border-width: 10px 6px;
            top: 8px
        }

        .sidebar.responsive-min .nav-list > li.active.open > a:after {
            display: block
        }

        .sidebar.responsive-min .nav-list > li.active.open li.active > a:after {
            display: none
        }

        .sidebar.responsive-min .nav-list > li > .sidebar-submenu {
            position: absolute;
            z-index: 1028;
            left: 42px;
            top: -1px;
            margin-top: 40px;
            padding-bottom: 2px;
            width: 176px;
            display: none !important
        }

            .sidebar.responsive-min .nav-list > li > .sidebar-submenu:before {
                display: none
            }

            .sidebar.responsive-min .nav-list > li > .sidebar-submenu:after {
                content: "";
                display: block;
                height: 1px;
                width: 1px;
                position: absolute;
                right: -1px;
                top: -1px;
                border-right: 1px solid;
                border-right-color: inherit
            }

            .sidebar.responsive-min .nav-list > li > .sidebar-submenu li:before {
                display: none
            }

            .sidebar.responsive-min .nav-list > li > .sidebar-submenu li > a {
                margin-left: 0;
                padding-left: 22px
            }

                .sidebar.responsive-min .nav-list > li > .sidebar-submenu li > a > .menu-icon {
                    left: 4px
                }

        .sidebar.responsive-min .nav-list > li.hover > .sidebar-submenu {
            padding-bottom: 0
        }

        .sidebar.responsive-min .nav-list > li.open > .sidebar-submenu {
            display: none
        }

        .sidebar.responsive-min .nav-list > li:hover > .sidebar-submenu {
            display: block !important
        }

    .no-skin .nav-list > li.active:after > .sidebar-submenu {
        display: block !important;
    }
}



/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.tox {
    box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
}

    .tox *:not(svg):not(rect) {
        box-sizing: inherit;
        color: inherit;
        cursor: inherit;
        direction: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit;
        -webkit-tap-highlight-color: inherit;
        text-align: inherit;
        text-decoration: inherit;
        text-shadow: inherit;
        text-transform: inherit;
        vertical-align: inherit;
        white-space: inherit;
    }

    .tox *:not(svg):not(rect) {
        /* stylelint-disable-line no-duplicate-selectors */
        background: transparent;
        border: 0;
        float: none;
        height: auto;
        margin: 0;
        max-width: none;
        outline: 0;
        padding: 0;
        position: static;
        width: auto;
    }

    .tox:not([dir=rtl]) {
        direction: ltr;
        text-align: left;
    }

    .tox[dir=rtl] {
        direction: rtl;
        text-align: right;
    }

.tox-tinymce {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
}

.tox-tinymce-inline {
    border: none;
    box-shadow: none;
}

    .tox-tinymce-inline .tox-editor-header {
        border: 1px solid #cccccc;
        border-radius: 0;
        box-shadow: none;
    }

.tox-tinymce-aux {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    z-index: 1300;
}

    .tox-tinymce *:focus,
    .tox-tinymce-aux *:focus {
        outline: none;
    }

button::-moz-focus-inner {
    border: 0;
}

.tox .accessibility-issue__header {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.tox .accessibility-issue__description {
    align-items: stretch;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

    .tox .accessibility-issue__description > div {
        padding-bottom: 4px;
    }

        .tox .accessibility-issue__description > div > div {
            align-items: center;
            display: flex;
            margin-bottom: 4px;
        }

    .tox .accessibility-issue__description > *:last-child:not(:only-child) {
        border-color: #cccccc;
        border-style: solid;
    }

.tox .accessibility-issue__repair {
    margin-top: 16px;
}

.tox .accessibility-issue--info .accessibility-issue__description {
    background-color: rgba(32, 122, 183, 0.1);
    border-color: rgba(32, 122, 183, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--info .accessibility-issue__description > *:last-child {
        border-color: rgba(32, 122, 183, 0.4);
    }

.tox .accessibility-issue--info h2 {
    color: #207ab7;
}

.tox .accessibility-issue--info .tox-icon svg {
    fill: #207ab7;
}

.tox .accessibility-issue--info a .tox-icon {
    color: #207ab7;
}

.tox .accessibility-issue--warn .accessibility-issue__description {
    background-color: rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.5);
    color: #222f3e;
}

    .tox .accessibility-issue--warn .accessibility-issue__description > *:last-child {
        border-color: rgba(255, 165, 0, 0.5);
    }

.tox .accessibility-issue--warn h2 {
    color: #cc8500;
}

.tox .accessibility-issue--warn .tox-icon svg {
    fill: #cc8500;
}

.tox .accessibility-issue--warn a .tox-icon {
    color: #cc8500;
}

.tox .accessibility-issue--error .accessibility-issue__description {
    background-color: rgba(204, 0, 0, 0.1);
    border-color: rgba(204, 0, 0, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--error .accessibility-issue__description > *:last-child {
        border-color: rgba(204, 0, 0, 0.4);
    }

.tox .accessibility-issue--error h2 {
    color: #c00;
}

.tox .accessibility-issue--error .tox-icon svg {
    fill: #c00;
}

.tox .accessibility-issue--error a .tox-icon {
    color: #c00;
}

.tox .accessibility-issue--success .accessibility-issue__description {
    background-color: rgba(120, 171, 70, 0.1);
    border-color: rgba(120, 171, 70, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--success .accessibility-issue__description > *:last-child {
        border-color: rgba(120, 171, 70, 0.4);
    }

.tox .accessibility-issue--success h2 {
    color: #78AB46;
}

.tox .accessibility-issue--success .tox-icon svg {
    fill: #78AB46;
}

.tox .accessibility-issue--success a .tox-icon {
    color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
    margin-top: 0;
}

.tox:not([dir=rtl]) .accessibility-issue__header .tox-button {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .accessibility-issue__header > *:nth-last-child(2) {
    margin-left: auto;
}

.tox:not([dir=rtl]) .accessibility-issue__description {
    padding: 4px 4px 4px 8px;
}

    .tox:not([dir=rtl]) .accessibility-issue__description > *:last-child {
        border-left-width: 1px;
        padding-left: 4px;
    }

.tox[dir=rtl] .accessibility-issue__header .tox-button {
    margin-right: 4px;
}

.tox[dir=rtl] .accessibility-issue__header > *:nth-last-child(2) {
    margin-right: auto;
}

.tox[dir=rtl] .accessibility-issue__description {
    padding: 4px 8px 4px 4px;
}

    .tox[dir=rtl] .accessibility-issue__description > *:last-child {
        border-right-width: 1px;
        padding-right: 4px;
    }

.tox .tox-anchorbar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-bar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-button {
    background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
}

    .tox .tox-button[disabled] {
        background-color: #207ab7;
        background-image: none;
        border-color: #207ab7;
        box-shadow: none;
        color: rgba(255, 255, 255, 0.5);
        cursor: not-allowed;
    }

    .tox .tox-button:focus:not(:disabled) {
        background-color: #1c6ca1;
        background-image: none;
        border-color: #1c6ca1;
        box-shadow: none;
        color: #fff;
    }

    .tox .tox-button:hover:not(:disabled) {
        background-color: #1c6ca1;
        background-image: none;
        border-color: #1c6ca1;
        box-shadow: none;
        color: #fff;
    }

    .tox .tox-button:active:not(:disabled) {
        background-color: #185d8c;
        background-image: none;
        border-color: #185d8c;
        box-shadow: none;
        color: #fff;
    }

.tox .tox-button--secondary {
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: none;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
}

    .tox .tox-button--secondary[disabled] {
        background-color: #f0f0f0;
        background-image: none;
        border-color: #f0f0f0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-button--secondary:focus:not(:disabled) {
        background-color: #e3e3e3;
        background-image: none;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--secondary:hover:not(:disabled) {
        background-color: #e3e3e3;
        background-image: none;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--secondary:active:not(:disabled) {
        background-color: #d6d6d6;
        background-image: none;
        border-color: #d6d6d6;
        box-shadow: none;
        color: #222f3e;
    }

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
    padding: 4px;
}

    .tox .tox-button--icon .tox-icon svg,
    .tox .tox-button.tox-button--icon .tox-icon svg,
    .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
        display: block;
        fill: currentColor;
    }

.tox .tox-button-link {
    background: 0;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.tox .tox-button-link--sm {
    font-size: 14px;
}

.tox .tox-button--naked {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
}

    .tox .tox-button--naked[disabled] {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-button--naked:hover:not(:disabled) {
        background-color: #e3e3e3;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked:focus:not(:disabled) {
        background-color: #e3e3e3;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked:active:not(:disabled) {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked .tox-icon svg {
        fill: currentColor;
    }

    .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
        color: #222f3e;
    }

.tox .tox-checkbox {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 36px;
    min-width: 36px;
}

.tox .tox-checkbox__input {
    /* Hide from view but visible to screen readers */
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.tox .tox-checkbox__icons {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: content-box;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: calc(4px - 1px);
    width: 24px;
}

    .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
        display: block;
        fill: rgba(34, 47, 62, 0.3);
    }

    .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
        display: none;
        fill: #207ab7;
    }

    .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
        display: none;
        fill: #207ab7;
    }

.tox .tox-checkbox--disabled {
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
        fill: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
        fill: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #207ab7;
    padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
    left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
    margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
    right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
    margin-right: 4px;
}

.tox {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox .tox-collection--toolbar .tox-collection__group {
        display: flex;
        padding: 0;
    }

    .tox .tox-collection--grid .tox-collection__group {
        display: flex;
        flex-wrap: wrap;
        max-height: 208px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
    }

    .tox .tox-collection--list .tox-collection__group {
        border-bottom-width: 0;
        border-color: #cccccc;
        border-left-width: 0;
        border-right-width: 0;
        border-style: solid;
        border-top-width: 1px;
        padding: 4px 0;
    }

        .tox .tox-collection--list .tox-collection__group:first-child {
            border-top-width: 0;
        }

    .tox .tox-collection__group-heading {
        background-color: #e6e6e6;
        color: rgba(34, 47, 62, 0.7);
        cursor: default;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 4px;
        margin-top: -4px;
        padding: 4px 8px;
        text-transform: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tox .tox-collection__item {
        align-items: center;
        color: #222f3e;
        cursor: pointer;
        display: flex;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tox .tox-collection--list .tox-collection__item {
        padding: 4px 8px;
    }

    .tox .tox-collection--toolbar .tox-collection__item {
        border-radius: 3px;
        padding: 4px;
    }

    .tox .tox-collection--grid .tox-collection__item {
        border-radius: 3px;
        padding: 4px;
    }

    .tox .tox-collection--list .tox-collection__item--enabled {
        background-color: #fff;
        color: #222f3e;
    }

    .tox .tox-collection--list .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--toolbar .tox-collection__item--enabled {
        background-color: #c8cbcf;
        color: #222f3e;
    }

    .tox .tox-collection--toolbar .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--grid .tox-collection__item--enabled {
        background-color: #c8cbcf;
        color: #222f3e;
    }

    .tox .tox-collection--grid .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection__item--state-disabled {
        background-color: transparent;
        color: rgba(34, 47, 62, 0.5);
        cursor: not-allowed;
    }

    .tox .tox-collection__item-icon {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        width: 24px;
    }

        .tox .tox-collection__item-icon svg {
            fill: currentColor;
        }

    .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
        height: 48px;
        width: 48px;
    }

    .tox .tox-collection__item-label {
        color: currentColor;
        display: inline-block;
        flex: 1;
        -ms-flex-preferred-size: auto;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 24px;
        text-transform: none;
        word-break: break-all;
    }

    .tox .tox-collection__item-accessory {
        color: rgba(34, 47, 62, 0.7);
        display: inline-block;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-transform: none;
    }

    .tox .tox-collection__item-caret {
        align-items: center;
        display: flex;
        min-height: 24px;
    }

        .tox .tox-collection__item-caret::after {
            content: '';
            font-size: 0;
            min-height: inherit;
        }

        .tox .tox-collection__item-caret svg {
            fill: #222f3e;
        }

    .tox .tox-collection__item[role="menuitemcheckbox"]:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
        display: none;
    }

    .tox .tox-collection--horizontal {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        display: flex;
        flex: 0 0 auto;
        flex-shrink: 0;
        flex-wrap: nowrap;
        margin-bottom: 0;
        overflow-x: auto;
        padding: 0;
    }

        .tox .tox-collection--horizontal .tox-collection__group {
            align-items: center;
            display: flex;
            flex-wrap: nowrap;
            margin: 0;
            padding: 0 4px;
        }

        .tox .tox-collection--horizontal .tox-collection__item {
            height: 34px;
            margin: 2px 0 3px 0;
            padding: 0 4px;
        }

        .tox .tox-collection--horizontal .tox-collection__item-label {
            white-space: nowrap;
        }

        .tox .tox-collection--horizontal .tox-collection__item-caret {
            margin-left: 4px;
        }

    .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
        border-right: 1px solid #cccccc;
    }

    .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
        margin-left: 8px;
    }

    .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item-label:first-child {
        margin-left: 4px;
    }

    .tox:not([dir=rtl]) .tox-collection__item-accessory {
        margin-left: 16px;
        text-align: right;
    }

    .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
        margin-left: 16px;
    }

    .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
        border-left: 1px solid #cccccc;
    }

    .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
        margin-right: 8px;
    }

    .tox[dir=rtl] .tox-collection--list .tox-collection__item-label:first-child {
        margin-right: 4px;
    }

    .tox[dir=rtl] .tox-collection__item-icon-rtl {
        /* stylelint-disable-next-line no-descending-specificity */
    }

        .tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg {
            transform: rotateY(180deg);
        }

    .tox[dir=rtl] .tox-collection__item-accessory {
        margin-right: 16px;
        text-align: left;
    }

    .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
        margin-right: 16px;
        transform: rotateY(180deg);
    }

    .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
        margin-right: 4px;
    }

    .tox .tox-color-picker-container {
        display: flex;
        flex-direction: row;
        height: 225px;
        margin: 0;
    }

    .tox .tox-sv-palette {
        box-sizing: border-box;
        display: flex;
        height: 100%;
    }

    .tox .tox-sv-palette-spectrum {
        height: 100%;
    }

    .tox .tox-sv-palette,
    .tox .tox-sv-palette-spectrum {
        width: 225px;
    }

    .tox .tox-sv-palette-thumb {
        background: none;
        border: 1px solid black;
        border-radius: 50%;
        box-sizing: content-box;
        height: 12px;
        position: absolute;
        width: 12px;
    }

    .tox .tox-sv-palette-inner-thumb {
        border: 1px solid white;
        border-radius: 50%;
        height: 10px;
        position: absolute;
        width: 10px;
    }

    .tox .tox-hue-slider {
        box-sizing: border-box;
        height: 100%;
        width: 25px;
    }

    .tox .tox-hue-slider-spectrum {
        background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
        height: 100%;
        width: 100%;
    }

    .tox .tox-hue-slider,
    .tox .tox-hue-slider-spectrum {
        width: 20px;
    }

    .tox .tox-hue-slider-thumb {
        background: white;
        border: 1px solid black;
        box-sizing: content-box;
        height: 4px;
        width: 100%;
    }

    .tox .tox-rgb-form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .tox .tox-rgb-form div {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            width: inherit;
        }

        .tox .tox-rgb-form input {
            width: 6em;
        }

            .tox .tox-rgb-form input.tox-invalid {
                /* Need !important to override Chrome's focus styling unfortunately */
                border: 1px solid red !important;
            }

        .tox .tox-rgb-form .tox-rgba-preview {
            border: 1px solid black;
            flex-grow: 2;
            margin-bottom: 0;
        }

    .tox:not([dir=rtl]) .tox-sv-palette {
        margin-right: 15px;
    }

    .tox:not([dir=rtl]) .tox-hue-slider {
        margin-right: 15px;
    }

    .tox:not([dir=rtl]) .tox-hue-slider-thumb {
        margin-left: -1px;
    }

    .tox:not([dir=rtl]) .tox-rgb-form label {
        margin-right: 0.5em;
    }

    .tox[dir=rtl] .tox-sv-palette {
        margin-left: 15px;
    }

    .tox[dir=rtl] .tox-hue-slider {
        margin-left: 15px;
    }

    .tox[dir=rtl] .tox-hue-slider-thumb {
        margin-right: -1px;
    }

    .tox[dir=rtl] .tox-rgb-form label {
        margin-left: 0.5em;
    }

    .tox .tox-toolbar .tox-swatches,
    .tox .tox-toolbar__primary .tox-swatches,
    .tox .tox-toolbar__overflow .tox-swatches {
        margin: 2px 0 3px 4px;
    }

    .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
        border: 0;
        margin: -4px 0;
    }

    .tox .tox-swatches__row {
        display: flex;
    }

    .tox .tox-swatch {
        height: 30px;
        transition: transform 0.15s, box-shadow 0.15s;
        width: 30px;
    }

        .tox .tox-swatch:hover,
        .tox .tox-swatch:focus {
            box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
            transform: scale(0.8);
        }

    .tox .tox-swatch--remove {
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .tox .tox-swatch--remove svg path {
            stroke: #e74c3c;
        }

    .tox .tox-swatches__picker-btn {
        align-items: center;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        display: flex;
        height: 30px;
        justify-content: center;
        outline: none;
        padding: 0;
        width: 30px;
    }

        .tox .tox-swatches__picker-btn svg {
            height: 24px;
            width: 24px;
        }

        .tox .tox-swatches__picker-btn:hover {
            background: #dee0e2;
        }

    .tox:not([dir=rtl]) .tox-swatches__picker-btn {
        margin-left: auto;
    }

    .tox[dir=rtl] .tox-swatches__picker-btn {
        margin-right: auto;
    }

    .tox .tox-comment-thread {
        background: #fff;
        position: relative;
    }

        .tox .tox-comment-thread > *:not(:first-child) {
            margin-top: 8px;
        }

    .tox .tox-comment {
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
        padding: 8px 8px 16px 8px;
        position: relative;
    }

    .tox .tox-comment__header {
        align-items: center;
        color: #222f3e;
        display: flex;
        justify-content: space-between;
    }

    .tox .tox-comment__date {
        color: rgba(34, 47, 62, 0.7);
        font-size: 12px;
    }

    .tox .tox-comment__body {
        color: #222f3e;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        margin-top: 8px;
        position: relative;
        text-transform: initial;
    }

        .tox .tox-comment__body textarea {
            resize: none;
            white-space: normal;
            width: 100%;
        }

    .tox .tox-comment__expander {
        padding-top: 8px;
    }

        .tox .tox-comment__expander p {
            color: rgba(34, 47, 62, 0.7);
            font-size: 14px;
            font-style: normal;
        }

    .tox .tox-comment__body p {
        margin: 0;
    }

    .tox .tox-comment__buttonspacing {
        padding-top: 16px;
        text-align: center;
    }

    .tox .tox-comment-thread__overlay::after {
        background: #fff;
        bottom: 0;
        content: "";
        display: flex;
        left: 0;
        opacity: 0.9;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .tox .tox-comment__reply {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 8px;
    }

        .tox .tox-comment__reply > *:first-child {
            margin-bottom: 8px;
            width: 100%;
        }

    .tox .tox-comment__edit {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 16px;
    }

    .tox .tox-comment__gradient::after {
        background: linear-gradient(rgba(255, 255, 255, 0), #fff);
        bottom: 0;
        content: "";
        display: block;
        height: 5em;
        margin-top: -40px;
        position: absolute;
        width: 100%;
    }

    .tox .tox-comment__overlay {
        background: #fff;
        bottom: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        left: 0;
        opacity: 0.9;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 5;
    }

    .tox .tox-comment__loading-text {
        align-items: center;
        color: #222f3e;
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .tox .tox-comment__loading-text > div {
            padding-bottom: 16px;
        }

    .tox .tox-comment__overlaytext {
        bottom: 0;
        flex-direction: column;
        font-size: 14px;
        left: 0;
        padding: 1em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

        .tox .tox-comment__overlaytext p {
            background-color: #fff;
            box-shadow: 0 0 8px 8px #fff;
            color: #222f3e;
            text-align: center;
        }

        .tox .tox-comment__overlaytext div:nth-of-type(2) {
            font-size: 0.8em;
        }

    .tox .tox-comment__busy-spinner {
        align-items: center;
        background-color: #fff;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }

    .tox .tox-comment__scroll {
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
        overflow: auto;
    }

    .tox .tox-conversations {
        margin: 8px;
    }

    .tox:not([dir=rtl]) .tox-comment__edit {
        margin-left: 8px;
    }

        .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
        .tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
        .tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
            margin-left: 8px;
        }

    .tox[dir=rtl] .tox-comment__edit {
        margin-right: 8px;
    }

        .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
        .tox[dir=rtl] .tox-comment__edit > *:last-child,
        .tox[dir=rtl] .tox-comment__reply > *:last-child {
            margin-right: 8px;
        }

    .tox .tox-user {
        align-items: center;
        display: flex;
    }

    .tox .tox-user__avatar svg {
        fill: rgba(34, 47, 62, 0.7);
    }

    .tox .tox-user__name {
        color: rgba(34, 47, 62, 0.7);
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tox:not([dir=rtl]) .tox-user__avatar svg {
        margin-right: 8px;
    }

    .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
        margin-left: 8px;
    }

    .tox[dir=rtl] .tox-user__avatar svg {
        margin-left: 8px;
    }

    .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
        margin-right: 8px;
    }

    .tox .tox-dialog-wrap {
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1100;
    }

    .tox .tox-dialog-wrap__backdrop {
        background-color: rgba(255, 255, 255, 0.75);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .tox .tox-dialog-wrap__backdrop--opaque {
        background-color: #fff;
    }

    .tox .tox-dialog {
        background-color: #fff;
        border-color: #cccccc;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
        display: flex;
        flex-direction: column;
        max-height: 100%;
        max-width: 480px;
        overflow: hidden;
        position: relative;
        width: 95vw;
        z-index: 2;
    }

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog {
        align-self: flex-start;
        margin: 8px auto;
        width: calc(100vw - 16px);
    }
}

.tox .tox-dialog-inline {
    z-index: 1100;
}

.tox .tox-dialog__header {
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}

    .tox .tox-dialog__header .tox-button {
        z-index: 1;
    }

.tox .tox-dialog__draghandle {
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .tox .tox-dialog__draghandle:active {
        cursor: grabbing;
    }

.tox .tox-dialog__dismiss {
    margin-left: auto;
}

.tox .tox-dialog__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}

.tox .tox-dialog__body {
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body {
        flex-direction: column;
    }
}

.tox .tox-dialog__body-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
        flex-direction: row;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding-bottom: 0;
    }
}

.tox .tox-dialog__body-nav-item {
    border-bottom: 2px solid transparent;
    color: rgba(34, 47, 62, 0.7);
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    white-space: nowrap;
}

    .tox .tox-dialog__body-nav-item:focus {
        background-color: rgba(32, 122, 183, 0.1);
    }

.tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid #207ab7;
    color: #207ab7;
}

.tox .tox-dialog__body-content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
}

    .tox .tox-dialog__body-content > * {
        margin-bottom: 0;
        margin-top: 16px;
    }

        .tox .tox-dialog__body-content > *:first-child {
            margin-top: 0;
        }

        .tox .tox-dialog__body-content > *:last-child {
            margin-bottom: 0;
        }

        .tox .tox-dialog__body-content > *:only-child {
            margin-bottom: 0;
            margin-top: 0;
        }

    .tox .tox-dialog__body-content a {
        color: #207ab7;
        cursor: pointer;
        text-decoration: none;
    }

        .tox .tox-dialog__body-content a:hover,
        .tox .tox-dialog__body-content a:focus {
            color: #185d8c;
            text-decoration: none;
        }

        .tox .tox-dialog__body-content a:active {
            color: #185d8c;
            text-decoration: none;
        }

    .tox .tox-dialog__body-content svg {
        fill: #222f3e;
    }

    .tox .tox-dialog__body-content ul {
        display: block;
        list-style-type: disc;
        margin-bottom: 16px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
    }

    .tox .tox-dialog__body-content .tox-form__group h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 16px;
        margin-top: 2rem;
    }

    .tox .tox-dialog__body-content .tox-form__group h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
        margin-top: 2rem;
    }

    .tox .tox-dialog__body-content .tox-form__group p {
        margin-bottom: 16px;
    }

        .tox .tox-dialog__body-content .tox-form__group h1:first-child,
        .tox .tox-dialog__body-content .tox-form__group h2:first-child,
        .tox .tox-dialog__body-content .tox-form__group p:first-child {
            margin-top: 0;
        }

        .tox .tox-dialog__body-content .tox-form__group h1:last-child,
        .tox .tox-dialog__body-content .tox-form__group h2:last-child,
        .tox .tox-dialog__body-content .tox-form__group p:last-child {
            margin-bottom: 0;
        }

        .tox .tox-dialog__body-content .tox-form__group h1:only-child,
        .tox .tox-dialog__body-content .tox-form__group h2:only-child,
        .tox .tox-dialog__body-content .tox-form__group p:only-child {
            margin-bottom: 0;
            margin-top: 0;
        }

.tox .tox-dialog--width-lg {
    height: 650px;
    max-width: 1200px;
}

.tox .tox-dialog--width-md {
    max-width: 800px;
}

    .tox .tox-dialog--width-md .tox-dialog__body-content {
        overflow: auto;
    }

.tox .tox-dialog__body-content--centered {
    text-align: center;
}

.tox .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
    display: flex;
}

.tox .tox-dialog__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tox .tox-dialog__table {
    border-collapse: collapse;
    width: 100%;
}

    .tox .tox-dialog__table thead th {
        font-weight: bold;
        padding-bottom: 8px;
    }

    .tox .tox-dialog__table tbody tr {
        border-bottom: 1px solid #cccccc;
    }

        .tox .tox-dialog__table tbody tr:last-child {
            border-bottom: none;
        }

    .tox .tox-dialog__table td {
        padding-bottom: 8px;
        padding-top: 8px;
    }

.tox .tox-dialog__popups {
    position: absolute;
    width: 100%;
    z-index: 1100;
}

.tox .tox-dialog__body-iframe {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

    .tox .tox-dialog__body-iframe .tox-navobj {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

        .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
            flex: 1;
            -ms-flex-preferred-size: auto;
            height: 100%;
        }

.tox .tox-dialog-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox .tox-dialog-dock-transition {
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

    .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
        transition-delay: 0s;
    }

body.tox-dialog__disable-scroll {
    overflow: hidden;
}

.tox.tox-platform-ie {
    /* IE11 CSS styles go here */
}

    .tox.tox-platform-ie .tox-dialog-wrap {
        position: -ms-device-fixed;
    }

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
        margin-left: 8px;
    }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
    text-align: right;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
        margin-left: 0;
    }
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
        margin-right: 8px;
    }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
    margin-right: 8px;
}

.tox .tox-dropzone-container {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dropzone {
    align-items: center;
    background: #fff;
    border: 2px dashed #cccccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
}

    .tox .tox-dropzone p {
        color: rgba(34, 47, 62, 0.7);
        margin: 0 0 16px 0;
    }

.tox .tox-edit-area {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    overflow: hidden;
    position: relative;
}

.tox .tox-edit-area__iframe {
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.tox.tox-inline-edit-area {
    border: 1px dotted #cccccc;
}

.tox .tox-editor-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.tox .tox-editor-header {
    z-index: 1;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
    transition: box-shadow 0.5s;
}

.tox.tox-tinymce--toolbar-bottom .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
    margin-bottom: -1px;
}

.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}

.tox-editor-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox-editor-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox-editor-dock-transition {
    transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

    .tox-editor-dock-transition.tox-editor-dock-fadein {
        transition-delay: 0s;
    }

.tox .tox-control-wrap {
    flex: 1;
    position: relative;
}

    .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
    .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
    .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
        display: none;
    }

    .tox .tox-control-wrap svg {
        display: block;
    }

.tox .tox-control-wrap__status-icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
    fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
    fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
    fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
    padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
    right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
    padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
    left: 4px;
}

.tox .tox-autocompleter {
    max-width: 25em;
}

    .tox .tox-autocompleter .tox-menu {
        max-width: 25em;
    }

    .tox .tox-autocompleter .tox-autocompleter-highlight {
        font-weight: bold;
    }

.tox .tox-color-input {
    display: flex;
    position: relative;
    z-index: 1;
}

    .tox .tox-color-input .tox-textfield {
        z-index: -1;
    }

    .tox .tox-color-input span {
        border-color: rgba(34, 47, 62, 0.2);
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        height: 24px;
        position: absolute;
        top: 6px;
        width: 24px;
    }

        .tox .tox-color-input span:focus {
            border-color: #207ab7;
        }

        .tox .tox-color-input span::before {
            background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
            background-position: 0 0, 0 6px, 6px -6px, -6px 0;
            background-size: 12px 12px;
            border: 1px solid #fff;
            border-radius: 3px;
            box-sizing: border-box;
            content: '';
            height: 24px;
            left: -1px;
            position: absolute;
            top: -1px;
            width: 24px;
            z-index: -1;
        }

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
    padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
    left: 6px;
}

.tox[dir="rtl"] .tox-color-input .tox-textfield {
    padding-right: 36px;
}

.tox[dir="rtl"] .tox-color-input span {
    right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
}

.tox .tox-toolbar-label {
    padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
    padding: 0 0 0 8px;
}

.tox .tox-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group {
    box-sizing: border-box;
    margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
    flex: 1;
}

.tox .tox-form__group--error {
    color: #c00;
}

.tox .tox-form__group--collection {
    display: flex;
}

.tox .tox-form__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
    width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
    width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
    width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--inline {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--stretched {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

    .tox .tox-form__group--stretched .tox-textarea {
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-form__group--stretched .tox-navobj {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

        .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
            flex: 1;
            -ms-flex-preferred-size: auto;
            height: 100%;
        }

.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
    margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
    display: none;
}

.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-selectfield select,
.tox .tox-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: none;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

    .tox .tox-textfield[disabled],
    .tox .tox-textarea[disabled] {
        background-color: #f2f2f2;
        color: rgba(34, 47, 62, 0.85);
        cursor: not-allowed;
    }

    .tox .tox-textfield:focus,
    .tox .tox-selectfield select:focus,
    .tox .tox-textarea:focus {
        border-color: #207ab7;
        box-shadow: none;
        outline: none;
    }

.tox .tox-toolbar-textfield {
    border-width: 0;
    margin-bottom: 3px;
    margin-top: 2px;
    max-width: 250px;
}

.tox .tox-naked-btn {
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: unset;
    color: #207ab7;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}

    .tox .tox-naked-btn svg {
        display: block;
        fill: #222f3e;
    }

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
    margin-right: 4px;
}

.tox .tox-selectfield {
    cursor: pointer;
    position: relative;
}

    .tox .tox-selectfield select[disabled] {
        background-color: #f2f2f2;
        color: rgba(34, 47, 62, 0.85);
        cursor: not-allowed;
    }

    .tox .tox-selectfield select::-ms-expand {
        display: none;
    }

    .tox .tox-selectfield svg {
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
    padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
    right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
    padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
    left: 8px;
}

.tox .tox-textarea {
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
    white-space: pre-wrap;
}

.tox-fullscreen {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0;
    position: fixed;
    top: 0;
    touch-action: pinch-zoom;
    width: 100%;
}

    .tox-fullscreen .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
        display: none;
    }

    .tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
        z-index: 1200;
    }

    .tox-fullscreen .tox.tox-tinymce-aux {
        z-index: 1201;
    }

.tox .tox-help__more-link {
    list-style: none;
    margin-top: 1em;
}

.tox .tox-image-tools {
    width: 100%;
}

.tox .tox-image-tools__toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tox .tox-image-tools__image {
    background-color: #666;
    height: 380px;
    overflow: auto;
    position: relative;
    width: 100%;
}

    .tox .tox-image-tools__image,
    .tox .tox-image-tools__image + .tox-image-tools__toolbar {
        margin-top: 8px;
    }

.tox .tox-image-tools__image-bg {
    background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools__toolbar > .tox-spacer {
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-croprect-block {
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    zoom: 1;
}

.tox .tox-croprect-handle {
    border: 2px solid white;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.tox .tox-croprect-handle-move {
    border: 0;
    cursor: move;
    position: absolute;
}

.tox .tox-croprect-handle-nw {
    border-width: 2px 0 0 2px;
    cursor: nw-resize;
    left: 100px;
    margin: -2px 0 0 -2px;
    top: 100px;
}

.tox .tox-croprect-handle-ne {
    border-width: 2px 2px 0 0;
    cursor: ne-resize;
    left: 200px;
    margin: -2px 0 0 -20px;
    top: 100px;
}

.tox .tox-croprect-handle-sw {
    border-width: 0 0 2px 2px;
    cursor: sw-resize;
    left: 100px;
    margin: -20px 2px 0 -2px;
    top: 200px;
}

.tox .tox-croprect-handle-se {
    border-width: 0 2px 2px 0;
    cursor: se-resize;
    left: 200px;
    margin: -20px 0 0 -20px;
    top: 200px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-left: 32px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-left: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-right: 8px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-right: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-right: 32px;
}

.tox .tox-insert-table-picker {
    display: flex;
    flex-wrap: wrap;
    width: 169px;
}

    .tox .tox-insert-table-picker > div {
        border-color: #cccccc;
        border-style: solid;
        border-width: 0 1px 1px 0;
        box-sizing: content-box;
        height: 16px;
        width: 16px;
    }

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
    margin: -4px 0;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    background-color: rgba(32, 122, 183, 0.5);
    border-color: rgba(32, 122, 183, 0.5);
}

.tox .tox-insert-table-picker__label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 100%;
}

.tox:not([dir=rtl]) {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
        border-right: 0;
    }

.tox[dir=rtl] {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
        border-right: 0;
    }

.tox {
    /* stylelint-disable */
    /* stylelint-enable */
}

    .tox .tox-menu {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        z-index: 1150;
    }

        .tox .tox-menu.tox-collection.tox-collection--list {
            padding: 0;
        }

        .tox .tox-menu.tox-collection.tox-collection--toolbar {
            padding: 4px;
        }

        .tox .tox-menu.tox-collection.tox-collection--grid {
            padding: 4px;
        }

    .tox .tox-menu__label h1,
    .tox .tox-menu__label h2,
    .tox .tox-menu__label h3,
    .tox .tox-menu__label h4,
    .tox .tox-menu__label h5,
    .tox .tox-menu__label h6,
    .tox .tox-menu__label p,
    .tox .tox-menu__label blockquote,
    .tox .tox-menu__label code {
        margin: 0;
    }

    .tox .tox-menubar {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
        background-color: #fff;
        display: flex;
        flex: 0 0 auto;
        flex-shrink: 0;
        flex-wrap: wrap;
        padding: 0 4px 0 4px;
    }

    .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
        border-top: 1px solid #cccccc;
    }
    /* Deprecated. Remove in next major release */
    .tox .tox-mbtn {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 3px;
        box-shadow: none;
        color: #222f3e;
        display: flex;
        flex: 0 0 auto;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        height: 34px;
        justify-content: center;
        margin: 2px 0 3px 0;
        outline: none;
        overflow: hidden;
        padding: 0 4px;
        text-transform: none;
        width: auto;
    }

        .tox .tox-mbtn[disabled] {
            background-color: transparent;
            border: 0;
            box-shadow: none;
            color: rgba(34, 47, 62, 0.5);
            cursor: not-allowed;
        }

        .tox .tox-mbtn:focus:not(:disabled) {
            background: #dee0e2;
            border: 0;
            box-shadow: none;
            color: #222f3e;
        }

    .tox .tox-mbtn--active {
        background: #c8cbcf;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-mbtn__select-label {
        cursor: default;
        font-weight: normal;
        margin: 0 4px;
    }

    .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
        cursor: not-allowed;
    }

    .tox .tox-mbtn__select-chevron {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 16px;
        display: none;
    }

    .tox .tox-notification {
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        display: -ms-grid;
        display: grid;
        font-size: 14px;
        font-weight: normal;
        -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
        grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
        margin-top: 4px;
        opacity: 0;
        padding: 4px;
        transition: transform 100ms ease-in, opacity 150ms ease-in;
    }

        .tox .tox-notification p {
            font-size: 14px;
            font-weight: normal;
        }

        .tox .tox-notification a {
            text-decoration: underline;
        }

    .tox .tox-notification--in {
        opacity: 1;
    }

    .tox .tox-notification--success {
        background-color: #e4eeda;
        border-color: #d7e6c8;
        color: #222f3e;
    }

        .tox .tox-notification--success p {
            color: #222f3e;
        }

        .tox .tox-notification--success a {
            color: #547831;
        }

        .tox .tox-notification--success svg {
            fill: #222f3e;
        }

    .tox .tox-notification--error {
        background-color: #f8dede;
        border-color: #f2bfbf;
        color: #222f3e;
    }

        .tox .tox-notification--error p {
            color: #222f3e;
        }

        .tox .tox-notification--error a {
            color: #c00;
        }

        .tox .tox-notification--error svg {
            fill: #222f3e;
        }

    .tox .tox-notification--warn,
    .tox .tox-notification--warning {
        background-color: #fffaea;
        border-color: #ffe89d;
        color: #222f3e;
    }

        .tox .tox-notification--warn p,
        .tox .tox-notification--warning p {
            color: #222f3e;
        }

        .tox .tox-notification--warn a,
        .tox .tox-notification--warning a {
            color: #222f3e;
        }

        .tox .tox-notification--warn svg,
        .tox .tox-notification--warning svg {
            fill: #222f3e;
        }

    .tox .tox-notification--info {
        background-color: #d9edf7;
        border-color: #779ecb;
        color: #222f3e;
    }

        .tox .tox-notification--info p {
            color: #222f3e;
        }

        .tox .tox-notification--info a {
            color: #222f3e;
        }

        .tox .tox-notification--info svg {
            fill: #222f3e;
        }

    .tox .tox-notification__body {
        -ms-grid-row-align: center;
        align-self: center;
        color: #222f3e;
        font-size: 14px;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        text-align: center;
        white-space: normal;
        word-break: break-all;
        word-break: break-word;
    }

        .tox .tox-notification__body > * {
            margin: 0;
        }

            .tox .tox-notification__body > * + * {
                margin-top: 1rem;
            }

    .tox .tox-notification__icon {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: end;
        justify-self: end;
    }

        .tox .tox-notification__icon svg {
            display: block;
        }

    .tox .tox-notification__dismiss {
        -ms-grid-row-align: start;
        align-self: start;
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: end;
        justify-self: end;
    }

    .tox .tox-notification .tox-progress-bar {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .tox .tox-pop {
        display: inline-block;
        position: relative;
    }

    .tox .tox-pop--resizing {
        transition: width 0.1s ease;
    }

        .tox .tox-pop--resizing .tox-toolbar {
            flex-wrap: nowrap;
        }

    .tox .tox-pop__dialog {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        min-width: 0;
        overflow: hidden;
    }

        .tox .tox-pop__dialog > *:not(.tox-toolbar) {
            margin: 4px 4px 4px 8px;
        }

        .tox .tox-pop__dialog .tox-toolbar {
            background-color: transparent;
            margin-bottom: -1px;
        }

    .tox .tox-pop::before,
    .tox .tox-pop::after {
        border-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .tox .tox-pop.tox-pop--bottom::before,
    .tox .tox-pop.tox-pop--bottom::after {
        left: 50%;
        top: 100%;
    }

    .tox .tox-pop.tox-pop--bottom::after {
        border-color: #fff transparent transparent transparent;
        border-width: 8px;
        margin-left: -8px;
        margin-top: -1px;
    }

    .tox .tox-pop.tox-pop--bottom::before {
        border-color: #cccccc transparent transparent transparent;
        border-width: 9px;
        margin-left: -9px;
    }

    .tox .tox-pop.tox-pop--top::before,
    .tox .tox-pop.tox-pop--top::after {
        left: 50%;
        top: 0;
        transform: translateY(-100%);
    }

    .tox .tox-pop.tox-pop--top::after {
        border-color: transparent transparent #fff transparent;
        border-width: 8px;
        margin-left: -8px;
        margin-top: 1px;
    }

    .tox .tox-pop.tox-pop--top::before {
        border-color: transparent transparent #cccccc transparent;
        border-width: 9px;
        margin-left: -9px;
    }

    .tox .tox-pop.tox-pop--left::before,
    .tox .tox-pop.tox-pop--left::after {
        left: 0;
        top: calc(50% - 1px);
        transform: translateY(-50%);
    }

    .tox .tox-pop.tox-pop--left::after {
        border-color: transparent #fff transparent transparent;
        border-width: 8px;
        margin-left: -15px;
    }

    .tox .tox-pop.tox-pop--left::before {
        border-color: transparent #cccccc transparent transparent;
        border-width: 10px;
        margin-left: -19px;
    }

    .tox .tox-pop.tox-pop--right::before,
    .tox .tox-pop.tox-pop--right::after {
        left: 100%;
        top: calc(50% + 1px);
        transform: translateY(-50%);
    }

    .tox .tox-pop.tox-pop--right::after {
        border-color: transparent transparent transparent #fff;
        border-width: 8px;
        margin-left: -1px;
    }

    .tox .tox-pop.tox-pop--right::before {
        border-color: transparent transparent transparent #cccccc;
        border-width: 10px;
        margin-left: -1px;
    }

    .tox .tox-pop.tox-pop--align-left::before,
    .tox .tox-pop.tox-pop--align-left::after {
        left: 20px;
    }

    .tox .tox-pop.tox-pop--align-right::before,
    .tox .tox-pop.tox-pop--align-right::after {
        left: calc(100% - 20px);
    }

    .tox .tox-sidebar-wrap {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        min-height: 0;
    }

    .tox .tox-sidebar {
        background-color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .tox .tox-sidebar__slider {
        display: flex;
        overflow: hidden;
    }

    .tox .tox-sidebar__pane-container {
        display: flex;
    }

    .tox .tox-sidebar__pane {
        display: flex;
    }

    .tox .tox-sidebar--sliding-closed {
        opacity: 0;
    }

    .tox .tox-sidebar--sliding-open {
        opacity: 1;
    }

    .tox .tox-sidebar--sliding-growing,
    .tox .tox-sidebar--sliding-shrinking {
        transition: width 0.5s ease, opacity 0.5s ease;
    }

    .tox .tox-selector {
        background-color: #4099ff;
        border-color: #4099ff;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        display: inline-block;
        height: 10px;
        position: absolute;
        width: 10px;
    }

    .tox.tox-platform-touch .tox-selector {
        height: 12px;
        width: 12px;
    }

    .tox .tox-slider {
        align-items: center;
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
        height: 24px;
        justify-content: center;
        position: relative;
    }

    .tox .tox-slider__rail {
        background-color: transparent;
        border: 1px solid #cccccc;
        border-radius: 3px;
        height: 10px;
        min-width: 120px;
        width: 100%;
    }

    .tox .tox-slider__handle {
        background-color: #207ab7;
        border: 2px solid #185d8c;
        border-radius: 3px;
        box-shadow: none;
        height: 24px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 14px;
    }

    .tox .tox-source-code {
        overflow: auto;
    }

    .tox .tox-spinner {
        display: flex;
    }

        .tox .tox-spinner > div {
            animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
            background-color: rgba(34, 47, 62, 0.7);
            border-radius: 100%;
            height: 8px;
            width: 8px;
        }

            .tox .tox-spinner > div:nth-child(1) {
                animation-delay: -0.32s;
            }

            .tox .tox-spinner > div:nth-child(2) {
                animation-delay: -0.16s;
            }

@keyframes tam-bouncing-dots {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
    margin-right: 4px;
}

.tox .tox-statusbar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #cccccc;
    color: rgba(34, 47, 62, 0.7);
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
}

.tox .tox-statusbar__text-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    overflow: hidden;
}

.tox .tox-statusbar__path {
    display: flex;
    flex: 1 1 auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tox .tox-statusbar__path > * {
        display: inline;
        white-space: nowrap;
    }

.tox .tox-statusbar__wordcount {
    flex: 0 0 auto;
    margin-left: 1ch;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
    color: rgba(34, 47, 62, 0.7);
    text-decoration: none;
}

    .tox .tox-statusbar a:hover,
    .tox .tox-statusbar__path-item:hover,
    .tox .tox-statusbar__wordcount:hover,
    .tox .tox-statusbar a:focus,
    .tox .tox-statusbar__path-item:focus,
    .tox .tox-statusbar__wordcount:focus {
        cursor: pointer;
        text-decoration: underline;
    }

.tox .tox-statusbar__resize-handle {
    align-items: flex-end;
    align-self: stretch;
    cursor: nwse-resize;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 1ch;
}

    .tox .tox-statusbar__resize-handle svg {
        display: block;
        fill: rgba(34, 47, 62, 0.7);
    }

.tox:not([dir=rtl]) .tox-statusbar__path > * {
    margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    margin-left: 1ch;
}

.tox[dir=rtl] .tox-statusbar {
    flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
    margin-left: 4px;
}

.tox .tox-throbber {
    z-index: 1400;
}

.tox .tox-throbber__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tox .tox-tbtn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    width: 34px;
}

    .tox .tox-tbtn svg {
        display: block;
        fill: #222f3e;
    }

    .tox .tox-tbtn.tox-tbtn-more {
        padding-left: 5px;
        padding-right: 5px;
        width: inherit;
    }

    .tox .tox-tbtn:focus {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
    }

    .tox .tox-tbtn:hover {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

        .tox .tox-tbtn:hover svg {
            fill: #222f3e;
        }

    .tox .tox-tbtn:active {
        background: #c8cbcf;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

        .tox .tox-tbtn:active svg {
            fill: #222f3e;
        }

    .tox .tox-tbtn--disabled,
    .tox .tox-tbtn--disabled:hover,
    .tox .tox-tbtn:disabled,
    .tox .tox-tbtn:disabled:hover {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
        cursor: not-allowed;
    }

        .tox .tox-tbtn--disabled svg,
        .tox .tox-tbtn--disabled:hover svg,
        .tox .tox-tbtn:disabled svg,
        .tox .tox-tbtn:disabled:hover svg {
            /* stylelint-disable-line no-descending-specificity */
            fill: rgba(34, 47, 62, 0.5);
        }

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

    .tox .tox-tbtn--enabled > *,
    .tox .tox-tbtn--enabled:hover > * {
        transform: none;
    }

    .tox .tox-tbtn--enabled svg,
    .tox .tox-tbtn--enabled:hover svg {
        /* stylelint-disable-line no-descending-specificity */
        fill: #222f3e;
    }

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    color: #222f3e;
}

    .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
        fill: #222f3e;
    }

.tox .tox-tbtn:active > * {
    transform: none;
}

.tox .tox-tbtn--md {
    height: 51px;
    width: 51px;
}

.tox .tox-tbtn--lg {
    flex-direction: column;
    height: 68px;
    width: 68px;
}

.tox .tox-tbtn--return {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: unset;
    width: 16px;
}

.tox .tox-tbtn--labeled {
    padding: 0 4px;
    width: unset;
}

.tox .tox-tbtn__vlabel {
    display: block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -0.025em;
    margin-bottom: 4px;
    white-space: nowrap;
}

.tox .tox-tbtn--select {
    margin: 2px 0 3px 0;
    padding: 0 4px;
    width: auto;
}

.tox .tox-tbtn__select-label {
    cursor: default;
    font-weight: normal;
    margin: 0 4px;
}

.tox .tox-tbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
}

    .tox .tox-tbtn__select-chevron svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 7em;
}

.tox .tox-split-button {
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    margin: 2px 0 3px 0;
    overflow: hidden;
}

    .tox .tox-split-button:hover {
        box-shadow: 0 0 0 1px #dee0e2 inset;
    }

    .tox .tox-split-button:focus {
        background: #dee0e2;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-split-button > * {
        border-radius: 0;
    }

.tox .tox-split-button__chevron {
    width: 16px;
}

    .tox .tox-split-button__chevron svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox .tox-split-button .tox-tbtn {
    margin: 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
    width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
    width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
    background: transparent;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
}

.tox .tox-toolbar-overlord {
    background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 0;
}

    .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
        height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0;
        visibility: hidden;
    }

.tox .tox-toolbar__overflow--growing {
    transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
    transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
    border-top: 1px solid #cccccc;
    margin-top: -1px;
}

.tox .tox-toolbar--scrolling {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
    border-width: 0;
}

.tox .tox-toolbar--no-divider {
    background-image: none;
}

.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
    border-top: 1px solid #cccccc;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tox[dir=rtl] .tox-tbtn__icon-rtl svg {
    transform: rotateY(180deg);
}

.tox .tox-toolbar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 4px 0 4px;
}

.tox .tox-toolbar__group--pull-right {
    margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
    border-left: 1px solid #cccccc;
}

.tox .tox-tooltip {
    display: inline-block;
    padding: 8px;
    position: relative;
}

.tox .tox-tooltip__body {
    background-color: #222f3e;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 8px;
    text-transform: none;
}

.tox .tox-tooltip__arrow {
    position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222f3e;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
    border-bottom: 8px solid #222f3e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #222f3e;
    border-top: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #222f3e;
    border-top: 8px solid transparent;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-well {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
}

    .tox .tox-well > *:first-child {
        margin-top: 0;
    }

    .tox .tox-well > *:last-child {
        margin-bottom: 0;
    }

    .tox .tox-well > *:only-child {
        margin: 0;
    }

.tox .tox-custom-editor {
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    flex: 1;
    position: relative;
}
/* stylelint-disable */
.tox {
    /* stylelint-enable */
}

    .tox .tox-dialog-loading::before {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

    .tox .tox-tab {
        cursor: pointer;
    }

    .tox .tox-dialog__content-js {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-dialog__body-content .tox-collection {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-image-tools-edit-panel {
        height: 60px;
    }

    .tox .tox-image-tools__sidebar {
        height: 60px;
    }



/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.tox {
    box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
}

    .tox *:not(svg):not(rect) {
        box-sizing: inherit;
        color: inherit;
        cursor: inherit;
        direction: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit;
        -webkit-tap-highlight-color: inherit;
        text-align: inherit;
        text-decoration: inherit;
        text-shadow: inherit;
        text-transform: inherit;
        vertical-align: inherit;
        white-space: inherit;
    }

    .tox *:not(svg):not(rect) {
        /* stylelint-disable-line no-duplicate-selectors */
        background: transparent;
        border: 0;
        float: none;
        height: auto;
        margin: 0;
        max-width: none;
        outline: 0;
        padding: 0;
        position: static;
        width: auto;
    }

    .tox:not([dir=rtl]) {
        direction: ltr;
        text-align: left;
    }

    .tox[dir=rtl] {
        direction: rtl;
        text-align: right;
    }

.tox-tinymce {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
}

.tox-tinymce-inline {
    border: none;
    box-shadow: none;
}

    .tox-tinymce-inline .tox-editor-header {
        border: 1px solid #cccccc;
        border-radius: 0;
        box-shadow: none;
    }

.tox-tinymce-aux {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    z-index: 1300;
}

    .tox-tinymce *:focus,
    .tox-tinymce-aux *:focus {
        outline: none;
    }

button::-moz-focus-inner {
    border: 0;
}

.tox .accessibility-issue__header {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.tox .accessibility-issue__description {
    align-items: stretch;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

    .tox .accessibility-issue__description > div {
        padding-bottom: 4px;
    }

        .tox .accessibility-issue__description > div > div {
            align-items: center;
            display: flex;
            margin-bottom: 4px;
        }

    .tox .accessibility-issue__description > *:last-child:not(:only-child) {
        border-color: #cccccc;
        border-style: solid;
    }

.tox .accessibility-issue__repair {
    margin-top: 16px;
}

.tox .accessibility-issue--info .accessibility-issue__description {
    background-color: rgba(32, 122, 183, 0.1);
    border-color: rgba(32, 122, 183, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--info .accessibility-issue__description > *:last-child {
        border-color: rgba(32, 122, 183, 0.4);
    }

.tox .accessibility-issue--info h2 {
    color: #207ab7;
}

.tox .accessibility-issue--info .tox-icon svg {
    fill: #207ab7;
}

.tox .accessibility-issue--info a .tox-icon {
    color: #207ab7;
}

.tox .accessibility-issue--warn .accessibility-issue__description {
    background-color: rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.5);
    color: #222f3e;
}

    .tox .accessibility-issue--warn .accessibility-issue__description > *:last-child {
        border-color: rgba(255, 165, 0, 0.5);
    }

.tox .accessibility-issue--warn h2 {
    color: #cc8500;
}

.tox .accessibility-issue--warn .tox-icon svg {
    fill: #cc8500;
}

.tox .accessibility-issue--warn a .tox-icon {
    color: #cc8500;
}

.tox .accessibility-issue--error .accessibility-issue__description {
    background-color: rgba(204, 0, 0, 0.1);
    border-color: rgba(204, 0, 0, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--error .accessibility-issue__description > *:last-child {
        border-color: rgba(204, 0, 0, 0.4);
    }

.tox .accessibility-issue--error h2 {
    color: #c00;
}

.tox .accessibility-issue--error .tox-icon svg {
    fill: #c00;
}

.tox .accessibility-issue--error a .tox-icon {
    color: #c00;
}

.tox .accessibility-issue--success .accessibility-issue__description {
    background-color: rgba(120, 171, 70, 0.1);
    border-color: rgba(120, 171, 70, 0.4);
    color: #222f3e;
}

    .tox .accessibility-issue--success .accessibility-issue__description > *:last-child {
        border-color: rgba(120, 171, 70, 0.4);
    }

.tox .accessibility-issue--success h2 {
    color: #78AB46;
}

.tox .accessibility-issue--success .tox-icon svg {
    fill: #78AB46;
}

.tox .accessibility-issue--success a .tox-icon {
    color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
    margin-top: 0;
}

.tox:not([dir=rtl]) .accessibility-issue__header .tox-button {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .accessibility-issue__header > *:nth-last-child(2) {
    margin-left: auto;
}

.tox:not([dir=rtl]) .accessibility-issue__description {
    padding: 4px 4px 4px 8px;
}

    .tox:not([dir=rtl]) .accessibility-issue__description > *:last-child {
        border-left-width: 1px;
        padding-left: 4px;
    }

.tox[dir=rtl] .accessibility-issue__header .tox-button {
    margin-right: 4px;
}

.tox[dir=rtl] .accessibility-issue__header > *:nth-last-child(2) {
    margin-right: auto;
}

.tox[dir=rtl] .accessibility-issue__description {
    padding: 4px 8px 4px 4px;
}

    .tox[dir=rtl] .accessibility-issue__description > *:last-child {
        border-right-width: 1px;
        padding-right: 4px;
    }

.tox .tox-anchorbar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-bar {
    display: flex;
    flex: 0 0 auto;
}

.tox .tox-button {
    background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
}

    .tox .tox-button[disabled] {
        background-color: #207ab7;
        background-image: none;
        border-color: #207ab7;
        box-shadow: none;
        color: rgba(255, 255, 255, 0.5);
        cursor: not-allowed;
    }

    .tox .tox-button:focus:not(:disabled) {
        background-color: #1c6ca1;
        background-image: none;
        border-color: #1c6ca1;
        box-shadow: none;
        color: #fff;
    }

    .tox .tox-button:hover:not(:disabled) {
        background-color: #1c6ca1;
        background-image: none;
        border-color: #1c6ca1;
        box-shadow: none;
        color: #fff;
    }

    .tox .tox-button:active:not(:disabled) {
        background-color: #185d8c;
        background-image: none;
        border-color: #185d8c;
        box-shadow: none;
        color: #fff;
    }

.tox .tox-button--secondary {
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: none;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
}

    .tox .tox-button--secondary[disabled] {
        background-color: #f0f0f0;
        background-image: none;
        border-color: #f0f0f0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-button--secondary:focus:not(:disabled) {
        background-color: #e3e3e3;
        background-image: none;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--secondary:hover:not(:disabled) {
        background-color: #e3e3e3;
        background-image: none;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--secondary:active:not(:disabled) {
        background-color: #d6d6d6;
        background-image: none;
        border-color: #d6d6d6;
        box-shadow: none;
        color: #222f3e;
    }

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
    padding: 4px;
}

    .tox .tox-button--icon .tox-icon svg,
    .tox .tox-button.tox-button--icon .tox-icon svg,
    .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
        display: block;
        fill: currentColor;
    }

.tox .tox-button-link {
    background: 0;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.tox .tox-button-link--sm {
    font-size: 14px;
}

.tox .tox-button--naked {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
}

    .tox .tox-button--naked[disabled] {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-button--naked:hover:not(:disabled) {
        background-color: #e3e3e3;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked:focus:not(:disabled) {
        background-color: #e3e3e3;
        border-color: #e3e3e3;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked:active:not(:disabled) {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-button--naked .tox-icon svg {
        fill: currentColor;
    }

    .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
        color: #222f3e;
    }

.tox .tox-checkbox {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 36px;
    min-width: 36px;
}

.tox .tox-checkbox__input {
    /* Hide from view but visible to screen readers */
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.tox .tox-checkbox__icons {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: content-box;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: calc(4px - 1px);
    width: 24px;
}

    .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
        display: block;
        fill: rgba(34, 47, 62, 0.3);
    }

    .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
        display: none;
        fill: #207ab7;
    }

    .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
        display: none;
        fill: #207ab7;
    }

.tox .tox-checkbox--disabled {
    color: rgba(34, 47, 62, 0.5);
    cursor: not-allowed;
}

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
        fill: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
        fill: rgba(34, 47, 62, 0.5);
    }

    .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #207ab7;
    padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
    margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
    left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
    margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
    right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
    margin-right: 4px;
}

.tox {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox .tox-collection--toolbar .tox-collection__group {
        display: flex;
        padding: 0;
    }

    .tox .tox-collection--grid .tox-collection__group {
        display: flex;
        flex-wrap: wrap;
        max-height: 208px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
    }

    .tox .tox-collection--list .tox-collection__group {
        border-bottom-width: 0;
        border-color: #cccccc;
        border-left-width: 0;
        border-right-width: 0;
        border-style: solid;
        border-top-width: 1px;
        padding: 4px 0;
    }

        .tox .tox-collection--list .tox-collection__group:first-child {
            border-top-width: 0;
        }

    .tox .tox-collection__group-heading {
        background-color: #e6e6e6;
        color: rgba(34, 47, 62, 0.7);
        cursor: default;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 4px;
        margin-top: -4px;
        padding: 4px 8px;
        text-transform: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tox .tox-collection__item {
        align-items: center;
        color: #222f3e;
        cursor: pointer;
        display: flex;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tox .tox-collection--list .tox-collection__item {
        padding: 4px 8px;
    }

    .tox .tox-collection--toolbar .tox-collection__item {
        border-radius: 3px;
        padding: 4px;
    }

    .tox .tox-collection--grid .tox-collection__item {
        border-radius: 3px;
        padding: 4px;
    }

    .tox .tox-collection--list .tox-collection__item--enabled {
        background-color: #fff;
        color: #222f3e;
    }

    .tox .tox-collection--list .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--toolbar .tox-collection__item--enabled {
        background-color: #c8cbcf;
        color: #222f3e;
    }

    .tox .tox-collection--toolbar .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--grid .tox-collection__item--enabled {
        background-color: #c8cbcf;
        color: #222f3e;
    }

    .tox .tox-collection--grid .tox-collection__item--active {
        background-color: #dee0e2;
    }

    .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
        color: #222f3e;
    }

    .tox .tox-collection__item--state-disabled {
        background-color: transparent;
        color: rgba(34, 47, 62, 0.5);
        cursor: not-allowed;
    }

    .tox .tox-collection__item-icon {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        width: 24px;
    }

        .tox .tox-collection__item-icon svg {
            fill: currentColor;
        }

    .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
        height: 48px;
        width: 48px;
    }

    .tox .tox-collection__item-label {
        color: currentColor;
        display: inline-block;
        flex: 1;
        -ms-flex-preferred-size: auto;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 24px;
        text-transform: none;
        word-break: break-all;
    }

    .tox .tox-collection__item-accessory {
        color: rgba(34, 47, 62, 0.7);
        display: inline-block;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-transform: none;
    }

    .tox .tox-collection__item-caret {
        align-items: center;
        display: flex;
        min-height: 24px;
    }

        .tox .tox-collection__item-caret::after {
            content: '';
            font-size: 0;
            min-height: inherit;
        }

        .tox .tox-collection__item-caret svg {
            fill: #222f3e;
        }

    .tox .tox-collection__item[role="menuitemcheckbox"]:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
        display: none;
    }

    .tox .tox-collection--horizontal {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        display: flex;
        flex: 0 0 auto;
        flex-shrink: 0;
        flex-wrap: nowrap;
        margin-bottom: 0;
        overflow-x: auto;
        padding: 0;
    }

        .tox .tox-collection--horizontal .tox-collection__group {
            align-items: center;
            display: flex;
            flex-wrap: nowrap;
            margin: 0;
            padding: 0 4px;
        }

        .tox .tox-collection--horizontal .tox-collection__item {
            height: 34px;
            margin: 2px 0 3px 0;
            padding: 0 4px;
        }

        .tox .tox-collection--horizontal .tox-collection__item-label {
            white-space: nowrap;
        }

        .tox .tox-collection--horizontal .tox-collection__item-caret {
            margin-left: 4px;
        }

    .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
        border-right: 1px solid #cccccc;
    }

    .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
        margin-left: 8px;
    }

    .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item-label:first-child {
        margin-left: 4px;
    }

    .tox:not([dir=rtl]) .tox-collection__item-accessory {
        margin-left: 16px;
        text-align: right;
    }

    .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
        margin-left: 16px;
    }

    .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
        border-left: 1px solid #cccccc;
    }

    .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
        margin-right: 8px;
    }

    .tox[dir=rtl] .tox-collection--list .tox-collection__item-label:first-child {
        margin-right: 4px;
    }

    .tox[dir=rtl] .tox-collection__item-icon-rtl {
        /* stylelint-disable-next-line no-descending-specificity */
    }

        .tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg {
            transform: rotateY(180deg);
        }

    .tox[dir=rtl] .tox-collection__item-accessory {
        margin-right: 16px;
        text-align: left;
    }

    .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
        margin-right: 16px;
        transform: rotateY(180deg);
    }

    .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
        margin-right: 4px;
    }

    .tox .tox-color-picker-container {
        display: flex;
        flex-direction: row;
        height: 225px;
        margin: 0;
    }

    .tox .tox-sv-palette {
        box-sizing: border-box;
        display: flex;
        height: 100%;
    }

    .tox .tox-sv-palette-spectrum {
        height: 100%;
    }

    .tox .tox-sv-palette,
    .tox .tox-sv-palette-spectrum {
        width: 225px;
    }

    .tox .tox-sv-palette-thumb {
        background: none;
        border: 1px solid black;
        border-radius: 50%;
        box-sizing: content-box;
        height: 12px;
        position: absolute;
        width: 12px;
    }

    .tox .tox-sv-palette-inner-thumb {
        border: 1px solid white;
        border-radius: 50%;
        height: 10px;
        position: absolute;
        width: 10px;
    }

    .tox .tox-hue-slider {
        box-sizing: border-box;
        height: 100%;
        width: 25px;
    }

    .tox .tox-hue-slider-spectrum {
        background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
        height: 100%;
        width: 100%;
    }

    .tox .tox-hue-slider,
    .tox .tox-hue-slider-spectrum {
        width: 20px;
    }

    .tox .tox-hue-slider-thumb {
        background: white;
        border: 1px solid black;
        box-sizing: content-box;
        height: 4px;
        width: 100%;
    }

    .tox .tox-rgb-form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .tox .tox-rgb-form div {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            width: inherit;
        }

        .tox .tox-rgb-form input {
            width: 6em;
        }

            .tox .tox-rgb-form input.tox-invalid {
                /* Need !important to override Chrome's focus styling unfortunately */
                border: 1px solid red !important;
            }

        .tox .tox-rgb-form .tox-rgba-preview {
            border: 1px solid black;
            flex-grow: 2;
            margin-bottom: 0;
        }

    .tox:not([dir=rtl]) .tox-sv-palette {
        margin-right: 15px;
    }

    .tox:not([dir=rtl]) .tox-hue-slider {
        margin-right: 15px;
    }

    .tox:not([dir=rtl]) .tox-hue-slider-thumb {
        margin-left: -1px;
    }

    .tox:not([dir=rtl]) .tox-rgb-form label {
        margin-right: 0.5em;
    }

    .tox[dir=rtl] .tox-sv-palette {
        margin-left: 15px;
    }

    .tox[dir=rtl] .tox-hue-slider {
        margin-left: 15px;
    }

    .tox[dir=rtl] .tox-hue-slider-thumb {
        margin-right: -1px;
    }

    .tox[dir=rtl] .tox-rgb-form label {
        margin-left: 0.5em;
    }

    .tox .tox-toolbar .tox-swatches,
    .tox .tox-toolbar__primary .tox-swatches,
    .tox .tox-toolbar__overflow .tox-swatches {
        margin: 2px 0 3px 4px;
    }

    .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
        border: 0;
        margin: -4px 0;
    }

    .tox .tox-swatches__row {
        display: flex;
    }

    .tox .tox-swatch {
        height: 30px;
        transition: transform 0.15s, box-shadow 0.15s;
        width: 30px;
    }

        .tox .tox-swatch:hover,
        .tox .tox-swatch:focus {
            box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
            transform: scale(0.8);
        }

    .tox .tox-swatch--remove {
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .tox .tox-swatch--remove svg path {
            stroke: #e74c3c;
        }

    .tox .tox-swatches__picker-btn {
        align-items: center;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        display: flex;
        height: 30px;
        justify-content: center;
        outline: none;
        padding: 0;
        width: 30px;
    }

        .tox .tox-swatches__picker-btn svg {
            height: 24px;
            width: 24px;
        }

        .tox .tox-swatches__picker-btn:hover {
            background: #dee0e2;
        }

    .tox:not([dir=rtl]) .tox-swatches__picker-btn {
        margin-left: auto;
    }

    .tox[dir=rtl] .tox-swatches__picker-btn {
        margin-right: auto;
    }

    .tox .tox-comment-thread {
        background: #fff;
        position: relative;
    }

        .tox .tox-comment-thread > *:not(:first-child) {
            margin-top: 8px;
        }

    .tox .tox-comment {
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
        padding: 8px 8px 16px 8px;
        position: relative;
    }

    .tox .tox-comment__header {
        align-items: center;
        color: #222f3e;
        display: flex;
        justify-content: space-between;
    }

    .tox .tox-comment__date {
        color: rgba(34, 47, 62, 0.7);
        font-size: 12px;
    }

    .tox .tox-comment__body {
        color: #222f3e;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        margin-top: 8px;
        position: relative;
        text-transform: initial;
    }

        .tox .tox-comment__body textarea {
            resize: none;
            white-space: normal;
            width: 100%;
        }

    .tox .tox-comment__expander {
        padding-top: 8px;
    }

        .tox .tox-comment__expander p {
            color: rgba(34, 47, 62, 0.7);
            font-size: 14px;
            font-style: normal;
        }

    .tox .tox-comment__body p {
        margin: 0;
    }

    .tox .tox-comment__buttonspacing {
        padding-top: 16px;
        text-align: center;
    }

    .tox .tox-comment-thread__overlay::after {
        background: #fff;
        bottom: 0;
        content: "";
        display: flex;
        left: 0;
        opacity: 0.9;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .tox .tox-comment__reply {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 8px;
    }

        .tox .tox-comment__reply > *:first-child {
            margin-bottom: 8px;
            width: 100%;
        }

    .tox .tox-comment__edit {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 16px;
    }

    .tox .tox-comment__gradient::after {
        background: linear-gradient(rgba(255, 255, 255, 0), #fff);
        bottom: 0;
        content: "";
        display: block;
        height: 5em;
        margin-top: -40px;
        position: absolute;
        width: 100%;
    }

    .tox .tox-comment__overlay {
        background: #fff;
        bottom: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        left: 0;
        opacity: 0.9;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 5;
    }

    .tox .tox-comment__loading-text {
        align-items: center;
        color: #222f3e;
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .tox .tox-comment__loading-text > div {
            padding-bottom: 16px;
        }

    .tox .tox-comment__overlaytext {
        bottom: 0;
        flex-direction: column;
        font-size: 14px;
        left: 0;
        padding: 1em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

        .tox .tox-comment__overlaytext p {
            background-color: #fff;
            box-shadow: 0 0 8px 8px #fff;
            color: #222f3e;
            text-align: center;
        }

        .tox .tox-comment__overlaytext div:nth-of-type(2) {
            font-size: 0.8em;
        }

    .tox .tox-comment__busy-spinner {
        align-items: center;
        background-color: #fff;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }

    .tox .tox-comment__scroll {
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
        overflow: auto;
    }

    .tox .tox-conversations {
        margin: 8px;
    }

    .tox:not([dir=rtl]) .tox-comment__edit {
        margin-left: 8px;
    }

        .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
        .tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
        .tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
            margin-left: 8px;
        }

    .tox[dir=rtl] .tox-comment__edit {
        margin-right: 8px;
    }

        .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
        .tox[dir=rtl] .tox-comment__edit > *:last-child,
        .tox[dir=rtl] .tox-comment__reply > *:last-child {
            margin-right: 8px;
        }

    .tox .tox-user {
        align-items: center;
        display: flex;
    }

    .tox .tox-user__avatar svg {
        fill: rgba(34, 47, 62, 0.7);
    }

    .tox .tox-user__name {
        color: rgba(34, 47, 62, 0.7);
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tox:not([dir=rtl]) .tox-user__avatar svg {
        margin-right: 8px;
    }

    .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
        margin-left: 8px;
    }

    .tox[dir=rtl] .tox-user__avatar svg {
        margin-left: 8px;
    }

    .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
        margin-right: 8px;
    }

    .tox .tox-dialog-wrap {
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1100;
    }

    .tox .tox-dialog-wrap__backdrop {
        background-color: rgba(255, 255, 255, 0.75);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .tox .tox-dialog-wrap__backdrop--opaque {
        background-color: #fff;
    }

    .tox .tox-dialog {
        background-color: #fff;
        border-color: #cccccc;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
        display: flex;
        flex-direction: column;
        max-height: 100%;
        max-width: 480px;
        overflow: hidden;
        position: relative;
        width: 95vw;
        z-index: 2;
    }

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog {
        align-self: flex-start;
        margin: 8px auto;
        width: calc(100vw - 16px);
    }
}

.tox .tox-dialog-inline {
    z-index: 1100;
}

.tox .tox-dialog__header {
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}

    .tox .tox-dialog__header .tox-button {
        z-index: 1;
    }

.tox .tox-dialog__draghandle {
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .tox .tox-dialog__draghandle:active {
        cursor: grabbing;
    }

.tox .tox-dialog__dismiss {
    margin-left: auto;
}

.tox .tox-dialog__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}

.tox .tox-dialog__body {
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body {
        flex-direction: column;
    }
}

.tox .tox-dialog__body-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
        flex-direction: row;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding-bottom: 0;
    }
}

.tox .tox-dialog__body-nav-item {
    border-bottom: 2px solid transparent;
    color: rgba(34, 47, 62, 0.7);
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    white-space: nowrap;
}

    .tox .tox-dialog__body-nav-item:focus {
        background-color: rgba(32, 122, 183, 0.1);
    }

.tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid #207ab7;
    color: #207ab7;
}

.tox .tox-dialog__body-content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
}

    .tox .tox-dialog__body-content > * {
        margin-bottom: 0;
        margin-top: 16px;
    }

        .tox .tox-dialog__body-content > *:first-child {
            margin-top: 0;
        }

        .tox .tox-dialog__body-content > *:last-child {
            margin-bottom: 0;
        }

        .tox .tox-dialog__body-content > *:only-child {
            margin-bottom: 0;
            margin-top: 0;
        }

    .tox .tox-dialog__body-content a {
        color: #207ab7;
        cursor: pointer;
        text-decoration: none;
    }

        .tox .tox-dialog__body-content a:hover,
        .tox .tox-dialog__body-content a:focus {
            color: #185d8c;
            text-decoration: none;
        }

        .tox .tox-dialog__body-content a:active {
            color: #185d8c;
            text-decoration: none;
        }

    .tox .tox-dialog__body-content svg {
        fill: #222f3e;
    }

    .tox .tox-dialog__body-content ul {
        display: block;
        list-style-type: disc;
        margin-bottom: 16px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
    }

    .tox .tox-dialog__body-content .tox-form__group h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 16px;
        margin-top: 2rem;
    }

    .tox .tox-dialog__body-content .tox-form__group h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
        margin-top: 2rem;
    }

    .tox .tox-dialog__body-content .tox-form__group p {
        margin-bottom: 16px;
    }

        .tox .tox-dialog__body-content .tox-form__group h1:first-child,
        .tox .tox-dialog__body-content .tox-form__group h2:first-child,
        .tox .tox-dialog__body-content .tox-form__group p:first-child {
            margin-top: 0;
        }

        .tox .tox-dialog__body-content .tox-form__group h1:last-child,
        .tox .tox-dialog__body-content .tox-form__group h2:last-child,
        .tox .tox-dialog__body-content .tox-form__group p:last-child {
            margin-bottom: 0;
        }

        .tox .tox-dialog__body-content .tox-form__group h1:only-child,
        .tox .tox-dialog__body-content .tox-form__group h2:only-child,
        .tox .tox-dialog__body-content .tox-form__group p:only-child {
            margin-bottom: 0;
            margin-top: 0;
        }

.tox .tox-dialog--width-lg {
    height: 650px;
    max-width: 1200px;
}

.tox .tox-dialog--width-md {
    max-width: 800px;
}

    .tox .tox-dialog--width-md .tox-dialog__body-content {
        overflow: auto;
    }

.tox .tox-dialog__body-content--centered {
    text-align: center;
}

.tox .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
    display: flex;
}

.tox .tox-dialog__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tox .tox-dialog__table {
    border-collapse: collapse;
    width: 100%;
}

    .tox .tox-dialog__table thead th {
        font-weight: bold;
        padding-bottom: 8px;
    }

    .tox .tox-dialog__table tbody tr {
        border-bottom: 1px solid #cccccc;
    }

        .tox .tox-dialog__table tbody tr:last-child {
            border-bottom: none;
        }

    .tox .tox-dialog__table td {
        padding-bottom: 8px;
        padding-top: 8px;
    }

.tox .tox-dialog__popups {
    position: absolute;
    width: 100%;
    z-index: 1100;
}

.tox .tox-dialog__body-iframe {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

    .tox .tox-dialog__body-iframe .tox-navobj {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

        .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
            flex: 1;
            -ms-flex-preferred-size: auto;
            height: 100%;
        }

.tox .tox-dialog-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox .tox-dialog-dock-transition {
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

    .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
        transition-delay: 0s;
    }

body.tox-dialog__disable-scroll {
    overflow: hidden;
}

.tox.tox-platform-ie {
    /* IE11 CSS styles go here */
}

    .tox.tox-platform-ie .tox-dialog-wrap {
        position: -ms-device-fixed;
    }

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
        margin-left: 8px;
    }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
    margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
    text-align: right;
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
        margin-left: 0;
    }
}

@media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
        margin-right: 8px;
    }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
    margin-right: 8px;
}

.tox .tox-dropzone-container {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-dropzone {
    align-items: center;
    background: #fff;
    border: 2px dashed #cccccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
}

    .tox .tox-dropzone p {
        color: rgba(34, 47, 62, 0.7);
        margin: 0 0 16px 0;
    }

.tox .tox-edit-area {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    overflow: hidden;
    position: relative;
}

.tox .tox-edit-area__iframe {
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.tox.tox-inline-edit-area {
    border: 1px dotted #cccccc;
}

.tox .tox-editor-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.tox .tox-editor-header {
    z-index: 1;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
    transition: box-shadow 0.5s;
}

.tox.tox-tinymce--toolbar-bottom .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
    margin-bottom: -1px;
}

.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}

.tox-editor-dock-fadeout {
    opacity: 0;
    visibility: hidden;
}

.tox-editor-dock-fadein {
    opacity: 1;
    visibility: visible;
}

.tox-editor-dock-transition {
    transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

    .tox-editor-dock-transition.tox-editor-dock-fadein {
        transition-delay: 0s;
    }

.tox .tox-control-wrap {
    flex: 1;
    position: relative;
}

    .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
    .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
    .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
        display: none;
    }

    .tox .tox-control-wrap svg {
        display: block;
    }

.tox .tox-control-wrap__status-icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
    fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
    fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
    fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
    padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
    right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
    padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
    left: 4px;
}

.tox .tox-autocompleter {
    max-width: 25em;
}

    .tox .tox-autocompleter .tox-menu {
        max-width: 25em;
    }

    .tox .tox-autocompleter .tox-autocompleter-highlight {
        font-weight: bold;
    }

.tox .tox-color-input {
    display: flex;
    position: relative;
    z-index: 1;
}

    .tox .tox-color-input .tox-textfield {
        z-index: -1;
    }

    .tox .tox-color-input span {
        border-color: rgba(34, 47, 62, 0.2);
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        height: 24px;
        position: absolute;
        top: 6px;
        width: 24px;
    }

        .tox .tox-color-input span:focus {
            border-color: #207ab7;
        }

        .tox .tox-color-input span::before {
            background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
            background-position: 0 0, 0 6px, 6px -6px, -6px 0;
            background-size: 12px 12px;
            border: 1px solid #fff;
            border-radius: 3px;
            box-sizing: border-box;
            content: '';
            height: 24px;
            left: -1px;
            position: absolute;
            top: -1px;
            width: 24px;
            z-index: -1;
        }

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
    padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
    left: 6px;
}

.tox[dir="rtl"] .tox-color-input .tox-textfield {
    padding-right: 36px;
}

.tox[dir="rtl"] .tox-color-input span {
    right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
}

.tox .tox-toolbar-label {
    padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
    padding: 0 0 0 8px;
}

.tox .tox-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

.tox .tox-form__group {
    box-sizing: border-box;
    margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
    flex: 1;
}

.tox .tox-form__group--error {
    color: #c00;
}

.tox .tox-form__group--collection {
    display: flex;
}

.tox .tox-form__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
    width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
    width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
    width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--inline {
    align-items: center;
    display: flex;
}

.tox .tox-form__group--stretched {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}

    .tox .tox-form__group--stretched .tox-textarea {
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-form__group--stretched .tox-navobj {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

        .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
            flex: 1;
            -ms-flex-preferred-size: auto;
            height: 100%;
        }

.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
    margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
    display: none;
}

.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-selectfield select,
.tox .tox-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: none;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

    .tox .tox-textfield[disabled],
    .tox .tox-textarea[disabled] {
        background-color: #f2f2f2;
        color: rgba(34, 47, 62, 0.85);
        cursor: not-allowed;
    }

    .tox .tox-textfield:focus,
    .tox .tox-selectfield select:focus,
    .tox .tox-textarea:focus {
        border-color: #207ab7;
        box-shadow: none;
        outline: none;
    }

.tox .tox-toolbar-textfield {
    border-width: 0;
    margin-bottom: 3px;
    margin-top: 2px;
    max-width: 250px;
}

.tox .tox-naked-btn {
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: unset;
    color: #207ab7;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}

    .tox .tox-naked-btn svg {
        display: block;
        fill: #222f3e;
    }

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
    margin-right: 4px;
}

.tox .tox-selectfield {
    cursor: pointer;
    position: relative;
}

    .tox .tox-selectfield select[disabled] {
        background-color: #f2f2f2;
        color: rgba(34, 47, 62, 0.85);
        cursor: not-allowed;
    }

    .tox .tox-selectfield select::-ms-expand {
        display: none;
    }

    .tox .tox-selectfield svg {
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
    padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
    right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
    padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
    left: 8px;
}

.tox .tox-textarea {
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
    white-space: pre-wrap;
}

.tox-fullscreen {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0;
    position: fixed;
    top: 0;
    touch-action: pinch-zoom;
    width: 100%;
}

    .tox-fullscreen .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
        display: none;
    }

    .tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
        z-index: 1200;
    }

    .tox-fullscreen .tox.tox-tinymce-aux {
        z-index: 1201;
    }

.tox .tox-help__more-link {
    list-style: none;
    margin-top: 1em;
}

.tox .tox-image-tools {
    width: 100%;
}

.tox .tox-image-tools__toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tox .tox-image-tools__image {
    background-color: #666;
    height: 380px;
    overflow: auto;
    position: relative;
    width: 100%;
}

    .tox .tox-image-tools__image,
    .tox .tox-image-tools__image + .tox-image-tools__toolbar {
        margin-top: 8px;
    }

.tox .tox-image-tools__image-bg {
    background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools__toolbar > .tox-spacer {
    flex: 1;
    -ms-flex-preferred-size: auto;
}

.tox .tox-croprect-block {
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    zoom: 1;
}

.tox .tox-croprect-handle {
    border: 2px solid white;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.tox .tox-croprect-handle-move {
    border: 0;
    cursor: move;
    position: absolute;
}

.tox .tox-croprect-handle-nw {
    border-width: 2px 0 0 2px;
    cursor: nw-resize;
    left: 100px;
    margin: -2px 0 0 -2px;
    top: 100px;
}

.tox .tox-croprect-handle-ne {
    border-width: 2px 2px 0 0;
    cursor: ne-resize;
    left: 200px;
    margin: -2px 0 0 -20px;
    top: 100px;
}

.tox .tox-croprect-handle-sw {
    border-width: 0 0 2px 2px;
    cursor: sw-resize;
    left: 100px;
    margin: -20px 2px 0 -2px;
    top: 200px;
}

.tox .tox-croprect-handle-se {
    border-width: 0 2px 2px 0;
    cursor: se-resize;
    left: 200px;
    margin: -20px 0 0 -20px;
    top: 200px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-left: 32px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-left: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
    margin-right: 8px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
    margin-right: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
    margin-right: 32px;
}

.tox .tox-insert-table-picker {
    display: flex;
    flex-wrap: wrap;
    width: 169px;
}

    .tox .tox-insert-table-picker > div {
        border-color: #cccccc;
        border-style: solid;
        border-width: 0 1px 1px 0;
        box-sizing: content-box;
        height: 16px;
        width: 16px;
    }

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
    margin: -4px 0;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    background-color: rgba(32, 122, 183, 0.5);
    border-color: rgba(32, 122, 183, 0.5);
}

.tox .tox-insert-table-picker__label {
    color: rgba(34, 47, 62, 0.7);
    display: block;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 100%;
}

.tox:not([dir=rtl]) {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
        border-right: 0;
    }

.tox[dir=rtl] {
    /* stylelint-disable-next-line no-descending-specificity */
}

    .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
        border-right: 0;
    }

.tox {
    /* stylelint-disable */
    /* stylelint-enable */
}

    .tox .tox-menu {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        z-index: 1150;
    }

        .tox .tox-menu.tox-collection.tox-collection--list {
            padding: 0;
        }

        .tox .tox-menu.tox-collection.tox-collection--toolbar {
            padding: 4px;
        }

        .tox .tox-menu.tox-collection.tox-collection--grid {
            padding: 4px;
        }

    .tox .tox-menu__label h1,
    .tox .tox-menu__label h2,
    .tox .tox-menu__label h3,
    .tox .tox-menu__label h4,
    .tox .tox-menu__label h5,
    .tox .tox-menu__label h6,
    .tox .tox-menu__label p,
    .tox .tox-menu__label blockquote,
    .tox .tox-menu__label code {
        margin: 0;
    }

    .tox .tox-menubar {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
        background-color: #fff;
        display: flex;
        flex: 0 0 auto;
        flex-shrink: 0;
        flex-wrap: wrap;
        padding: 0 4px 0 4px;
    }

    .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
        border-top: 1px solid #cccccc;
    }
    /* Deprecated. Remove in next major release */
    .tox .tox-mbtn {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 3px;
        box-shadow: none;
        color: #222f3e;
        display: flex;
        flex: 0 0 auto;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        height: 34px;
        justify-content: center;
        margin: 2px 0 3px 0;
        outline: none;
        overflow: hidden;
        padding: 0 4px;
        text-transform: none;
        width: auto;
    }

        .tox .tox-mbtn[disabled] {
            background-color: transparent;
            border: 0;
            box-shadow: none;
            color: rgba(34, 47, 62, 0.5);
            cursor: not-allowed;
        }

        .tox .tox-mbtn:focus:not(:disabled) {
            background: #dee0e2;
            border: 0;
            box-shadow: none;
            color: #222f3e;
        }

    .tox .tox-mbtn--active {
        background: #c8cbcf;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-mbtn__select-label {
        cursor: default;
        font-weight: normal;
        margin: 0 4px;
    }

    .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
        cursor: not-allowed;
    }

    .tox .tox-mbtn__select-chevron {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 16px;
        display: none;
    }

    .tox .tox-notification {
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        display: -ms-grid;
        display: grid;
        font-size: 14px;
        font-weight: normal;
        -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
        grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
        margin-top: 4px;
        opacity: 0;
        padding: 4px;
        transition: transform 100ms ease-in, opacity 150ms ease-in;
    }

        .tox .tox-notification p {
            font-size: 14px;
            font-weight: normal;
        }

        .tox .tox-notification a {
            text-decoration: underline;
        }

    .tox .tox-notification--in {
        opacity: 1;
    }

    .tox .tox-notification--success {
        background-color: #e4eeda;
        border-color: #d7e6c8;
        color: #222f3e;
    }

        .tox .tox-notification--success p {
            color: #222f3e;
        }

        .tox .tox-notification--success a {
            color: #547831;
        }

        .tox .tox-notification--success svg {
            fill: #222f3e;
        }

    .tox .tox-notification--error {
        background-color: #f8dede;
        border-color: #f2bfbf;
        color: #222f3e;
    }

        .tox .tox-notification--error p {
            color: #222f3e;
        }

        .tox .tox-notification--error a {
            color: #c00;
        }

        .tox .tox-notification--error svg {
            fill: #222f3e;
        }

    .tox .tox-notification--warn,
    .tox .tox-notification--warning {
        background-color: #fffaea;
        border-color: #ffe89d;
        color: #222f3e;
    }

        .tox .tox-notification--warn p,
        .tox .tox-notification--warning p {
            color: #222f3e;
        }

        .tox .tox-notification--warn a,
        .tox .tox-notification--warning a {
            color: #222f3e;
        }

        .tox .tox-notification--warn svg,
        .tox .tox-notification--warning svg {
            fill: #222f3e;
        }

    .tox .tox-notification--info {
        background-color: #d9edf7;
        border-color: #779ecb;
        color: #222f3e;
    }

        .tox .tox-notification--info p {
            color: #222f3e;
        }

        .tox .tox-notification--info a {
            color: #222f3e;
        }

        .tox .tox-notification--info svg {
            fill: #222f3e;
        }

    .tox .tox-notification__body {
        -ms-grid-row-align: center;
        align-self: center;
        color: #222f3e;
        font-size: 14px;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        text-align: center;
        white-space: normal;
        word-break: break-all;
        word-break: break-word;
    }

        .tox .tox-notification__body > * {
            margin: 0;
        }

            .tox .tox-notification__body > * + * {
                margin-top: 1rem;
            }

    .tox .tox-notification__icon {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: end;
        justify-self: end;
    }

        .tox .tox-notification__icon svg {
            display: block;
        }

    .tox .tox-notification__dismiss {
        -ms-grid-row-align: start;
        align-self: start;
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: end;
        justify-self: end;
    }

    .tox .tox-notification .tox-progress-bar {
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .tox .tox-pop {
        display: inline-block;
        position: relative;
    }

    .tox .tox-pop--resizing {
        transition: width 0.1s ease;
    }

        .tox .tox-pop--resizing .tox-toolbar {
            flex-wrap: nowrap;
        }

    .tox .tox-pop__dialog {
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        min-width: 0;
        overflow: hidden;
    }

        .tox .tox-pop__dialog > *:not(.tox-toolbar) {
            margin: 4px 4px 4px 8px;
        }

        .tox .tox-pop__dialog .tox-toolbar {
            background-color: transparent;
            margin-bottom: -1px;
        }

    .tox .tox-pop::before,
    .tox .tox-pop::after {
        border-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .tox .tox-pop.tox-pop--bottom::before,
    .tox .tox-pop.tox-pop--bottom::after {
        left: 50%;
        top: 100%;
    }

    .tox .tox-pop.tox-pop--bottom::after {
        border-color: #fff transparent transparent transparent;
        border-width: 8px;
        margin-left: -8px;
        margin-top: -1px;
    }

    .tox .tox-pop.tox-pop--bottom::before {
        border-color: #cccccc transparent transparent transparent;
        border-width: 9px;
        margin-left: -9px;
    }

    .tox .tox-pop.tox-pop--top::before,
    .tox .tox-pop.tox-pop--top::after {
        left: 50%;
        top: 0;
        transform: translateY(-100%);
    }

    .tox .tox-pop.tox-pop--top::after {
        border-color: transparent transparent #fff transparent;
        border-width: 8px;
        margin-left: -8px;
        margin-top: 1px;
    }

    .tox .tox-pop.tox-pop--top::before {
        border-color: transparent transparent #cccccc transparent;
        border-width: 9px;
        margin-left: -9px;
    }

    .tox .tox-pop.tox-pop--left::before,
    .tox .tox-pop.tox-pop--left::after {
        left: 0;
        top: calc(50% - 1px);
        transform: translateY(-50%);
    }

    .tox .tox-pop.tox-pop--left::after {
        border-color: transparent #fff transparent transparent;
        border-width: 8px;
        margin-left: -15px;
    }

    .tox .tox-pop.tox-pop--left::before {
        border-color: transparent #cccccc transparent transparent;
        border-width: 10px;
        margin-left: -19px;
    }

    .tox .tox-pop.tox-pop--right::before,
    .tox .tox-pop.tox-pop--right::after {
        left: 100%;
        top: calc(50% + 1px);
        transform: translateY(-50%);
    }

    .tox .tox-pop.tox-pop--right::after {
        border-color: transparent transparent transparent #fff;
        border-width: 8px;
        margin-left: -1px;
    }

    .tox .tox-pop.tox-pop--right::before {
        border-color: transparent transparent transparent #cccccc;
        border-width: 10px;
        margin-left: -1px;
    }

    .tox .tox-pop.tox-pop--align-left::before,
    .tox .tox-pop.tox-pop--align-left::after {
        left: 20px;
    }

    .tox .tox-pop.tox-pop--align-right::before,
    .tox .tox-pop.tox-pop--align-right::after {
        left: calc(100% - 20px);
    }

    .tox .tox-sidebar-wrap {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        min-height: 0;
    }

    .tox .tox-sidebar {
        background-color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .tox .tox-sidebar__slider {
        display: flex;
        overflow: hidden;
    }

    .tox .tox-sidebar__pane-container {
        display: flex;
    }

    .tox .tox-sidebar__pane {
        display: flex;
    }

    .tox .tox-sidebar--sliding-closed {
        opacity: 0;
    }

    .tox .tox-sidebar--sliding-open {
        opacity: 1;
    }

    .tox .tox-sidebar--sliding-growing,
    .tox .tox-sidebar--sliding-shrinking {
        transition: width 0.5s ease, opacity 0.5s ease;
    }

    .tox .tox-selector {
        background-color: #4099ff;
        border-color: #4099ff;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        display: inline-block;
        height: 10px;
        position: absolute;
        width: 10px;
    }

    .tox.tox-platform-touch .tox-selector {
        height: 12px;
        width: 12px;
    }

    .tox .tox-slider {
        align-items: center;
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
        height: 24px;
        justify-content: center;
        position: relative;
    }

    .tox .tox-slider__rail {
        background-color: transparent;
        border: 1px solid #cccccc;
        border-radius: 3px;
        height: 10px;
        min-width: 120px;
        width: 100%;
    }

    .tox .tox-slider__handle {
        background-color: #207ab7;
        border: 2px solid #185d8c;
        border-radius: 3px;
        box-shadow: none;
        height: 24px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 14px;
    }

    .tox .tox-source-code {
        overflow: auto;
    }

    .tox .tox-spinner {
        display: flex;
    }

        .tox .tox-spinner > div {
            animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
            background-color: rgba(34, 47, 62, 0.7);
            border-radius: 100%;
            height: 8px;
            width: 8px;
        }

            .tox .tox-spinner > div:nth-child(1) {
                animation-delay: -0.32s;
            }

            .tox .tox-spinner > div:nth-child(2) {
                animation-delay: -0.16s;
            }

@keyframes tam-bouncing-dots {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
    margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
    margin-right: 4px;
}

.tox .tox-statusbar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #cccccc;
    color: rgba(34, 47, 62, 0.7);
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
}

.tox .tox-statusbar__text-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    overflow: hidden;
}

.tox .tox-statusbar__path {
    display: flex;
    flex: 1 1 auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tox .tox-statusbar__path > * {
        display: inline;
        white-space: nowrap;
    }

.tox .tox-statusbar__wordcount {
    flex: 0 0 auto;
    margin-left: 1ch;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
    color: rgba(34, 47, 62, 0.7);
    text-decoration: none;
}

    .tox .tox-statusbar a:hover,
    .tox .tox-statusbar__path-item:hover,
    .tox .tox-statusbar__wordcount:hover,
    .tox .tox-statusbar a:focus,
    .tox .tox-statusbar__path-item:focus,
    .tox .tox-statusbar__wordcount:focus {
        cursor: pointer;
        text-decoration: underline;
    }

.tox .tox-statusbar__resize-handle {
    align-items: flex-end;
    align-self: stretch;
    cursor: nwse-resize;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 1ch;
}

    .tox .tox-statusbar__resize-handle svg {
        display: block;
        fill: rgba(34, 47, 62, 0.7);
    }

.tox:not([dir=rtl]) .tox-statusbar__path > * {
    margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    margin-left: 1ch;
}

.tox[dir=rtl] .tox-statusbar {
    flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
    margin-left: 4px;
}

.tox .tox-throbber {
    z-index: 1400;
}

.tox .tox-throbber__busy-spinner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tox .tox-tbtn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    width: 34px;
}

    .tox .tox-tbtn svg {
        display: block;
        fill: #222f3e;
    }

    .tox .tox-tbtn.tox-tbtn-more {
        padding-left: 5px;
        padding-right: 5px;
        width: inherit;
    }

    .tox .tox-tbtn:focus {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
    }

    .tox .tox-tbtn:hover {
        background: #dee0e2;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

        .tox .tox-tbtn:hover svg {
            fill: #222f3e;
        }

    .tox .tox-tbtn:active {
        background: #c8cbcf;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

        .tox .tox-tbtn:active svg {
            fill: #222f3e;
        }

    .tox .tox-tbtn--disabled,
    .tox .tox-tbtn--disabled:hover,
    .tox .tox-tbtn:disabled,
    .tox .tox-tbtn:disabled:hover {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: rgba(34, 47, 62, 0.5);
        cursor: not-allowed;
    }

        .tox .tox-tbtn--disabled svg,
        .tox .tox-tbtn--disabled:hover svg,
        .tox .tox-tbtn:disabled svg,
        .tox .tox-tbtn:disabled:hover svg {
            /* stylelint-disable-line no-descending-specificity */
            fill: rgba(34, 47, 62, 0.5);
        }

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

    .tox .tox-tbtn--enabled > *,
    .tox .tox-tbtn--enabled:hover > * {
        transform: none;
    }

    .tox .tox-tbtn--enabled svg,
    .tox .tox-tbtn--enabled:hover svg {
        /* stylelint-disable-line no-descending-specificity */
        fill: #222f3e;
    }

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    color: #222f3e;
}

    .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
        fill: #222f3e;
    }

.tox .tox-tbtn:active > * {
    transform: none;
}

.tox .tox-tbtn--md {
    height: 51px;
    width: 51px;
}

.tox .tox-tbtn--lg {
    flex-direction: column;
    height: 68px;
    width: 68px;
}

.tox .tox-tbtn--return {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: unset;
    width: 16px;
}

.tox .tox-tbtn--labeled {
    padding: 0 4px;
    width: unset;
}

.tox .tox-tbtn__vlabel {
    display: block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -0.025em;
    margin-bottom: 4px;
    white-space: nowrap;
}

.tox .tox-tbtn--select {
    margin: 2px 0 3px 0;
    padding: 0 4px;
    width: auto;
}

.tox .tox-tbtn__select-label {
    cursor: default;
    font-weight: normal;
    margin: 0 4px;
}

.tox .tox-tbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
}

    .tox .tox-tbtn__select-chevron svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 7em;
}

.tox .tox-split-button {
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    margin: 2px 0 3px 0;
    overflow: hidden;
}

    .tox .tox-split-button:hover {
        box-shadow: 0 0 0 1px #dee0e2 inset;
    }

    .tox .tox-split-button:focus {
        background: #dee0e2;
        box-shadow: none;
        color: #222f3e;
    }

    .tox .tox-split-button > * {
        border-radius: 0;
    }

.tox .tox-split-button__chevron {
    width: 16px;
}

    .tox .tox-split-button__chevron svg {
        fill: rgba(34, 47, 62, 0.5);
    }

.tox .tox-split-button .tox-tbtn {
    margin: 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
    width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
    width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
    background: transparent;
    box-shadow: none;
    color: rgba(34, 47, 62, 0.5);
}

.tox .tox-toolbar-overlord {
    background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 0;
}

    .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
        height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0;
        visibility: hidden;
    }

.tox .tox-toolbar__overflow--growing {
    transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
    transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
    border-top: 1px solid #cccccc;
    margin-top: -1px;
}

.tox .tox-toolbar--scrolling {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
    border-width: 0;
}

.tox .tox-toolbar--no-divider {
    background-image: none;
}

.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
    border-top: 1px solid #cccccc;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tox[dir=rtl] .tox-tbtn__icon-rtl svg {
    transform: rotateY(180deg);
}

.tox .tox-toolbar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 4px 0 4px;
}

.tox .tox-toolbar__group--pull-right {
    margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
    border-left: 1px solid #cccccc;
}

.tox .tox-tooltip {
    display: inline-block;
    padding: 8px;
    position: relative;
}

.tox .tox-tooltip__body {
    background-color: #222f3e;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 8px;
    text-transform: none;
}

.tox .tox-tooltip__arrow {
    position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222f3e;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
    border-bottom: 8px solid #222f3e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #222f3e;
    border-top: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #222f3e;
    border-top: 8px solid transparent;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tox .tox-well {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
}

    .tox .tox-well > *:first-child {
        margin-top: 0;
    }

    .tox .tox-well > *:last-child {
        margin-bottom: 0;
    }

    .tox .tox-well > *:only-child {
        margin: 0;
    }

.tox .tox-custom-editor {
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    flex: 1;
    position: relative;
}
/* stylelint-disable */
.tox {
    /* stylelint-enable */
}

    .tox .tox-dialog-loading::before {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

    .tox .tox-tab {
        cursor: pointer;
    }

    .tox .tox-dialog__content-js {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-dialog__body-content .tox-collection {
        display: flex;
        flex: 1;
        -ms-flex-preferred-size: auto;
    }

    .tox .tox-image-tools-edit-panel {
        height: 60px;
    }

    .tox .tox-image-tools__sidebar {
        height: 60px;
    }

/*Password*/
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    opacity: 0.8;
}
/*QZone icon not available in fab - Below is Customize QZone icon*/
.fa-QZone {
    content: '';
    position: absolute;
    background-image: url('../img/qzone.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-top: -14px;
}
/*TikTok icon not working in fab - Below is Customize TikTok icon*/
.fa-TikTok {
    content: '';
    position: absolute;
    background-image: url('../img/tiktok.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-top: -14px;
}
/*Case Message AttentionTo Dropdown*/
.message_attentionto_dropdown{
    position: absolute;
    will-change: transform !important;
    top: 0px;
    left: 0px;
    transform: translate3d(695px, 2px, 0px);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}
/*Date Control Label*/
.datepickerLabel > .form-control:focus {
    z-index: 1;
}
/*TextArea Label*/
.text-area_Label {
    background: white !important;
    width: 98% !important;
    top: 0.1em !important;
}
.text-area_Field {
    background: white !important;
}


#geoAddressLookupResult_[yourControlId] {
    position: absolute;
    z-index: 1050;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}


.ProductTitleTab {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135c93',endColorstr='#ff0d4066',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    color: #E5E5E5;
    position: absolute;
    left: 350px;
    top: 106px;
    letter-spacing: 1px;
    /*background-color: #03417d;*/
}

.ProductTitleMobile {
    font-family: Arial Black;
    font-size: 12.5px;
    font-weight: bold;
    margin-top: -20px;
    /*padding-left: 125px;*/
    color: black;
    letter-spacing: 1px;
    max-height: 30px;
}

.ProductTitle {
    /*background-image: -webkit-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: -o-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: linear-gradient(to bottom,#03417d 0%,#6a96e5 100%);
        background-repeat: repeat-x;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135c93',endColorstr='#ff0d4066',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-top: -22px;
    letter-spacing: 1px;
    color: #E5E5E5;
}

.navbar-header-dev {
    background-color: #03417d;
}

.navbar-header-test {
    /*background-color: #67221f;*/ /* Use this color during Go-Live */
    background-color: #03417d;
}

.navbar-header-training {
    background-color: #375b5d;
}

.navbar-header-prod {
    background-color: #03417d;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 0px !important;
    /*background-image: url('../../assets/images/Background.png');*/
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.navbar-desktopview {
    background-image: url('../../assets/images/Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-mobileview {
    background-image: url('../../assets/images/Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sidebar-alignment {
    line-height: 0px !important;
    height: 30px !important;
    top: 6px;
}

.sidebar-align-help {
    line-height: 30px !important;
    height: 30px !important;
}

.center-BannerImage {
    margin-top: -70px !important;
    margin-bottom: -5px !important;
}

    .center-BannerImage > img {
        width: 600px !important;
    }

.center-LoginImage {
    text-align: center !important;
    margin-left: -15px !important;
}

    .center-LoginImage > img {
        width: 400px !important;
    }

.banner-position {
    position: relative;
    z-index: 1;
    top: -25px;
}

.navbar .navbar-toggle {
    width: 25px;
    height: 20px;
    border-radius: 2px;
}

.user-info {
    max-width: 150px !important;
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse, .navbar .navbar-header {
        margin-top: -32px;
    }
}

.login-box .toolbar-dev {
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

.login-box .toolbar-test {
    /*background: #67221f !important;
    border-top: 2px solid #67221f !important;*/ /* Use this color during Go-Live */
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

.login-box .toolbar-training {
    background: #375b5d !important;
    border-top: 2px solid #375b5d !important;
}

.login-box .toolbar-prod {
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse, .navbar .navbar-header {
        margin-top: -32px;
    }
}

/* CSS FOR ESRI  Address Lookup */
.esriAddressResults {
    display: block;
    z-index: 99;
    width: 100%;
    position: absolute;
    left: 0px;
    /* top: 100%; */
    top: 0px;
    margin: -1px 0 0;
    border: 1px solid #c5d0dc;
    border-top: 0;
    padding: 0;
    background: #f8f8f8;
    -webkit-border-radius: 0 0 5px 5px;
}

.esriAddressResult {
    padding: 6px;
    display: block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

@media only screen and (max-width: 800px) {
    .sideMenuCard {
        display: none !important;
    }
}
body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 0px !important;
}

body::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #03417d;
    border-radius: 5px;
    border: 2px solid #03417d;
}

@media only screen and (min-width: 1600px) {
    .sideMenuCard {
        height: 77vh;
    }
}

@media only screen and (min-width: 1680px) {
    .sideMenuCard {
        height: 75vh;
    }
}

@media only screen and (min-width: 1777px) {
    .sideMenuCard {
        height: 69vh;
    }
}

@media only screen and (min-width: 1897px) {
    .sideMenuCard {
        height: 67vh;
    }
}

@media only screen and (min-width: 2000px) {
    .sideMenuCard {
        height:62vh ;
    }
}

@media only screen and (min-width: 2133px) {
    .sideMenuCard {
        height:58vh;
    }
}

@media only screen and (min-width: 2400px) {
    .sideMenuCard {
        height:51vh;
    }
}
@media only screen and (min-width: 3200px) {
    .sideMenuCard {
        height: 40vh;
    }
}
@media only screen and (min-width: 4800px) {
    .sideMenuCard {
        height: 28vh;
    }
}
@media only screen and (min-width: 6400px) {
    .sideMenuCard {
        height: 20vh;
    }
}
