@font-face {
  font-family: BAHNSCHRIFT;
  src: url(../fonts/BAHNSCHRIFT.TTF) format("truetype");
  font-weight: 400;
  font-style: normal
}

body {
  background: #e5efff;
  margin-bottom: 0;
  min-height: 100vh;
  font-family: BAHNSCHRIFT, " sans-serif";
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

#main-container {
  width: 100vw;

}

#navbar {
  background: #013272;
  margin-bottom: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.chat-list-item {
  background: white;
  cursor: pointer;
}

.chat-list-item:hover {
  background: hsl(0, 0%, 95%);
}

.chat-list-item:active {
  background: hsl(0, 0%, 85%);
}

.chat-list-item.active {
  background: hsl(0, 0%, 90%);
}

.chat-list-item .chat-details {
  width: 60%;
}

.chat-list-item.unread .name,
.chat-list-item.unread .last-message {
  font-weight: bold;
}

.chat-list-item .last-message,
#message-area #navbar #details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#message-area {}

#message-area .overlay {
  background: hsl(0, 0%, 80%);
}

#input-area {
  background: hsl(0, 0%, 95%);
}

#input-area #input {
  outline: none;
}

.message-item {
  position: relative;
  max-width: 75%;
  word-break: break-word;
}

.message-item.self {
  background: #dcf8c6 !important;
}

.message-item .number {
  color: #1f7aec !important;
}

.message-item .options {
  position: absolute;
  top: 0;
  right: -3px;
  opacity: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.message-item:hover .options {
  opacity: 1;
  right: 0;
}

#messages {
  flex: 1 !important;
  background: url(../images/chat-bg.jpg) repeat center;
  overflow: auto;
}

.bg-primary {
  background-color: #ec268f !important;
}

.text-primary {
  color: #ec268f !important;
}

#profile-settings {
  position: absolute;
  top: 0;
  left: -110%;
  background: hsl(0, 0%, 95%);
  transition: all 0.2s ease-in;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#profile-pic {
  cursor: pointer;
  position: relative;
  width: 200px;
}

.profile-input {
  border-bottom: 1px solid #cecece !important;
  outline: none;
}

.profile-input:focus {
  border-bottom-color: hsl(0, 0%, 50%) !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.navbar,
.navbar .logo {
  padding: 0;
  color: #fff;
  margin: 0
}

.drawermenu,
.navbar {
  background-color: #000
}

.drawermenu,
.drawermenu-overlay {
  position: fixed;
  top: 0;
  height: 100%
}

.navbar {
  width: 100%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

.navbar .logo {
  display: block;
  font-size: 18px;
  line-height: 50px
}

.navbar .logo a {
  color: #fff;
  text-decoration: none;
}

.navbar .logo a:hover {
  color: #e0e0e0
}

.navbar .logo a img,
.navbar .logo a svg {
  height: 20px;
  line-height: 100%;
  width: auto;
  vertical-align: bottom;
  padding: 15px 0
}

.navbar .logo a svg path {
  vertical-align: bottom;
  fill: #fff
}

.navbar .menu-left,
.navbar .menu-right {
  display: block;
  height: 17px;
  width: 50px;
  padding: 18px 20px
}

.navbar .menu-left svg,
.navbar .menu-right svg {
  height: 17px;
  width: auto;
  line-height: 100%;
  cursor: pointer
}

.navbar .menu-left {
  order: 0;
  text-align: left
}

.navbar .logo {
  order: 1;
  text-align: center
}

.navbar .menu-right {
  order: 2;
  text-align: right
}

.navbar .hamburger {
  height: 20px
}

.navbar .hamburger rect {
  fill: #fff
}

.navbar .hamburger:hover rect {
  fill: #e0e0e0
}

.drawermenu {
  left: -250px;
  width: 250px;
  max-width: 70%;
  z-index: 100
}

.drawermenu.drawermenu-right {
  left: auto;
  right: -250px
}

.drawermenu>dl,
.drawermenu>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background: rgb(6 63 150);
}

.drawermenu>dl>li,
.drawermenu>ul>li {
  width: 100%
}

.drawermenu>dl>li>a,
.drawermenu>ul>li>a {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: rgb(6 63 150);
  border-bottom: 1px solid rgb(9 54 124);
  font-weight: 500;
}

.drawermenu>dl>li>a .icon-down,
.drawermenu>ul>li>a .icon-down {
  fill: #063f96;
  width: 8px;
  margin-left: 10px
}

.drawermenu>dl>li>ul,
.drawermenu>ul>li>ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #042e6f;
}

.drawermenu>dl>li>ul>li>a,
.drawermenu>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 6px 34px;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #14438d;
}

.drawermenu>ul>li>ul>li>a i {
  padding-right: 4px;
}

.drawermenu-overlay {
  display: none;
  cursor: pointer;
  z-index: 80;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .8)
}

.menu-left i {
  font-size: 24px;
  color: #4b4b4b;
  cursor: pointer;
  padding: 20px 14px;
}

#down {
  float: right;
  padding-top: 5px;
}

.menu-left-icon {
  color: #dde9ff;
  padding-right: 4px;
  width: 20px;
}

.form-main {
  text-align: left;
  padding: 0 0;
}

.form-main h2 {
  font-size: 19px;
  margin-bottom: 20px;
}

.form-main .form-group {
  position: relative;
}

.icon-input {
  position: absolute;
  top: 14px;
  left: 8px;
  color: #dde9ff;
}

.form-main .form-group .form-control {
  padding: 10px 20px;
  background: #ffffff;
  color: #454545;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  text-align: center;
}

.form-main .form-group .form-control:focus {
  border-color: #b0d0dc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(244 244 244);
}

.form-main .form-group .submit-btn {
  font-size: 18px;
  outline: none;
  padding: 12px 29px;
  font-weight: 500;
  background: rgb(6 63 150);
  color: #f7f7f7;
  border: none;
  border-radius: 24px;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}

.pin-sub-btn {
  font-size: 15px;
  outline: none;
  padding: 6px 5px;
  font-weight: bold;
  background: #a90059;
  color: #f7f7f7;
  border: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  cursor: pointer;
}

.user-main-block {
  text-align: center;
  padding: 16px 0px;
  background: linear-gradient(to right, #ec268f, #ad1668);
  border-bottom: 2px solid #ab005b;
}

.user-main-block a {
  font-size: 16px;
  background: #fff;
  padding: 7px 19px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  display: inline-block;
  border-radius: 2px;
}

.edit-profile-pic {
  position: absolute !important;
  top: 180px;
  right: 76px;
  background: #000;
  color: #fff;
  width: 34px !important;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  line-height: 33px;
}

#unread-count {
  background-color: #bf0065;
}

a.exchange-btn {
  display: inline-block;
  background: #3ab0de;
  color: #fff;
  padding: 8px 2px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 6px;
  text-align: center;
  margin: 0 1px 0;
  width: 31%;
}

.package-block {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
  margin-bottom: 20px;
}

a.exchange-btn img {
  width: 24px;
}

.main-bg {
  background: #05083d;
  min-height: 100%;
  text-align: center;
  background-size: cover;
}

.main-bg img {}

.main-bg h2 {
  color: #fff;
  padding: 10px 0;
}

.login-main-block {
  padding: 28px 18px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #ffffff;
}

.login-main-block .form-group {
  position: relative;
  text-align: left;
}

label.error {
  padding-left: 4px;
  color: #c63232 !important;
}

.login-main-block .icon-input {
  position: absolute;
  top: 11px;
  left: 8px;
  color: #2ca4cb;
}

.login-main-block .form-group .form-control {
  padding: 10px 14px;
  background: #ffffff;
  color: #3b3b3b;
  border: 1px solid #449aec;
  border-radius: 5px;
}

.login-main-block .form-group .form-control:focus {
  border-color: #78a3f0;
  outline: 0;
  box-shadow: none;
}

.login-main-block .form-group .submit-btn {
  font-size: 18px;
  outline: none;
  padding: 6px 29px;
  font-weight: normal;
  background: #e2e2e2;
  color: #6f6f6f;
  border: none;
  border-radius: 4px;
  display: block;
  width: 88%;
  cursor: pointer;
}

.login-main-block .form-group .form-control::-webkit-input-placeholder {
  color: #cbc9cc;
}

.login-main-block .form-group p a {
  font-size: 14px;
  color: #363636;
  text-decoration: none;
  margin-top: 34px;
  display: block;
}

.first-pg-block {
  position: fixed;
  bottom: 60px;
}

.first-pg-block a {
  background: #b90062;
  display: inline-block;
  padding: 6px 27px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
}

.first-pg-block a.second {
  background: #f0f0f0;
  display: inline-block;
  padding: 6px 27px;
  font-size: 14px;
  color: #fe3ca2;
  border-radius: 2px;
  text-decoration: none;
}

.rf-cd-tp {
  color: #fff;
  font-size: 10px;
  display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background: #fff;
  color: #1251a3;
  border-radius: 0;
  border-bottom: 2px solid #1251a3;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid #1251a3;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #505050;
  border: none;
  border-bottom: 2px solid transparent;
}

.main-pg-block {
  padding: 12px 22px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.main-pg-block p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}

.main-pg-block1 {
  padding: 0px -1px;
  margin-bottom: 5px;
  border-radius: 6px;
}

.main-pg-block1 p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.main-pg-block h2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.main-pg-block.dark {
  background: #1a0303;
}

.main-pg-block.green {
  background: #3ab0de;
}

.main-pg-block1.green {
  background: #1e1e2f;
}

.main-pg-block.yellow {
  background: #f39c12;
}

.main-pg-block.blue {
  background: #0157a0;
}

.main-pg-block.dark h2 a {
  color: #fff;
  text-decoration: none;
}

.main-pg-block.green h2 a {
  color: #fff;
  text-decoration: none;
}

.main-pg-block.yellow h2 a {
  color: #fff;
  text-decoration: none;
}

.main-pg-block.blue h2 a {
  color: #fff;
  text-decoration: none;
}

.main-title {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  width: 100%;
  padding: 6px 18px;
  color: #333;
  margin-bottom: 0px;
}

.acc-top-block {
  text-align: center;
  padding: 32px 0;
  background: linear-gradient(to bottom, #4519a3 50%, #b30c63 50%);
}

.acc-top-block img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #b30c63;
  background: #b30c63;
}

.acc-top-block h2 {
  font-size: 13px;
  padding-top: 12px;
  margin-bottom: 0;
  color: #fff;
}

.acc-top-block p {
  font-size: 11px;
  color: #f5f5f5;
}

.acc-btm-block ul {
  padding: 0;
  list-style-type: none;
}

.acc-btm-block ul li {
  list-style-type: none;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 18px;
  background: #f9f9f9;
  color: #565656;
  font-size: 14px;
}

.acc-btm-block ul li span {
  float: right;
}

.acc-btm-block ul li i {
  width: 18px;
}

.success-msg {
  font-size: 16px;
  text-align: center;
  color: #20a200;
}

.alert-msg {
  color: #e80000;
  font-size: 16px;
  text-align: center;
}

.acc-btm-block a {
  /*background: #1e1e2f;border-radius: 2px;padding: 8px 20px;font-size: 15px;display:inline-block;color: #fff;margin-top:20px;*/
}

.vertical-tab {
  font-family: 'Roboto', sans-serif;
  display: table;
  margin-top: 24px;
  width: 100%;
}

.vertical-tab .nav-tabs {
  display: table-cell;
  width: 28%;
  min-width: 28%;
  border: none;
  vertical-align: top;
  position: relative;
}

.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
  margin-bottom: 34px;
}

.vertical-tab .nav-tabs li a {
  color: var(--text_color);
  background-color: transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 0px -4px 4px 0;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.20s ease 0s;
  background: #b30c63;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: var(--main_color);
  background-color: var(--bg_color);
  background: #1ea203;
  color: #fff;
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li a.active:before {
  content: '';
  background: linear-gradient(45deg, transparent 49%, #b30c63 50%);
  height: 15px;
  width: 15px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: -7px;
  top: 50%;
  transition: all 0.3s ease 0.2s;
}

.vertical-tab .tab-content {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  padding: 0px 0 0px 12px;
  position: relative;
  border-left: 1px dotted #ec268f;
  margin-left: 13px;
}

.vertical-tab .tab-content h3 {
  color: var(--main_color);
  text-transform: uppercase;
  margin: 0 0 7px 0;
}

.fade.in {
  opacity: 1;
}

.contact-profile {
  width: 100%;
  display: inline-block;
  background: rgba(232, 176, 206, 0.24);
  border-radius: 2px;
  padding: 6px 4px;
  margin-bottom: 0px;
  box-shadow: 2px 2px 1px #ececec;
  margin-top: 8px;
}

.contact-profile a {
  text-decoration: none;
}

.profile-img {
  display: table-cell;
  vertical-align: top;
}

.profile-img i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  border: 2px solid #ec268f;
  color: #ec268f;
  line-height: 30px;
}

.profile-text {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 0 0 10px;
}

.profile-text h4 {
  margin: 0 0px;
  font-size: 14px;
  color: #717171;
}

.profile-text p {
  margin: 0 0;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 18px;
}

.acc-btm-block .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
  background: #ffffff;
  color: #4d4d4d;
  border-top: none;
  font-weight: 500;
}

.acc-btm-block .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255 255 255);
}

.acc-btm-block .table td {
  border-top: 1px solid #f1f1f1;
  font-size: 11px;
}

ul,
#myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  width: 100%;
  padding: 0;
}

#myUL li {
  font-size: 14px;
  color: #676767;
}

#myUL li i {
  color: #c5036a;
  padding-right: 4px;
}

.tabular-first {
  display: block;
  padding: 4px 18px;
  background: #f9f9f9;
  box-shadow: 2px 1px 1px #ececec;
  margin-bottom: 4px;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
  font-size: 13px;
  color: #676767;
}

.caret-down::before {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}

.nested {
  display: none;
}

.active {
  display: block;
}

.scrolleble-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.scrolleble-table tr:nth-of-type(even) {
  background-color: rgb(240 240 240);
}

.table-striped tr:nth-of-type(even) {
  background-color: rgb(255 255 255);
}

.note-pnt a {
  display: block;
  font-size: 14px;
  color: #c17518;
  text-decoration: none;
}

.note-pnt span {
  font-size: 11px;
  color: #545454;
  display: block;
}

.note-pnt span sup i {
  font-size: 7px;
}

.pnt-block p {
  color: rgb(60, 60, 60);
  padding: 8px 8px;
  border-radius: 2px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.pnt-block p span {
  font-weight: normal;
  font-size: 28px;
}

.help-main {
  padding: 0 15px;
  margin-top: 22px;
}

.help-main p {
  font-size: 14px;
  color: #5a5a5a;
}

.help-main ul {
  padding: 0;
}

.help-main ul li {
  font-size: 12px;
  color: #616161;
}

.help-main ul li i {
  font-weight: normal;
  font-size: 9px;
  color: #ec268f;
}

.p-2 {
  padding: 0 !important;
}

.chat-list-item {
  padding: .5rem !important;
}

.term-main {
  padding: 0 15px;
  margin-top: 22px;
}

.term-main p {
  font-size: 14px;
  color: #5a5a5a;
}

.term-main ul {
  padding: 0;
  text-align: left;
}

.term-main ul li {
  font-size: 14px;
  color: #fff;
}

.term-main ul li i {
  color: #fff;
}

.term-main ul li p {
  font-size: 12px;
  color: #fff;
  padding-left: 12px;
}

.container-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #363636;
}

.container-chk a {
  color: #28c0f1;
}

/* Hide the browser's default checkbox */
.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 5px;
  height: 19px;
  width: 19px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked~.checkmark {
  background-color: #3474d5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buy-btn {
  background: #86cc1b;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 20px;
  margin: 10px 0 0 14px;
  display: inline-block;

}

.win-top-block {
  width: 100%;
  display: inline-block;
  background: #1251a3;
  margin: 12px 0;
  border-radius: 2px;
  padding: 12px 8px;
}

.win-top-block h3 {
  font-size: 16px;
  color: #fdfdfd;
  margin-bottom: 0;

}

.bg-green {
  background-color: #0c821c;
  color: #fff;
}

.margin-top {
  margin-top: 16px;
}

.cu-btn {
  position: relative;
  border: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 14px;
  height: 32px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  margin-left: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  margin-right: 0;
  border-radius: 5px;
}

.shadow[class*="-green"] {
  box-shadow: 3px 3px 4px rgb(48 156 63 / 20%);
}

.margin-left {
  margin-left: 16px;
}

.dataTables_length {
  display: none;
}

.win-tab-block h2 {
  text-align: center;
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #1251a3;
  padding: 8px;
  background: #fff;
  box-shadow: 4px 0px 10px #ececec;
}

.win-tab-block table tr th,
.win-tab-block table tr td {
  border: none;
  border-bottom: 1px solid #dfdfdf !important;
  font-size: 13px;
  padding: 6px 0px;
  text-align: center;
}

.win-tab-block table {
  border: none;
}

span.green-c {
  width: 16px;
  height: 16px;
  background: #b30c63;
  display: inline-block;
  border-radius: 50%;
}

.win-middle-block {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #e0e4ff, #2174e1);
  padding: 10px;
}

.win-middle-block p {
  font-size: 12px;
  margin-bottom: 0;
}

.win-middle-block h3 {
  font-size: 11px;
  margin: 0;
}

.bg-purple {
  background-color: #6739b6;
  color: #fff;
}

.bg-red {
  background-color: #e54d42;
  color: #fff;
}

.win-btn-block {
  width: 100%;

}

.bg-purple-red {
  background-image: linear-gradient(160deg, rgb(103, 57, 182) 50%, rgb(229, 77, 66) 50%);
  color: #fff;
}

.bg-purple-green {
  background-image: linear-gradient(160deg, rgb(103, 57, 182) 50%, rgb(57, 181, 74) 50%);
  color: #fff;
}

.bg-green-red {
  background-image: linear-gradient(160deg, rgb(57, 181, 74) 50%, rgb(229 77 66) 50%);
  color: #fff;
}

.win-btn-modal .modal-header {
  padding: 0;
}

.win-btn-modal .modal-header h4 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px;
}

.number-input-block {
  width: 64%;
  display: inline-block;
  margin: 12px 0;
}

.number-input-block .input-group-btn {
  border: 1px solid #ced4da;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
  color: #444;
}



.footer-bottom {
  background: #eaeaea;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  z-index: 999999;
}

.footer-bottom {
  padding-top: 85px;
}

.footer-bottom .footer-text {
  color: #fff;
  opacity: .6;
}

.footer-bottom .footer-text i {
  color: #6247ea;
  opacity: 1;
}

.footer-bottom .footer-text a {
  color: #6247ea;
  opacity: 1;
}

.footer-bottom .footer-social {
  text-align: right;
}

.footer-bottom .footer-social a {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer-bottom .footer-social p {
  margin-bottom: 10px;
}

.footer-bottom .footer-social a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
}

.timer-m {
  font-size: 17px;
  color: #e32316;
}

.btc-main h2 {
  font-size: 16px !important;
  margin-top: 16px !important;
}

.btc-main {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  padding-bottom: 20px;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.btc-main h2 {
  font-size: 16px;
  color: #404040;
}

.btc-main h2 span {
  color: #b30c63;
}

.btc-main img {
  width: 190px;
  display: inline-block;
}

.right-bt-block {
  margin-top: 38px;
}

.right-bt-block p {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
}

.right-bt-block p span {
  color: #b30c63;
}

.right-bt-block .form-control {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 16px;
  background: #ffffff;
  color: #101010;
  border-color: #b4b4b4;
}

.new-right {
  right: -28px;
  top: -12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.icon-new-label {
  font-size: 11px;
  color: #fff;
  background: #b30c63;
  text-transform: uppercase;
  padding: 0px;
  text-align: center;
  display: block;
  position: absolute;
  top: -12px;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: normal;
  width: 75px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
}

.new-right {
  right: -28px;
  top: -12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.cu-table-title {
  border-radius: 10px 10px 0 0;
  padding: 0.875rem 1rem;
  background: rgb(2 32 53);
  border-color: rgba(0, 0, 0, .05);
  z-index: 2;
  border-bottom: 2px solid #0e2e45;
}

.cu-table-title h5 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

/*---- Timer Css ----*/

.base-timer {
  position: relative;
  width: 112px;
  border: none;
  height: 28px;
  text-align: center;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #fff;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #fb8c00;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  left: 34%;
}

#app {
  position: absolute;
  top: 57px;
  right: 56px;
}

@media (max-width:575px) {
  .cu-btn {
    padding: 0 12px;
    min-width: 68px;
    height: 28px;
  }

  .cu-btns {
    padding: 0 8px;
  }
}

.margin-tb {
  margin: 6px 0;
}

.box-footer .btn {
  background-color: #f18c12;
  border-color: #f18c12;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.callout-title {
  animation-delay: 0s;
  font-size: 70px;
  font-weight: 1000;
  color: #ffffff;
  /*text-shadow:1px 1px 1px #ffffff;*/
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: animate-duration: 2s;
  ;
  animation-duration: animate-duration: 2s;
  ;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

button.auto-price-btn {
  background: #ececec;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.menu-left a i {
  display: none;
}

input::placeholder {
  color: #cbc9cc !important;
  font-weight: normal;
  opacity: 1;
  /* Important: Firefox me required hota hai */
}

input::-webkit-input-placeholder {
  color: #cbc9cc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #cbc9cc;
  font-weight: normal;
}

input::-ms-input-placeholder {
  color: #cbc9cc;
  font-weight: normal;
}

.van-row {
  display: flex;
  flex-wrap: wrap;
}

.van-col--24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.van-col {
  display: block;
  box-sizing: border-box;
  min-height: 1px;
}

.van-image {
  position: relative;
  display: inline-block;
}

.van-image__img,
.van-image__error,
.van-image__loading {
  display: block;
  width: 100%;
  height: 100%;
}

.van-button--small {
  height: 8.533333vw;
  padding: 0 18px;
  font-size: 3.2vw;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  border: none;
}

.van-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

[data-v-2512fc6e] .van-icon-down {
  transform: rotate(-90deg);
}

.dash-top {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f9fbff;
  border-bottom: 1px solid rgb(221 233 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
}

.dash-inner {
  line-height: 38px;
  color: rgb(128, 127, 131);
  padding-left: 10px;
}

.dash-img {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

.page-main-block {
  width: 100%;
  display: inline-block;
  margin-top: 42px;
  background: #e5efff;
}

.tp-card {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #e2d9f0;

}

.tp-card h5 {
  font-weight: normal;
  color: #555;
  margin-bottom: 10px;
}

.tp-value {
  font-size: 30px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.daily-earn {
  font-size: 15px;
  color: #444;
  margin-top: 10px;
}

.daily-earn span {
  color: #28a745;
  font-weight: 600;
}

.settlement {
  background: #e9e3ff;
  border-radius: 10px;
  padding: 8px 0;
  margin: 15px 0;
  font-size: 15px;
  color: rgb(107, 94, 154);
}

.btn-tp {
  background: rgb(84 174 148);
  color: #fff;
  font-weight: normal;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  transition: 0.3s;
  width: 46%;
  margin-top: 0;
  margin-right: 6px;

}

.btn-tp:hover {
  background: #7ad15a;
}

.btn-refer {
  background: rgb(219, 212, 243);
  color: rgb(51, 51, 51);
  font-weight: 600;
  border: none;
  border-radius: 24px;
  padding: 10px 36px;
  margin-left: 10px;
  position: relative;
}

.history {
  font-size: 13px;
  color: rgb(169, 156, 210);
  text-decoration: none;
}

.history:hover {
  text-decoration: underline;
}

.roi-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;

  margin: 30px 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.roi-card h5 {
  text-align: center;
  font-weight: normal;
  color: #138fb7;
  margin-bottom: 15px;
  font-size: 16px;
}

.roi-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.roi-table th {
  background: #f8f6ff;
  color: #555;
  font-weight: normal;
  padding: 4px 0;
  border-bottom: 2px solid #eee;
  text-align: left;
}

.roi-table td {
  padding: 5px;
  border-bottom: 1px solid #eee;
  color: #138fb7;
  font-weight: normal;
  font-size: 13px;
}

.roi-table td:nth-child(2) {
  text-align: right;
  font-weight: 600;
  color: #050505;
}

.roi-table tr:last-child td {
  border-bottom: none;
}

.fire {
  color: red;
  font-size: 16px;
  margin-left: 4px;
}

.hot-badge {
  position: absolute;
  top: 10px;
  right: -30px;
  background: #ff5b4f;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  transform: rotate(45deg);
  width: 100px;
  text-align: center;
  padding: 4px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.trade-container {
  background: #fff;
  border-radius: 16px;
  margin: 8px 10px 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 16px;
}

.nav-tabs {
  border-bottom: 2px solid #eee
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #138fb7;
  background: none;
  border: none;
  border-bottom: 1px solid #138fb7;
  font-weight: 500;
}

.nav-tabs .nav-link {
  color: #777;
  font-weight: normal;
  border: none;
  padding: 12px 16px
}

.trade-item {
  border-bottom: 1px solid rgb(191, 191, 191) !important;
  padding: 14px 0px;
}

#tradeList {
  padding: 0 20px;
}

.trade-item:last-child {
  border-bottom: none
}

.pair-title {
  font-weight: normal;
  color: rgb(82, 82, 82);
  font-size: 14px;
}

.small-text {
  font-size: 12px;
  color: rgb(151, 151, 151);
  margin: 0 0 0 0;
  font-weight: 500;
}

.gain {
  color: rgb(62, 182, 103);
  font-weight: normal;
  font-size: 20px;
  text-align: right;
}

.view-more {
  background: none;
  border: none;
  color: rgb(0, 0, 0);
  font-weight: normal;
  padding: 11px 0;
  display: block;
  width: 76%;
  text-align: center;
  outline: none;
  border: 1px solid rgb(191, 191, 191);
  border-radius: 40px;
  margin: 20px auto 8px;
}

.status-box {
  padding: 25px;
  text-align: center
}

.status-day {
  width: 55px;
  height: 55px;
  border-radius: 50%;

  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin-right: 20px;
}

.status-info {
  text-align: left
}

.status-info h6 {
  margin: 0 0 8px 0;
  font-weight: normal;
  color: #333
}

.status-info p {
  margin: 0;
  color: #777;
  font-size: 13px
}

.tp-gain {
  color: #28a745;
  font-weight: 500;
  font-size: 20px;
  text-align: center
}

.status-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0
}

.trade-container .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 50%;
  text-align: center;
}

.pair-title .badge {
  background: rgb(235, 235, 235);
  padding: 4px;
  margin-left: 10px;
  font-size: 10px;
  border-radius: 10px;
  color: rgb(139, 139, 139);
  font-weight: 400;
}

.trade-item-main {
  display: none;
}

.nav-box {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  /* width: 380px; */
  margin: 60px 10px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}

.nav-item-link {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  position: relative;
}

.nav-item-link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #eee;
}

.nav-item-link img {
  display: block;
  width: 22px;
  margin: 0 auto 4px;
  margin-bottom: 4px;
}

.nav-item-link.active {
  color: red;
  font-weight: 600;
}

.nav-item-link.active i {
  color: red;
}

.nav-item-link:hover {
  color: #6f42c1;
}

.withdraw-block {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
}

.card-referral {
  margin: 10px 0;
  background: linear-gradient(rgb(89, 4, 201), rgb(139, 6, 249));
  border-radius: 0 0 24px 24px;
  color: #fff;
  padding: 30px;
}

.ref-link-box {
  border: 2px dashed #fff;
  padding: 6px;
  border-radius: 12px;
}

.claim-btn {
  background: #5a1499;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
}

.back-top {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  background: white;
  border-bottom: 1px solid rgb(204 225 249);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
  margin-bottom: 20px;
}

.back-top a {
  color: #333;
  display: inline-block;
  opacity: 1;
  font-weight: normal;
  font-size: 3.733333vw;
}

.back-top h3 {
  display: inline-block;
  font-size: 4.266667vw;
  margin: 0;
  font-weight: 600;
}

.buy-card {

  margin: 40px auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(30, 30, 60, 0.08);
  padding: 18px;
  position: relative;
}

/* header */
.buy-card .title {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  color: #333;
}

/* close button top-right */
.buy-card .close-x {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

/* input row with icon*/
.input-wrap {
  border-radius: 28px;
  border: 1px solid #e6e6e6;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.input-wrap .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex: 0 0 36px;
}

.input-wrap input[type="number"] {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
  background: transparent;
  -moz-appearance: textfield;
  text-align: center;
}

/* small gray text under input */
.small-muted {
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: inline-block;
}

/* result line */
.total-line {
  text-align: center;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  float: right;
}

/* estimated boxes row */
.est-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.est-box {
  background: #fff;
  flex: 1;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  min-width: 0;
  /* allow flex to shrink */
}

.est-box .label {
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 6px;
}

.est-box .value {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

/* Continue button */
.btn-continue {
  background: #86cc1a;
  /* bright green */
  border: none;
  color: #fff;
  border-radius: 28px;
  padding: 12px 18px;
  width: 100%;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(107, 177, 27, 0.28);
}

.btn-continue:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

/* small note text under continue */
.min-note {
  text-align: center;
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 10px;
}

.acc-btm-block {
  margin: 8px 6px;
  border-radius: 10px;
}

/* responsive tweaks */
@media (max-width:420px) {
  .buy-card {
    margin: 0;
  }

  .est-row {
    gap: 8px;
  }
}

@media (max-width:360px) {
  span.mobile-re {
    font-size: 13px;
    margin-left: 4px !important;
  }

  .mobile-btn {
    margin-left: 4px !important;
  }

  a.exchange-btn {
    width: 25% !important;
  }

  .mobile-top {
    font-size: 14px;
  }

  .btn-tp {
    padding: 8px 25px !important;
  }
}

.custom-modal {
  border-radius: 16px;
  padding: 10px 20px 30px;
}

.quantity-box {
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  width: fit-content;
  margin: auto;
  border: 1px solid rgb(160, 160, 160);
  border-radius: 5px;
  width: 100%;
}

.qty-input {

  text-align: center;
  font-size: 18px;
  border: none;
  outline: none;
}

.tp-icon {
  width: 32px;
}

.return-box {
  border: 1px solid rgb(191, 191, 191);
  padding: 10px;
  border-radius: 20px;
  color: rgb(162, 162, 162);
}

.return-box p {
  min-height: 38px;
}

.tp-model {
  top: inherit;
  right: inherit;
  width: 100%;
  z-index: 9999;
}

.tp-model .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tp-model .modal-dialog .modal-content {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  border: none;
}

.tp-model .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.tp-modal-title {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.modal-tag {
  color: rgb(136, 136, 136);
  font-size: 12px;
  font-weight: normal;
}

#tpTotal {
  color: #000;
  margin-left: 32px;
  font-size: 15px;
}

p.price-tag {
  text-align: left;
  margin-left: 0;
  font-size: 12px;
  font-family: system-ui;
  color: rgb(87, 86, 86);
  margin-bottom: 6px;
}

.return-box h6 {
  color: rgb(86, 86, 86);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

button.tp-close {
  padding: 0 !important;
  right: 0;

  border-radius: 50%;

  text-align: center;
  margin: 0 !important;
  top: 14px;
  width: 26px;

}

.tp-button {
  color: white;
  background: rgb(230 148 75);
  border-color: rgb(230 148 75);
  border-radius: 10px;
  padding: 0 4vw;
  font-size: 3.733333vw;
}

.tp-button:focus {
  background: rgb(230 148 75);
  border-color: rgb(230 148 75);
}

button.ex-tp {
  color: white;
  background: rgb(57, 176, 222);
  border-color: rgb(57, 176, 222);
  border-radius: 20px;

  width: 100%;
  font-size: 16px;
  font-weight: normal;
  border: none;
  padding: 12px 0;
}

button.ex-tp img {
  width: 20px;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}


.rotate-once {
  animation: spin .5s linear 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



.withdraw-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 10px rgba(150, 150, 200, 0.15);
}

.withdraw-card .col-3 {
  padding: 0 0 0 6px;
}

.withdraw-card small {
  color: rgb(107 104 104);
  font-weight: normal;
}

.amount {
  color: rgb(134, 204, 26);
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

.name {
  font-weight: normal;
  font-size: 14px;
  color: rgb(97, 97, 97);
  overflow-wrap: break-word;
  margin-bottom: 4px;
}

.hash-title {
  font-size: 13px;
  color: #6c6c6c;
  margin-bottom: 2px;
}

.hash {
  word-break: break-all;
  font-size: 12px;
  color: rgb(119, 156, 220);
  overflow-wrap: break-word;
  font-weight: 500;
  margin-bottom: 0;
}

.view-btnt img {

  transition: 0.2s;
}

.view-btnt img:hover {
  opacity: 1;
}

.error-popup {
  position: fixed;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  background: #4d4d4d;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 17px;
  display: none;
  z-index: 9999000;


  width: 76%;
  text-align: center;
  font-weight: 500;
}

.referral-box {
  background: rgb(6 63 150);
  color: #fff;
  padding: 25px;
  border-radius: 0px 0px 40px 40px;
  text-align: left;
}

.referral-box .title {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.offer-tag {
  margin-left: -7px;
}

.desc {
  font-size: 15px;
  margin-top: 15px;
  line-height: 22px;
}

.ref-link-box {
  background: rgb(218 235 255);
  border: 2px solid #c3daf5;
  border-radius: 12px;
  padding: 10px 6px;
  margin-top: 18px;
}

.ref-text {
  font-size: 13px;
  line-height: 17px;
  color: #063f96;
}

.copy-btn {
  background: rgb(218 235 255);
  color: #063f96;
  border: none;
  font-weight: 600;
  padding: 0px 7px;
  border-radius: 0;
  cursor: pointer;
  margin-top: 0;
  border-left: 1px solid rgb(81 125 188);
}

.bonus-box {
  margin-top: 22px;
  background: rgb(101, 27, 163);
  padding: 10px 30px;
  border-radius: 20px;
  text-align: left;
}

.bonus-box h4 {
  margin: 0;
  font-size: 15px;
  color: rgb(236, 236, 236);
  font-weight: 700;
}

.pending {
  font-size: 12px;
  opacity: 0.8;
}

.btn-claim {
  background: rgb(204, 204, 204);
  color: #ffffff;
  padding: 7px 25px;
  border: none;
  border-radius: 25px;
  font-weight: normal;
  margin-top: 10px;
  font-size: 13px;
}

.refer-table {
  padding: 0 10px;
  margin-top: 20px;
}

.refer-table table {
  background: rgb(255 255 255);
  border-radius: 10px;
}

.refer-table table thead tr th {
  color: rgb(148, 148, 148);
  font-size: 13px;
  border: none;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 12px 11px;
  text-align: center;
  font-weight: 500;
  vertical-align: sub;
}

.refer-table table tbody tr td {
  color: #000;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 12px 11px;
  text-align: center;
  font-weight: 500;
  vertical-align: sub;
}

.refer-table table tfoot tr td {
  color: #000;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 12px 11px;
  text-align: center;
  font-weight: 500;
  vertical-align: sub;
}

.copy-message-r {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 70%);
  color: #fff;
  padding: 8px 12px;
  border-radius: 2.133333vw;
  font-size: 16px;
  display: none;
  z-index: 9999;

  font-weight: normal;
  transition: opacity 0.3s ease;
  width: 55%;
  text-align: center;
}

.tab-content {
  min-height: 100px;
}


.status-day {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-background {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 6;
}

.progress-bar {
  fill: none;
  stroke: #d444ed;
  stroke-width: 6;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
}

.progress-day {
  color: #5f5f5f;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  position: relative;
  line-height: 14px;
}




.card-custom {

  background: #363636;
  border: none;
}

.hero {
  text-align: center;
  margin-bottom: 18px;
}

.hero img {
  width: 280px;

  object-fit: contain;
  margin-bottom: 12px;
  max-width: 100%;
}

.hero h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.05;
}

.hero .percent {
  color: #27ae60;
  font-weight: 800;
  display: inline-block;
}

.panel {
  background: right top / 50px rgb(19, 19, 19);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin: 0 20px 40px;
  display: inline-block;
  width: 90%;
}

.panel .muted {
  color: var(--muted);
  font-size: 13px;
}

.amount-box {

  margin: 14px auto;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 28px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(125, 125, 125);
  width: 60%;
}

.amount-box input {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  width: 120px;
}

.receive {
  background: #0b0b0b;
  border-radius: 10px;
}

@media (max-width:360px) {
  .card-custom {
    width: 92%;
  }
}

.texts-block {
  width: 100%;
  display: inline-block;
  padding: 0 27px;
}

.texts-block p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

.texts-block p span {
  color: rgb(194, 194, 194);
}

ul.ref {
  padding: 0;
}

ul.ref li {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

ul.ref li span {
  color: #2c9375;
}

ul.ref li p {
  margin-bottom: 0;
}

.level-block {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #b3e7d8;
  border-radius: 4px 4px 0 0;
}

.level-block h3 {
  text-align: center;
  display: block;
  border-bottom: 1px solid #318f73;
  background: #3c947a;
  padding: 6px 0;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  margin-bottom: 9px;
}

.level-block p {
  background: #fff;
  border-radius: 2px;
  padding: 7px 14px;
  color: #333;
  margin: 10px 6px;
  display: block;
}

.level-block p strong {
  float: right;
  color: #3c947a;
  font-weight: 500;
  font-size: 18px;
}

.level-block p strong small {}

.royal-block {
  width: 100%;
  display: inline-block;
  position: relative;
}

.royal-block .menu-left {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -21px;
}

.royal-block {
  margin-bottom: 0;
  padding: 5px 0;
  background: #dde9ff;
}

.crypto-block {
  width: 100%;
  display: inline-block;
  padding: 3px 4px;
  background: #013b7b;
}

.binance-widget-ticker-wrap {
  background: #1a6ecb !important;
}

.binance-widget-coins {}