/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.loader,
.loader:after {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.height-500 {
  height: 500px;
}
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #4CAF50;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  left: 50%;
  top: 40%;
  margin-left: 84px;
  margin-top: -55px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.node {
  cursor: pointer;
}

.node circle {
  stroke: #cccccc;
  stroke-width: 1px;
}

.node text {
  font: 12px sans-serif;
  text-transform: capitalize;
}

.link {
  fill: none;
  stroke: #cccccc;
  stroke-width: 1px;
}

.bg-primary a, .bg-success a {
  color: #fff;
}

#structure {
  overflow: auto;
  min-width: 1000px;
  position: relative;
}

.arrow-up-structure {
  cursor: pointer;
}

.table-padding-85 {
  padding-bottom: 85px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 5px 20px !important;
}

.table {
  padding: 0 100px !important;
}

.panel {
  margin: 0 auto;
}

.w90 {
  width: 90%;
}

body::before {
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/assets/images/connect.png");
  background-position-y: 30px;
  background-size: 98px;
  background-color: #fff;
  will-change: transform;
  z-index: -1;
}

.text-lowercase {
  text-transform: lowercase !important;
}
#left-data, #right-data {
  width: 210px;
}

#left-data {
  float: left;
}

#right-data {
  float: right;
}

.home-user-photo {
  width: 100px;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pan
#to-user-structure {
  cursor: pointer;
}

.no-search .select2-search {
  display: none !important;
}

.controls-structure {
  visibility: hidden;
}

.show-structure-btn {
  display: none;
}

.login-logo img {
  padding-bottom: 29px;
  padding-top: 28px;
  width: 70px;
}

.bg-style-gd {
  background-color: #273246;
  border-color: #273246;
}

.developed-by {
  width: 100%;
  height: 30px;
  font-size: 11px;
  text-align: right;
  padding-right: 2%;
  line-height: 30px;
  color: #fff;
  background: #4b4b4b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.developed-by p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.developed-by a {
  color: #fff;
}
.developed-by a:hover {
  text-decoration: underline;
}

.min-width-structure {
  min-width: 1000px;
}

.arrow-up-structure i {
  /*margin-left: 10px;*/
}
.navbar-inverse, form button.btn-primary, .panel-primary>.panel-heading {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}

.advcash-logo {
  padding: 20px;
  width: 200px;
}
.center-text {
  text-align: center;
  padding-top: 15px;
}
.unlocked-video:hover {
  opacity: 0.7;
  cursor: pointer;
}
.locked-video {
  background: rgb(33, 150, 243);
}
.locked-video i {
  text-align: center;
  display: block;
  margin-top: 17%;
  font-size: 54px;
  color: #fff;
}
.status-video-grid {
  font-size: 12px;
  float: right;
}
.status-awaiting_review {
  background: #5C6BC0;
}
.status-unlocked {
  background: #00BCD4;
}
.status-approved {
  background: #4CAF50;
}
.status-rejected {
  background: #F44336;
}
.center-video-view {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.ytp-watermark {
  display: none;
}

#structure {
  margin: 0 auto;
}

.d3-tip.circle {
  display: none;
  text-align: left;
  font-size: 12px;
  padding: 0;
  position: absolute;
  top: 155px;
  width: 100px;
  z-index: 10;
  transform: translate(-50%,-200%);
}
.d3-tip.circle .label{
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px 0 5px;
}
.d3-tip.circle .count{
  padding: 5px 0 5px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

#view_task {
  overflow: auto;
}

.chat-avatar {
  width: 80px !important;
  height: 80px !important;
}

.message {
  padding: 10px;
}

.message.unread-message {
  background-color: #f5f7fa;
}

/*.span {*/
    /*text-overflow: ellipsis;*/
    /*display: inline-block;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*width: 300px;*/
/*}*/


.font-size-15 {
  font-size: 15px;
}

.margin-5 {
  margin: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.padding-top-20 {
  padding-top: 20px;
}

.status-title {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
}

.verified-title {
  position: absolute;
  bottom: 40px;
  height: 20px;
  width: 100%;
  line-height: 20px;
}

.footer-referral-block {
  width: 32% !important;
  height: 110px !important;
}

.footer-social-block {
  width: 36% !important;
}
.indicator {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.icon-indicator {
  border-radius: 50%;
  text-align: center;
  margin: 10px;
  border-width: 3px;
  border-style: solid;
  padding: 15px;
  display: inline-block;
}

.icon-indicator > i {
  font-size: 25px;
  top: 0;
}

.btn-verification {
  width: 100%;
  border-radius: 100px;
}

.table-padding-50 {
  padding-bottom: 50px;
}



.client-messages {
  margin:-30px -20px;
  padding:0 0 80px 0;
}
.client-messages-onb-wrp {
  position:absolute;
  display:flex;
  flex-direction:row;
  align-items:center;
  text-align:center;
  width:100%;
  height:100%;
}
.client-messages-onboarding {
  width:100%;
}
.client-messages-onboarding .ob-image {
  margin-top:0;
}
.client-messages-date {
  padding:20px;
  text-align:center;
}
.client-messages-date > div {
  display:inline-block;
  font-size:12px;
  font-weight:500;
  padding:5px 15px;
  background:rgba(0,0,0,0.1);
  border-radius:15px;
}
.client-messages-scrollwrp {
}
.client-message-container {
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  width:100%;
  height:auto;
  padding: 10px 0;
}
.client-message-container.is-unread {
  background-color: #f5f7fa;
}
.client-message-sect.flx {
  display:flex;
  flex-direction:column;
  flex-grow:9999;
  align-items:start;
}
.client-message-avatar {
  width:42px;
  height:42px;
  border-radius:100%;
  background:#e0e0e0;
}

.client-message {
  display:flex;
  max-width:700px;
  flex-direction:row;
  background:#fff;
  border:#d7d7d7 1px solid;
  border-radius:8px;
}
.client-message:hover {
  box-shadow:rgba(0,0,0,0.1) 0 8px 24px;
  z-index:1;
}
.client-message.entering {
  box-shadow:none !important;
}
.client-message + .client-message {
  margin:10px 0 0 0;
}
.client-message-body {
  padding:15px 10px 20px 20px;
}
.client-message-body pre {
    padding: 0;
    margin: 0;
    font-size: inherit;
    word-break: inherit;
    word-wrap: inherit;
    background-color: inherit;
    border: none;
}

.client-message.entering .client-message-body {
  padding:10px 20px;
}
.client-message-info {
  flex-shrink:0;
  min-width:70px;
  min-height:50px;
  white-space:nowrap;
  padding:15px;
}
.client-message-datetime {
  opacity:0.3;
}
.client-message-datetime:hover {
  opacity:0.8;
}
.client-message-more {
  position:absolute;
  right:8px;
  bottom:0;
  width: 24px;
  height: 22px;
  cursor:pointer;
  opacity:0.5;
}
.client-message-more:hover {
  opacity:1;
}

.client-message-container.staff-answer {
  flex-direction:row-reverse;
}
.client-message-container.staff-answer .client-message-sect.flx {
  align-items:flex-end;
}
.client-message-container.staff-answer .client-message {
  color: #fff;
  background:#1526ff;
  border-color:#1526ff;
}
.client-message-container.staff-answer .client-message .client-message-body pre {
  color: #fff;
}

.client-messages-input {
  width:100%;
  padding: 10px 64px 10px 24px;
}
.client-messages-input-in {
  display:block;
  width:100%;
  height:auto;
  max-height:3em;
  /*color:#1526ff;*/
  font-size:14px;
  font-weight:500;
  padding:12px 0;
  border:none;
  background:none;
  line-height: 18px;
}
.client-messages-input-in::placeholder {
  color:rgba(0,0,0,0.45);
}
.client-messages-input-in:focus {
  background:#fff;
  box-shadow:#fff 0 0 5px 1px;
}
.client-messages-input-more,
.client-messages-input-send {
  position:absolute;
  left:20px;
  top: 50%;
  width:24px;
  height:22px;
  margin-top:-12px;
  cursor:pointer;
}
.client-messages-input-send {
  left:initial;
  right:20px;
}

.client-reservations-list .client-reservation-dishes {
  display:flex;
  flex-wrap:wrap;
  margin:22px 22px -8px 22px;
}

.widget-avtr {
  width:42px;
  height:auto;
  padding:0 15px;
  box-sizing: content-box;
}
.widget-avtr-avic,
.widget-avtr-avic-placeholder {
  width:42px;
  height:42px;
}
.widget-avtr-avic {
  display:flex;
  align-items:center;
  background:#f1f1f1;
  border:#d7d7d7 1px solid;
  border-radius:100%;
  z-index:2;
}
.widget-avtr-avic-initials {
  width:100%;
  text-align:center;
  font-size:13px;
  color:rgba(0,0,0,0.3);
}

.widget-avtr-popover {
  display:none;
  position:absolute;
  left:0;
  top:-15px;
  padding:0;
  background:rgba(255,255,255,0.95);
  border:#d7d7d7 1px solid;
  border-radius:8px;
  overflow:hidden;
  z-index:1;
}

.widget-avtr-popover-info {
  display:flex;
  flex-direction:row;
  align-items:center;
  white-space:nowrap;
}
.widget-avtr-popover-sect {
  padding:15px;
}
.widget-avtr-popover-sect + .widget-avtr-popover-sect {
  margin-left:-20px;
  flex-grow:9999;
}
.widget-avtr-popover-name {
  font-weight:500;
}
.widget-avtr-popover-other {
  opacity:0.5;
}


.widget-avtr-popover-buttons {
  display:flex;
  flex-direction:row;
  align-items:center;
  width:100%;
  border-top:#d7d7d7 1px solid;
}
.widget-avtr-popover-buttons > a {
  flex-grow:9999;
  color:#2b21f0;
  white-space:nowrap;
  padding:10px 15px;
  width: 100%;
  text-align: center;
}
.widget-avtr-popover-buttons > a:hover {
  background:#f0f0f0;
}
.widget-avtr-popover-buttons > a + a {
  border-left:#f0f0f0 1px solid;
}
.widget-avtr-avic:hover + .widget-avtr-popover,
.widget-avtr-popover:hover {
  display:block;
  box-shadow:rgba(0,0,0,0.1) 0 8px 24px;
}

.staff-answer  .widget-avtr-popover {
  left:initial;
  right:0;
}
.staff-answer .widget-avtr-popover-info {
  flex-direction:row-reverse;
}
.staff-answer .widget-avtr-popover-sect {
  text-align:right;
}
.staff-answer .widget-avtr-popover-sect + .widget-avtr-popover-sect {
  margin:0;
  margin-right:-20px;
}


/* Layout */
/** {*/
  /*position:relative;*/
  /*margin:0;*/
  /*padding:0;*/
  /*outline:none;*/
  /*box-sizing:border-box;*/
  /*cursor:default;*/


  /*-moz-user-select: none;*/
  /*-khtml-user-select: none;*/
  /*-webkit-user-select: none;*/
  /*user-select: none;*/


/*}*/

.popup {
  display:flex;
  flex-direction:column;
  overflow: hidden;
}

.popup-content {
  flex-grow:9999;
  padding:30px 30px 80px 30px;
  /*overflow-y:scroll;*/
  overflow-y:auto;
}

.popup-header {
  display:flex;
  flex-direction:row;
  flex-shrink:0;
  align-items:stretch;
  height:auto;
  min-height:50px;
  background:#fff;
  border-bottom:#d7d7d7 1px solid;
}
.popup-header-content {
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-grow:9999;
  overflow:hidden;
}
.popup-header-content h1 {
  display:block;
  width:100%;
  font-size: 24px;
  font-weight:500;
  text-align:center;
}
.popup-header-content > * {
  white-space:nowrap;
  padding:0 15px;
}

.popup-footer {
  position:absolute;
  display:flex;
  flex-direction:row;
  left:0;
  bottom:0;
  width:100%;
  height:auto;
  padding:15px 30px;
  background:rgba(255,255,255,0.95);
  border-top:#d7d7d7 1px solid;
  z-index:10;
}
.popup-footer.inputforchat {
  padding:0;
}
.popup-footer > .section {
  text-align:center;
  flex-grow:9990;
}
.popup-footer > .section:first-child,
.popup-footer > .section:only-child {
  text-align:left;
}
.popup-footer > .section:last-child {
  text-align:right;
}

.send-gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='44' viewBox='0 0 48 44'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ccc; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='seng' class='cls-1' d='M46,22L2,41.994,5.125,24.483,32.071,22,5.125,19.517,2,2.006Z'/%3E%3C/svg%3E%0A");
  background-size:100%;
}
.send-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='44' viewBox='0 0 48 44'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231526ff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='seng' class='cls-1' d='M46,22L2,41.994,5.125,24.483,32.071,22,5.125,19.517,2,2.006Z'/%3E%3C/svg%3E%0A");
  background-size:100%;
}


.font-size-15 {
  font-size: 15px !important;
}
.font-size-13 {
  font-size: 13px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.margin-5 {
  margin: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-left-right-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.status-title {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
}

.verified-title {
  position: absolute;
  bottom: 40px;
  height: 20px;
  width: 100%;
  line-height: 20px;
}

.footer-referral-block {
  width: 32% !important;
}

.footer-social-block {
  width: 36% !important;
}
.indicator {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.icon-indicator {
  border-radius: 50%;
  text-align: center;
  margin: 10px;
  border-width: 3px;
  border-style: solid;
  padding: 15px;
  display: inline-block;
}

.icon-indicator > i {
  font-size: 25px;
  top: 0;
}

.btn-verification {
  width: 100%;
  border-radius: 100px;
}

.table-padding-50 {
  padding-bottom: 50px;
}

.price {
  padding: 2px 10px 2px 10px;
  color: #000;
  font-size: 15px;
}

.binar-bg-green {
  background-color: #d8ecd0;
}

.binar-text-green {
 color: #4d6a4c;
}

a.binar-text-green:visited, button.binar-text-green:visited {
  color: #4d6a4c;
}

a.binar-text-green:hover, button.binar-text-green:hover {
 color: #000;
}

.btn-like-icon {
 color: #2a5885;
}

.btn-like-icon:visited {
  color: #2a5885;
}

.btn-like-icon:hover {
 color: #ff392b;
}

.active-btn-like-icon {
 color: #ff392b;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.footer-panel {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.position-absolute {
  position: absolute !important;
}

.circle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  display: inline-block;
  border: 1px #000 solid;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.rotate-270 {
  transform: rotate(270deg);
}

.activity-status-bg-0 {
  background-color: #999;
  color: #fff;
}

.activity-status-bg-1 {
  background-color: #FF7043;
  color: #fff;
}

.activity-status-bg-2 {
  background-color: #F4511E;
  color: #fff;
}

.activity-status-bg-3 {
  background-color: #000;
  color: #fff;
}

.activity-status-bg-4 {
  background-color: #AB47BC;
  color: #fff;
}

.activity-status-bg-5 {
  background-color: #A1887F;
  color: #fff;
}

.activity-status-bg-6 {
  background-color: #29B6F6;
  color: #fff;
}

.activity-status-bg-7 {
  background-color: #C62828;
  color: #fff;
}

.activity-status-bg-8 {
  background-color: #0277BD;
  color: #fff;
}

.activity-status-bg-9 {
  background-color: #2E7D32;
  color: #fff;
}

.activity-status-bg-10 {
  background-color: #4FC3F7;
  color: #fff;
}

.activity-status-bg-11 {
  background-color: #FFF;
  color: #000000;!important;
}

.activity-status-bg-12 {
  background-color: #000;
  color: #fff;
}

.padding-left-10 {
  padding-left: 10px;
}

.status-complete  {
  position: absolute;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  z-index: 1000;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

.social-icon.vk {
  background: url(/assets/images/vk.png);
}

.social-icon.fb {
  background: url(/assets/images/fb.png);
}

.social-icon.twitter {
  background: url(/assets/images/instagram.png);
}

.social-icon.instagram {
  background: url(/assets/images/instagram.png);
}

.social-icon.whatsApp {
  background: url(/assets/images/whatsApp.png);
}

.social-icon.gp {
  background: url(/assets/images/gp.png);
}

.social-icon.skype {
  background: url(/assets/images/skype.png);
}

.social-icon.t {
  background: url(/assets/images/telegram.png);
}

.social-icon.vk,
.social-icon.fb,
.social-icon.twitter,
.social-icon.gp,
.social-icon.t,
.social-icon.whatsApp,
.social-icon.skype {
  background-repeat: no-repeat;
  background-size: 30px 30px;
}


@media (min-width: 1199px) {
  .lg-hide {
    display: none;
  }
}

@media (max-width: 1199px) {
  .md-hide {
    display: none;
  }
}

.indicator-footer {
  display: block;
  font-size: 21px;
  font-weight: 600;
}

.icon-indicator-footer {
  border-radius: 50%;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  padding: 13px;
  display: inline-block;
}

.icon-indicator-footer > i {
  font-size: 21px;
  top: 0;
}

.not-active {
  background-color: #FFF;
  opacity: .3;
  pointer-events: none;
  cursor: default;
}

.btn-disable {
  pointer-events: none;
  cursor: default;
}

.profile-img {
  width: 100%;
}

.profile-img-gold-member {
  border: 2px solid #FCC200;
  border-radius: 4px;
}

.width-50 {
  padding: .5%;
  width: 49%;
  display: inline-block;
}

.btn-info-profile {
  position: relative;
  font-weight: 500;
  border-width: 0;
  padding: 4px 8px;
}

.btn-info-profile:hover {
  color: #FFF;
}

.margin-bottom-3 {
  margin-top: 3px;
}

.circle-icon {
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  display: inline-block;
  border: 2px #FFF solid;
}

.history-items {
  overflow-y: scroll;
}
.liquidity-pool-table > thead > tr > th,
.liquidity-pool-table > tbody > tr > th,
.liquidity-pool-table > tfoot > tr > th,
.liquidity-pool-table > thead > tr > td,
.liquidity-pool-table > tbody > tr > td,
.liquidity-pool-table > tfoot > tr > td {
  padding: 20px !important;
}
.liquidity-pool-head h1 {
  padding: 10px;
}
.liquidity-pool-head {
  background: white;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.liquidity-pool-table thead th {
  font-weight: bold;
  font-size: 14px;
  color: #6a6a6a;
}
.pair-value {
  font-size: 13px;
  font-weight: bold;
}
.liquidity-pool-table > thead > tr > th.history-items-head,
.liquidity-pool-table > tbody > tr > th.history-items-head,
.liquidity-pool-table > tfoot > tr > th.history-items-head {
  padding: 5px !important;
  text-align: center;
  font-size: 16px;
}

.p--flex-box {
  display: flex;!important;
  align-items: center;
  justify-content: center;
}

.p--container {
  display: flex;
  flex-direction: column;
  width: 850px;
  gap: 32px;
}

.p--balance-tab {
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: 16px;
}

.p--balance-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p--balance-row-border-bottom {
  border-bottom: 1px solid #00000014;
}

.p--row-primary {

  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p--systems-tab {
  border: 1px solid #00000014;
  border-radius: 4px;
  background: #7777770A;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.input-container {
  position: relative;
  display: block;
  width: 100%;
}

.input-container::before {
  content: '$';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;

}

.input-field {
  border: 1px solid #00000014;
  border-radius: 4px;
  padding-left: 20px; /* Make space for the $ symbol */
  padding-right: 5px;
  height: 45px; /* Adjust height as needed */
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

/* Hide the arrows in number input */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.p--amount-tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.p--input-top-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p--input-bottom-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #777777;
}

.p--system-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.psl-row {
  height: 120px;
  border: 1px solid #00000014;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
}

.psl-logo {
  width: 160px;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.psl-logo img {
  margin: 0 auto;
}

.psl-description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  gap: 16px;
}

.psl-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: left;
}

.psl-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}

.psl-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #1E9AF4;
}

.psl-link:hover {
  cursor: pointer;
  color: #1E88E5;
  text-decoration: none;
}

@media (max-width: 660px) {
  .psl-logo {
    width: 100%;
    max-width: none;
  }

  .psl-row {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    height: fit-content;
  }
  .psl-description-container {
    align-items: center;
  }

  .psl-description {
    text-align: center;
  }
}

.loader {
  top: 49px;
  left: -83px;
  width: 25px;
  height: 25px;
  border: 3px solid #777;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}