header a.logo:hover img, header .nav a, header .nav .big, .auth-btn, .reg-btn, .banner-btn, header .user-name, .nav-block a, .poss-card div h3, .tools-card a, .qa-block .question:after, .user-input-wrp .input-selector .selected:after, header .logout, .ranking-report .show-menu .icon, .input-block .input-selector .selected:after, .create-new-project, .active-check-list .check:before, .project-card div .link a, .tracking-report .show-menu .icon, .btn-delete, .pt-delete-btn, .pr-delete-btn, .pack .show-pages:after, .r-filters .f-name:after {
   -webkit-transition: .3s;
   transition: .3s;
}
nav .submenu > div, .data-labels input[type=checkbox], .result-filters .results:not(.show), .result-filters .f-selectors {
   display: none;
}
header a.logo:hover img {
   background: #4dfeae;
   outline-color: #4dfeae;
}
.no-navigation a.logo:hover img {
    background: #8556fc;
    outline-color: #8556fc;
}
header .nav .big:hover {
   background-color: #8556fc;
   cursor: pointer;
}
header .nav a:hover, footer a:hover, .tools-card a:hover, .re-tools-card:hover .name {
   color: #8556fc;
   cursor: pointer;
}
.auth-btn:hover, header .user-name:hover {
   color: #fff;
   background: #8556fc;
   cursor: pointer;
}
.reg-btn:hover, .banner-btn:hover, .plan-card .btn:hover, .interface .btn:hover, .review-btn:hover, .user-information .inform-btn:hover, .user-information .pass-btn:hover, .newchat-btn:hover, .message .send-message-btn:hover, .action-els .pay-btn:hover, .promocode-btn:hover, .form-center .btn:hover, .user-information .notif-btn:hover, .crawl-pack .pack .btn:hover {
   background: #6b31fe;
   border-color: #6b31fe;
   cursor: pointer;
}
.btn-delete:hover, .pt-delete-btn:hover, .pr-delete-btn:hover {
   background-color: #c31313;
   border-color: #c31313;
   cursor: pointer; 
}
.export_clipboard:hover, .export_csv:hover {
   background: #40495a;
   border-color: #40495a;
   cursor: pointer;
}
header .nav .big.show:before {
   background-image: url("/img/close.svg");
   background-size: .8em;
}
nav .menu {
   width: 100%;
   background: #f3f3f7;
   padding: 1em 0;
   box-sizing: border-box;
}
nav .menu div {
   font-family: 'Golos Medium';
   font-size: .9em;
   width: 100%;
   padding: .8em 2em;
   box-sizing: border-box;
   cursor: pointer;
}
nav .menu div.selected {
   background: white;
   border-right: .2em solid #8556fc;
   color: #8556fc;
}
nav .submenu {
   padding: 1.5em;
   width: 100%;
   box-sizing: border-box;
   max-height: calc(100vh - 10.5em);
   overflow: scroll;
}
nav .submenu > div.showed {
   display: flex;
   flex-direction: column;
}
nav .submenu div .nav-block {
   width: 100%;
   padding: 1em 0;
   box-sizing: border-box;
}
nav .submenu div .nav-block:last-child {
    margin-bottom: 2em;
}
.nav-block .name {
   font-family: 'Golos Medium';
   margin-bottom: .25em;
}
.nav-block a {
   float: left;
   width: 100%;
   font-size: .9em;
   margin-top: .5em;
   line-height: 1.4em;
   text-decoration: none;
   color: #0f1c2d;
}
.nav-block a:hover {
   color: #8556fc;
   cursor: pointer;
}
.nav-cover.show {
   z-index: 4;
   position: fixed;
   width: 100%;
   height: 100%;
   background: #00000045;
}
.poss-card:not(.selected) div:hover h3 {
   cursor: pointer;
   color: #4dfeae;
}
.language-selector:hover {
   background: #858585;
   cursor: pointer;
}
.language-selector.choose {
   background: #858585;
   border-radius: 5px 5px 0 0;
}
.language-selector.choose .selected:after, .user-input-wrp.show .input-selector .selected:after, .input-block.show .input-selector .selected:after {
   transform: rotate(180deg);
}
.language-selector.choose .data-results div {
   color: white;
   width: 100%;
   position: relative;
   box-sizing: border-box;
   padding: 0.75em 2.2em 0.75em 1.2em;
   font-size: .8em;
   color: #fff;
   font-family: 'Golos';
   background: #000;
}
.language-selector.choose .data-results {
   display: block;
   border: 2px solid #858585;
   border-radius: 0 0 5px 5px;
   background: #000;
   width: calc(100% + 4px);
   box-sizing: border-box;
   margin-left: -2px;
}
.language-selector.choose .data-results .data:hover {
    background: #858585;
}
.user-input-wrp .inputText:focus, .user-input-wrp textarea:focus {
  border-color: #8556fc;
  outline: 1px solid #8556fc;
}
.user-input-wrp input:focus ~ .floating-label, .user-input-wrp input:not(:focus):valid ~ .floating-label {
  top: -.75em;
  left: 1em;
  padding: 0 .5em;
  font-size: .7em;
  background: white;
  opacity: 1;
}
.user-input-wrp.show .input-selector, .input-block.show .input-selector {
   background: #c2abff;
   border-color: #c2abff;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.user-input-wrp.show .time-selector, .user-input-wrp.show .time-selector input {
    border-color: #c2abff;
}
.user-input-wrp.show .data-search {
  position: absolute;
  top: 2.75em;
  font-size: .8em;
  left: 0;
  border-color: #c2abff;
  border-style: solid;
  border-width: 0 2px;
  padding: 0.75em 0.6em;
  box-sizing: border-box;
}
.show .input-selector .data-labels, .input-block.show .calendar-container {
    display: block;
}
.input-block.show .data-search input, .user-input-wrp.show .data-search input {
  width: 100%;
  border: 2px solid #c2abff;
  border-radius: 5px;
  padding: 0.25em 0.6em;
  font-size: 1em;
}
.input-block.show .data-results div, .user-input-wrp.show .data-results div {
  font-size: 1em;
  padding: 0.75em 1.2em;
}
.user-input-wrp.show .data-search, .user-input-wrp.show .data-results, .user-input-wrp.show .data-labels, .input-block.show .data-search {
  display: block;
  z-index: 2;
  background: white;
  width: 100%;
}
.user-input-wrp.show div:not(.time-selector) .selector-name {
  background: #c2abff;
}
.input-block.show .data-results div, .user-input-wrp.show .data-results div {
  font-size: 1em;
  padding: 0.75em 1.2em;
}
.user-input-wrp.show .data-results, .input-block.show .data-results {
    position: absolute;
    top: 6.15em;
    font-size: .8em;
    left: 0;
    max-height: 10em;
    overflow: scroll;
    border-color: #c2abff;
    border-style: solid;
    border-radius: 0 0 5px 5px;
    border-width: 0 2px 2px 2px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: white;
}
.input-block.show .input-selector.no-search .data-results {
    top: 2.5em;
}
.input-block.show {
    z-index: 4;
}
.input-block.show .data-search {
    position: absolute;
    top: 2.5em;
    font-size: .8em;
    left: 0;
    border-color: #c2abff;
    border-style: solid;
    border-width: 0 2px;
    padding: 0.75em 0.6em;
    box-sizing: border-box;
}
.data-results div:hover, .data-labels label:hover, .f-selectors div:hover {
  background: #c2abff;
  cursor: pointer;
}
.user-input-wrp.show .data-labels {
    position: absolute;
    top: 2.4em;
    font-size: 1em;
    left: 0;
    width: 100%;
    max-height: 10em;
    overflow: scroll;
    border-color: #c2abff;
    border-style: solid;
    border-radius: 0 0 5px 5px;
    border-width: 0 2px 2px 2px;
    box-sizing: border-box;
}
.user-input-wrp.show .data-labels label {
    float: left;
    width: 100%;
    position: relative;
    font-size: .8em;
    padding: 0.75em 1.2em 0.75em 2.4em;
    box-sizing: border-box;
}
.user-input-wrp.show .data-labels label:before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: 0.6em;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    background-size: .6em;
    background-position: 50%;
    background-repeat: no-repeat;
}
.input-selector input[type=checkbox]:checked+label:before {
    background-image: url(https://rocket-tools.pro/img/icon/check.svg);
}
.input-block:hover, .user-input-wrp .input-selector:hover {
   cursor: pointer;
}
.qa-block.show .answer {
    display: block;
}
.qa-block.show .question:after {
    transform: rotate(45deg);
}
.answer p code {
    font-family: 'Golos';
    float: left;
    width: 100%;
    background: rgb(249 247 255);
    color: #6e788d;
    margin: 1em 0 1.5em 0;
    padding: .5em 1em;
    border-radius: 5px;
    font-size: .9em;
    overflow: scroll;
    box-sizing: border-box;
    border: 3px solid #e8dfff;
    word-break: break-word;
}
.progress .title {
    font-family: 'Golos Medium';
    margin-bottom: 1em;
}
.progress .pre-title {
    font-family: 'Golos';
    font-size: .7em;
    margin-bottom: .5em;
}
.progress .bar {
    width: 100%;
    height: 1.5em;
    background: #ceffe4;
    float: left;
    border-radius: 5px;
}
.progress .bar div {
    width: 0%;
    background-color: #99ffc7;
    border-radius: 5px;
    height: 1.5em;
    background-image: url('/img/icon/stripe.svg');

  animation: move 1s linear infinite;
}  
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2.25em 0;
  }
}
.alert-cont {
    position: fixed;
    top: 1.5em;
    overflow: hidden;
    z-index: 999;
    left: 1.5em;
    max-width: calc(100% - 3em);
}
#js-alert {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    z-index: 999;
    font-size: .8em;
    font-family: 'Golos';
    padding: 1em 3em 1em 4em;
    border-radius: 5px;
    color: #f7fbff;
    box-shadow: 0 2px 2px 0 rgb(11 37 71 / 20%), 0 0 1px 0 rgb(10 37 70 / 20%);
}
#js-alert:before, #club-alert:before, #update-alert:before {
    content: '';
    position: absolute;
    left: -1em;
    top: -1em;
    width: 4em;
    height: 4em;
    background-size: 4em;
    background-position: 50%;
    background-repeat: no-repeat;
}
#club-alert:before {
    background-image: url(https://src.seo-rocket.pro/img/tools/design/olive-white.svg);
}
#update-alert:before {
   background-image: url(https://src.seo-rocket.pro/img/tools/design/data-center.svg);
}
#js-alert.bad {
    background: #e62524;
}
#js-alert.bad:before {
    background-image: url(https://src.seo-rocket.pro/img/tools/design/error.svg);
}
#js-alert.good {
    background: #1175e6;
}
#js-alert.good:before {
    background-image: url(https://src.seo-rocket.pro/img/tools/design/success.svg);
}
#js-alert.info {
    background: #ffcd30;
}
#js-alert.info:before {
    background-image: url(https://src.seo-rocket.pro/img/tools/design/info.svg);
}
#js-alert .close {
    position: absolute;
    width: 2em;
    height: 2.625em;
    right: 0;
    top: 0;
    background-image: url(https://src.seo-rocket.pro/img/tools/design/close-alert.svg);
    background-size: 0.6em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: rgb(15 28 45 / 12%);
}
#js-alert .close:hover {
    cursor: pointer;
    background-color: rgb(15 28 45 / 25%);
}
.interface .btn.process, .review-btn.process, .project-btn.process {
    color: transparent;
    background-image: url(https://src.seo-rocket.pro/img/tools/design/gear.svg);
    background-size: 2.2em;
    background-repeat: no-repeat;
    background-position: 50%;
}
header .logout:hover {
    background-color: #fff;
    border-color: #fff;
    filter: invert(1);
    cursor: pointer;
}
.qa-block .answer a {
    text-decoration: none;
    color: #1175e6;
    font-size: 1em;
}
.qa-block .answer a:visited {
    color: #8556fc;
}
body.no-scroll {
    height: 100vh;
    overflow-y: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #e8dfff inset;
}
.form .status {
    font-size: .8em;
    padding: 1em 1.5em;
    margin-bottom: 2em;
    text-align: center;
    border-radius: 5px;
}
.form .status.fail {
    background: #fdd5d5;
    border-left: 5px solid #e62524;
}
.form .status.win {
    background: #d2fff1;
    border-left: 5px solid #0ce6a3;
}
.calendar-container {
    background: white;
    padding: 1em;
    max-width: 500px;
    position: absolute;
    width: 15em;
    border-color: #c2abff;
    border-style: solid;
    border-radius: 0 5px 5px 5px;
    border-width: 2px;
    top: 1.85em;
    left: -2px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.month-year {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}

.nav-btn {
    background: #e5e5e5;
    color: #0f1c2d;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.3s;
}

.nav-btn:hover {
    background: #8556fd;
}
.weekdays div {
    font-size: .8em;
}
.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .125em;
}

.day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
    font-size: 0.8em;
    background: #f5f5f5;
}

.day:hover:not(.empty):not(.disabled) {
    background: #e0e0e0;
    transform: scale(1.05);
}

.day.selected_ {
    background: #8556fd;
    color: white;
}

.day.empty {
    cursor: default;
    background: transparent;
}

.day.disabled {
    background: #f0f0f0;
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: line-through;
}

.day.disabled:hover {
    transform: none;
    background: #f0f0f0;
}

.day.available {
    background: #a5f2d0;
    border: 2px solid #25e6a4;
}

.day.available:hover {
    background: #c8e6c9;
}

.selected-dates {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
}

.selected-dates h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.dates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 50px;
    max-height: 150px;
    overflow-y: auto;
}

.date-tag {
    color: #0f1c2d;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.remove-date {
    cursor: pointer;
    font-weight: bold;
    padding: 0 3px;
}
.remove-date:hover {
    color: #8556fd;
}
.get-dates-btn {
    background: #48bb78;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 0.9em;
    transition: background 0.3s;
}
.get-dates-btn:hover {
    background: #38a169;
}
.info {
    margin-top: 10px;
    font-size: 0.85em;
    color: #666;
}
.loading {
    opacity: .1;
    animation: shine 1.5s infinite;
}
@keyframes shine {
  0% {opacity: .1;}
  50% {opacity: .3;}
  100% {opacity: .1;}
}
.ranking-report .data-table table tbody tr:hover td, .ranking-report .data-table table tbody tr:hover th {
    border-left-color: #6e788c;
    background: #e6e6e7;
}
.data-volatility .table-container tr:hover td div, .data-volatility .table-container tr:hover td:nth-child(1) {
    border-color: #6e788c;
}
.ranking-report .data-keyword table tr td.highlight {
    background: #25e6a4;
}
tr:has(.delete-check:hover) {
    color: #e72467;
}
.step-list div.done {
    color: transparent;
    background: #8556fc;
    position: relative;
}
.step-list div.done:before {
    content: '✔';
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    text-align: center;
}
.step-list:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #8556fc;
    margin-top: 0.875em;
    z-index: 1;
}
.step-list[data-step="1"]:after {
    width: 33.3%;
}
.step-list[data-step="2"]:after {
    width: 66.6%;
}
.step-list[data-step="3"]:after {
    width: 100%;
}
.create-new-project:hover {
    cursor: pointer;
    background: #8556fc;
    border-color: #8556fc;
}
.no-scroll {
    overflow: hidden;
}
.operation-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.operation-popup .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 50%);
}
.operation-popup .content {
    overflow: scroll;
    background: white;
    position: absolute;
    margin-left: 2em;
    margin-top: 2em;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: calc(100% - 4em);
    max-height: calc(100% - 4em);
    font-family: 'Golos';
}
.operation-popup .page_history {
    overflow: scroll;
    background: white;
    width: fit-content;
    position: absolute;
    margin-left: 2em;
    margin-top: 2em;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    max-width: calc(100% - 4em);
    max-height: calc(100vh - 4em);
    font-family: 'Golos';
}
.operation-popup .popup-header {
    padding: .8em 3em .8em 1.6em;
    border-bottom: 1px solid #e6e6e6;
    font-size: .9em;
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.operation-popup .active-check-list {
    padding: .8em 1.6em;
    border-bottom: 1px solid #e6e6e6;
    font-size: .9em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.operation-popup .check-action {
    padding: .7em 1.5em;  
    float: left;
    width: 100%; 
    box-sizing: border-box;
}
.active-check-list p, .active-check-list div {
    font-size: 1em;
}
.active-check-list .check {
    margin: 1em 0;
    padding-left: 1.75em;
    position: relative;
    cursor: pointer;
}
.active-check-list .check:before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: 0;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    background-size: .6em;
    background-position: 50%;
    background-repeat: no-repeat;
}
.active-check-list .check.active:before {
    background-image: url(https://rocket-tools.pro/img/icon/check.svg);
}
.active-check-list .check:hover::before {
    border-color: #8556fc;
}
.popup-header .close {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    right: .75em;
    top: .625em;
    cursor: pointer;
    background-size: .9em;
    background-position: 50%;
    background-image: url("/img/icon/close-popup.svg");
    background-repeat: no-repeat;
}
.project-card div .link a:hover {
    opacity: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.input-btn.refresh-dashboard.process:before, .input-block #refresh.process:before {
    animation: spin 1s infinite linear;
}
.tracking-filters div:hover {
    cursor: pointer;
    background: #e6e6e6;
}
.tracking-tab tr td code {
    font-size: .8em;
    white-space: pre-wrap;
    overflow: scroll;
    max-height: 8em;
    display: block;
    max-width: 50vw;
    color: #6e788b;
    text-align: left;
}
.status-code.clr-green {
    background: #25e6a4;
}
.status-code.clr-red {
    background: #e62525;
}
.result table tr.error-row {
    color: #e72425;
}
.result table tr.alert-row {
    color: #e79024;
}
.result table tr td span.show-url, .result-container table tr td span {
    font-size: 1em;
}
.alerts-row input[type="checkbox"]:not(:disabled) {
    cursor: pointer;
}
.active-operation {
    width: 100%;
    float: left;
    margin-top: 1em;
    background: #6e788c;
    font-family: 'Golos';
    font-size: .7em;
    padding: .4em .8em;
    box-sizing: border-box;
    color: #000000;
    background-color: #99ffc7;
    height: 2em;
    border-radius: 5px;
    background-image: url('/img/icon/stripe.svg');
    background-size: 3em;
    background-position: 50%;
    animation: newmove 1s linear infinite;
}
@keyframes newmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3em 0;
  }
}
.crawl-pack .pack .operation-limits, .crawl-pack .pack .btn {
    float: right;
}
.pack .show-pages:hover {
    cursor: pointer;
    background: #6e788b;
}
.pack.show .pages-list {
    display: block;
    float: left;
    width: 100%;
    background: #f3f3f7;
    white-space: pre;
    margin-top: 1em;
    border-radius: 5px;
    padding: 1em 1.2em;
    line-height: 1.4em;
    font-size: .8em;
    box-sizing: border-box;
    overflow: scroll;
    max-height: 50vh;
}
.pack.show .show-pages:after {
    transform: rotate(45deg);
}
.pack.show .show-pages:before {
    content: '';
    font-size: .8em;
    position: absolute;
    left: .5em;
    bottom: -1.1em;
    border-right: .75em solid transparent;
    border-left: .75em solid transparent;
    border-bottom: .75em solid transparent;
    border-bottom: .75em solid #f3f3f7;
}
.result-filters {
    font-family: 'Golos';
}
.result-filters .r-filters {
    border: 1px solid #e6e6e6;
    height: 3em;
    background: #fff;
    font-size: .8em;
    padding: 0.75em 1.2em;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    margin: 1em 1em 1em 0;
    float: left;
    font-family: 'Golos';
    cursor: pointer;
    min-width: 12em;
}
.r-filters .f-name {
    font-size: 1em;
    width: 100%;
    padding-right: 1.25em;
    box-sizing: border-box;
}
.r-filters.show .f-selectors {
    position: absolute;
    top: calc(3em - 1px);
    left: -1px;
    width: calc(100% + 2px);
    max-height: 10em;
    overflow: scroll;
    font-size: 1em;
    border-color: #e6e6e6;
    border-style: solid;
    border-radius: 0 0 5px 5px;
    border-width: 0 2px 2px 2px;
    display: block;
    z-index: 999;
    box-sizing: border-box;
    background: white;
}
sup {
    font-size: 1em;
}
sup small {
    font-size: .7em;
}
.left-cloud {
    display: block;
    box-sizing: border-box;
    width: calc(50% - .5em);
    float: left;
}
.right-cloud {
    display: block;
    box-sizing: border-box;
    width: calc(50% - .5em);
    float: right;
}
.center-cloud {
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: right; 
}
.center-cloud > div {
    margin: 0 auto;
}
.left-cloud, .right-cloud {
    max-width: 100%;
}
.left-cloud div, .right-cloud div {
    width: 100% !important;
}
.cloud-title-left {
    font-size: .8em;
    width: calc(50% - 0.6em);
    float: left;
    text-align: center;
    margin: 1em 0;
}
.cloud-title-right {
    font-size: .8em;
    width: calc(50% - 0.6em);
    float: right;
    text-align: center;
    margin: 1em 0;
}
.cloud-title-center {
    font-size: .8em;
    width: 100%;
    text-align: center;
    margin: 1em 0;
}
.jqcloud .w10 {
    color: #1175e6;
    font-size: 1.6em;
    font-family: 'Golos Medium';
}
.jqcloud .w9 {
    color: #3082de;
    font-family: 'Golos Medium';
    font-size: 1.4em;
}
.jqcloud .w8 {
    color: #3d87db;
    font-size: 1.3em;
}
.jqcloud .w7 {
    color: #4a8cd7;
    font-size: 1.2em;
}
.jqcloud .w6 {
    color: #5892d4;
    font-size: 1.1em;
}
.jqcloud .w5 {
    color: #749dcc;
    font-size: 1em;
}
.jqcloud .w4 {
    color: #81a3c9;
    font-size: .95em;
}
.jqcloud .w3 {
    color: #8ea8c5;
    font-size: .9em;
}
.jqcloud .w2 {
    color: #9badc2;
    font-size: .85em;
}
.jqcloud .w1 {
    color: #b2b2b2;
    font-size: .8em;
}
.r-filters.show {
    background: #e6e6e6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.r-filters.show .f-name:after {
    transform: rotate(180deg);
}
.f-selectors div {
    font-size: 1em;
    padding: 0.75em 1.2em;
}
.f-selectors div:hover {
    background: #e6e6e6;
    cursor: pointer;
}
.result-container .result {
    width: 100%;
    float: left;
}