

:root {
  --color-orange:#ebc69e;
  --font-family: 'Poppins', sans-serif !important;
  --bold-font: 500;
}

body{
  color:white;
}

textarea::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

textarea::-webkit-scrollbar-corner, div::-webkit-scrollbar-corner {
  background: var(--color-blue);
}

/* Track */
textarea::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
  background: var(--color-blue);
  margin-left: 15px;
  border: 1px solid var(--color-blue);
  border-radius: 15px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  border-radius: 15px;
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover, div::-webkit-scrollbar-thumb:hover {
  background: var(--color-orange);
}


p{
  font-size: 12px;
}

#content .card{
  background: #15152D !important;
  border-radius: 30px !important;
  /* margin-bottom: 30px !important; */
  /* margin-top: 0px !important; */
}

#content .card-header{
  background: transparent;
  width: 90%;
  color: white;
  text-align: center;
  border-bottom: 2px solid #292A49 !important;
  margin: auto;
  font-size: 18px;
  font-weight: 800;
}

#content .card-header-2{
  border-bottom: 2px solid #292A49 !important;
  width: 90%;
  margin: auto;
}

.border-top{
  border-top: 2px solid #292A49 !important;
  border-bottom:none !important;
}

#content .card-header-2 .card-title-icon{
  background-color: var(--color-blue-3);
  border-radius: 20px;
  width: fit-content;
  padding: 5px 20px;
  margin: 15px 0px;
}


#content .card-header-2 .card-title-icon img{
  height: 15px;
  margin-right: 10px;
}

#content .card-header-2 .card-title-icon{
  font-size: 14px;
  font-weight: 600;
}

.info-icon{
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
}


#content .content img {
  float: left;
  width: 80px;
  border-radius: 10px;
  margin-right: 20px;
  background: var(--color-blue-3);
}

.content {
    min-height: 75px;
}

.space-livecops .content{
  min-height: 100px;
}

#content .drop-info .content img {
  width: 100px;
  max-height: 70px;
}

#content .drop-info .content .btn, .bot-guides .btn {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
}

.btn-small{
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
}

.bot-guides img {
  width: 70px;
}

#content .space-livecops .content img {
  width: 170px;
}

#content .content .info {
  color:white;
  font-size: 12px;
}

.card-body .info span{
  font-size: 13px;
}

.point-input{
  width: 100px;
}

.btn-rewards{
  font-size: 13px;
  font-weight: 700;
  min-width: fit-content;
}

.rewards-shop{
    background: var(--color-blue-3);
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 120px;
    text-align: center
}

.shop-title{
  font-size: 14px;
  font-weight: 700;
  min-height: 70px;
  vertical-align: center;
  padding-top: 20px;
}

.card-bg{
  background-image: url(../images/rewards/card-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 75%;
  border-radius: 30px;
}

#home .card-body h6, #home .card-body h5, #home .card-body h4, #home .card-body h3, #home .card-body h2, #home .card-body h1{
  color:var(--color-light-green);
  font-size: 1rem !important;
}

#spaceLoyalistContent .card-body h6, #spaceLoyalistContent .card-body h5, #spaceLoyalistContent .card-body h4, #spaceLoyalistContent .card-body h3, #spaceLoyalistContent .card-body h2, #spaceLoyalistContent .card-body h1{
  color:var(--color-light-green);
  font-size: 1rem !important;
}

.content-image{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-image img{
  width: 80%;
  margin: auto;
}

#home .loyalist-content{
  max-height: 39vh;
  min-height: 39vh;
  overflow: auto;
}

#spaceLoyalistContent .loyalist-content{
  max-height: 220px;
  overflow: auto;
}

.loyalist-content p{
  margin-bottom: 0px !important;
}

.dataTables_wrapper.no-footer{
  min-height: 245px;
  padding-bottom:30px;
}

table .btn{
  font-size: 10px;
  padding: 1px 5px;
  color:black;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: center;
}

.tab-options li a{
  width: 80% !important;
}

label{
  font-size: 14px;
}

#eclipsePlan .form-group label{
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 5px;
}

#eclipsePlan .form-group{
  margin-bottom: 5px;
}

#eclipsePlan .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-size: 12px;
}

.card-fixed-height{
  overflow-y: auto;
}

.h-max-250{
  max-height: 250px;
}

.h-max-570{
  max-height: 570px;
}

.h-max-345{
  max-height: 345px;
}

.h-min-250{
  min-height: 250px;
}

.h-min-570{
  min-height: 570px;
}

.h-min-345{
  min-height: 345px;
}

@media (max-width:1199px) {
  .mb-mt-4{
    margin-top:1.5rem !important;
  }
}

.announcement-content{
  min-height: 78vh;
  max-height:78vh;
  overflow:auto;
  padding-right:20px;
}

.announcement-content img{
  max-width: 100% !important;
}
