input.minicolors-input {
    max-width: 194px;
}

.minicolors-theme-default .minicolors-swatch {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.whatso-clearfix:before,
.whatso-clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.whatso-border-box {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.whatso-warning {
    color: red;
    font-weight: bold;
}

.whatso-picker-container {
    display: inline-block;
    position: relative;
}

.whatso-picker-container .whatso-clicker {
    position: absolute;
    top: 2px;
    right: 1px;
    border-radius: 0 2px 2px 0;
    color: white;
    background: #0085ba;
    padding: 2px 10px;
    line-height: 150%;
}

.whatso-picker-container .whatso-clicker:hover {
    cursor: pointer;
    background: #008ec2;
}

.whatso-picker-container .whatso-picker-preview {
    display: none;
}

.whatso-picker-container .whatso-picker-preview.show {
    display: block;
}

.whatso-picker-container .whatso-image-container {
    display: inline-block;
    border: 1px solid #ededee;
    padding: 5px;
    background: white;
    margin-top: 4px;
    position: relative;
    max-width: calc(25em - 10px);
}

.whatso-picker-container .whatso-picker-preview img {
    display: block;
    max-width: 100%;
}

.whatso-picker-container .whatso-close-preview {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    width: 20px;
    height: 20px;
}

.whatso-picker-container .whatso-close-preview:hover {
    cursor: pointer;
}

.whatso-picker-container .whatso-close-preview:before,
.whatso-picker-container .whatso-close-preview:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background: white;
    width: 100%;
    height: 2px;
}

.whatso-picker-container .whatso-close-preview:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}


/*
.whatso-account-item tr:last-child td:after {
	content: '';
	display: block;
	max-width: 25em;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	}
*/

.whatso-account-actions {
    margin: 20px 0 36px;
    max-width: 25em;
}

.whatso-queue-buttons {
    float: right;
}

.whatso-queue-buttons span {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    background: #e9e9e9;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: relative;
    transition: background .2s;
}

.whatso-account-items table:first-child .whatso-queue-buttons span:first-child,
.whatso-account-items table:last-child .whatso-queue-buttons span:last-child {
    display: none;
}

.whatso-queue-buttons span:hover {
    cursor: pointer;
    background: #e0e0e0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}

.whatso-queue-buttons i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.whatso-listing-info {
    font-weight: bold;
    margin-top: 1em !important;
}

.whatso-search-posts {
    position: relative;
    width: 25em;
    max-width: 100%;
}

.whatso-search-posts:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent url('../images/loader.gif') center center no-repeat;
    background-size: contain;
    display: none;
}

.whatso-search-posts.whatso-show-loader:before {
    display: block;
}

.whatso-inclusion {
    margin-left: 0;
    width: 25em;
    max-width: 100%;
}

.whatso-inclusion li:not(.whatso-placeholder) {
    background: #f9f9f9;
    padding: 5px 10px 5px 10px;
    margin-bottom: 2px;
    position: relative;
}

.whatso-inclusion li.whatso-placeholder {
    display: none;
}

.whatso-inclusion li.whatso-placeholder:only-child {
    display: block;
}

.whatso-inclusion li p {
    margin: 0 auto;
}

.whatso-inclusion .whatso-title {
    display: block;
    font-weight: bold;
}

.whatso-inclusion .whatso-permalink a {
    opacity: .5;
    text-decoration: none;
    color: inherit;
}

.whatso-inclusion .whatso-permalink a:hover {
    text-decoration: underline;
    opacity: 1;
}

.whatso-inclusion .dashicons {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .5;
}

.whatso-inclusion .dashicons:hover {
    opacity: 1;
    cursor: pointer;
}


/**/

.whatso-search-result {
    display: block;
    position: relative;
    width: 25em;
    max-width: 100%;
    z-index: 3;
}

.whatso-search-result ul {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .03);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.whatso-search-result ul.whatso-show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.whatso-search-result li {
    padding: 10px 15px;
    border-bottom: 1px solid #ededee;
    margin: 0;
    position: relative;
    transition: background .3s;
}

.whatso-search-result li:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.whatso-search-result .whatso-title {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.whatso-search-result .whatso-permalink {
    opacity: .7;
}

.whatso-account-search,
.whatso-account-result {
    width: 350px;
    max-width: 100%;
    margin: 2px 0 0;
}

.whatso-account-search {
    position: relative;
}

.whatso-account-list {
    margin: 1em 0;
    z-index: -1;
}

.whatso-account-search .whatso-account-list {
    margin: 0;
    padding-top: 2px;
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
    max-height: 500px;
    overflow-y: auto;
    display: none;
}

.whatso-account-search .whatso-account-list.whatso-show {
    display: block;
}

.whatso-search-box {
    position: relative;
}

.whatso-search-box:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent url('../images/loader.gif') center center no-repeat;
    background-size: contain;
    display: none;
}

.whatso-show-loader .whatso-search-box:before {
    display: block;
}

.whatso-account-list .whatso-item {
    position: relative;
}

.whatso-account-search .whatso-item:hover {
    cursor: pointer;
    background: #fdf9e0;
    border-bottom-color: #fdf5c8;
}

.whatso-account-list .whatso-avatar {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.whatso-account-list .whatso-avatar img {
    max-width: 100%;
}

.whatso-account-list .whatso-info {
    float: left;
    width: calc(100% - 82px);
}

.whatso-account-list .whatso-title {
    font-weight: bold;
}

.whatso-updown {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.whatso-updown span {
    background: trasparent;
    border: 1px solid transparent;
    border-radius: 2px;
    opacity: .5;
    transition: opacity .15s;
    display: block;
}

.whatso-updown span:hover {
    background: #f5f5f5;
    border-color: #f0f0f0;
    opacity: 1;
    cursor: pointer;
}

.whatso-item:first-child .whatso-up {
    display: none;
}

.whatso-item:last-child .whatso-down {
    display: none;
}

.whatso-remove-account {
    color: #0073aa;
}

.whatso-remove-account:hover {
    color: #00a0d2;
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 782px) {
    .whatso-picker-container {
        display: block;
    }
    .whatso-picker-container .whatso-clicker {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .whatso-account-item tr:last-child td:after {
        max-width: 100%;
    }
    .whatso-account-item td select {
        width: auto;
        display: inline-block;
    }
    .minicolors-theme-default .minicolors-input {
        padding-left: 30px !important;
    }
    .minicolors-theme-default .minicolors-swatch {
        left: 10px !important;
    }
    .whatso-search-posts,
    .whatso-search-result,
    .whatso-inclusion {
        width: 100%;
    }
}

li#toplevel_page_whatso_floating_menu_setup .wp-submenu li {
    display: none;
}

li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(2) {
    display: list-item;
}

li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(3) {
    display: list-item;
}

li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(4) {
    display: list-item;
}

li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(5) {
    display: list-item;
}
li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(6) {
    display: list-item;
}
li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(7) {
    display: list-item;
}
li#toplevel_page_whatso_floating_menu_setup .wp-submenu li:nth-child(8) {
    display: list-item;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#wpwrap{
    padding-right: 20px;
}
/* #wpfooter{
    position:fixed;
} */

/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTk3j77e.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3j77e.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTs3j77e.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3j77e.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}