﻿@import url("/RUBUS_Theme/Theme.RUBUS_Theme.css?12725");

/* Novo Menu */
.clearfix:after{
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}
.menu,
.sub-menu {
  list-style: none;
}
.sub-menu {
    /*background: #fff;
    background-color: #fff;*/
}
.menu a {
  display: block;
}
.menu li {
  position: relative;
}
.menu > li {
  float: left;
}
.menu > li:hover {
  /*background: #fff;*/
}
.menu li:hover > .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  min-width: 150px;
}

.sub-menu li:hover {
  /*background: #fff;*/
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
/* Novo Menu */


/* Overwrites */

.phone .header-top .rubus_logo {
    margin-left: 3vmax;
}

.phone .ListNavigation_Wrapper {
    margin-top: unset;
}

/*
.phone .menu_wrapper, .tablet .menu_wrapper {
    display: inline-flex;
    background: transparent;
}
*/


.phone .header-top .menu_wrapper .menu-icon, .tablet .header-top .menu_wrapper .menu-icon {
    margin-left: var(--space-layout);
}

.phone .header-top .header-right, .tablet .header-top .header-right {
    margin-right: var(--space-layout);
}

.desktop .content-breadcrumbs {
    padding: 30px 0 21px 0;
}

[disabled="disabled"], [readonly="readonly"], textarea[readonly="readonly"] {
    border: 1px solid var(--color-neutral-2);
    color: var(--color-dark-gray);
}

/* Layout */

body {
    background-color: var(--color-body); 
}

.main-content {
    background-color: var(--color-body);
}

.layout-top .content .ThemeGrid_Container {
    max-width: 100%;
    padding: 0 var(--space-layout);
}

.desktop .no-menu.content-breadcrumbs {
    top: var(--header-size);
}

.content-breadcrumbs a, .content-breadcrumbs a:visited {
    font-size: 14px;
}

div.Counter_Message {
    color: #A0A0A0;
}

/* Table RSEE Layout */

.layout-rsee-content .TableRecords {
    border-radius: var(--border-radius-none);
   /* border-left: none;
    border-right: none; - find another way*/
}

.layout-rsee-content .modal-content .TableRecords {
    border-left: var(--border-size-s) solid var(--color-neutral-4);
    border-right: var(--border-size-s) solid var(--color-neutral-4);
    border-top: var(--border-size-s) solid var(--color-neutral-4);
}

.layout-rsee-content .TableRecords .TableRecords_Header.SortColumns_Sorted {
    color: unset;
}

.desktop .TableRecords .TableRecords_Header.SortColumns_Sortable:hover {
    color: unset;
}

.layout-rsee-content .TableRecords .TableRecords_Header:first-child {
    border-radius: var(--border-radius-none);
    padding: var(--space-s) var(--space-30);
}

.layout-rsee-content .TableRecords .TableRecords_Header:last-child {
    padding-right: var(--space-30);
}

.layout-rsee-content .TableRecords_BottomNavigation {
   padding: var(--space-s) 2vmax;
   margin: 0px;
}

.layout-rsee-content .modal .TableRecords_BottomNavigation {
    margin: var(--space-s) var(--space-none);
}

.layout-rsee-content .TableRecords .TableRecords_OddLine:first-child, 
.layout-rsee-content .TableRecords .TableRecords_EvenLine:first-child {
    padding: var(--space-s) var(--space-m) var(--space-s) var(--space-30);
}

.layout-rsee-content .TableRecords a, .layout-rsee-content .TableRecords a:visited {
    color: unset;
}

.layout-rsee-top-right .Button + .Button {
    margin-left: 10px;
}

.layout-rsee-top-right .ThemeGrid_MarginGutter {
    margin-left: 10px;
}

/* Another table */

.impact-table-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
}

.impact-table-inner {
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.impact-table-inner:not(:first-child) {
    border-left: none;
}

.impact-table-header {
    background-color: #f1f1f1;
    padding: 10px; 
    text-align: center;
    font-weight: var(--font-semi-bold);
    height: 48px;
}

.impact-table-list {
    padding: 10px; 
    text-align: center;
    height: 48px;
}

.taxonomia-table-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
}

.taxonomia-table-inner {
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.taxonomia-table-inner:not(:first-child) {
    border-left: none;
}

.taxonomia-table-top {
    background-color: #f1f1f1; 
    font-weight: var(--font-semi-bold);
}

.taxonomia-table-header {
    padding: 10px; 
    text-align: center;
    font-weight: var(--font-semi-bold);
    height: 48px;
    float: left;
}

.taxonomia-table-list {
    padding: 10px; 
    text-align: center;
    height: 48px;
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
}

.impact-table-inner .taxonomia-table-list:last-child,
.impact-table-inner .taxonomia-table-list:first-child {
    border-bottom: none;
}



/* Inputs */


.Button, .btn {
    border-radius: var(--border-radius-custom);
    font-weight: var(--font-regular);
    padding: var(--space-none) var(--space-m);
    color: var(--color-dark-gray);
    font-size: 16px;
}

.phone .btn, .phone .Button {
    width: auto;
    padding: 0 2vmax;
    font-size: 14px;
}

.Button:hover {
    box-shadow: var(--shadow-none);
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7);
}

.Button:focus {
    box-shadow: var(--shadow-none);
    border: 1px solid var(--color-dark-gray);
}

.Button:hover:active {
    box-shadow: var(--shadow-none);
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7);
}

.isolated a, .isolated a:visited {
    color: var(--color-dark-gray);
    text-decoration: underline;
    font-size: 16px;
}

a.link-underline, a.link-underline:visited {
    color: var(--color-dark-gray);
    text-decoration: underline;
    font-size: 16px;
}

.input, .select {
    border-radius: var(--border-radius-20);
}

.is--visible .dropdown-header.select {
    border: var(--border-size-s) solid var(--color-neutral-5);
}

.choices[data-type*="select-multiple"] .choices__inner {
    border-radius: var(--border-radius-custom);
    padding: 0 var(--space-s);
}

.choices__inner {
    border-radius: var(--border-radius-custom);
    color: var(--color-dark-gray);
    border: var(--border-size-s) solid var(--color-border-dark);
}

.choices.is-open.is-focused .choices__inner {
    border-radius: var(--border-radius-custom);
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: var(--color-primary);
    border-radius: var(--border-radius-custom);
    color: var(--color-dark-gray);
}

.accordion-item .accordion-item-header {
    font-size: 14px;
    padding: var(--space-s) var(--space-m);
    background: var(--color-body);
}

.ListRecords .accordion-item-header {
    height: 56px;
    align-items: center;
}

.accordion-item .accordion-item-icon .fa {
    font-size: 24px;
    width: auto;
    color: var(--color-border-gray);
}

.search--wrapper input {
    border-radius: var(--border-radius-custom);
}

.choices .search--wrapper input:not(.btn):not(.checkbox):not(.radio-button), .choices .search--wrapper .input {
    padding-left: var(--space-l);
}

.search .input-with-icon .input-with-icon-content-icon + .input-with-icon-input input {
    padding: 0 var(--space-l);
}

.input::placeholder, .select::placeholder {
    color: var(--color-dark-gray);
}

.accordion-item.is--open .accordion-item-header {
    border-bottom: none;
}

.accordion-item.is--open {
    border-top: none;
}

.accordion-item {
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-bottom-width: var(--border-size-none);
    border: none;
}

.accordion-item .accordion-item-content.is--expanded {
    padding: var(--space-30);
}

.ListNavigation_CurrentPageNumber {
    background: var(--color-dark-gray);
    color: #fff;
}

.header-top {
    border-bottom: 1px solid #E9E9E9;
    padding: 0 var(--space-layout);
}

footer.content-bottom {
    background: #fff;
    margin-top: 30px;
}

.footer_content_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.dropdown .dropdown-content .dropdown-content-list a {
    color: #646464;
    height: auto;
    padding: var(--space-s) var(--space-base);
}

.list-navigation-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vmax;
}

.phone .list-navigation-outer {
    margin-top: 4vmax;
}

.species-list-padding {
    padding: 2vmax;
}


/* Tables */

.TableRecords .TableRecords_Header, .EditableTable thead th {
    background-color: #F1F1F1;
}

.TableRecords a {
    color: var(--color-dark-gray);
}

.TableRecords tr:hover .TableRecords_OddLine, .TableRecords tr:hover .TableRecords_EvenLine {
    /*background-color: transparent !important; do not use this prop! */
    cursor: default;
}

/* Accordion Inner */

.is-inner .accordion {
    padding: var(--space-30);
}

.is-inner .accordion-item.is--open .accordion-item-header {
    border-bottom: 1px solid var(--color-primary);
}

.is-inner .accordion-item .accordion-item-header {
    background: #ffffff;
    padding: var(--space-s) 0;
    border-bottom: 1px solid var(--color-border-gray); 
}

.is-inner .accordion-item .accordion-item-content {
    font-size: 16px;
}

.is-inner .accordion-item .accordion-item-content.is--expanded {
    padding: var(--space-m);
    padding-left: var(--space-30);
    word-break: break-word;
}

.is-inner .accordion-item .accordion-item-content.is--collapsed {
    padding: var(--space-none);
}

.is-inner .accordion-item .accordion-item-title {
    color: var(--color-text-light);
    font-size: 18px;
    font-weight: bold;
}

.accordion-item.is--open .accordion-item-icon {
    color: var(--color-primary);
}

.accordion-item .accordion-item-icon {
    color: var(--color-border-gray);
}

/* Wizard EE */

.wizard-outer {
    margin: 0 10vw;
}

.wizard-item-icon {
    height: 42px;
    width: 42px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    background-color: #F7F6F6;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 18%);
}

.wizard-item-icon a {
    color: #58595B;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-item-icon a:hover {
    color: var(--color-primary);
}

.wizard-item.active .wizard-item-icon {
    transform: scale(1.238);
    border: 1px solid;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 18%);
}

.wizard-item-label a {
    color: var(--color-text-dark);
}

.wizard-item-label {
    color: var(--color-text-dark);
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}

.wizard-item .wizard-item-icon-wraper:before {
    height: 7px;
}

.wizard-item.active .wizard-item-icon-wraper:before {
    background-color: var(--color-primary);
    background: linear-gradient(90deg, rgba(0,169,63,1) 0%, rgba(237,237,237,1) 100%);
}

.wizard-first.wizard-item.active .wizard-item-icon-wraper:after {
    content: '';
    height: 7px;
    position: absolute;
    left: calc(50% + 12px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 24px);
    background: linear-gradient(90deg, rgba(0,169,63,1) 0%, rgba(237,237,237,1) 10%);
    z-index: 1;
}

.wizard-item.next .wizard-item-icon-wraper:before {
    background-color: #EDEDED;
}

.wizard-item.past .wizard-item-icon-wraper:before {
    background-color: var(--color-primary);
}


.wizard-item.active .wizard-item-label a {
    color: var(--color-primary);
    font-weight: bold;
}

.wizard-item.active .wizard-item-label {
    color: var(--color-primary);
}

.wizard-item.past .wizard-item-icon {
    background-image: url(/RUBUSEE/img/wizard_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.wizard-icon-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-icon-outer img {
    transform: scale(.8);
}

.wizard-item.past .wizard-item-icon a:hover {
    color: transparent;
}

.wizard-item.past .wizard-item-icon a, 
.wizard-item.past .wizard-item-icon a:visited {
    color: transparent;
    width: 100%;
    height: 100%;
}

/* Wizard Responsive */


.tablet .wizard-outer {
    margin: unset;
}

.tablet .item-label {
    font-size: 13px;
}

.phone .wizard-outer {
    margin: 0;
    position: relative;
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.phone .wizard-item.active .wizard-item-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.phone .wizard-item-label {
    display: none;
}

.phone .wizard-item {
    position: initial;
}

/* File drop area */

.filedrop-area {
    padding: 15px;
    background-color: #EFEFEF;
    border-radius: 10px;
    height: 200px;
    position: relative;
}

.filedrop-area > .filedrop-area-inner {
    border-radius: 10px;
    background-color: var(--color-neutral-0);
    border: 1px dotted #979797;
    height: 100%;
}

.filedrop-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.filedrop-area-title {
    color: #4C4C4C;
    font-size: 16px;
}

.filedrop-area-subtitle {
    color: #979797;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.filedrop-outer img {
    margin-bottom: 22px;
}

.filedrop-area .qq-upload-button {
  display: none;
  height: 0px;
  width: 0px;
}

/* Others */

div.Counter_Message {
    color: #888888;
}

.logo-preview {
    width: 38px;
    height: 38px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    color: #fff;
}

.EnvironmentTag
{
    width: 72px;
    height: 32px;
    background-color: #2F4539;
    border-radius: 16px;
    
}

.EnvironmentTagQUA
{
    width: 72px;
    height: 32px;
    background-color: #A83838;
    border-radius: 16px;
    
}
.Font
{
    height: 20px;
  width: 72px;
  color: #FFFFFF;
  font-family: "Expletus Sans";
  font-size: 15.4px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 23.1px;
  text-align: center;
}

.image-gallery img{
      max-height: 168px;
      border-radius: 10%;
      max-height: 168px;
      max-width: 200px;
      width: 240px;
      height: 168px;
}

.image-gallery{
     max-height: 168px;
     width: 240px;
     height: 168px;
}

.title-specie{
      margin-top: 10px;
      font-weight: bold;
      color: #575757;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 21px;
      max-width: 240px;
}

.tipe-specie{
      margin-top: 2px;
      color: #575757;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 21px;
      max-width: 240px;
}

.adapt-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;   
  overflow: hidden;
}

.ellipsis-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel .carousel-arrow-left, 
.carousel .carousel-arrow-right {
    border-radius: 100px!important;
    background-color: #F4F4F4!important;
    height: 54px!important;
    width: 24px!important;
}

/* Useful Classes */

.padding-ee {
    padding: 40px 30px;
}

.border-bottom-rsee {
     border-bottom: 1px solid #DDDDDD;
}

.ListRecords.grid-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2vmax;
    grid-row-gap: 2vmax;
}

.phone .ListRecords.grid-list {
    grid-template-columns: repeat(2,1fr);
}

.padding-30 {
    padding: var(--space-30);
}

.margin-30 {
    margin: var(--space-30);
}

.margin-right-30 {
    margin-right: var(--space-30);
}

.margin-left-30 {
    margin-left: var(--space-30);
}

.padding-30 {
    padding: var(--space-30);
}

.padding-left-30 {
    padding-left: var(--space-30);
}

.padding-right-30 {
    padding-right: var(--space-30);
}

.padding-30-inner {
    padding: 1vmax calc(2vmax + 51px);
}

.phone .padding-30-inner {
    padding: 1vmax;
}

.circle-icon {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon > * {
    display: flex;
}

.font-italic {
    font-style: italic;
}

/* Printing */

@page {
  size: A4 portrait;
  
}

@media print {
    /*
    .TableRecords, .EditableTable {
    border-radius: 0;
    border: none;
}

.TableRecords .TableRecords_Header, .EditableTable thead th {
    background-color: transparent;
}

.TableRecords .TableRecords_Header, .EditableTable thead th {
    border-bottom: none;
    height: 36px;
    padding: var(--space-none) var(--space-s);
}

th.TableRecords_Header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    width: 95%;
    border-right: 2px solid var(--color-orange-ee);
    border-bottom: 2px solid var(--color-orange-ee);
}

.TableRecords tbody tr:last-child td:first-child {
    border-radius: 0;
}
.TableRecords tbody tr:last-child td {
    border-bottom: none;
}
.TableRecords .TableRecords_OddLine, .TableRecords .TableRecords_EvenLine {
    border-bottom: 1px solid var(--color-orange-ee);
    height: 40px;
    padding: var(--space-s);
}
*/
ul {
    padding-inline-start: 18px;
}
}

/* Modal */

.modal-content {
    padding: var(--space-m) var(--space-m);
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 12px;
}

.modal-title {
    color: var(--color-dark-gray);
    font-size: 18px;
    font-family: 'expletus_sansregular';
}

.modal-wrapper {
    border-radius: 10px;
    max-width: 485px;
}

.modal-close img {
    width: 18px;
}

.modal-footer {
    border-top: unset;
    padding: 0 var(--space-m) var(--space-m);
}

/* Button Upload/Download */

.btn-download {
    height: 50px;
    border: 1px solid #A0A0A0;
    border-radius: 25px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
    justify-content: space-between;
}

.btn-download img {
    transform: rotate(180deg);
}

.btn-upload.file-upload {
    height: 50px;
    border: 1px dashed #A0A0A0;
    border-radius: 25px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
    padding: var(--space-none) var(--space-m);
    color: #BDBDBD;
    font-size: 16px;
}

.btn-upload.file-upload .file-upload-icon {
    display: none;
}

.btn-upload.file-upload .file-upload-message {
    padding-left: 0;
    justify-content: space-between;
    display: flex;
}

.btn-upload.file-upload .file-upload-delete {
    display: none;
}

/* PDF */

.pdf-outer {

}

.pdf-grid-image .ListRecords {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

.pdf-grid-image .ListRecords img {
    height: 3in;
    width: 100%;
    object-fit: cover;
}

.pdf-label-corner {
    padding: 12px 0 0 12px;
    line-height: 1;
    color: #000;
    font-size: 12px;
    position: relative;
}

.pdf-label-corner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10vw;
    border-left: 2px solid var(--color-orange-ee);
    border-top: 2px solid var(--color-orange-ee);
}

.pdf-table-grid {
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    padding: .5in 0;
}

.pdf-table-grid label {
    color: var(--color-orange-ee);
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.pdf-table-grid label:first-of-type {
    font-size: 16px;
}

.pdf-table-right-first {
    background: #F5D18C;
    color: #fff;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 8px;
}

.pdf-table-right-seconds {
    background: #FBECD1;
    color: #000;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 8px;
}

.pdf-body-label {
    padding: 10px 0;
    word-break: break-word;
    page-break-inside: avoid;
}

.pdf-body-label label {
    position: relative;
    color: var(--color-orange-ee);
    font-weight: 700;
    padding: 10px 0 0 12px;
    line-height: 1;
    height: 24px;
    margin-bottom: 8px;
}

.pdf-body-label label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5vw;
    border-left: 2px solid var(--color-orange-ee);
    border-top: 2px solid var(--color-orange-ee);
}

.pdf-active-grid-2 {
    display: grid;
    grid-template-columns: 4fr repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.pdf-active {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-orange-ee); 
    color: #fff;
    height: 40px;
}

.layout-print-header .layout-print-page-count:empty::before, .layout-print-footer .layout-print-page-count:empty::before, 
.layout-print-header .layout-print-page-number:empty::before, .layout-print-footer .layout-print-page-number:empty::before {
    vertical-align: middle;
}

/* 99. Custom accordion */

.custom-accordion .accordion-item-header {
  background-color: var(--color-neutral-0);
  border-bottom: 1px solid #c4c4c4;
  padding-top: var(--space-base);
}

.custom-accordion .accordion-item-content.is--expanded {
    border-top: 1px solid var(--color-green);
    border-bottom: 1px solid var(--color-neutral-4);
    background-color: rgb(224 241 232 / 20%);
}

.custom-accordion .TableRecords {
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.custom-accordion .TableRecords .TableRecords_Header {
    background-color: #E0F1E8;
}


/***   TESTING  ***/

.area_phone_input_wrapper .area-code-dropdown {
    margin-right: unset;
    border-radius: 20px 0 0 20px;
}

.input_dropdown_wrapper .form_input .choices-disabled .choices__inner, 
.input_dropdown_wrapper select[disabled="disabled"]{
   border-radius: 20px 0 0 20px;
}

.popup-layout-top-title {
    display: flex;
    align-items: center;
}

.popup-layout-top-title img {
    margin-right: 12px;
}

.qq-uploader {
    height: 100%;
}

.qq-upload-list {
    display: none;
}

.modal-wrapper.width-85 {
    max-width: 85vw;
}

.width-15c {
    width: 15ch;
}

/* fix font awesome/choices inside iframe */
.popup-layout-outer .choices[data-type*="select-one"]:after {
    font-family: 'fa-fix';
    content: '\e900';
    src: url(/RUBUSEE_Theme/fa-fix.ttf) format('truetype'), url(/RUBUSEE_Theme/fa-fix.woff) format('woff'), url(/RUBUSEE_Theme/fa-fix.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.popup-layout-outer .choices[data-type*="select-one"].is-open:after {
    color: var(--color-primary);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.popup-layout-outer  .choices__list--dropdown .choices__list {
    max-height: 129px;
}

.popup-layout-outer .search--wrapper:after {
    font-family: 'fa-fix';
    content: '\e900';
    src: url(/RUBUSEE_Theme/fa-fix.ttf) format('truetype'), url(/RUBUSEE_Theme/fa-fix.woff) format('woff'), url(/RUBUSEE_Theme/fa-fix.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-size: 14px;
}

.popup-layout-outer .form_input .input_dropdown_wrapper .choices {
    min-width: 125px;
    width: 125px;
}

/* Icons Image Sprites */

@font-face {
  font-family: 'fa-fix';
  src:
    url('/RUBUSEE_Theme/fa-fix.ttf') format('truetype'),
    url('/RUBUSEE_Theme/fa-fix.woff') format('woff'),
    url('/RUBUSEE_Theme/fa-fix.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-fix-"], [class*=" fa-fix-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa-fix' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fix-angle-down-solid:before {
  content: "\e900";
}

/* Root */

:root {
    --border-radius-20: 20px;
    --color-body: #f1f1f1;
    --space-rsee-base: 30px;
    --color-dark-gray: #4C4C4C;
    --color-border-gray: #868E96;
    --color-text-light: #4F4F4F;
    --color-text-dark: #575757;
    --color-text-gray: #979797;
    --color-border-dark: #BDBDBD;
    --color-orange-ee: #EFA71C;
    --color-green-ee: #5A621A;
    --space-30: 2vmax;
    --space-layout: 4vmax;
}

:root .phone {
    --space-layout: 2vmax;
    /*--border-radius-custom: 10px;*/
}



/* Scrollbar */

::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: transparent;
}
 
::-webkit-scrollbar-thumb {
    background-color: var(--color-border-gray);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: var(--color-text-gray);
}

/* Horizontal Scroll Tabs */

.layout-rsee-content .tabs .tabs-header::-webkit-scrollbar {
  height: 8px;
}

.layout-rsee-content .tabs .tabs-header::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.layout-rsee-content .tabs .tabs-header:hover::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

/* Scrollbar FF */

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-gray) transparent;
}


