.social-articles-content input[type="checkbox"] {
  display: none;
}
.social-articles-content input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
.social-articles-content input[type="checkbox"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}
.social-articles-content input[type="radio"] {
  display: none;
}
.social-articles-content input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) -38px top no-repeat;
  cursor: pointer;
}
.social-articles-content input[type="radio"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -57px top no-repeat;
}
.social-articles-content #articles-dir-list {
  float: left !important;
  width: 100%;
}
.get-started {
  margin: 20px 0;
  color: #666;
  font-size: 11px;
  text-align: center;
}
.get-started a {
  color: #666;
}
#wysihtml5-editor-toolbar {
  width: 100%;
  margin: 0 auto;
}
#wysihtml5-editor-toolbar header {
  display: block;
  border-radius: 4px;
  width: 100%;
  background: #eee;
  position: relative;
  z-index: 1;
  text-align: left;
  background-image: linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  height: 41px;
}
#wysihtml5-editor-toolbar header ul li {
  margin-left: 0 !important;
}
.commands {
  border-left: 1px solid #ddd;
  display: inline-block;
}
[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
  position: relative;

  list-style: none;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 46px;
  border: none;
}
[data-wysihtml5-command]::after,
[data-wysihtml5-action]::after,
.fore-color::after {
  content: "";
  background: url(../images/spr_toolbar_icons_r1.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover {
  background-image: linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
}
[data-wysihtml5-command="bold"]::after {
  background-position: 24px center;
}
[data-wysihtml5-command="italic"]::after {
  background-position: -48px center;
}
[data-wysihtml5-command="insertUnorderedList"]::after {
  background-position: -115px center;
}
[data-wysihtml5-command="insertOrderedList"]::after {
  background-position: -197px center;
}
[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
  background-position: -344px center;
}
[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
  background-position: -428px center;
}
[data-wysihtml5-command="createLink"]::after {
  background-position: -271px center;
}
[data-wysihtml5-command="insertImage"]::after {
  background-position: -513px center;
}
.fore-color::after {
  background-position: -741px center;
}
[data-wysihtml5-command="insertSpeech"]::after {
  background-position: -596px center;
}
[data-wysihtml5-action="change_view"]::after {
  background-position: -670px center;
}
.fore-color ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: -1px;
  left: -2px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  overflow: hidden;
}
.fore-color li {
  display: block;
  margin: 3px;
  width: auto;
  border: 0;
  height: 15px;
}
.fore-color li::after {
  display: none;
}
.fore-color:hover ul {
  display: block;
}
.fore-color [data-wysihtml5-command-value="silver"] {
  background: silver !important;
}
.fore-color [data-wysihtml5-command-value="gray"] {
  background: gray !important;
}
.fore-color [data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}
.fore-color [data-wysihtml5-command-value="red"] {
  background: red !important;
}
.fore-color [data-wysihtml5-command-value="purple"] {
  background: purple !important;
}
.fore-color [data-wysihtml5-command-value="green"] {
  background: green !important;
}
.fore-color [data-wysihtml5-command-value="olive"] {
  background: olive !important;
}
.fore-color [data-wysihtml5-command-value="navy"] {
  background: navy !important;
}
.fore-color [data-wysihtml5-command-value="blue"] {
  background: blue !important;
}
.fore-color .wysihtml5-command-active {
  outline: 1px solid #666;
  outline-offset: 1px;
}
.wysihtml5-commands-disabled .fore-color ul {
  display: none;
}
.wysihtml5-action-active,
.wysihtml5-command-active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #eee !important;
}
.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
  opacity: 0.4;
  cursor: default;
  background-image: none !important;
}
[data-wysihtml5-dialog] {
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #f7f7f7;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45px;
}
[data-wysihtml5-dialog] input {
  color: #333;
  border: 1px solid #ccc;
  padding: 3px;
  width: 300px;
}
[data-wysihtml5-dialog] input:focus {
  outline: 0;
  border: 1px solid #666;
}
[data-wysihtml5-dialog-action] {
  padding: 4px;
  color: #fff;
  cursor: pointer;
}
[data-wysihtml5-dialog-action="save"] {
  background: #007200;
}

[data-wysihtml5-dialog-action="cancel"] {
  background: #999;
}
#wysihtml5-editor-toolbar .section {
  width: 100% !important;
  margin-top: 30px;
  float: left;
}
.textarea-container {
  width: 100% !important;
  margin: 0 auto;
}
#wysihtml5-editor {
  width: 100% !important;
  height: 300px;
  border: 0;
  resize: none;
  white-space: pre;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
  word-wrap: normal;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.4);
  outline: 0;
}
a.fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.article-post-form-row .buttons-container {
  text-align: right;
  float: left;
  width: 100%;
  margin-right: 5px;
}
.article-post-form-row .buttons-container label {
  margin-right: 10px;
}
.article-post-form-row .buttons-container #publish-save {
  vertical-align: middle;
  margin-right: 5px;
}
.article-post-form-row .captcha-error-id{
  display: none;
}
.edit-controls {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 2px;
  display: none;
}
.editor-container {
  float: left;
  width: 100%;
  position: relative;
}
.upload-controls,
.uploading {
  text-align: left;
  margin: 0;
}
.upload-controls label {
  text-align: center;
  float: left;
  margin: 0 5%;
}
.upload-controls #uploader {
  float: left;
}
.upload-controls input {
  margin-bottom: 10px;
}
.upload-controls label,
.uploading label,
.messages-container label {
  display: block;
  padding-top: 2px;
  background: #f5f5f5;
  padding-bottom: 2px;
  border-radius: 4px;
  font: italic 11px "Droid Serif", Georgia, "Times New Roman", Times, serif;
}
.image-preview-container {
  width: 100%;
  text-align: center;
}
#image-container {
  max-width: 100%;
}
.options {
  width: 100%;
  position: relative;
}
.custom-display-flex{
  display: flex;
}
.options-content {
  width: 50%;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  margin-bottom: 10px;
  padding: 10px;
}
.options-content .titlelabel {
  background: 0;
    color: #666;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    line-height: 36px;
    margin-bottom: 0;
    padding: 0 10px 5px 5px;
}
.options-content select {
  height: 35px;
  min-width: 180px;
  width: 81%;
}
.options-content #article-tags{
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 10px;
  width: 85%;
  height: auto;
  max-height: 100px;
  min-height: 35px;
}
.post-status-container {
  margin-right: 0;
  width: 100%;
  border: 0;
  background: 0;
  padding: 0;
}
.post-status-container .article-status{
  border-radius: 20px;
  float: left;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  padding: 0 10px;
  width: auto;
  background: #007CFF;
  color: #fff;
}
#post_title.title-input{
  background: none;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  padding: .5em;
  margin-bottom: 1rem;
  width: 100%;
  clear: both;
}
#post_title.title-input::placeholder {
  color: #777;
}
#buddypress input.ed_button[type="button"]{
  border-color: #e5e5e5;
    color: #777;
    padding: 0 10px 1px;
    border-radius: 4px;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 1px 0 #ccc;
    background-color: transparent;
}
.post-image-container{
  margin: 10px 0;
    min-height: 40px;
  background: 0;
    border-radius: 0!important;
    box-shadow: none;
    float: left;
    position: relative;
    width: 100%;
}
.upload-controls input#uploader[type=submit], .upload-button-container input#uploader-1[type=submit]{
  border-color: #007CFF;
    background-color: #fff;
    color: #007CFF;
    outline: 0;
    padding: 0 10px;
    border-radius: 4px;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    transition: all .4s ease-in-out 0s;
    margin: 0;
    font: 400 13px Arial;
    float: left;
}
.post-image-container .upload-controls label, .post-image-container-1 .upload-button-container label{
  background: #f7f7f7;
    border-radius: 0;
    display: block;
    font-style: italic;
    font-size: 12px;
    padding: 8px;
    color: #777;
    float: left;
    margin: 0 20px;
}
.wp-media-buttons .insert-media.add_media{
  border-color: #e5e5e5;
    background-color: #fff;
    color: #777;
    outline: 0;
    padding: 0 10px;
    border-radius: 4px;
    height: 30px;
    min-height: auto;
    line-height: 70px;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 7px;
    font: 400 13px Arial;
    box-shadow: 0 1px 0 #ccc;
}
#buddypress .mce-toolbar .mce-btn{
  border: 1px solid #e5e5e5;
    padding: 0 10px 1px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}
#buddypress .mce-toolbar .mce-btn:hover{
  border-color: #000;
}
#buddypress .mce-toolbar .mce-btn.mce-listbox {
  padding-right: 20px;
}
.mce-panel .mce-listbox i.mce-caret{
  position: absolute;
    margin-top: -2px;
    right: -15px;
    top: 50%;
}
#buddypress .mce-toolbar .mce-btn button{
    transition: none;
}
#buddypress .mce-toolbar .mce-btn .mce-preview{
  left: 10px;
}
.wp-media-buttons .wp-media-buttons-icon{
  width: 18px;
    height: 16px;
}
.buddypress .wp-editor-tabs button.wp-switch-editor{
  border-color: #e5e5e5;
    background-color: #fff;
    color: #777;
    outline: 0;
    padding: 0 10px;
    border-radius: 4px 4px 0 0;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    transition: all .4s ease-in-out 0s;
    font: 400 13px Arial;
}
.buddypress .wp-editor-tabs button.wp-switch-editor:focus,.buddypress .wp-editor-tabs button.wp-switch-editor:hover{
  border-color: #e5e5e5;
  box-shadow: none;
  background: #f3f3f3;
}
.categories-selector,
.tags-selector {
  width: 100%;
  float: left;
  background: white !important;
  border-radius: 4px !important;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 12px;
  padding-left: 3px;
  height: 23px;
  padding-top: 5px;
  margin-top: 4px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-container,
.tags-list-container {
  width: 100%;
  float: left;
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 22px;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 4px !important;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  display: none;
  left: 100%;
  padding-bottom: 10px;
}
.tags-content,
.categories-content {
  height: auto;
  float: left;
  width: 200px;
  overflow: auto;
  max-height: 400px;
}
.tags-ready,
.categories-ready {
  float: left;
  height: 33px;
  width: 95%;
  text-align: right;
}
.picker,
.picker-t {
  width: 10px;
  height: 35px;
  background: url(../images/right-row.png) -13px 35px;
  position: absolute;
  z-index: 11;
  left: 90%;
  top: 20px;
  cursor: pointer;
}
.white-picker,
.white-picker-t {
  width: 30px;
  height: 28px;
  position: absolute;
  z-index: 12;
  left: 92%;
  top: 22px;
  cursor: pointer;
  display: none;
  background: #fff;
}
.error-field {
  box-shadow: 0 0 4px 1px rgba(253, 9, 0, 0.8) !important;
}
#uploading {
  display: none;
}
.messages-container {
  padding: 20px 0;
  display: none;
  width: 100%;
  float: left;
}
.post-save-options.messages-container{
  padding-bottom: 20px;
  padding-top: 0 !important;
  display: none;
  text-align: center;
  margin-top: -15px;
}
.messages-container label {
  margin-bottom: 15px;
}
.article.updated.success{
  padding: 10px;
}
#save-waiting {
  width: 100%;
  text-align: center;
  float: none;
  padding: 18px 0 0;
}
#error-box {
  width: 285px;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 16;
  margin-bottom: -6px;
  background: rgba(255, 48, 40, 0.8);
}
#error-box label {
  background: transparent;
}
#post-maker-container {
  border: 1px solid #e5e5e5;
  padding: 18px;
  max-width: none;
  min-width: inherit;
  position: relative;
  width: 100%;
  background-color: white;
}
.article-container {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
}
.article-content {
  width: 100%;
  min-height: 130px;
  float: left;
  border-bottom: 2px solid #f2f0f0;
  background: white;
  margin-left: 0;
  padding-top: 15px;
  position: relative;
}
.article-image {
  max-width: 100px;
  max-height: 100px;
  float: left;
  margin-top: 10px;
  position: relative;
  width: 20%;
}
.article-image img {
  max-width: 100%;
  max-height: 100%;
  border: 0 solid #f5f5f5;
}
.article-categories {
  width: 50%;
  height: 30px;
  float: left;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 30px;
}
.article-data {
  float: left;
  width: 78%;
  min-height: 105px;
  margin-top: 5px;
  margin-left: 2%;
  position: relative;
  margin-bottom: 5px;
}
.article-data h3 {
  font-size: 20px !important;
  margin-top: 5px !important;
  margin-bottom: 0.1em !important;
}
.more-articles-button-container {
  margin: 20px auto 0;
  width: auto;
}
#more-articles-loader {
  display: none;
}
.myself .publish,
.reference-status .publish {
  background: #279b27;
}
.myself .pending,
.reference-status .pending {
  background: #f9ff62;
}
.myself .draft,
.reference-status .draft {
  background: #fc6464;
}
.post-status-container .publish {
  background: #279b27;
  color: white;
}
.post-status-container .pending {
  background: #f9ff62;
  color: #6f6f6f;
}
.post-status-container .draft {
  background: #fc6464;
  color: #ffffff;
}
.article-metadata {
  border-top: 1px solid #E7E9EC;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 55px;
}
.author-options .edit{
  float: right;
}
.author-options .preview{
  float: left;
}
.deleting {
  background: url("../images/bp-ajax-loader.gif") no-repeat 5px 6px !important;
}
.social-loader {
  background: url("../images/bp-ajax-loader.gif") no-repeat;
  width: 30px !important;
  height: 14px !important;
  float: right;
  margin-top: 8px !important;
  display: none;
}
.social-delete {
  float: right;
  margin-right: 20px !important;
}
.date,
.article-likes,
.article-comments {
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  color: #a0a5a9;
  font: italic 11px "Droid Serif", Georgia, "Times New Roman", Times, serif;
  text-align: right;
}
.article-likes,
.article-comments {
  float: right !important;
  width: 40%;
}
.date {
  height: 10px !important;
  text-align: left !important;
  margin-bottom: 12px;
  margin-top: 2px;
}
.article-likes .likes-text,
.article-likes .likes-count {
  float: right;
  margin: 0 0 0 7px;
}
.article-likes .likes-text {
  line-height: 28px;
}
.article-likes .likes-count {
  font-weight: bold;
  font-size: 26px;
  text-shadow: 0 1px 0 white;
  line-height: 1;
}
#articles-container {
  padding-bottom: 35px;
  float: left;
  width: 100%;
}
.publish-container,
.articles-container {
  display: block;
  width: 100%;
}
.pending-container,
.draft-container {
  display: none;
  width: 100%;
}
.edit-controls-1 {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 2px;
  display: none;
}
.post-image-container-1 {
  width: 100%;
  margin-bottom: 20px !important;
  background: white;
  float: left;
  position: relative;
  margin-top: 15px;
}
.upload-controls-1,
.uploading-1 {
  text-align: left;
  margin: 0;
}
.upload-button-container #uploader-1 {
  margin-top: 10px;
}
.upload-controls-1 label {
  text-align: center;
  float: left;
  margin: 0 5%;
}
.upload-controls-1 input {
  margin-bottom: 10px;
}
.upload-controls label,
.uploading label,
.messages-container label,
.upload-controls-1 label,
.uploading-1 label {
  display: block;
  padding-top: 2px;
  background: #f5f5f5;
  padding-bottom: 2px;
  border-radius: 4px;
  font: italic 11px "Droid Serif", Georgia, "Times New Roman", Times, serif;
}
.upload-controls-1 label {
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 0;
  display: block;
  font-style: italic;
  font-size: 12px;
  padding: 10px;
}
.image-preview-container-1 {
  width: 100%;
  text-align: center;
}
#image-container-1 {
  max-width: 100%;
}
.messages-container-1 {
  color: red;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  text-align: left;
}
.options-content.options-content-second {
  z-index: 0;
}
#buddypress .buttons-container input[type="submit"]{
  border-color: #007CFF;
    background-color: #fff;
    color: #007CFF;
    padding: 0 10px;
    border-radius: 4px;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    font: 400 13px Arial;
}
#buddypress .buttons-container input[type="submit"]:hover{
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ccc;
}
.article-post-form-row{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-post-form-row .buttons-container label{
  color: #777;
    font-size: 13px;
    display: inline-block;
}
#post-maker-container .col-md-3 label, .buddypress .buddypress-wrap .editor-container h5{
  letter-spacing: -.24px;
    font-size: 14px;
    margin: 10px 0;
}
#post-maker-container #youtube-url, #post-maker-container #video-credits{
  border: 1px solid #ccc;
    background: #fff;
    padding: 2px 10px;
    width: 85%;
    height: auto;
    max-height: 100px;
    min-height: 35px;
    margin-bottom: 20px;
}
#post-maker-container .lighter-font{
  color: #A3A5A9;
    font-size: 14px;
    line-height: 1.35;
}
.post-image-container-1 .uploading-1{
  display:none;
}
.article-media-upload{
  font-size: 14px;
  background: #fff3cd;
  color: #856404;
  padding: 5px;
  border-radius: 4px;
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.article-media-upload p{
  margin: 0;
}
.select2-container--default .select2-selection--multiple, .select2-container--open.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 0;
  background: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding-top: 35px!important;
}
.select2-container--default .select2-selection--multiple .select2-search__field{
  height: 35px;
  font-size: 15px;
  background: #fff;
  border: 1px solid rgb(222, 223, 226);
  border-radius: 3px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px){
  .options-content{
    width: 100%;
  }
  .article-post-form-row{
    flex-direction: column;
    align-items: flex-start;
  }
  .article-post-form-row .buttons-container{
    width: auto;
    margin-top: 10px;
  }
}

.bvi-tags {
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  background-color: #4d5c6d!important;
  border-color: #4d5c6d!important;
  font-size: 14px;
  color: #fff;
  padding: 0 8px;
}

.bvi-tag-cross {
  margin: 0 0 0 8px;
  font-size: 13px;
  text-shadow: 2px 0px 2px rgb(14 166 255);
  cursor: pointer;
}

#bvi-tag-container {
  padding-left: 40px;
  padding-right: 5px;
}

@media (max-width: 940px){
  #bvi-tag-container {
    padding-left: 2px;
    padding-right: 1px;
  }
}

@media (max-width: 800px){
  #bvi-tag-container {
    padding-left: 40px;
    padding-right: 1px;
  }
}

@media (max-width: 640px){
  #bvi-tag-container {
    padding-left: 2px;
    padding-right: 1px;
  }
}

.bvi-tag-dropdown {
  margin-left: 39px;
  position: relative;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  background: #fff;
  box-shadow: 0 23px 38px 1px rgba(0, 0, 0, .05), 0 6px 24px 0 rgba(18, 43, 70, .1);
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  max-width: 338px;
  overflow-x: hidden;
}

.bvi-tag-option.hovered {
  background-color: #0693e3;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}