.tox-toolbar__primary {
    background-color: #707070 !important;
}

.tox .tox-tbtn svg {
    fill: white !important;
}

.tox-tinymce {
    border: none !important;
    border-radius: 3px !important;
    overflow: hidden !important;
}

.tox .tox-edit-area__iframe {
    background-color: #ECEEF0 !important;
}

.tox-tinymce-aux {
    z-index: 1000000 !important;
}

.tox-editor-header {
    padding: 0px !important;
}

.tox .tox-toolbar__primary {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.jscolor-picker-wrap {
    z-index: 100002 !important;
}

.flatpickr-calendar {
    border-radius: 3px;
    overflow: hidden;
}

.flatpickr-months {
    background-color: rgba(var(--mainColor), 1);
    height: 40px !important;
}

.flatpickr-current-month {
    height: 40px !important;
    box-sizing: border-box !important;
    padding-top: 9px !important;
    margin: 0px !important;
}

.flatpickr-current-month span.cur-month {
    color: white !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.flatpickr-current-month span.cur-month:hover {
    background: none !important;
}

.flatpickr-current-month input.cur-year {
    color: white !important;
    font-size: 16px !important;
}

.flatpickr-weekdays {
    background-color: #EFEFEF !important;
}

.flatpickr-weekdays span {
    color: #333 !important;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    color: rgba(255, 255, 255, .5) !important;
    fill: rgba(255, 255, 255, .5) !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    color: rgba(255, 255, 255, 1) !important;
    fill: rgba(255, 255, 255, 1) !important;
}

.flatpickr-current-month .numInputWrapper {
    width: 55px !important;
    margin-left: 10px !important;
    background-color: none !important;
}

.flatpickr-current-month .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0px !important;
    padding-left: 3px !important;
    height: 50%;
    line-height: 50%;
    opacity: 1 !important;
    cursor: pointer;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.flatpickr-day.selected {
    background-color: rgba(var(--mainColor), 1) !important;
    border-color: rgba(var(--mainColor), 1) !important;
}

.numInputWrapper span.arrowUp {
    top: 3px !important;
}

.numInputWrapper span:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.flatpickr-current-month .numInputWrapper:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.5) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
    border-bottom-color: rgba(255, 255, 255, 1) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
    border-top-color: rgba(255, 255, 255, 1) !important;
}

.flatpickr-current-month input.cur-year {
    padding: 0px !important;
}

.numInputWrapper:hover {
    background: rgba(0,0,0,0);
}

input,
select {
    -webkit-appearance: none;
    border-radius: 0;
}

option {
    color: #000;
    background-color: white;
}

input[type=checkbox] {
    visibility: hidden;
    -webkit-appearance: checkbox !important;
    box-sizing: content-box;
}

input[type=radio] {
    visibility: visible !important;
    -webkit-appearance: radio !important;
    box-sizing: content-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*
.select:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all .2s;
}
*/

.select.white:after {
    color: #333;
}

.select {
    overflow: hidden;
    width: 100%;
    height: 32px;
    background-color: transparent; 
    position: relative;
    border-radius: 3px;
    background-size: 14px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.select.outline {
    border: 1px solid white;
    background-image: url(/images/select_arrow_down_white.png);
}

/*
.select.outline:before {
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--secondaryColor),0) 0%, rgba(var(--secondaryColor),1) 30%);
}
*/

.select.white {
    background-color: #EFEFEF;
    height: 33px;
    background-image: url(/images/select_arrow_down.png);
}

.select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 33px;
    width: calc(100% + 28px);
    padding-left: 12px;
    box-sizing: border-box;
    color: white;
}

.select.white select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 33px;
    width: calc(100% + 28px);
    padding-left: 8px;
    box-sizing: border-box;
    color: #333;
}

.select:hover:after {
    opacity: .7;
}

.select.disabled {
    opacity: .7;
}

#loginFrame .inputs .select {
    height: 61px;
    background-color: rgba(255, 255, 255, .2);
}

#loginFrame .inputs .select select {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 400;
    height: 61px;
    width: calc(100% + 28px);
    padding-left: 30px;
    box-sizing: border-box;
    opacity: .4;
}

#loginFrame .inputs .select:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    transition: all .2s;
}

.button {
    background-color: rgba(var(--mainColor), 1);
    border: 1px solid transparent;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 25px;
    cursor: pointer;
    transition: all .2s;
    background-size: auto 0px;
    background-repeat: no-repeat;
    background-position: center right 25px;
    margin: 0px;
    position: relative;
}

.button.small {
    font-size: 14px;
    padding: 7px 15px;
}

.button.inverted {
    background-color: transparent;
    color: rgba(var(--mainColor), 1);
    border: 1px solid rgba(var(--mainColor), 1);
}

.button.arrow:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
}

.button.disabled {
    opacity: .3;
    cursor: default;
}

.button.loader {
    padding-right: 51px;
    background-image: url(/images/loader_white.svg);
    background-size: auto 16px;
}

input[type="text"].loader {
    background-image: url(/images/loader_dark.svg);
    background-repeat: no-repeat;
    background-size: auto 19px;
    background-position: right 6px center;
    padding-right: 28px;
}

input[type="text"].saved {
    background-image: url(/images/checkmark.png);
    background-repeat: no-repeat;
    background-size: auto 19px;
    background-position: right 6px center;
    padding-right: 28px;
}

.button:hover {
    background-color: rgba(var(--mainColor), .8);
}

.button.inverted:hover {
    opacity: .6;
    background-color: transparent;
}

.button.right {
    float: right;
}

.button.delete {
    background-color: #e94527;
}

.iconButton {
    width: 100%;
    color: #333;
    transition: all .3s;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    display: table;
    margin-top: 5px;
}

.iconButton.first {
    margin-top: 0px;
}

.iconButton:hover > .text {
    background-color: rgba(214, 220, 223, .7);
}

.iconButton .icon {
    background-color: rgba(var(--mainColor), 1);
    border-radius: 3px;
    display: table-cell;
    width: 39px;
    position: relative;
}

.iconButton .icon.week {
    font-size: 10px;
    color: white;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.iconButton .icon:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: white;
    font-weight: 300;
}

.iconButton.mental .icon:before {
    content: "\f808";
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}

.iconButton.physical .icon:before {
    content: "\f44b";
    top: calc(50% - 8px);
    left: calc(50% - 10px);
    font-size: 16px;
}

.iconButton.normal .icon:before {
    content: "\f1e3";
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}

.iconButton .margin {
    display: table-cell;
    width: 5px;
}

.iconButton .text {
    display: table-cell;
    padding: 11px 10px;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(214, 220, 223, 1);
    border-radius: 3px;
    transition: .3s;
}

.iconButton.disabled .text {
    color: rgba(51, 51, 51, .3);
    cursor: default;
}

.iconButton .text:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    top: calc(50% - 8px);
    right: 10px;
    color:  rgba(var(--mainColor), 1);
}

.iconButton.disabled .text:after {
    display: none;
}

#alertFrame {
    position: fixed;
    top: 20px;
    left: calc(50% - 150px);
    width: 300px;
    max-width: 100%;
    z-index: 10000000;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
}

.alertMessage {
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    display: table;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
}

.alertMessage a {
    color: inherit;
}

.alertMessage .close:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 4px;
    left: 6px;
    color: white;
    font-size: 13px;
    font-weight: 300;
}

.alertMessage .close {
    position: absolute;
    top: -17px;
    right: -19px;
    width: 20px;
    height: 20px;
    transition: all .2s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 180px;
}

.alertMessage .close:hover {
    opacity: .7;
}

.alertMessage .message {
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    padding: 12px;
    padding-left: 60px;
    color: #2d353f;
    -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.8); 
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.8);
}

.alertMessage .icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 15px;
}

.alertMessage.error .message {
    background-color: rgba(252, 234, 231, .8);
    border: 2px solid rgba(233, 69, 39, .4);
}

.alertMessage.error .icon {
    background-color: #e94527;
}

.alertMessage.error .icon:after {
    content: "\f071";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.alertMessage.success .message {
    background-color: rgba(232, 246, 235, .8);
    border: 2px solid rgba(55, 184, 88, .4);
}

.alertMessage.success .icon {
    background-color: #37b858;
}

.alertMessage.success .icon:after {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 7px;
    right: 7px;
    color: white;
    font-size: 22px;
    font-weight: 300;
}

.alertMessage.info .message {
    background-color: rgba(225, 236, 249, .8);
    border: 2px solid rgba(1, 92, 211, .4);
}

.alertMessage.info .icon {
    background-color: #015cd3;
}

.alertMessage.info .icon:after {
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 7px;
    right: 7px;
    color: white;
    font-size: 22px;
    font-weight: 300;
}

.checkbox {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    position: relative;
    transition: all .2s;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid rgba(var(--mainColor), 1);
}

.checkbox:hover {
    background-color: rgba(255, 255, 255, .1);
}

.checkbox.checked {
    background-color: rgba(var(--mainColor), 1);
    border: none;
}

.checkbox.checked:hover {
    cursor: pointer;
    background-color: rgba(var(--mainColor), .8);
}

.checkbox.checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    top: calc(50% - 9px);
    left: calc(50% - 8px);
}

.checkbox.white.checked:before {
    color: white;
}

.treeSelect {
    background-color: #EFEFEF;
    border-radius: 3px;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.treeSelected {
    background-color: #EFEFEF;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.treeSelect .header {
    background-color: rgba(var(--mainColor), 1);
    color: white;
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
}

.treeSelected.events {
    height: 150px;
}

.treeSelected.files {
    height: 100px;
}

.treeSelected .item {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}

.treeSelected .item div {
    display: table-cell;
    vertical-align: middle;
}

.treeSelected .item .minus {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-color: rgba(var(--mainColor), 1);
    border-radius: 3px;
    position: relative;
}

.treeSelected .item .minus:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
    color: white;
}

.treeSelected .item .label {
    width: calc(100% - 20px);
    padding-left: 5px;
}

.treeSelected .item:hover > .minus {
    opacity: .7;
}

.treeSelect.admin {
    background-color: transparent;
    border: 1px solid white;
    position: relative;
}

.treeSelect.admin .disabledOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

.treeSelect.admin.noScroll {
    overflow: hidden !important;
}

.addStyleOfPlay .treeSelect {
    height: 130px;
    max-height: 130px !important;
}

.createNewUser.treeSelect {
    height: 180px;
    max-height: 180px !important;
}

.addValue .treeSelect {
    height: 208px;
    max-height: 208px !important;
}

.addVideo .treeSelect {
    height: 140px;
    max-height: 140px !important;
}

.treeSelect .search {
    background-color: #EFEFEF;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 10000;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 0px;
}

.treeSelect .search .innerSearch {
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.treeSelect .search .innerSearch input {
    margin-bottom: 0px;
    padding: 10px;
    margin: 0px !important;
    background-color: transparent;
}

.treeSelect .search .innerSearch input::placeholder {
    color: #333;
}

.treeSelect .search .innerSearch .button {
    top: 14px;
}

.treeSelect .item {
    margin-bottom: 5px;
    font-size: 13px;
    display: table;
    width: 100%;
}

.treeSelect .item>div {
    display: table-cell;
    vertical-align: middle;
}

.treeSelect .checkbox {
    width: 20px;
    height: 20px;
}

.treeSelect.addToList .item {
    cursor: pointer;
}

.treeSelect.addToList .item.hidden {
    display: none;
}

.treeSelect.addToList .checkbox {
    background-color: rgba(var(--mainColor), 1);
    border: none;
}

.treeSelect.addToList .checkbox:before {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    top: calc(50% - 12px);
    left: calc(50% - 5px);
    color: white;
}

.treeSelect.addToList .item:hover > div .checkbox {
    background-color: rgba(var(--mainColor), .7);
}

.treeSelect.disabled .checkbox {
    background-color: rgba(var(--mainColor), .7);
    cursor: default;
}

.treeSelect .checkbox.checked:before {
    font-size: 12px;
    font-weight: 300;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
}

.treeSelect .checkbox.disabled {
    background-color: rgba(var(--mainColor), 1);
    cursor: default;
    border: none;
}

.treeSelect .checkbox.disabled:before {
    content: "";
}

.treeSelect .item .label {
    padding-left: 5px;
    width: 100%;
}

.treeSelect .item.child {
    padding-left: 15px;
}

.fromTo {
    width: 100%;
    display: table;
    padding-bottom: 10px;
}

.fromTo>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
}

.fromTo>div .select {
    margin-bottom: 0px !important;
}

.fromTo .to {
    font-size: 13px;
    width: 50px;
    padding: 0px !important;
}

.fromTo .input input {
    margin-bottom: 0px !important;
}

#yearPlanToggle {
    display: table;
    width: 272px;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#yearPlanToggle div {
    display: table-cell;
    vertical-align: middle;
}

#yearPlanToggle .toggle {
    width: 54px;
    position: relative;
}

#yearPlanToggle .text {
    opacity: .5;
    font-size: 14px;
}

#yearPlanToggle .text.selected {
    opacity: 1;
}

#yearPlanToggle .text.specific {
    text-align: right;
    padding-right: 10px;
}

#yearPlanToggle .text.shuffle {
    text-align: left;
    padding-left: 10px;
}

#yearPlanToggle .background {
    background-color: #EFEFEF;
    opacity: .75;
    width: 54px;
    height: 28px;
    border-radius: 180px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.1); 
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.1);
}

#yearPlanToggle .circle {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: rgba(var(--mainColor), 1);
    border-radius: 180px;
    top: calc(50% - 12px);
    transition: all .2s;
    //-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4); 
    //box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
    z-index: 1;
}

#yearPlanToggle.shuffle .toggle .circle {
    left: calc(100% - 26px);
}

#yearPlanToggle.specific .toggle .circle {
    left: 2px;
}

#copyYearPlanSelect {
    float: right;
    width: 160px;
    margin-top: 3px;
    margin-left: 25px;
}

.flatpickr-calendar {
    z-index: 100002 !important;
}

/*
.flatpickr-months {
    background-color: rgba(var(--mainColor), 1);
    color: white !important;
}

.flatpickr-months .flatpickr-month {
    height: 42px !important;
}

.flatpickr-months svg {
    color: white !important;
    fill: white !important;
}

.flatpickr-months select {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    color: white !important;
    background-color: transparent !important;
    padding: 5px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
}
*/

.colorSelect {
    width: 100%;
    background-color: #EFEFEF;
    background-image: url(/images/select_arrow_down.png);
    width: 100%;
    height: 33px;
    position: relative;
    border-radius: 3px;
    background-size: 14px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #333;
}

.colorSelect .options {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #EFEFEF;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
    display: none;
    box-sizing: border-box;
    z-index: 100003;
    overflow: hidden;
}

.colorSelect .options.open {
    display: block;
}

.colorSelect .selected,
.colorSelect .option {
    width: 100%;
    padding: 8px 9px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.colorSelect .option:hover {
    background-color: #d7d7d7;
}

.colorSelect .color {
    position: absolute;
    left: 8px;
    top: 9px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.headerDatepicker {
    width: 130px;
    height: 33px;
    position: relative;
    margin-top: 3px;
    float: right;
}

.headerDatepicker.margin {
    margin-right: 40px;
}

.headerDatepicker input {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #EFEFEF;
    border-radius: 3px;
    border: none;
    width: calc(100% - 38px);
    height: 33px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 5px;
    padding-right:. 5px;
}

.headerDatepicker .icon.date {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    background-color: rgba(var(--mainColor), 1);
}

.headerDatepicker .icon.date:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    color: white;
    content: "\f073";
    top: calc(50% - 8px);
    left: calc(50% - 7px);
}

#colorSelectOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
}

#innerColorSelectOverlay {
    position: absolute;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.multipleSelect {
    background-color: #EFEFEF;
    color: #333;
    position: relative;
    width: 140px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.multipleSelect:hover > .name .arrow {
    background-color: rgba(var(--mainColor), .7);
}

.multipleSelect .name {
    width: 100%;
}

.multipleSelect .name .arrow {
    background-color: rgba(var(--mainColor), 1);
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: all .2s;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 25px;
    height: 25px;
}

.multipleSelect .name .arrow:hover {
    background-color: rgba(var(--mainColor), .7);
}

.multipleSelect .name .arrow:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 300;
    color: white;
    position: absolute;
    left: 7px;
    top: 5px;
}

.multipleSelect .options {
    position: absolute;
    background-color: white;
    color: #333;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    right: 0px;
    top: calc(100% + 5px);
    min-width: 100%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-bottom: 5px;
    display: none;
    z-index: 100001;
}

.multipleSelect .options.open {
    display: block;
}

.multipleSelect .options table {
    border-collapse: collapse;
    border-spacing: 0;
}

.multipleSelect .options table td.filterHeadline {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.multipleSelect .options table td {
    padding-bottom: 5px;
}

.multipleSelect .options table td.name {
    white-space: nowrap;
    padding-left: 5px;
}

.multipleSelect .options table td .optionCheckbox {
    border-radius: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(var(--mainColor), 1);
    box-sizing: border-box;
    position: relative;
    color: white;
}

.multipleSelect .options table td .optionCheckbox.selected {
    background-color: rgba(var(--mainColor), 1);
}

.multipleSelect .options table td .optionCheckbox.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
}

.multipleSelect .options table tr:hover td .optionCheckbox {
    background-color: rgba(var(--mainColor), .2);
}

.multipleSelect .options table tr:hover td .optionCheckbox.selected {
    background-color: rgba(var(--mainColor), 1);
}

.imageSelectorMultiple,
.videoSelectorMultiple {
    position: relative;
}

.imageSelectorMultiple .addImages,
.videoSelectorMultiple .addVideos {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.imageSelectorMultiple .selectedFiles,
.videoSelectorMultiple .selectedFiles {
    background-color: #EFEFEF;
    width: 100%;
    height: 300px;
    max-height: 300px;
    border-radius: 3px;
    overflow: auto;
    padding: 5px;
    box-sizing: border-box;
}

.imageSelectorMultiple .selectedFiles.images .image,
.videoSelectorMultiple .selectedFiles.videos .videoFrame {
    width: calc((100% - 50px) / 5);
    float: left;
    margin: 5px;
    height: auto;
    border-radius: 3px;
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden;
    cursor: pointer;
}

.imageSelectorMultiple .selectedFiles.images .image:after,
.videoSelectorMultiple .selectedFiles.videos .videoFrame:after {
    content: "";
    padding-top: 100%;
    display: block;
}

.imageSelectorMultiple .selectedFiles.images .image .delete,
.videoSelectorMultiple .selectedFiles.videos .videoFrame .delete {
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 10;
}

.imageSelectorMultiple .selectedFiles.images .image .delete:hover,
.videoSelectorMultiple .selectedFiles.videos .videoFrame .delete:hover {
    background-color: rgba(0, 0, 0, .8);
}

.imageSelectorMultiple .selectedFiles.images .image .delete:after,
.videoSelectorMultiple .selectedFiles.videos .videoFrame .delete:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f2ed";
    position: absolute;
    font-size: 12px;
    color: white;
    font-weight: 300;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
}

.videoSelectorMultiple .selectedFiles.videos .videoFrame .video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.videoSelectorMultiple .selectedFiles.videos .videoFrame .video:after {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 36px;
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
    top: calc(50% - 18px);
    left: calc(50% - 12px);
}

.videoSelectorMultiple .selectedFiles.videos .videoFrame .video:hover:after {
    color: rgba(255, 255, 255, 1);
}

#multipleSelectOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
}

@media (max-width:1000px) {
    
    .tox .tox-toolbar {
        background-color: #707070 !important;
    }
    
}