.sidebar {
  background-color: #222a42 !important;
  color: white;
}
.white-content .sidebar p {
  color: black;
}

.sidebar .nav i {
  color: black;
}


.sidebar .nav li:hover {
  background-color: #1d253b;
  border-radius: 5px;
}

.current  {
  background-color: #cbd5f1;
  border-radius: 5px;
}

.navbar {
  padding-top: 20px;
}

.main-nav li a {
  font-weight: 600;
}

.main-nav li a:hover{
  text-decoration: underline;
}

.banner {
  display: block;
  height: 10px;
  background-color: #0a0c0d;
  width: 100vw;
}

.tim-upload {
  width: 80px;
  font-size: 3rem;
  display: block;
  text-align: center;
  margin: auto;
}

i.file-icon:hover {
  color: #ff8d72;
}
i.file-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #222a42;
}
.fileuploader-input {
  padding: 20px 0px 0 !important;
}
.card-body ul li a {
  color: #1d253b !important;
}
.card-body ul li a:hover {
  color: #ff8d72 !important;
}
.card-subtitle {
  font-weight: 100;
}
.referral-card {
  background-color: #222a42 !important;
  color: white !important;
}
.referral-card .card-header .title {
  color: white;
}
.referral-card .card-header .card-subtitle {
  color: white;
}

.referral-card input {
  background-color: white !important;
}
.form-control-round {
  border-radius: 100px;
}

.card .title {
  display: inline;
  font-weight: 100;
  font-size: 1.3rem;
}

.stats-card .card-header {
  display: inline;
  font-weight: 300;
  font-size: 1.1rem;
}

.stats-card .stat {
  font-size: 2rem;
  font-weight: 300;
}

.table-hover tbody tr {
  cursor: pointer;
}
alert.alert-outline {
  background-color: transparent !important;
}

.sidebar-wrapper {
  background-color: #222a42 !important;
  border-radius: 5px;
}

.pricing1 {
  padding-right: 0px;
  background-color: white;
}
.pricin .pricing2 {
  padding-left: 0px;
}

.faqs .card {
  background-color: whitesmoke;
}

.faqs .btn-link:hover {
  color: #222a42 !important;
}

.faqs .btn-link:visited {
  color: #222a42 !important;
}

.faqs .btn-link:any-link {
  color: #222a42 !important;
}

.faqs h4 {
  color: #222a42 !important;
}

.faqs .card-header {
  padding-bottom: 10px;
  cursor: pointer;
}

.faqs .card {
  margin-bottom: 10px;
}
.rates {
  color: white;
}
.card-warning {
  background: #ff8d72;
  background-image: -webkit-linear-gradient(
    to bottom left,
    #ff8d72,
    #ff6491,
    #ff8d72
  );
  background-image: -o-linear-gradient(
    to bottom left,
    #ff8d72,
    #ff6491,
    #ff8d72
  );
  background-image: -moz-linear-gradient(
    to bottom left,
    #ff8d72,
    #ff6491,
    #ff8d72
  );
  background-image: linear-gradient(to bottom left, #ff8d72, #ff6491, #ff8d72);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #ff8d72;
  transition: all 0.15s ease;
  box-shadow: none;
}

.card-success {
  background: #00f2c3;
  background-image: -webkit-linear-gradient(
    to bottom left,
    #00f2c3,
    #0098f0,
    #00f2c3
  );
  background-image: -o-linear-gradient(
    to bottom left,
    #00f2c3,
    #0098f0,
    #00f2c3
  );
  background-image: -moz-linear-gradient(
    to bottom left,
    #00f2c3,
    #0098f0,
    #00f2c3
  );
  background-image: linear-gradient(to bottom left, #00f2c3, #0098f0, #00f2c3);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #00f2c3;
  transition: all 0.15s ease;
  box-shadow: none;
  color: #ffffff;
}

.navbar .underline {
  text-decoration: underline;
}

.faq-item {
  margin-bottom: 10px;
}
.faq-item .row {
  padding: 0px 10px;
}
.faq-qa {
}
.faq-q {
  border-left: 3px solid #ff6491;
  padding: 10px 0px;
  background-color: rgba(255, 100, 145, 0.04);
}
.faq-q .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-q .point {
  /* display: inline; */
  font-size: 2rem;
  color: #ff6491;
  opacity: 0.5;
}

.faq-q .copy {
  color: white;
  font-size: 1.1rem;
  /* font-weight: 900; */
}

.faq-a {
  border-left: 3px solid #9096a7;
  padding: 10px 0px;
  background-color: rgba(144, 150, 167, 0.04);
}
.faq-a .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-a .point {
  /* display: inline; */
  font-size: 2rem;
  color: #9096a7;
  opacity: 0.5;
}

.faq-a .copy {
  color: white;
  font-weight: 100;
}
/*.stats-card:hover{*/
/*background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;*/
/*background-size: 210% 210%;*/
/*background-position: top right;*/
/*background-color: #ff8d72;*/
/*transition: all 0.15s ease;*/
/*!*box-shadow: none;*!*/
/*color: white !important;*/
/*color: #ffffff;*/
/*}*/

.clickable-row {
  cursor: pointer;
}

.bordered-textarea {
  border: 1px solid #9096a7 !important;
  border-radius: 5px !important;
  line-height: 0px;
  /* background-color: red; */
}

.h {
  display: none;
}

#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

#card-delivery .card-body {
  padding: 0px;
}

.payment-card {
  border: 1px #ced1d8 solid !important;
}

.payment-card .card-header {
  text-align: center;
}

.payment-card .card-body {
  padding: 10% 30% !important;
}
.payment-card .card-footer {
  text-align: center;
}

.lynk-card .card-body {
  padding: 10% 10% !important;
}

.page-item.active .page-link {
  background-color: #222a42;
  border-color: #222a42;
}

#check-in-feed .feed {
  overflow-y: scroll;
  height: 700px;
}

#checkout,
#multi-checkout {
  height: 100%;
}

#checkout #feed,
#multi-checkout #feed {
  overflow-y: scroll;
  height: 100%;
}

.checkout-button-container {
  /* height: 150px; */
  /* width: 130px; */
}

.checkout-button-container input {
  background-color: #fff;
  font-size: 17px;
}

#checkout .checkout-payment-button,
#checkout .checkout-payment-button.unselected,
#multi-checkout .checkout-payment-button {
  background: white !important;
  color: black;
  height: 70px;
  width: 100%;
}

#checkout .checkout-payment-button.selected,
#checkout .checkout-payment-button:hover,
#multi-checkout .checkout-payment-button.selected,
#multi-checkout .checkout-payment-button:hover {
  color: white;
  background: #530073 !important;
  background-size: 210% 210%;
  background-position: top right;
  background-color: #530073 !important;
}

body.body-full {
  height: 100vh;
  overflow-x: hidden;
}

@media screen and (min-width: 600px) {
  #checkin-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  #checkin-buttons-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #checkin-buttons-container a {
    margin-bottom: 10px;
  }
}

#checkout .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

#checkout .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1f062f;
  border-color: #1f062f transparent #1f062f transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

#checkout .loading-modal-content {
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 30px;
}

#checkout .loading-modal {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paypal-badge {
  background-color: #1d253b !important;
  margin: 0;
}

.lynkid-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='30px' width='85px'><text x='5' y='23' fill='black' font-size='12' font-family='arial'>@</text></svg>");
  padding-left: 21px;
  background-repeat: no-repeat;
}

/* Gradient buttons matching RocketSea style */
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: linear-gradient(288deg, #FF9A3E 11.23%, #FF3F3A 46.66%, #D130AD 81.36%) !important;
  border: none !important;
  color: white !important;
}

/* Transparent signup button */
.btn-signup {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}

.btn-signup:hover,
.btn-signup:focus,
.btn-signup:active {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  opacity: 0.8;
}

/* Login button with white background at 20% opacity */
.btn-login {
  background-color: rgba(255, 255, 255, 0.2) !important;
  background-image: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid white !important;
  color: white !important;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
  background-image: none !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid white !important;
  color: white !important;
}