@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
html {
  /*background-color: #f7f7f7;*/
  background: linear-gradient(135deg, #f7f7f7, #fff);
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  color: #555555;
  text-shadow: white 1px 1px;
  text-align: left;
  font-family: "Roboto Condensed", 'lucida grande', tahoma, verdana, arial, sans-serif;
  line-height: 18px;
}

div ul {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #555555;
}

a:visited {
  color: transparent;
}

table {
  border-spacing: 0;
}

table td {
  border: none;
}

.header-wrap {
  width: 1024px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.central {
  width: 100%;
  overflow: hidden;
}

.clear {
  clear: both;
}

.block_left {
  float: left;
  display: block;
}

.block_right {
  float: right;
}

.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.hidden {
  display: none;
}

.nav-settings-panel {
  bottom: 8px;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 20px;
  width: 32px;
}

.errorfield {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  transition: border linear 0.2s, box-shadow linear 0.2s !important;

  border-color: rgba(255, 30, 0, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 0, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 0, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 30, 0, 0.6) !important;
  outline: 0 !important;
  outline: thin dotted 9 !important;
}

/* Date picker styles*/

.gwt-DatePicker {
  border: 1px solid #A2BBDD;
  cursor: default;
}

.gwt-DatePicker td, .datePickerMonthSelector td:focus {
  outline: medium none;
}

.datePickerDays {
  background: none repeat scroll 0 0 white;
  width: 100%;
}

.datePickerDay, .datePickerWeekdayLabel, .datePickerWeekendLabel {
  font-size: 75%;
  outline: medium none;
  padding: 4px;
  text-align: center;
}

.datePickerWeekdayLabel, .datePickerWeekendLabel {
  background: none repeat scroll 0 0 #C3D9FF;
  cursor: default;
  padding: 0 4px 2px;
}

.datePickerDay {
  cursor: pointer;
  padding: 4px;
}

.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}

.datePickerDayIsWeekend {
  background: none repeat scroll 0 0 #EEEEEE;
}

.datePickerDayIsFiller {
  color: #888888;
}

.datePickerDayIsValue {
  background: none repeat scroll 0 0 #AACCEE;
}

.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

.datePickerDayIsHighlighted {
  background: none repeat scroll 0 0 #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
  background: none repeat scroll 0 0 #BBDDD9;
}

.datePickerMonthSelector {
  background: none repeat scroll 0 0 #C3D9FF;
  width: 100%;
}

td.datePickerMonth {
  color: #0000FF;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.datePickerPreviousButton, .datePickerNextButton {
  color: #0000FF;
  cursor: pointer;
  font-size: 120%;
  line-height: 1em;
  padding: 0 4px;
}

/*=====================*/

.compose-message-content {
  border-top: 1px solid #E0DEDE;
  border-bottom: 1px solid #E0DEDE;
  background-color: #F9F9F9;
  padding: 20px 30px 15px 20px;
}

.lds-ring {
    display: flex;
    position: relative;
    width: 64px;
    /*height: 41px;*/
    justify-content: center;
    box-sizing: border-box;
}
.lds-ring div {
    top: 5px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    /*margin: 6px;*/
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.root {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.root, .nc-page * {
  box-sizing: border-box;
}

.header {
  width: 100%;
  height: 73px;
  position: fixed;
  background: url(/ae7e235e2a93a893050b.png) repeat-x;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header .header-content {
  max-width: 1200px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.center {
  position: relative;
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  min-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
  height: 100%;
  min-height: calc(768px - 105px);
}

.footer {
  display: flex;
  border-top: 2px solid #e0dede;
  padding-top: 20px;
  width: 100%;
}

@media (max-width: 1023px) {

}

@media (max-width: 414px) {

}

@media (max-width: 375px) {
  .center {
    min-height: calc(667px - 105px);
  }
}

@media (max-width: 768px) {
  .center {
    padding-left: 10px;
    padding-right: 10px;
  }

}


.footer-content {
  max-width: 1200px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.footer-content .language ul {
  display: inline-flex;
}

.footer-content .language ul li {
  margin-right: 5px;
}

.footer-content .language ul li:last-child {
  margin-right: 0;
}

.footer-table {
  display: flex;
  flex-wrap: wrap;
}

.footer-table .footer-item {
  margin: 10px;
}

.footer-table tr td {
  padding: 10px 5px;
}

.flag {
  /*border: solid 1px rgba(191, 191, 191, 0.5);*/
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.footer-content .social-networks ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.footer-content .social-networks ul li {
  display: flex;
  margin-right: 10px;
}

.footer-content .social-networks ul li:last-child {
  margin-right: 0;
}

.footer-content .social-networks ul li a {
  width: 32px;
  color: #64676A
}

@media (max-width: 415px) {
  .footer-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media print {
  @page {
    size: auto;
    margin: 0; /*to hide header and footer*/
  }

  html, body {
    padding: 0;
    margin: 20px;
    /*margin: 0;*/
  }

  td {
    margin: 0;
    padding: 0;
  }
  .nc-page {
    display: none;
  }

  .wb-table {
    width: 100%;
    box-sizing: border-box;
  }

  .wb-table .wp-header {
    background: #bfbfbf;
    color: #000000;
    font-weight: bold;
  }

  .wb-table tr td {
    border: 1px solid #000000;
    text-align: center;
    padding: 5px 2px;
  }

  .wb-table tr td .wb-text-cell {
    max-width: 200px;
  }

  .wb-table .wb-table-row {

  }
}

@media screen {
  .wb-print {
    display: none;
  }
}

.input-error,
.input-error:focus {
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s !important;
  border-color: rgba(255, 0, 0, 0.8);
  outline: 0 none;
}

.error,
.error:focus {
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s !important;
  border-color: rgba(255, 0, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset, 0 0 8px rgba(255, 0, 0, 0.6) !important;
  outline: 0 none;
}

/** Suggestion list box*/
.chosen-container {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  font-size: 13px;
  -ms-user-select: none;
  user-select: none;
  width: 100%;

  border: 2px solid #bdc3c7;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 5px;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8px 12px;
  /*border: 2px solid #bdc3c7;*/
  /*background-color: #fff;*/
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  /*border-radius: 4px;*/
  color: #394263;
  width: 100%;
}

.chosen-container-single .remove-icon {
  width: 16px;
  height: 16px;
  align-self: center;
  cursor: pointer;
  margin-left: auto;
}

.chosen-container .chosen-single.county-choose a {

}

.chosen-container .county-choose .country-flag {
  /*border-radius: 50%;*/
  margin-right: 10px;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single span {
  height: 34px;
  line-height: 34px;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-default span {
  color: #999;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1041;
  width: calc(100% + 4px);
  border: 2px solid #1abc9c;
  border-top: 0;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: -2px;
  box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop /*.chosen-single*/ {
  /*border: 1px solid #1bbae1;*/
  border-color: #1abc9c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-drop {
  margin-top: -2px;
  background-clip: padding-box;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  font-size: 1em;
  line-height: normal;
  box-sizing: border-box;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results .chosen-not-found-results {
  text-align: center;
}

.chosen-container .chosen-results li {
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  cursor: pointer;
  width: 100%;
}

.chosen-container .chosen-results li:hover {
  background-color: #1bbae1;
  color: #fff;
  text-shadow: 1px 1px #474747;
}

.chosen-container .chosen-results li > .country-option {
  display: flex;
  align-items: center;
}

.chosen-container .chosen-results li > .country-option > img,
.chosen-container .chosen-results li > .country-option > div {
  margin-right: 10px;
  font-size: 1rem;
}

/*.button, .label {*/
button:focus {
  outline: none;
}

.button {
    -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial, Helvetica, sans-serif;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
    text-decoration: none !important;
}

.button:active {
    position: relative;
    top: 1px;
}

.button.disabled,
.button[disabled],
.button:hover[disabled],
.button:active[disabled]
.button:hover.disabled,
.button:active.disabled {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    border: 1px solid #bfbfbf;
    color: #7a7a7a;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*.medium {
    font-size: 12px;
    padding: 0.4em 1.5em 0.42em;
}*/

.small {
    font-size: 11px;
    padding: 0.2em 1em 0.275em;
}

.button.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.button.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.button.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);*/

/*.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #3A92AF;
  background: -webkit-linear-gradient(bottom left, #3A92AF 0%, #5CA05A 100%);
  background: -moz-linear-gradient(bottom left, #3A92AF 0%, #5CA05A 100%);
  background: -o-linear-gradient(bottom left, #3A92AF 0%, #5CA05A 100%);
  background: linear-gradient(to top right, #3A92AF 0%, #5CA05A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A92AF', endColorstr='#5CA05A', GradientType=1);
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.upload-form {
  width: 300px;
  min-height: 300px;
  display: flex;
}

.upload-form .form-center {
  position: relative;
  background: #fff;
  box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  flex: 1 0 0;
}

.upload-form .title {
  font-size: 16px;
  color: #676767;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D8D8D8;
  text-align: center;
}

.upload-form .dropzone {
  position: relative;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border: 1px dashed #A4A4A4;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  top: 25px;
  cursor: pointer;

  /*position: absolute;*/
  /*z-index: 1;*/
  /*box-sizing: border-box;*/
  /*display: table;*/
  /*table-layout: fixed;*/
  /*width: 100px;*/
  /*height: 80px;*/
  /*top: 86px;*/
  /*left: 100px;*/
  /*border: 1px dashed #A4A4A4;*/
  /*border-radius: 3px;*/
  /*text-align: center;*/
  /*overflow: hidden;*/
}

.dropzone.is-dragover {
  border-color: #666;
  background: #eee;
}

.dropzone .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dropzone .upload {
  margin: 6px 0 0 2px;
  width: 100%;
}

.dropzone .filename {
  display: block;
  color: #676767;
  font-size: 14px;
  line-height: 18px;
}

.dropzone .input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.dropzone .loaded {
  /*height: 100%;*/
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.upload-btn {
  position: absolute;
  width: 140px;
  height: 40px;
  left: 80px;
  bottom: 24px;
  background: #6ECE3B;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  box-shadow: 0 2px 0 0 #498C25;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.upload-btn:hover {
  box-shadow: 0 2px 0 0 #498C25, 0 2px 10px 0 #6ECE3B;
}


.bar {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 3px;
  top: 49px;
  left: 0;
  background: #6ECE3B;
  transition: all 3s ease-out;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.bar.active {
  transform: scaleX(1) translate3d(0, 0, 0);
}

.syncing {
  /*position: absolute;*/
  /*top: 109px;*/
  /*left: 134px;*/
  opacity: 0;
}

.syncing.active {
  animation: syncing 3s linear infinite;
}

.done {
  position: absolute;
  top: 112px;
  left: 132px;
  opacity: 0;
}

.done.active {
  animation: done .5s ease-in 3.2s;
  animation-fill-mode: both;
}

@keyframes syncing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes done {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .upload-form {
    width: 250px;
    min-height: 250px;
  }

  .upload-form .dropzone {
    /*width: 200px;*/
    /*height: 100px;*/
  }

  .upload-form .title {
    display: none;
  }
}

@media (max-width: 640px) {
  .upload-form {
    width: 200px;
    min-height: 200px;
  }

  .upload-form .dropzone {
    width: 150px;
    height: 150px;
  }
}

/* iPhone X*/
@media (max-width: 414px) {
  .upload-form {
    max-width: 150px;
    min-height: 150px;
  }

  .upload-form .dropzone {
    width: 100px;
    height: 100px;
  }
}

.auto-complete-content {
  width: 100%;
  position: relative;
  /*border-bottom: 1px solid #e0dede;*/
  min-height: 32px;
  border: 1px solid #bfbfbf;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}

.auto-complete-content .auto-complete-panel {
  position: absolute;
  top: 25px;
  border: 1px solid #E0DEDE;
  background: #fefefe;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  z-index: 1;
}

.auto-complete-content .text-box {
  border: 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  width: 250px;
  float: left;
  background: transparent;
}

.auto-complete-content .text-box:focus {
  border-color: transparent;
  box-shadow: none;
}

/*Autocomplete Widget*/
.auto-complete-content .autocomplete-item {
  height: 30px;
  padding: 5px 10px;
}

.auto-complete-content .autocomplete-item:hover {
  background: #d9d9d9;
  cursor: pointer;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}

.auto-complete-content .auto-complete-chip {
  padding: 3px 5px;
  margin-right: 3px;
  background: #F9F9F9;
  border: 1px solid #E0DEDE;
  border-radius: 5px 5px 5px 5px;
  float: left;
}

.auto-complete-chip .remove-icon {
  cursor: pointer;
  height: 12px;
  margin-left: 3px;
  margin-top: 3px;
  width: 12px;
}

.auto-complete-chip {
  line-height: 22px;
}

.auto-complete-content input[type="text"] {
  border: none;
  height: 32px;
}

.policy {
  max-width: 1200px;
  margin: 0 auto;
}

.policy p {
  margin: 0 0 20px;
}

.policy h1 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.policy .content span {
  font-size: 13pt;
}

.policy .content ul li {
  list-style-type: disc;
  padding: 5px 0;
}


.collection-loader {
  height: 50px;
  text-align: center;
  width: 100%;
}

.collection-loader > span {
  font-size: 16px;
  font-weight: bold;
}

.collection-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 100%;
  min-width: 310px;
  overflow: hidden;
  /* border: 2px solid #f1f1f1; */
  border: 2px solid #e0dede;
  padding: 3em;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
}

.collection-dialog-details {
  /*overflow: auto;*/
  overflow: hidden;
  height: 100%;
}

.collection-dialog .collection-dialog-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.collection-dialog .collection-dialog-buttons button {
  margin-left: 5px;
}

.collection-dialog-details .entity-row {
  min-height: 30px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.collection-dialog-details .entity-row.top {
  align-items: start;
}

.collection-dialog-details .entity-row.coin-description {
  overflow: hidden;
}

.collection-dialog-details.readonly .entity-row {
  padding-bottom: 0;
}

.collection-dialog-details.editable .entity-row {
  margin-left: 0;
}

.collection-dialog-details .entity-row .validation-error {
  position: absolute;
  /*color: #b8372c;*/
  color: rgb(255, 0, 0);
  font-size: 12px;
  bottom: 0;
  left: 155px;
}


.collection-dialog-details .text-box {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #777777;
  outline-width: 0;
  padding: 2px 2px 2px 10px;
  color: inherit;
}

.collection-dialog-details .entity-row input[type="text"] {
  /*width: 250px;*/
}

.collection-dialog-details .entity-row textarea {
  width: 250px;
  height: 84px;
}

.collection-dialog-details .label {
  color: #777777;
  width: 145px;
  text-align: left;
  font-size: 15px;
}

.collection-dialog-details .right {
  width: 250px;
}

.collection-dialog-details .collection-images-panel {
  display: flex;
  justify-content: center;
}

.collection-dialog-details .collection-images-panel .entity-upload-image {
  border: 1px dashed #cfcfcf;
  float: left;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.collection-dialog-details .collection-images-panel .entity-upload-image:first-child {
  margin-right: 5px;
}

.collection-dialog-details .collection-images-panel .entity-upload-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.collection-dialog-details .collection-images-panel .entity-upload-image.readonly {
  height: 200px;
  width: 200px;
}
.collection-dialog-details .collection-details-container {
  width: 80%;
  min-width: 310px;
  border: 2px solid #e0dede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  height: 100%;
  overflow: auto;
}

.collection-dialog-details .collection-details-form {
  display: flex;
  flex-direction: column;
  /*width: 80%;*/
  /*min-width: 310px;*/
  /*border: 2px solid #e0dede;*/
  padding: 3em;
  background: #fff;
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*margin: auto;*/
  align-items: center;
}

.collection-dialog-details .collection-images-form {
  margin-bottom: 35px;
}

.collection-dialog-details .collection-images-form.editable .label {
  line-height: 42px;
}

@media (max-width: 768px) {
  .collection-dialog-details .collection-details-form {
    width: 100%;
    padding: 0;
  }

  .collection-dialog {
    width: 100%;
    padding: 1em;
  }

  .collection-dialog-details .collection-details-container {
    width: 95%;
  }

  .collection-dialog-details .entity-row {
    width: 100%;
  }

  .collection-dialog-details .label {
    flex: 1 0 auto;
    display: flex;
  }
}

@media (max-width: 414px) {
  .collection-dialog-details .collection-images-panel .entity-upload-image.readonly {
    width: 150px;
    height: 150px;
  }

  .collection-import-dialog {
    width: 270px !important;
    min-width: 270px !important;
  }
}


.collection-import-dialog {
  display: flex;
  flex-direction: column;
  width: 350px;
  /*height: 200px;*/
  min-width: 310px;
  /*border: 2px solid #e0dede;*/
  padding: 3em;
  background: #fff;
  margin: auto;
}

.collection-import-dialog .collection-dialog-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.collection-year-row {
  display: flex;
  border: 1px solid #bfbfbf;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  width: 100%;
}

.collection-year-row .collection-year-text {
  flex: 1 0 auto;
}

.collection-year-row .collection-arrow {
  background: url(/2990dc9e631ae138299e.png);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  float: right;
}

.collection-year-row .collection-arrow.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collection-country {
  margin: 10px 0;
}

/* ========*/

/** Coin Cell (Tile view)  */
.coin-storage-cell {
  text-align: center;
  width: 240px;
  max-height: 200px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  position: relative;
  padding: 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
}

.coin-storage-cell:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgb(0 0 0 / 0%);
  transform: scale(1.01);
}

.coin-storage-cell.separator {
  margin: 5px;
}

.coin-storage-cell .entity-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.coin-storage-cell .remove-entity {
  position: absolute;
  top: 5px;
  right: 0;
}

.coin-row .remove-entity {
  position: absolute;
  top: 5px;
  right: 0;
}

.coin-storage-cell .coin-storage-info {
}

.coin-storage-cell .info-item {
  display: flex;
  margin: 5px;
}

.coin-storage-cell .label {
  width: 80px;
  text-align: right;
  padding-right: 10px;
}

.coin-storage-cell .value {
  width: 135px;
  display: inline-block;
  overflow: hidden;
  height: 18px;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

/* Table row view */

.coin-storage-row {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 100px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  position: relative;
  padding: 5px 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coin-storage-row:hover {
  opacity: 0.6;
}

.coin-storage-row.separator {
  margin-bottom: 5px;
}

.coin-storage-row .collection-images-panel {
  display: flex;
  height: 50px;
  position: relative;
  width: 110px;
}

.coin-storage-row .entity-image {
  width: 50px;
  height: 50px;
  position: relative;
  left: 10px;
  display: inline-block;
}

.coin-storage-row .remove-coin {
  position: absolute;
  top: 5px;
  right: 0;
  height: 100%;
}

.coin-storage-row .coin-storage-info {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0;
}

.coin-storage-row .info-item {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coin-storage-row .label {
  width: 80px;
  text-align: right;
  padding-right: 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coin-storage-row .value {
  width: 135px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  word-break: break-all;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coin-storage-row .value.country {
  width: 150px;
}

.coin-storage-row .value.nominal {
  width: 100px;
}

.coin-storage-row .value.name {
  width: 175px;
}

.coin-storage-row .value.year {
  width: 65px;
}

.coin-storage-row .label.year {
  width: 90px;
}


.pricing {
  margin-top: 50px;
}

.pricing .pricing-cards {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}

.pricing-cards .pricing-card {
  background-color: #fff;
  color: #212B36;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 8px;
  box-shadow: none;
  background-image: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2px 0 rgb(145 158 171 / 20%), 0 12px 24px -4px rgb(145 158 171 / 12%);
  border-radius: 16px;
  z-index: 0;
  max-width: 480px;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  padding: 24px;
}

.pricing-cards .pricing-card .plan-list p {
  max-width: 277px;
}

.pricing-card .popular {
  height: 22px;
  min-width: 22px;
  line-height: 0;
  border-radius: 6px;
  cursor: default;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  padding: 0px 8px;
  color: rgb(12, 83, 183);
  font-size: 0.75rem;
  font-family: "Public Sans", sans-serif;
  background-color: rgba(24, 144, 255, 0.16);
  font-weight: 700;
  top: 16px;
  right: 16px;
  position: absolute;
}

.pricing-card > .text {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: Public Sans,sans-serif;
  color: #637381;
}

.pricing-card ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*color: #637381;*/
}

.pricing-card .checkmark {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.pricing-card .checkmark.green {
  background: url(/c43fdc1fa8d0c1967c6b.svg) no-repeat;
  background-size: 15px;
}

.pricing-card .checkmark.gray {
  background: url(/e9cd30dc9e73d6236d8a.svg) no-repeat;
  background-size: 15px;
}

.pricing-card .checkmark.gray > p {
  color: #BDBDBD;
}

.pricing-card .saving {
  margin: 0;
  line-height: 1.5;
  font-size: 0.75rem;
  font-family: Public Sans,sans-serif;
  font-weight: 700;
  color: #00AB55;
  text-transform: capitalize;
}

.pricing-card button {
  text-transform: capitalize;
}

.billing-method {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}

.billing-method .labled-switcher {
  text-transform: uppercase;
  font-weight: 700;
}

.settings-page .pricing-card .plan-list ul {
  padding-left: 5px;
}

.settings-page .pricing .pricing-cards {
  margin-left: 0;
}

.password-recovery-form {
  width: 414px;
  margin: 25px auto 0;
  text-align: center;
  border: 2px solid #e0dede;
  padding: 3em;
  background: #fff;
  box-sizing: content-box;

  box-shadow: rgba(145, 158, 171, 0.16) 0 4px 8px 0;
  border-radius: 16px;
}

.password-recovery-form .recovery-row {
  margin-bottom: 15px;
  position: relative;
}

.password-recovery-form .recovery-row.password,
.password-recovery-form .recovery-row.email {
  padding-top: 20px;
  position: relative;
}

.password-recovery-form .recovery-row > .validation-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  color: rgb(255, 0, 0);
  font-size: 12px;
}


@media (max-width: 768px) {
  .password-recovery-form {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: transparent;
  }
}

.range-input {
  position: relative;
  width: 100%;
  height: 20px;
}

.range-track {
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, width 0.3s ease-out;
  position: relative;
}

.range-track-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #eeeeee;
}

.range-track-active {
  /*background: #3f51b5;*/
  background: #1abc9c;
}

.range-input .range-input-slider-container {
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.range-slider-input {
  /*background: #3f51b5;*/
  /*border: 1px solid #3f51b5;*/
  background: #1abc9c;
  border: 1px solid #1abc9c;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 1rem;
}

.range-slider-input:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.range-input .range-input-selector {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  background: #FFFFFF;
  left: 20px;
}

.range-input-label {
  position: absolute;
  top: -1.8rem;

  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  white-space: nowrap;
}

/*html,body{*/
/*  font-family:"Open Sans",Arial,Helvetica,sans-serif;*/
/*}*/
#checkout {
  width: 450px;
  margin: 0 auto;
}

#checkout_header {
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

#checkout_wrapper {
  background-color: #fff;
  height: 290px;
}

#checkout_message {
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 18px;
}

#checkout_loader {
  padding: 20px;
  text-align: center;
}

.loader {
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#checkout_button {
  padding: 25px;
  text-align: center;
  cursor: pointer;
  background-color: lightgreen;
  color: #fff;
}

#checkout_button:hover {
  background-color: green;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)
    no-repeat center;
}

.ril__zoomInButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+)
    no-repeat center;
}

.ril__zoomOutButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=)
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.switcher {
  display: inline-flex;
  width: 58px;
  height: 38px;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  z-index: 0;
  vertical-align: middle;
}

.labled-switcher {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  margin-left: -11px;
  margin-right: 16px;
}

.switcher-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  padding: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  left: 0;
  right: auto;
}

.switcher-input input {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.switcher-input.checked {
  color: #00AB55;
  transform: translateX(20px);
}

.switcher-input:hover {
  background-color: rgba(99, 115, 129, 0.08);
}

.switcher-input.checked:hover {
  background-color: rgba(0, 171, 85, 0.08);
}

.switcher-input.disabled {
  color: #C4CDD5;
  pointer-events: none;
  cursor: default;
}

.switcher-input .thumb {
  box-shadow: 0px 2px 1px -1px rgb(145 158 171 / 20%), 0px 1px 1px 0px rgb(145 158 171 / 14%), 0px 1px 3px 0px rgb(145 158 171 / 12%);
  background-color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgb(145 158 171 / 16%);
}

.switcher-input .right {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.switcher .track {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  z-index: -1;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #000;
  opacity: 0.38;
  opacity: 1;
  background-color: #919EAB;
}

.switcher-input.checked+.track {
  background-color: #00AB55;
  opacity: 0.5;
}

.switcher-input.disabled+.track {
  opacity: 1;
  background-color: rgba(145, 158, 171, 0.24)!important;
}



.data-loader.loader {
  width: 100%;
  display: flex;
  justify-content: center;
}

.data-loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.data-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #bfbfbf;
  border-radius: 50%;
  animation: data-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #bfbfbf transparent transparent transparent;
}

.data-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.data-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.data-loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes data-lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nc-checkbox {
    display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  margin-left: -11px;
  margin-right: 10px;
}

.nc-checkbox-control {
  /*color: rgb(144, 202, 249);*/
  color: #48c9b0;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  padding: 5px;
  border-radius: 50%;
}

.nc-checkbox-control:hover {
  background-color: rgba(144, 202, 249, 0.08);
}

.nc-checkbox-control.disabled {
  color: #bdc3c7;
  pointer-events: none;
  cursor: default;
}

.nc-checkbox .nc-checkbox-input {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
}

.catalog-filter-rows {
  padding: 0 0 0 10px;

  &.row-filter {
    display: flex;
    gap: 5px;
    flex-direction: row;

    & .form-control {
      width: 100px;
    }
  }
}

@media (max-width: 414px) {
  .catalog-filter-rows {
    padding: 10px 0 0 0;
  }
}

.payment-content {
  text-align: center;
  padding: 40px 0;
}

.payment-content h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

.payment-content p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px;
  margin: 0;
}

.payment-card i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}

.payment-content .payment-card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}

