.wha-wordsearch-row-admin .wha-wordsearch-item {    margin: 5px;    padding: 5px;    border: 1px solid #ececec;}.wha-wordsearch-row-admin .wha-wordsearch-inner input {    width: 100%;}.wha-wordsearch-block {    width: calc(100% - 40px);}.wha-wordsearch-item {    display: flex;    align-items: center;}.wha-delete-wordsearch-item {    display: flex !important;    width: 30px;    height: 30px;    border-radius: 50%;    border: 1px solid #ececec;    text-decoration: none;    align-items: center;    justify-content: center;    margin: 5px;    text-align: center;    font-size: 18px !important;}#wha-wordsearch-action-add {    text-align: right;}#wha-wordsearch-action-add a {    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 26px;    height: 28px;    margin: 5px;    padding: 0 10px 1px;    cursor: pointer;    border-width: 1px;    border-style: solid;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    box-sizing: border-box;    background: #0085ba;    border-color: #0073aa #006799 #006799;    box-shadow: 0 1px 0 #006799;    color: #fff;    text-decoration: none;    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;}.wha-rotate-45-left:before {    display: block;    -o-transform: rotate(-45deg);    -webkit-transform: rotate(-45deg);    transform: rotate(-45deg);}.wha-rotate-45-right:before {    display: block;    -o-transform: rotate(45deg);    -webkit-transform: rotate(45deg);    transform: rotate(45deg);}.wha-fa-hidden {    visibility: hidden;}.wha-tooltip {    position: relative;    display: inline-block;    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */}.wha-tooltip .wha-tooltiptext {    visibility: hidden;    width: 120px;    background-color: #555;    color: #fff;    text-align: center;    padding: 5px 0;    border-radius: 6px;    /* Position the tooltip text */    position: absolute;    z-index: 1;    top: 25px;    left: 50%;    margin-left: -60px;    /* Fade in tooltip */    opacity: 0;    transition: opacity 0.3s;}/* Tooltip arrow */.wha-tooltip .wha-tooltiptext::after {    content: "";    position: absolute;    top: -10px;    left: 50%;    margin-left: -5px;    border-width: 5px;    border-style: solid;    border-color: transparent transparent #555 transparent;}.js-copytextarea {    width: 0;    height: 0;    overflow: hidden;    padding: 0;    border: none;    line-height: 0;}.note {    display: flex;    align-items: center;    padding: 5px;}.note i {    padding-right: 12px;    font-size: 25px;    color: #0085ba;}.note p {    color: grey;}input[name="whaws_direction"] {    float: right;    margin: 2px 0 0!important;}#whaws_sidebar .handlediv,#whaws_sidebar .hndle.ui-sortable-handle,#whaws_sidebar.postbox {    display: none;}#whaws_sidebar .inside {    background: white;    border: 1px solid #41b4f7;    padding: 25px 15px;}#whaws_sidebar .inside h1,#whaws_sidebar .inside h2,#whaws_sidebar .inside h3,#whaws_sidebar .inside h4,#whaws_sidebar .inside h5 {    padding: 0 !important;}#whaws_sidebar .inside h4 {    margin: 10px 0;}#whaws_sidebar .inside h1 {    font-size: 19px;    color: #41b4f7;    font-weight: bold;    text-align: center;}#whaws_sidebar .whaws_sidebar_list li {    margin: 0;}#whaws_sidebar .whaws_sidebar_list {    font-size: 12px;    line-height: 21px;    margin: 0;}wha {    color: #41b4f7;}#whaws_sidebar .whaws_logo_wrap {    text-align: center;    padding: 15px;}#whaws_sidebar .whaws_logo_wrap img {    width: 100%;    max-width: 100px;}/* Button Animation */#whaws_sidebar .btn {    background: #41b4f7;    color: white;    font-size: 10px;    letter-spacing: 1px;    text-transform: uppercase;    padding: 14px 21px;    border: 2px solid #41b4f7;    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);    display: block;    cursor: pointer;    font-size: 14px;    font-weight: bold;    outline: none;    vertical-align: middle;    text-align: center;    position: relative;    overflow: hidden;}#whaws_sidebar .btn-border {    background-color: transparent;    color: #1d1d1d;}#whaws_sidebar .btn-arrow {    position: relative;    transition: background-color 300ms ease-out;}#whaws_sidebar .btn-arrow span {    display: inline-block;    position: relative;    transition: all 300ms ease-out;    will-change: transform;}#whaws_sidebar .btn-arrow:hover span {    transform: translate3d(-1rem, 0, 0);}#whaws_sidebar .btn-arrow svg {    position: absolute;    width: 1.3em;    right: 0;    opacity: 0;    top: 50%;    transform: translateY(-50%);    transition: all 300ms ease-out;    will-change: right, opacity;}#whaws_sidebar .btn-arrow:hover svg,#whaws_sidebar .btn:hover svg {    opacity: 1;    right: -2rem;}