#main-nav .nav-link {
    font-size: 11px;
    color: unset;
}
.datatable-one-row {
    white-space: nowrap;
    width: 1px;
}
a.disabled, a:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.form-card-group {
    border-color: #E22127 !important;;
}
.form-card-group .card-header {
    border-color: #E22127 !important;;
}

.textarea-hidden {
    display: none !important;
    visibility: hidden;
}

.textarea-hidden * {
    display: none !important;
    visibility: hidden;
}

.btn-delete-template-block {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.category-check-list {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    min-height: 100px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.category-check-item {
    position: relative;
}
.category-check-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -10px;
    bottom: 0;
    width: 1px;
    background-color: #4a4a4a;
}

.category-check-list > .category-check-item:first-child:last-child::before {
    display: none;
}
.category-check-list > .category-check-item:first-child::before {
    top: 10px;
}
.category-check-list > .category-check-item:last-child:before,
.category-check-children > .category-check-item:last-child:before {
    bottom: auto;
    height: 20px;
}

.category-check-children {
    position: relative;
}
.category-check-children > .category-check-item {
    padding-left: 25px;
}
.category-check-children > .category-check-item::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 17px;
    height: 1px;
    background-color: #4a4a4a;
    left: 8px;
}

.category-check-item input[type="checkbox"]:disabled + span:before,
.category-check-item input[type="checkbox"]:disabled + span {
    opacity: 1 !important;
    color: rgba(0,0,0,0.5);
}

.category-check-item input[type="checkbox"]:disabled + span:before {
    border-color: rgba(0,0,0,0.5);
}
a.btn-in-table {
    color: unset;
    text-decoration: none;
    background-color: transparent;
}
a.btn-in-table:hover {
    color: #e22127;
    background-color: transparent;
}

.fieldset-group {
    border: 1px solid #ccc;
    padding: 15px;
}

.fieldset-group + .fieldset-group {
    margin-top: 15px;
}

.fieldset-group > legend {
    display: block;
    width: auto;
    padding: 0 10px;
}

.form-url-upload {
    display: flex;
}
.form-url-upload > * {
    margin: 0 !important;
}

.form-url-upload > button {
    width: 50px;
}

#oc-core-popover-container .popover {
    border-color: #e22127;
    background-color: transparent;
}

#oc-core-popover-container .popover .arrow:after {
    border-bottom-color: #e22127;
}

#oc-core-popover-container .popover-header {
    display: none;
}

#oc-core-popover-container .popover-body {
    padding: 0;
}



#dropdown-menu-profile,
#dropdown-menu-locales {
    display: none;
}

#oc-core-popover-container #dropdown-menu-profile,
#oc-core-popover-container #dropdown-menu-locales {
    display: block;
}

#dropdown-menu-profile > .list-group-item,
#dropdown-menu-locales > .list-group-item {
    border-width: 0;
    border-radius: 0;
    padding: .5em 1em;
}
#dropdown-menu-profile > .list-group-item + .list-group-item,
#dropdown-menu-locales > .list-group-item + .list-group-item {
    border-top-width: 1px;
}
#dropdown-menu-profile > .list-group-item:hover,
#dropdown-menu-locales > .list-group-item:hover {
    background-color: #e22127;
    color: #fff;
}
