#adminmenuwrap {
    margin-top: 0 !important;
}

#adminmenu .toplevel_page_wellnessliving_sdk .dashicons-before img,
#adminmenu .toplevel_page_wellnessliving_theme .wp-menu-image.dashicons-before img {
    width: 30px;
    padding: 2px 0 0 0;
    opacity: 0.8;
}

.theme form {
    margin: 0;
}

.theme.active .theme-id-container-name__wrapper .theme-name {
    background: #00ae24;
}

h3.franchisee-extra {
    line-height: 1.3em;
    padding: 7px 10px;
    margin: 0;
    font-weight: 300;
}

.franchisee-slug {
    width: 80%;
}

div#form__wrapper {
    display: flex;
    flex-direction: row;
}

.button.button-danger {
    background: #b73333;
    border-color: #b73333;
    color: #fff;
}

.button.button-danger:hover {
    background: red;
    border-color: red;
    color: #fff;
}

form.form-single {
    margin-right: 15px;
}

.button.wl-button-primary {
    background: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.button.wl-button-primary:hover {
    background: #286090;
    border-color: #286090;
    color: #fff;
}

form.form-single.clear-cache .button-secondary {
    background: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

form.form-single.clear-cache .button-secondary:hover {
    background: #ec971f;
    border-color: #ec971f;
}

.theme-id-container-name__wrapper {
    background: #a5aeab;
}

.theme-required-locations,
.theme-required-franchisees {
    padding: 10px;
}

#multi-location-label,
#default-location-label,
#multi-franchisee-label,
#default-franchisee-label {
    margin: 0 10px;
    vertical-align: -webkit-baseline-middle;
}

/* Cron Task */
.multi-location-cron-interval-form p label,
.multi-franchisee-cron-interval-form p label {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 400px;

    cursor: pointer;
}

.multi-location-cron-interval-form p label span:first-child,
.multi-franchisee-cron-interval-form p label span:first-child {
    width: 150px;
    font-size: 16px;
}

.multi-location-cron-interval-form p label span select,
.multi-franchisee-cron-interval-form p label span select {
    cursor: pointer;
}

.multi-location-cron-interval-form p label span:nth-child(2),
.multi-franchisee-cron-interval-form p label span:nth-child(2) {
    margin-right: 25px;
}

.multi-location-cron-interval-form p label span:nth-child(3),
.multi-franchisee-cron-interval-form p label span:nth-child(3) {
    width: 150px;
    font-size: 14px;
}

label#franchisee-checkbox-menu-label {
    font-size: 20px;
    font-weight: 600;
}

/* Hide Editor for Pages */
.wp-admin.post-type-page .postarea.wp-editor-expand,
.wp-admin.post-type-page .block-editor-block-list__layout.is-root-container {
    display: none;
}


#force-wrapper > div {
    display: inline-block;
}

.force-wrapper__left {
    font-weight: bold;
    line-height: 35px;
    vertical-align: bottom;
}

.tg-list-item {
    margin: 0 2em 0 0.5em;
}

h4 {
    color: #999;
}

.tgl {
    display: none !important;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
}

.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02c66f;
    transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
    background: #ff3a19;
    content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7fc6a6;
}

.tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
}

.auth__wrapper,
.snippet__wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.auth__element,
.snippet__element {
    display: block;
    width: 150px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#auth-config-form #force-wrapper,
#collector-form #force-wrapper {
    margin-bottom: 20px;
}

.instagram-profiles {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.instagram-profiles__profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    background: ivory;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 7%);
    position: relative;
}

.instagram-profiles__profile-container {
    flex-direction: column;
    display: flex;
    margin-right: 15px;
}

.instagram-profiles__profile-icon {
    height: 90px;
    margin-right: 15px;
}

.instagram-profiles__profile-text {
    margin: 0 5px;
}

.instagram-profiles__profile-field {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 3px;
}

.instagram-error {
    background: #ff000014;
    width: 500px;
    padding: 5px;
    margin: 10px 0 0;
    border-radius: 5px;
}

.instagram-profiles__profile-field-icon-container {
    width: 20px;
    height: 20px;
}

.instagram-profiles__profile-field-icon {
    height: 100%;
}

.instagram-profiles__profile .delete-instagram-account-button, .instagram-profiles__profile .delete-instagram-account-button:hover {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: black;
    border: 0;
}

.instagram-buttons {
    margin: 5px 0;
}
.hidden {
    display: none;
}