body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 1.5;
  position: relative;
}
.back-ground {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #040404;
  z-index: -1;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}

.flex-auto {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.min-w100 {
  min-width: 100px;
}

.color-cyan {
  color: #00C1AD;
}
.color-red {
  color: #E84F71;
}

/** ***/
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  right: 30px;
  z-index: 10;
}

.log-main {
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
.log-row {
  height: 100%;
}

.log-left-box {
  padding: 30px;
  position: relative;
  z-index: 10;
}

.log-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/** **/
.log-panel {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  padding: 40px 30px;
}
.log-welcome {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.log-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 148%;
  background: linear-gradient(to right, #00C6C9, #005356);
  /*background: -webkit-linear-gradient(45deg, #00989A, #FBAC38 80%);*/
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.log-text {
  color: #646464;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
}
.log-text strong {
  font-weight: 400;
  color: #000000;
  display: block;
}
.log-group {
  border-radius: 10px;
  border: 1px solid rgba(198, 198, 198, 0.30);
  background: rgba(255, 255, 255, 0.30);
  padding: 15px 25px;
}
.log-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.log-group-input {
  flex: 1;
}
.log-group-input label {
  color: #8B8B8B;
  font-size: 15px;
  line-height: 148%;
}
.log-group-input input {
  color: #000;
  font-size: 15px;
  line-height: 148%;
  margin-left: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
}
.log-group-icon {
  flex: 0 0 auto;
  margin-left: 15px;
}

.check-101 {
  position: relative;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
}
.check-101 input {
  position: absolute;
  opacity: 0;
}
.check-101 .check-span-101 {
  width: 20px;
  height: 20px;

  border-radius: 6px;
  border: 1px solid rgba(198, 198, 198, 0.25);
  background: #FFFFFF;
  display: block;
  text-align: center;
  position: relative;
}
.check-101 input:checked+.check-span-101 {
  background-color: #00989A;
}
.check-101 input:checked+.check-span-101::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 4px;
}
.check-text-101 {
  color: #646464;
  font-size: 14px;
  line-height: 148%;
  margin-left: 10px;
}

.log-forgot-text {
  color: #FF8900;
  font-size: 15px;
  font-weight: 600;
  line-height: 148%;
}

.btn.btn-log {
  border-radius: 10px;
  background: linear-gradient(131deg, #00C6C9 0%, #005356 100%);
  color: #FFF;
  font-size: 17px;
  line-height: 148%;

  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  transition: all 0.5s ease;
}
.btn.btn-log:hover {
  background: linear-gradient(131deg, #005356 0%, #00C6C9 100%);
}

.log-regtext {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 148%;
}
.log-regtext a {
  color: #FF8900;
  font-weight: 600;
  line-height: 148%;
}

/*** ***/
.log-col-fixed {
  position: fixed;
  right: 0;
  height: 100%;
  top: 0;
}
.log-side {
  opacity: 1;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.log-side {
  background-image: url('../images/log-side.png');
}

.log-verify {
  max-width: 80%;
  margin: 0 auto;
}
.resend-input input {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
  height: 60px;
  text-align: center;
  outline: none;
  font-size: 30px;
  color: #242424;
  box-shadow: none !important;
  border: 1px solid #C6C6C673
}
.resend-text {
  color: #00989A;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
}

/** Header Code **/
.header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: linear-gradient(131deg, #00C6C9 0%, #005356 100%);
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 8px 16px rgba(46, 59, 68, 0.08);
}
.header-row {
  justify-content: space-between;
}
.logo img {
  max-width: 180px;
}

.header-nav .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-nav .navbar-nav > li {
	position: relative;
}
.header-nav .navbar-nav > li > a {
  color: #FFF;
  font-size: 15px;
  line-height: 148%;

	padding: 10px 7px;	
	position: relative;
	display: flex;
  align-items: center;
}
.nav-icon {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 25px;
}
.header-nav .navbar-nav li.current-menu-item > a {
	font-weight: 700;
}



/** **/
.prf-plan a {
  text-decoration: none;
  color: inherit;
}
.auther-thumb {
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
.auther-thumb img{
  width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 55px;
  border: 3px solid rgba(255, 255, 255, 0.57);
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.16);
}
.dropdown-menu.dropdown-auther {
  box-shadow: 0px 5px 30px #00000029;
  padding: 15px;
  border: none;
}
.auther-action .dropdown-toggle::after {
  background-image: url('../icons/arrow-up.svg');
  height: 25px;
  width: 25px;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-auther-menu {
  list-style: none;
  margin: 0;
}
.dropdown-auther-menu > li {
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #E4E4E4;
}
.dropdown-auther-menu > li a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 148%;
}
.dropdown-auther-menu > li a:hover {
  color: #00989A;
}
.dropdown-auther-menu > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dropdown-auther-menu > li img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
}


/*** ***/
.header-switch {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  bottom: -25px;
}
.c-switch-inline {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 4px 53px 0px rgba(0, 0, 0, 0.04);
  padding: 10px 15px;
  margin: 0 auto;
  width: 100%;
  min-width: 250px;
}
.choice-switch {
  flex: 0 0 60px;
  margin-left: 15px;
  margin-right: 15px;
}
input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.c-switch-button {
  width: 60px;
  height: 30px;
  background: #00989A;
  border-radius: 26.6333px;
  display: block;
  position: relative;
  /*margin-left: 10px;
  margin-right: 10px;*/
  cursor: pointer;
}
.c-switch-circle {
  width: 22px;
  height: 22px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #ffffff;
  
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.5s ease-out;
}
input:checked + .c-switch-button {
  background-color: #FF8900;
}
input:checked + .c-switch-button .c-switch-circle {
  left: 33px;
}

.c-switch-text {
  color: #343434;
  font-size: 15px;
  font-weight: 300;
  line-height: 148%;
  flex: 1;
}

.c-switch-text.on {
  text-align: left;
}
.c-switch-text.off {
  text-align: right;
}



/*** ***/
.mainBody {
  min-height: calc(100vh - 150px);
  position: relative;
}
.inBody {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.section {
  padding-top: 60px;
  padding-bottom: 50px;
}

/*** ****/
.welcome-section {
  padding-top: 60px;
  padding-bottom: 50px;
}
.welcome-title {
  color: #343434;
  font-size: 33px;
  font-weight: 700;
  line-height: 140%;
}
.welcome-title span {
  color: #FF8900;
}
.welcome-thanks-text {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 148%;
}
.welcome-path-text {
  color: #343434;
  font-size: 15px;
  font-weight: 600;
  line-height: 148%;
}
.welcome-path-text a,
.welcome-path-text span {
  font-size: 15px;
  font-weight: 600;
}
.welcome-path-text a:hover {
  color: #00989A;
}

.btn.btn-default {
  height: 45px; 
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 155.5%;

  border: none;

  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;

  transition: all 0.5s ease;
}

.btn.btn-blue {
  min-width: 175px;
  background: #00989A;
}
.btn.btn-orange {
  min-width: 175px;
  background: #FF8900;
}
.btn.btn-cyan {
  background: #00C1AD;
}
.btn.btn-cyan.btn-cyan-bg {
  font-weight: 500;
  background: #00C1AD2B;
  border: 1px solid #00C1AD;
  color: #00C1AD;
}
.btn.btn-gray {
  min-width: 175px;
  background: #CFCFCF;
  color: rgba(52, 52, 52, 0.47);
}
.btn.btn-gray-blank {
  color: #898989;
  background: transparent;
  border: 1px solid #898989;
}
.btn.btn-orange-blank {
  min-width: 175px;
  color: #FF8900;
  border: 1px solid #FF8900;
}
.btn.btn-orange-white {
  min-width: 175px;
  color: #FF8900;
  border: 1px solid #FF8900;
  background-color: #ffffff;
}
.btn.btn-pink {
  background: #E84F71;
}
.btn.btn-pink-blank {
  color: #E84F71;
  border: 1px solid #E84F71;
}

.btn.btn-gradiant {
  background: linear-gradient(131deg, #00C6C9 0%, #005356 100%);
}
.btn.btn-gradiant:hover {
  background: linear-gradient(131deg, #005356 0%, #00C6C9 100%);
}

/** **/
.mainPlayer::before,
.mainPlayer::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.mainPlayer::before {
  width: 25%;
  height: 50%;
  background-image: url('../images/player-left.png');
  left: 0;
}
.mainPlayer::after {
  width: 40%;
  height: 50%;
  background-image: url('../images/player-right.png');
  background-position: top right;
  right: 0;
}

/*** ***/
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-menu {
  display: flex;
  align-items: center;
}
.footer-menu > li:first-child {
  margin: 0;
}
.footer-menu > li {
  margin-left: 30px;
}
.footer-menu > li a {
  color: #000;
  font-size: 11px;
  line-height: 160%;
}

.copyright {
  color: #000;
  font-size: 11px;
  line-height: 160%;
}

/***** ******/
.panel-101 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(13.600000381469727px);
  padding: 0 10px 10px;
}

.pHeader-101 {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(70, 78, 95, 0.15);
}
.phTitle-101 {
  color: #00989A;
  font-size: 20px;
  font-weight: 600;
  line-height: 155.5%;
}
.phTitle-101 small {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  font-weight: 400;
  color: #808080;
  font-size: 13px;
  line-height: 155.5%;
}
.phtIcon-101 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  flex-shrink: 0;
  border-radius: 45px;
  background: #FFF;
  display: inline-block;
}
.pBody-101 {
  padding: 20px;
}
.pBody-102 {
  padding: 10px;
}

.gInput-101 {
  margin-bottom: 20px;
}
.giLabel-101,
label.giLabel-101 {
  color: #343434;
  font-size: 13px;
  line-height: 155.5%;
  margin-bottom: 7px;
}
.form-control.giInput-101 {
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #FBFBFB;
  box-shadow: none;

  color: #343434;
  font-size: 14px;
}
.form-control.giInput-101:disabled {
  background: rgba(223, 223, 223, 0.73);
}
select.form-control.giInput-101,
input.form-control.giInput-101 {
  height: 45px;
}
select.form-control.giInput-101 {
  cursor: pointer;
}

select.form-control.giInput-101 {
	background-image: url("../icons/arrow-down-gray.svg");
	z-index: 1;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-size: 22px auto;
}


.modal-content .btn-close {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 5px;
  top: 5px;
  padding: 0px;
  font-size: 12px;
  line-height: 24px;
  opacity: 1;
  z-index: 10;
}
.modal-content {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 15px;
}
.modal-body {
  padding: 15px;
}

.suBox-101 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.suText-101 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;  
}
.suText-101 a:hover {
  color: #00989A;
}


/** **/
.delBox-101 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.delTitle-101 {
  color: #E84F71;
  font-size: 18px;
  line-height: 155.5%;
}
.delText-101 {
  color: #343434;
  font-size: 15px;
  font-weight: 300;
  line-height: 155.5%; 
}
.delText-101 strong {
  font-weight: bold;
}


/*** ***/
table.prTable {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.prTable tbody tr {
  position: relative;
}
.prTable tbody tr::after {
  content: "";
  border-bottom: 1px solid rgba(70, 78, 95, 0.15);
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
}
.prTable tbody tr:last-child::after {
  display: none;
}
.prTable tfoot tr th:first-child, 
.prTable thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}
.prTable tfoot tr th:last-child,
.prTable thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}
.prTable thead tr th,
.prTable tbody tr td {
  border: none;
}
.prTable thead tr th {
  color: #343434;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 15px;
  background-color: #D6D6D6;
  vertical-align: middle;
}
.prTable tbody tr td {
  vertical-align: middle;
  color: #181818;
  font-size: 13px;
  background: none;
  padding: 10px 15px;
}

.btn-activated {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: #00C1AD;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.btn-activated::before,
.btn-activated::after {
  content: '';
  display: block;
  background-image: url('../icons/bi_stars.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-activated::before {
  width: 18px;
  height: 18px;
  position: relative;
  top: -5px;
  margin-right: 5px;
}
.btn-activated::after {
  width: 15px;
  height: 15px;
  bottom: -5px;
  position: relative;
  margin-left: 5px;
}

.btn-active-line {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
  padding: 8px;
}




/** **/
.tsLink-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tsLink-row+.tsLink-row {
  border-top: 1px solid rgba(70, 78, 95, 0.15);
}
.tsLink-content h4 {
  color: #343434;
  font-size: 16px;
  line-height: 155.5%;
}
.tsLink-content p {
  color: #9E9E9E;
  font-size: 15px;
  line-height: 155.5%;
}
.tsLink-icon {
  flex: 0 0 auto;
}
.tsLink-icon img {
  transform: rotate(180deg)
}

.team-switch .t-switch-inline {
  padding: 10px 15px;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.team-switch .c-switch-button {
  border: 1px solid #00989A;
  background: transparent;
}
.team-switch .c-switch-circle {
  background: #00989A;
}
.team-switch input:checked + .c-switch-button {
  background-color: transparent;
}

/** **/
.dash-tabs-99 {
  padding: 5px;

  border-radius: 100px;
  border: 1px solid #EEE;
  background: #F6F6F6;
}
.dash-tabs-ul-99 {
  display: flex;
  flex-wrap: wrap;
}
.dash-tabs-ul-99 > li {
  flex: auto;
  text-align: center;
  margin: 1px;
}
.dash-tabs-ul-99 > li > a {

  color: #343434;
  text-align: center;
  font-size: 15px;
  line-height: 140%;

  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  min-height: 50px;
}
.dash-tabs-text {
  margin-left: 10px;
}
.dash-tabs-ul-99 > li > a .dash-tabs-icon {
  width: 25px;
}
.dash-tabs-ul-99 > li > a .dash-tabs-icon img {
  display: none;
}
.dash-tabs-ul-99 > li a.active .dash-tabs-icon img,
.dash-tabs-ul-99 > li.active a .dash-tabs-icon img,
.dash-tabs-ul-99 > li > a:hover .dash-tabs-icon img {
  display: block;
}
.dash-tabs-ul-99 > li a.active,
.dash-tabs-ul-99 > li.active a, 
.dash-tabs-ul-99 > li > a:hover {
  background-color: #00989A;
  color: #FFFFFF;
}

.tablePanel-102 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(13.600000381469727px);
  padding: 5px 10px;
}


/*** ***/
.qty-container{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border-radius: 6px;
  border: 1px solid #D0D0D0;
}
.qty-container .input-qty{
  text-align: center;
  max-width: 60px;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  width: 30px;
  height: 30px;
  padding: 4px;

  font-size: 15px;
  transition: 0.3s;

  border-radius: 6px;
  border: 1px solid #D0D0D0;
  /*background: #F6F6F6;*/
  background: none;
  line-height: 20px;
}
.qty-container .qty-btn-minus {
  color: #E84F71;
}
.qty-container .qty-btn-plus {
  color: #00C1AD;
}

.pTable.pMore-102 thead tr th {
  padding: 15px 10px;
}
.pTable.pMore-102 tbody tr td {
  padding: 10px;
}

/*** **/
.psThumb-103 {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.psThumb-103 img.psaThumb-103 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 85px;
  border: 4px solid #FFF;
  background: lightgray 50% / cover no-repeat;
}

.pscapsThumb-103 {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  border-radius: 31px;
  border: 1px solid #A9A9A9;
  background: #FAFAFA; 
}

/** **/
.pForm-102 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.photoTitle-101 {
  color: #000;
  font-size: 18px;
  line-height: 155.5%;
}

.photoUpload-101,
.photoRemove-101 {
  font-size: 15px;
  font-weight: 600;
  line-height: 155.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #CDCDCD;;
}

.photoUpload-101 {
  color: #2ABBAA;
}
.photoRemove-101 {
  color: #E84F71;
}

/** **/
.sBanner-100 {
  position: relative;
}
.sbCaps-100 {
  position: absolute;
  right: auto;
  margin: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  left: 50%;
}

.sbaHome-100 {
  border-radius: 100px;
  /* border: 2px solid #E6DBD3;
  background: linear-gradient(180deg, #FF8900 0%, #E87100 100%); */
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}



.shrt-board {
  position: relative;
}
.sbahomeLeft-100 {
  border-radius: 100px 0 0 100px;
  right: 100%;
  margin-right: -15px;
  padding-right: 30px;
  padding-left: 20px;
}
.sbahomeRight-100 {
  border-radius: 0 100px 100px 0;
  left: 100%;
  margin-left: -15px;
  padding-left: 30px;
  padding-right: 20px;
}
.sbahomeLeft-100,
.sbahomeRight-100 {
  background: linear-gradient(180deg, #FF8900 0%, #E87100 100%);
  flex: 1;
  border: 2px solid #E6DBD3;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
  min-width: 170px;
}
.sbahTitle-100 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 105.5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  transition: all 1s ease-in-out;
}
.sbahTitle-100:hover {
  max-width: 300px;
}

.sbahomeNumber-100 {
  background-image: url('../images/number-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0px 30px;
  position: relative;
  z-index: 1;
}
.sbhnTitle-100 {
  color: #FFF;
  font-size: 40px;
  line-height: 155.5%;
  white-space: nowrap;
}

/** **/
.sbdownHome-100 {
  border-radius: 0 0 100px 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(13.600000381469727px);

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  /* transform: translateX(-11.5%); */
  transform: translateX(0);
}

.sbtBtn {
  border-radius: 5px;
  min-height: 25px;
  padding: 5px 8px;
  color: #FFF;
  font-size: 12px;
  line-height: 105.5%;
  display: inline-flex;
  align-items: center;
}
.sbtBtn.sbtBtn-blue {
  background: #38066B;
}
.sbtBtn.sbtBtn-red {
  border: 1px solid #E84F71;
  background: rgba(232, 79, 113, 0.10);
  color: #E84F71;
}

/** **/
.offTable {
  margin-top: -30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(13.600000381469727px);
  padding: 2px 5px 5px;
  position: relative;
  z-index: 11;
}
.pTable.offTable-102 .prTable thead tr th {
  padding: 10px 15px;
}

/** **/
.crt-title {
  color: #464E5F;
  font-size: 24px;
  font-weight: 600;
  line-height: 155.5%;
}
.crt-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.crt-form .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.crt-field-check {
  margin-bottom: 15px;
}
.crt-field-check label {
  display: block;
  position: relative;
  cursor: pointer;
}
.crt-radio-input {
  position: absolute;
  opacity: 0;
}
.crtr-box {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 2px 15px 2px 5px;
  height: 45px;
}
.crtr-left {
  color: #464E5F;
  font-size: 13px;
  line-height: 155.5%;
  flex: 0 0 auto;
}
.crtr-icon {
  flex: 0 0 auto;
  width: 40px;
}
.crtr-right {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 1px solid #DCDCDC;
  border-radius: 25px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
}
input:checked + .crtr-box {
  border: 1px solid #FF8900;
}
input:checked + .crtr-box .crtr-right {
  border: none;
  background-image: url('../icons/ball-orange.svg');
}

/** **/
.panel-102 {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.ktownMain {
  margin-left: auto;
  margin-right: auto;

  padding: 25px 30px;
}
.ktownHead-title {
  color: #00989A;
  font-size: 18px;
  font-weight: 600;
  line-height: 155.5%;
}
.ktownHead-text {
  color: #A3A3A3;
  font-size: 13px;
  line-height: 155.5%;
}

.ktownbody-title {
  color: #464E5F;
  font-size: 15px;
  font-weight: 500;
  line-height: 155.5%;
}

.sbNum-row {
  position: absolute;
  left: 90%;
  margin-left: 10px;
  bottom: 100%;
  margin-bottom: 5px;
}
.sbNum-col {
  margin-right: 5px;
}
.sbNum-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02), 0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03), 0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04), 0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04), 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);

  color: #181818;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.8;
}
.sbNum-box:hover {
  opacity: 1;
}

.select-more .btn-default {
  border-radius: 10px;
  border: 1px solid #FF8900;
  background: #FFF;
  color: #FF8900;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;

  white-space: nowrap;
  width: 100%;
}

/*** ***/
.rpt-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(13.600000381469727px);
  padding: 20px 10px;
  margin: 10px 0;
  height: calc(100% - 20px);
}
.rpt-thumb {
  height: 100px;
  line-height: 100px;
}
.rpt-thumb img {
  width: 100%;
  height: 85%;
  object-fit: contain;
  object-position: center;
}
.rpt-title {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 148%;
}


/*** **/
.pTable.pMore-103 thead tr th {
  padding: 15px 10px;
}
.pTable.pMore-103 tbody tr td {
  padding: 15px 10px;
}

/** **/
.box-chart-panel {
  border-radius: 10px;
  border: 1px solid #C0C0C0;
  padding: 15px 30px;
}

.srch-right-103 .btn{
  min-width: 100px;
}

.row-sum .row {
  margin-left: -7px;
  margin-right: -7px;
}
.row-sum .row [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

/** **/
.choose-player select.form-control.giInput-101 {
  height: 50px;
}

/** **/
.running-panel {
  border-radius: 8px; 
  background-color: #ffffff;
  padding: 5px;
  height: 100%;
}

/** **/
.tab-views {
  display: none;
}
.tab-views.active {
  display: block;
}
.stats-oranges .dash-tabs-ul-99 > li a.active, 
.stats-oranges .dash-tabs-ul-99 > li.active a, 
.stats-oranges .dash-tabs-ul-99 > li > a:hover {
  background-color: #FF8900;
  color: #FFFFFF;
}


/*** **/

.pTable.a1Table-102 .prTable thead tr th,
.pTable.a2Table-102 .prTable thead tr th {
  padding: 10px 15px;
}
.pTable.a1Table-102 .prTable tfoot tr th {
  color: #343434;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: transparent;
  vertical-align: middle;
  border: none;
}
.a1Table-102 .prTable thead tr th {
  background-color: #F1A43E38;
}

/** **/
.winloss-graph-1 {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 30px 15px;
}
.wl-graph-title {
  color: #00989A;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

/** **/
.td-center-101.prTable thead tr th,
.td-center-101.prTable tbody tr td {
  text-align: center;
}

.panelBar {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 30px 15px;
}

/**** ****/
.amf-li {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(13.600000381469727px);
  padding: 20px;
  margin-bottom: 15px;
}
.amf-title {
  color: #00989A;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
}
.amf-equal,
.amf-text {
  color: #343434;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.amf-hr {
  border-color: #343434;
  opacity: 1;
  margin: 15px auto;
}

/** **/
.individual-panel {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(13.600000381469727px);
  padding: 15px 30px;
}
.individual-cont {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 125px;
}
.individual-cont h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 148%;
}
.individual-cont p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
}

/** **/
.statsUps {
  position: relative;
}
.statsUps-box {
  position: absolute;
  width: 8%;
  height: 8.25%;
  z-index: 10;
}
.statsUps-box {
  background-image: url('../images/Union.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 2% 1.5%;
}
.statsUps-number {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
.statsUps-percent {
  font-size: 10px;
  opacity: .7;
  margin-bottom: 0;
  color: #fff;
}

.chartsUps-box {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
.chartsUps-box img{
  display: none;
}
.statsUps-thumb {
  position: relative;
  z-index: 0;
}

/** login setup **/
.log-sideT {
  opacity: 1;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}


.log-polygon-a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.25%;
}
.log-vector-log {
  position: relative;
  z-index: 0;
}
.log-polygon-b {
  position: absolute;
  top: 0;
  left: -3%;
  width: 28%;
  z-index: 5;
}
.log-vector-2 {
  position: absolute;
  left: 15.25%;
  bottom: 0;
  width: 26.25%;
  z-index: 4;
}
.log-vector-1 {
  width: 89.05%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 4;
}
.log-vector-3 {
  width: 45.05%;
  left: -4%;
  bottom: -12.5%;
  position: absolute;
  z-index: 6;
}

.log-side-custom {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* loader */
#loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* Semi-transparent white background */
  z-index: 9999;
  /* Ensure loader is on top of everything */
  display: none;
  /* Initially hide loader */
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.basketball {
  width: 100px;
  height: 100px;
  background-size: cover;
  animation: bounce 1s infinite alternate;
  /* Make basketball bounce */
}

@keyframes bounce {
  from {
      transform: translateY(0);
  }

  to {
      transform: translateY(-20px);
  }
}