@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #aaa;
}
a {
  text-decoration: none !important ;
}
.form-control {
  border: 1px solid #444;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #222;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #437C3A;
  background-color: transparent;
  color: #fff;
}
.form-control[readonly] {
  cursor: not-allowed;
}
input:-internal-autofill-selected {
  background-color: -internal-light-dark(
    rgb(12 23 67),
    rgb(16 27 71)
  ) !important;
  background: #0d1844 !important;
}
.form-control option {
  background-color: #333;
}
.form-control.form-select {
  background-blend-mode: screen;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group label {
  margin-bottom: 8px;
  font-weight: 500;
}
.btn {
  border-radius: 0;
}
.btn_theme {
  color: #fff !important;
  background-color: #437C3A;
  border-radius: 6px;
  border: 0;
  padding: 14px 20px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.btn_theme:hover,
.btn_theme:focus {
  background-color: #af3800;
}
#bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}

.auth_header a img {
  max-width: 87px;
  width: 100%;
}

.auth_header {
  border-bottom: 1px solid #222;
  padding: 15px 0;
  background-color: #000;
}

.auth_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth_header a {
  font-weight: 500;
  color: #fff;
}
.auth_header h6 {
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.auth_header h6 a {
  border: 1px solid #444;
  padding: 12px 15px;
  border-radius: 6px;
  margin-left: 10px;
}

.auth_header h6 a:hover {
  color: #437C3A;
}
.border_btn {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #444;
  padding: 13px;
}
.border_btn:hover {
  background-color: transparent;
  border-color: #437C3A;
  color: #437C3A !important;
}
.login_page {
  min-height: calc(100vh - 87px);
  display: flex;
  justify-content: center;
  background-color: #000;
  align-items: center;
  padding: 40px 10px;
}

.login_text form {
  flex: 1;
}

.login_text h5 {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.login_text h1 b {
  color: #437C3A;
  font-weight: bold;
  font-size: 28px;
}
.check-input-group {
  padding-left: 23px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.check-input-group label {
  padding-left: 10px;
  cursor: pointer;
}
.que-input-group {
  margin-bottom: 20px;
  background: #222222;
  padding: 20px 23px;
  border-radius: 6px;
  padding-top: 36px;
}
.que-input-group label {
  line-height: 27px;
}
.login_text .form-check-label {
  font-weight: 400;
  cursor: pointer;
}
.login_text .form-check {
  font-size: 20px;
}
.login_text .form-check-label a {
  font-weight: 500;
  color: #437C3A;
}

.login_text {
  padding: 40px;
  border-radius: 15px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  background-color: #111;
}
.login_text .logo_img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 30px;
  display: table;
  max-height: 80px;
  object-fit: contain;
}

.login_right {
  min-height: 100vh;
  width: 100%;
  background: url(../img/bg1.svg);
  background-size: cover;
  background-position: center;
  padding: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgot-link {
  display: inline-block;
  transition: all 0.3s 0s;
  color: #437C3A;
  font-weight: 500;
}
.forgot-link:hover {
  color: #fff;
}

.b_view {
  text-align: center;
  margin-top: 30px;
}

.b_view h6 a {
  color: #437C3A;
  font-weight: 500;
  transition: all 0.3s 0s;
}

.b_view h6 a:hover {
  color: #fff;
}
.b_view h6 {
  margin: 0;
}

.b_view_img img {
  width: 35px;
  margin: 10px 10px 0 10px;
}

.top_nav .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4f5467;
}
.top_nav .navbar {
  padding: 15px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.top_nav .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}
.top_nav .nav-link i {
  margin-right: 5px;
}
.top_nav .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
a {
  transition: all 0.3s 0s;
  color: #437C3A;
}
a:hover {
  color: #af3800;
}
.last_dropdown .dropdown-toggle::after {
  display: none;
}
.top_nav .navbar-dark .navbar-nav .nav-link:hover {
  background: #437C3A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_nav .no_hover:hover {
  color: #fff !important;
}
.top_nav .no_hover {
  padding-right: 40px !important;
}
.top_nav .navbar-nav {
  align-items: center;
}
.top_nav .c_drop .dropdown-toggle::after {
  display: none;
}
.top_nav .c_drop .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.timedate {
  align-items: flex-end;
  display: flex;
}

.timedate h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.timedate h3 {
  margin-bottom: 0;
  margin-left: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.page-wrapper {
  flex: 1;
  background-color: #000;
  transition: all 0.3s 0s;
}
.page-content {
  padding: 30px;
}
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
.page-wrapper.toggled .bottom_class {
  margin-left: 200px;
}
.flex_1 {
  flex: 1;
}
.main_page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 71px);
}

#show-sidebar {
  position: fixed;
  left: 0;
  transition-delay: 0.3s !important;
  height: calc(100% - 70px);
  display: flex;
  align-items: center;
  transition-delay: 0.3s;
  background: #4f5467;
  padding: 0 5px;
  font-size: 15px;
  color: #4f5467;
  background: rgba(79, 84, 103, 0.5);
}
#close-sidebar {
  position: absolute;
  right: -23px;
  background: rgba(79, 84, 103, 0.8);
  height: 100%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  color: #fff;
}
.sidebar-wrapper:hover #close-sidebar {
  opacity: 1;
  z-index: 99999;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
.sidebar-wrapper {
  width: 200px;
  height: 100%;
  max-height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  left: -300px;
  z-index: 999;
}
.sidebar-menu ul {
  padding: 0;
  margin: 0;
}
.chiller-theme .sidebar-wrapper {
  background: #333333;
}
.top_slider {
  padding: 10px 15px;
  background: #b11f72;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 25px;
  display: flex;
}

.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: red;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.switch-button input[type="checkbox"] {
  display: none;
}
.switch-button label {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px #fff inset;
  box-shadow: 0 0 1px 1px #fff inset;
  background-color: #ffffff;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}
.switch-button input[type="checkbox"]:checked + span {
  background-color: lawngreen;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.switch-button input[type="checkbox"]:checked + span label {
  float: right;
  border-color: lawngreen;
}
.switch-button input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #ffffff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.switch-button.switch-button-yesno label:before {
  content: "NO";
}
.switch-button.switch-button-yesno
  input[type="checkbox"]:checked
  + span
  label:before {
  content: "YES";
}

.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 20px;
  width: 65px;
}
.switch-button.switch-button-lg label {
  height: 22px;
  width: 22px;
}
.switch-button.switch-button-lg label:before {
  line-height: 31px;
}

.sidebar-collapsed {
  width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
  height: 50px;
  color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
  height: 45px;
  padding-left: 30px;
}
.sidebar-submenu {
  font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
  background-color: #333;
  height: 35px;
}
.sidebar-separator {
  background-color: #333;
  height: 25px;
}
.logo-separator {
  background-color: #333;
  height: 60px;
}
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="false"]
  .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="true"]
  .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
.sidebar-submenu span.menu-collapsed {
  color: #aaa;
}
.custom_box {
  background: #111;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 5%);
}
.custom_header h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.custom_header {
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_header .btn_theme {
  margin: -5px 0;
  border: 1px solid #222;
  padding: 12px 15px;
  background-color: transparent;
  font-size: 16px;
  transition: all 0.3s 0s;
}
.custom_header .btn_theme i {
  margin-right: 10px;
  font-size: 14px;
}
.custom_header .btn_theme:hover {
  color: #437C3A !important;
}
.main_box {
  padding: 15px;
}

.head_txt h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  flex: 1;
}
.main_head_txt {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  margin-bottom: 15px;
}
.head_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.table {
  margin-bottom: 0;
}
.main_table_box .nav-tabs .nav-item.show .nav-link,
.main_table_box .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4f5467;
  border-color: #dee2e6 #dee2e6 #fff;
}
.main_table_box .nav-tabs .nav-link {
  border-bottom: 0;
}
.main_table_box .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #4f5467;
  font-weight: 600;
}
.font_bold {
  font-weight: 600;
}
.bottom_class {
  padding: 15px;
  text-align: center;
  background: #ffffff;
  margin-left: 300px;
  transition: all 0.3s 0s;
}
.bottom_class a {
  color: #000;
  font-weight: 600;
  margin: 0 15px;
  transition: all 0.5s ease-in-out;
}

.bottom_class a:hover {
  color: #4f5467;
}
.create_new label {
  font-weight: 600;
}
.create_new {
  padding: 15px;
}

.sub_head_txt h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.sub_head_txt {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.custom-select {
  border-radius: 0;
}
.custom-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(79, 84, 103, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(79, 84, 103, 0.25);
}
.create_new .modal-footer {
  padding-bottom: 0;
  padding-right: 0;
}
.navbar-brand {
  padding: 0;
  text-align: left;
}

.navbar-brand img {
  width: 100%;
  max-width: 160px;
}
.table_text {
  margin: 15px 0;
  font-weight: 600;
  font-size: 16px;
}
.btn_theme:focus {
  outline: 0;
  box-shadow: none !important;
}

.table td,
.table th {
  padding: 0.8rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  color: #ccc;
  border-color: #222;
}
.table th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #437C3A;
  border: 0;
}
.table-hover > tbody > tr:hover {
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #222;
  color: #fff;
}
.select_btn {
  display: flex;
  align-items: center;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.select_btn .form-check:last-of-type {
  margin-right: 0;
}
.select_btn .form-check {
  margin-right: 15px;
}

.date_time a {
  margin-left: 15px;
}

.date_time {
  display: flex;
  margin-right: 15px;
}
.main_head_txt .card {
  border: 0;
  flex-direction: row;
  border-radius: 0;
}

.main_head_txt .card-body {
  padding: 10px;
  background: #eee;
}
.main_head_txt .card-body .form-group {
  margin-bottom: 0;
  margin-right: 10px;
}
.main_head_txt .card-body .btn-group {
  margin-right: 10px;
}
.main_head_txt .btn-group .dropdown-menu {
  padding: 0.5rem 0.5rem;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main_head_txt .card-body .dropdown-menu .form-group {
  margin-bottom: 10px;
  margin-right: 0;
}
.main_head_txt .card-body .dropdown-menu .form-group label {
  font-weight: 600;
  font-size: 14px;
}
.main_head_txt .card-body button {
  width: 110px;
}
.clear_btn a:last-of-type {
  margin-right: 0;
}

.clear_btn a {
  margin-right: 10px;
}
.main_head_txt .card-body .dropdown-menu .form-group:last-of-type {
  margin-bottom: 0;
}
caption {
  caption-side: top;
}
.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}
.sport_filter .form-check-label {
  font-size: 13px;
}

.sport_filter .form-check {
  margin-right: 8px;
  padding-left: 1rem;
}

.sport_filter .form-check-input {
  margin-left: -1rem;
}

.sport_filter span {
  font-weight: 600;
  color: red;
  margin-right: 8px;
}
.top_head_filter {
  display: flex;
  flex-direction: row;
}

.top_head_filter .form-group {
  margin-bottom: 0;
  margin-right: 5px;
}
.main_head_txt .top_head_filter .dropdown-menu .form-group {
  margin-bottom: 10px;
  margin-right: 0;
}
.main_head_txt .top_head_filter .dropdown-menu .form-group label {
  font-weight: 600;
  font-size: 14px;
}
.main_head_txt .top_head_filter .btn-group {
  margin-right: 5px;
}
.top_head_filter .clear_btn a {
  margin-right: 5px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.event_name {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  background: #4f5467;
  transition: all 0.5s ease-in-out;
  margin-bottom: 5px;
}

.event_name h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 50%;
  letter-spacing: 1px;
}

.event_name h4 i {
  margin-right: 15px;
}
.event_name:hover {
  background: #31353d;
}

.event_name_in {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 65px;
  background: rgba(79, 84, 103, 0.8);
  transition: all 0.5s ease-in-out;
  margin-bottom: 2px;
}
.event_name_in h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
}

.event_name_in h4 i {
  margin-right: 15px;
}
.event_name_in:hover {
  background: rgba(79, 84, 103, 0.7);
}
.event_txt {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 115px;
  background: rgb(49, 53, 61);
  transition: all 0.5s ease-in-out;
  min-height: 50px;
  margin-bottom: 1px;
}
.event_txt h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 50%;
}
.event_txt:hover {
  background: rgba(49, 53, 61, 0.8);
}
.serach_box {
  display: flex;
  align-items: center;
}

.serach_box span {
  font-weight: 600;
  color: #4f5467;
  margin-right: 8px;
}

.serach_box .form-group {
  margin-bottom: 0;
}
.menu_name h5 {
  padding: 0.75rem 1.25rem;
  background: #333333;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.menu_name h5 {
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.menu_name h5:hover {
  color: #ccc;
}
ul.menu_submenu {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.menu_submenu li a {
  color: #aaa;
  display: block;
  width: 100%;
  transition: all 0.1s ease-in-out;
  padding: 0.75rem 1.25rem;
  padding-left: 30px;
}

ul.menu_submenu li {
  font-size: 14px;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

  transition: all 0.1s ease-in-out;
}
.menu_name:hover {
  background-color: #1d2124 !important;
}
ul.menu_submenu li:hover {
  background-color: #1d2124 !important;
  color: #fff;
}

ul.menu_submenu li:hover a {
  color: #fff;
}

.sidebar_link {
  color: #fff;
  padding: 0.75rem 1.25rem;
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  font-weight: 500;
}

.sidebar_link:hover {
  color: #ccc;
}

.dash_box {
  background-color: #111;
  border-radius: 6px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 5%);
  transition: all 0.3s 0s;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
}

.dash_box h4 {
  font-size: 16px;
}

.dash_box h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: calc(1rem + 0.7vw);
  color: #fff;
}
.dash_box i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: rgb(253 83 2 / 10%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #437C3A;
  margin-right: 15px;
}
.dash_view_detail_link {
  color: #437C3A;
  font-weight: 500;
  border-top: 1px solid #333;
  padding: 15px;
  margin: 30px -30px -30px;
}
.dash_view_detail_link:hover {
  background-color: rgb(253 83 2 / 10%);
  color: #437C3A;
}

.menu-icon {
  width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 9;
  display: none;
  margin-right: 15px;
}
.menu-icon span {
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.btn_theme[disabled] {
  opacity: 0.5;
  color: #fff !important;
  background-color: #437C3A !important;
}
.menu-icon span:first-child {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 8px;
}
.menu-icon span:last-child {
  top: 16px;
}
.menu-icon.show span:nth-child(2) {
  opacity: 0;
}
.menu-icon.show span:first-child,
.menu-icon.show span:last-child {
  top: 6px;
  background-color: #fff;
}
.menu-icon.show span:first-child {
  transform: rotate(45deg);
}
.menu-icon.show span:last-child {
  transform: rotate(-45deg);
}

.tbl-profile-img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  object-fit: cover;
}

.status {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid;
  text-transform: uppercase;
  white-space: nowrap;
}
.status-pending {
  color: orange;
}
.status-complete {
  color: #07bf07;
}
.status-cancelled {
  color: #e34444;
}
.status-gray {
  background-color: rgb(255 255 255 / 10%);
}

.table .text-red {
  color: #ff4629 !important;
}

.table .text-green {
  color: #60ff60 !important;
}

.dropdown-menu {
  border: 0;
  border-radius: 10px;
  background-color: #121d33;
  box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}
.assets_dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assets_dropdown .dropdown-toggle img {
  height: 16px;
}

.assets_dropdown .dropdown-toggle:after {
  display: none;
}

.assets_dropdown .dropdown-toggle:hover {
  background-color: #f6f6f8;
}

.dropdown-item i {
  width: 20px;
}
.dropdown-item {
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
}
.dropdown-item:hover {
  color: #fff;
  background: #437C3A;
}
.profile-dropdown img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 10px;
}

.profile-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}

.button {
  background-color: #b11f72;
  color: #fff;
  border: 0;
  border-radius: 44px;
  padding: 8px 20px;
  transition: all 0.3s 0s;
  text-decoration: none;
  font-weight: 500;
}
.button:hover {
  color: #fff;
  background-color: #740042;
}

.pagination .page-link {
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border: 0;
  background-color: transparent;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #444;
}
.page-item.active .page-link {
  background: transparent;
  color: #437C3A;
  font-weight: bold;
  border-color: #437C3A;
}
.dataTables_length .form-control {
  background-color: #f6f6f8;
  border: 0;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}
.pagination .page-link:hover {
  border-color: #437C3A;
}
.dataTables_filter .form-control {
  border: 0;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
}
.dataTables_length .form-control option {
  color: #000;
}
#accordion {
  padding-top: 10px;
}
.btn_wallet {
  background: transparent;
  padding: 0;
  position: relative;
  letter-spacing: 0;
  color: #708599 !important;
}
.btn_wallet[disabled] {
  background-color: transparent !important;
  color: #708599 !important;
}
.btn_wallet:hover i {
  background: #437C3A;
  color: #fff;
}
.btn_wallet:hover {
  background: transparent;
  color: #000 !important;
}
.btn_wallet span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  transition: all 0.3s 0s;
}
.btn_wallet:hover span {
  font-weight: bold;
  transform: scale(1.1);
}
.btn_wallet span.loadingNew {
  transform: none;
}
.custom_box .pagination {
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 0px;
}
.entry_length label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.entry_length .form-select {
  padding: 5px 30px 5px 10px;
  margin: 0px 6px;
}

th {
  font-weight: normal;
}
.tbl_link {
  color: #b11f72;
  font-weight: 600;
  margin-left: 8px;
}
.tbl_link:hover {
  color: #000;
}
.tickets-box {
  border-right: 1px solid #f6f4f5;
}
.tickets-box h6 {
  margin: 0;
}
.tickets-box h2 {
  font-weight: 600;
  color: #b11f72;
}
.tickets {
  background-color: #fff;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(188 34 118 / 5%);
  padding: 30px;
  text-align: center;
}
.col-lg-4:last-of-type .tickets-box {
  border: 0;
}

.send-msg {
  position: relative;
}
.send-msg .send-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  border: 0;
  background-color: transparent;
  width: 44px;
  height: 44px;
  color: #b11f72;
}
.chat-user,
.chat-admin {
  border-radius: 15px;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 80%;
  display: inline-block;
}
.chat-user h5,
.chat-admin h5 {
  font-size: 16px;
}
.chat-user p,
.chat-admin p {
  margin: 0;
}
.chat-user {
  background-color: #f6f6f6;
}
.chat-admin h5 b {
  color: #b11f72;
}
.chat-admin {
  margin: 0 0px 20px auto;
  background-color: rgb(177 31 114 / 10%);
}
.chat-user img {
  max-width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.text-right {
  text-align: right;
}
.send-msg .form-control {
  height: 44px;
  padding-right: 50px;
  border-radius: 100px;
}
button.close {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.modal-content {
  border-radius: 10px;
  background-color: #222;
  border: 0;
}
.btn-close {
  color: #fff;
  filter: invert(1);
}

.modal-header {
  border-bottom-color: #666;
  color: #fff;
}
.package-modal-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}
.package-modal-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-modal-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.package-modal-box li span {
  margin-right: 15px;
  color: #cccccc;
}
.package-modal-box li .form-control {
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.package-purchase-wallet-select {
  background-color: #111;
  border-radius: 6px;
  padding: 15px;
  border: 0;
  margin-bottom: 15px;
}
.package-modal-box p {
  margin: 0;
  font-size: 14px;
}
#Package .modal-body {
  padding: 30px;
}
.user-info-profile img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.account-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.account-info li {
  width: 33.33%;
  margin: 10px 0;
}

.user-info-profile {
  padding-bottom: 15px;
}

.account-info li b {
  display: block;
  color: #111;
  font-size: 16px;
}

h4.title {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.user-document img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  max-height: 150px;
  object-fit: cover;
}

.page-back a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.page-back {
  padding-top: 30px;
}
.navbar-collapse {
  justify-content: flex-end;
}

b {
  font-weight: 600;
}

.user-account {
  margin-top: 15px;
}

.user-account a {
  color: #000 !important;
  font-weight: 600;
  padding: 7px 15px;
  background-color: #fff !important;
  border-radius: 100px !important;
  margin-right: 10px;
  transition: all 0.3s 0s;
}
.user-account a.active {
  background-color: #b11f72 !important;
  color: #fff !important;
}

.login_text .form-group {
}

.login_text h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(1rem + 1vw);
  color: #fff;
}
.ml-1 {
  margin-left: 10px;
}

.section-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.custom_box table.dataTable {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.page-item.disabled .page-link {
  color: #ccc;
  border-color: #222;
}

.custom-box {
  background: #1a244e;
  padding: 20px;
  border-radius: 4px;
}

.transfer-box {
  height: 100%;
}

.transfer-box-head {
  background-color: rgb(255 255 255 / 10%);
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.transfer-box-head .form-control {
  border: 0;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0;
  padding-bottom: 10px;
}
.transfer-box-head .col-md-6 span {
  padding: 0 10px;
  display: block;
}
.transfer_icon {
  text-align: center;
  position: relative;
  bottom: -15px;
}
.transfer_icon span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100px;
  padding: 11px;
  background: rgb(255 255 255 / 10%);
  margin: 0 auto;
}
.transfer_icon span img {
  width: 100%;
}
.transfer-box-head .form-control option {
  background: #1a244e;
}
.transfer-box-body .form-control {
  border: 0;
  height: 40px;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
}

.input-abs {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #437C3A;
  cursor: pointer;
}

.input-abs a {
  margin-left: 15px;
  color: #fff;
  padding: 3px 8px;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

.input-abs span {
  background: #437C3A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.custom-pills .nav-link.active {
  background-color: #437C3A;
  font-weight: bold;
  outline: none;
}

.custom-pills .nav-link {
  color: #fff;
  font-size: 16px;
  background: rgb(255 255 255 / 10%);
  margin-right: 10px;
  padding: 12px 15px;
  border-radius: 100px;
  --bs-nav-pills-link-active-bg: #fff;
}

.bonus-main-box {
  background: #1a244e;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.bonus-main-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-main-box-head b {
  font-size: 36px;
  background: #437C3A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: inline-block;
}

.bonus-main-box ul {
  display: flex;
}
.bonus-main-box li b {
  display: block;
  font-size: 22px;
  margin-top: 5px;
  background: #437C3A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bonus-main-box li {
  width: 50%;
}
.bonus-main-box-head span {
  display: block;
}
.bonus-main-box-head {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.downline-list {
  display: flex;
  flex-wrap: wrap;
}
.downline-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.downline-item {
  background-color: rgb(255 255 255 / 10%);
  padding: 15px;
  border-bottom: 2px solid rgb(255 255 255 / 10%);
  width: calc(50% - 20px);
  margin: 10px;
  border-radius: 4px;
  transition: all 0.3s 0s;
}
.downline-item b {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.downline-item ul li:last-of-type {
  text-align: right;
}
.downline-item:hover {
  background: rgb(255 255 255 / 20%);
}

.bonus-main-box .d-flex {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 5px;
}

.bonus-main-box li:last-of-type {
  text-align: right;
}

.bonus-main-box .progress {
  margin-bottom: 20px;
  height: 10px;
}

.progress-bar {
  background-color: #437C3A;
}

.upgrading-notice {
  text-align: center;
}

.notification-box .news_img img {
  width: 160px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.3s 0s;
}
.notification-box a {
  margin-right: 14px;
}
.notification-box .news_content .read_more {
  background: #437C3A;
  color: #fff;
}
.notification-box .news_content .read_more:hover,
.notification-box .news_content .read_more:focus {
  background-color: #af3800;
}
.news_box {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s 0s;
  background-color: #222;
  position: relative;
  color: #fff;
}
.col-lg-4 .news_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
}
.announcement-page .news_box {
  background-color: #444;
}
.news_img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
  padding: 15px;
  border-color: #444;
}
.news_img span {
  position: absolute;
  top: 4px;
  right: -26px;
  background: #437C3A;
  padding: 8px 30px;
  border-radius: 2px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  transform: rotate(45deg);
  box-shadow: 4px 4px 10px rgb(0 0 0 / 30%);
}
.news_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s 0s;
}
.news_box:hover .news_img img {
  transform: scale(1.1);
}

.news_single_box .news_content {
  position: relative;
}
.news_single_box .news_content h4 {
  display: block;
}
.news_single_box video {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 15px;
  margin: 20px auto;
  display: table;
}
.news_content h4 {
  margin: 10px 0 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.news_content a {
  color: #fff;
  font-weight: 600;
}
.news_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}
.news_box:hover {
  box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}
.news_content p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.profile-col img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100%;
}
.profile-col {
  position: relative;
  width: 170px;
}
.edit-icon {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #437C3A;
  overflow: hidden;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.edit-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 100%;
  display: block;
}

.referral-link {
  background: linear-gradient(
    to right,
    rgb(0 220 69 / 30%),
    rgb(0 132 241 / 30%)
  );
  padding: 20px;
  border-radius: 6px;
  margin: 30px 0;
}

.referral-link div {
  display: flex;
  align-items: center;
}

.referral-link b {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
}

.referral-link i {
  cursor: pointer;
}

.profile_menu .nav-pills li {
  width: 100%;
}
.profile_menu .custom-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  opacity: 0.7;
  width: 100%;
}
.profile_menu .custom-pills .nav-link.active {
  opacity: 1;
}

.fa_box img {
  max-width: 100%;
  width: 100%;
}
.fa_box h5 {
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
}
.fa_box p {
  font-size: 14px;
  margin: 0;
}
.fa_box a {
  font-weight: 600;
  color: #437C3A;
}

.deposit_qr {
  text-align: center;
}

.deposit_qr img {
  border-radius: 10px;
  max-width: 220px;
  width: 100%;
  margin: 20px 0;
}

.deposit_qr_address {
  font-size: 16px;
}
.deposit_qr_address b {
  display: block;
  margin-bottom: 5px;
}
.deposit_qr_address span {
  display: block;
}
.deposit_modal h5 {
  text-align: center;
  margin-bottom: 15px;
}

.deposit_qr_address span {
  display: block;
  padding: 15px;
  background-color: #f4f4f6;
  border-radius: 10px;
  font-weight: 500;
}

.deposit_qr_address .copy_btn {
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  position: relative;
  padding: 15px 35px 15px 15px;
  border: 1px solid #444;
}
#depositPopup .modal-body h5 {
  text-align: center;
  margin: 0;
  font-weight: 400;
}
#depositPopup .modal-body h5 b {
  color: #437C3A;
}
#depositPopup .deposit_qr_address span {
  border-radius: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 400;
}
.deposit_modal {
  padding: 15px;
}

.asset_box {
  background-color: #111;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  height: 100%;
}
.assets_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.assets_title .icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin-right: 10px;
}

.assets_title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.assets_title .assets_dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
}

.assets_title h4 {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: left;
}
.f-price {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.assets_bal {
  margin: 20px 0;
}

.f-price small {
  font-weight: 400;
  margin-left: 5px;
  color: #ccc;
}

.s-price {
  margin-top: 6px;
}

.s-price small {
  font-weight: 500;
}

.asset_body {
  padding: 20px;
}
.profile_menu {
  padding: 20px;
  border-radius: 100px;
  background-color: rgb(253 83 2 / 20%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile_menu ul {
  list-style: none;
  padding: 0;
}

.profile_menu a {
  color: rgb(255 255 255 / 70%);
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_menu a:hover {
  color: #fff;
}

.profile_menu a:hover i {
  opacity: 1;
}
.profile_menu a i {
  font-size: 12px;
  opacity: 0.5;
}
.profile_page .custom-pills .nav-link .fa-chevron-right {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
}
.account_page .custom-pills .nav-link.active span {
  background-color: rgb(255 255 255 / 40%);
  color: #fff;
}
.account_page .custom-pills .nav-link.active i {
  color: #fff;
}
.account_page .custom-pills .nav-link span img {
  max-width: 20px;
}
.account_page .custom-pills .nav-link.active span img {
  filter: invert(0);
}
.profile_page .custom-pills .nav-link.active i {
  display: inline-block;
}
.profile_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 15px;
}
.profile_img {
  display: flex;
  align-items: center;
}

.profile_img h6 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.security_lavel .progress {
  height: 10px;
  margin-top: 10px;
  background-color: #fff;
}
.security_lavel {
  max-width: 300px;
  width: 100%;
}
.kyc_upload_doc h6,
.kyc_upload_docs h6 {
  font-weight: 600;
  color: #fff;
}
.kyc_upload_docs {
  border: 1px solid #93979f;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
.kyc_profile {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.kyc_upload_doc {
  border: 1px solid #444;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.kyc_upload_doc img,
.kyc_upload_docs img {
  height: 200px;
  max-width: 330px;
  width: 100%;
  object-fit: contain;
  background-color: #111;
  padding: 10px;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}

.kyc_upload_doc small,
.kyc_upload_docs small {
  display: block;
  margin-bottom: 15px;
}

.kyc_upload_doc .upload_btn,
.kyc_upload_docs .upload_btn {
  border: 0;
  text-align: center;
  padding: 10px;
  color: #555;
  max-width: 150px;
  width: 100%;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
  font-weight: 500;
}

.ticket_box {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
}
.ticket_box span {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ticket_box b {
  font-size: calc(1.4rem + 0.7vw);
}
.ticket_box i {
  font-size: 30px;
}
.ticket_count {
  background-color: rgb(253 83 2 / 20%);
  border-radius: 100px;
  margin-bottom: 30px;
}
.ticket_box.total b {
  color: #437C3A;
}

.ticket_box.open b {
  color: green;
}

.ticket_box.close b {
  color: red;
}

.create_ticket .form-control[type="file"] {
  padding: 12px 20px;
}

.create_ticket textarea.form-control {
  min-height: 150px;
}

.ticket_item {
  display: block;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s 0s;
  color: #ccc;
  border-bottom: 1px solid #444;
}
.ticket_item .d-flex {
  justify-content: space-between;
  align-items: center;
}
.ticket_item h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.ticket_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.ticket_item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tbl_loader_bg,
.tbl_loader {
  margin: 20px auto;
  border: 4px solid #437C3A;
  border-radius: 50%;
  border-top: 10px solid transparent;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ticket_item:hover {
  color: #fff;
  box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}
.ticket_item.active,
.ticket_item:focus {
  background-color: #222;
  color: #fff;
}

.ticket_item ul li {
  margin: 5px 0;
}
.text-green {
  color: #07bf07;
}

.text-red {
  color: #e34444;
}
.chat_message {
  background-color: #222;
  padding: 15px;
  border-radius: 20px 20px 20px 0;
  margin: 0 0 15px auto;
  display: table;
  max-width: 80%;
}

.chat_message.reply {
  border-radius: 20px 20px 0px 20px;
  margin: 0 0 15px;
  background: rgb(253 83 2 / 20%);
}
.chat_message a {
  color: #437C3A;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 12px;
}
.chat_message_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.chat_message_title b {
  margin-right: 30px;
  color: #fff;
}
.chat_message p {
  margin: 0;
}
.chat_history {
  height: 600px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #444;
}

.chat_history_body {
  flex: 1;
  overflow: auto;
  padding: 15px;
}

.ticket_history .custom_header {
  margin: 0;
  padding: 0 20px 20px;
}

.chat_message_input {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #222;
  margin-top: 10px;
}

.chat_message_input .form-control {
  height: 50px;
  border: 0;
  width: 100%;
  flex: 1;
  border: 0px;
  background-color: #111;
}

.input_file i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.input_file {
  position: relative;
  margin: 0 15px;
  cursor: pointer;
  background-color: rgb(255 255 255 / 20%);
  border-radius: 6px;
  color: #fff;
}

.input_file input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.chat_message img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius: 4px;
}
.action a {
  color: #fff;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: rgb(255 255 255 / 10%);
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
}

.action a:hover {
  background-color: #fff;
  color: #000;
}

.kyc_upload_doc input,
.kyc_upload_docs input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.affiliateLink_box h2 {
  font-size: 16px;
}

.ref-tab .b-command-item__name {
  color: #fff;
  font-size: 16px;
}

.ref-tab .b-command-item__toggle {
  background: #437C3A;
}
.b-command-item__status {
  background: red !important;
}
.ref-tab .b-command-item__wrapper {
  background: #222;
}

.ref-tab .b-command-item__wrapper:hover {
  background: #333;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.b-command-item__toggle-holder:before {
  background: #437C3A !important;
}
.b-command-item__inner-item:before {
  border-left: 1px solid #444 !important;
  border-bottom: 1px solid #444 !important;
}

.b-command-item__icon {
  border-right: 1px solid #444 !important;
}

.ref-tab .b-command-item__wrapper .b-command-item {
  max-width: 150px;
  width: 100%;
  margin: 10px 0 0 auto;
}

.b-command-item__main-info {
  padding: 15px !important;
}

.history_filter {
  display: flex;
  align-items: center;
}

.history_filter_form {
  width: 100%;
  margin-left: 30px;
}

.history_filter .form-control {
  background-color: rgb(255 255 255 / 10%);
  border: 0;
  padding: 13px;
  border-radius: 0;
  color: #fff;
  max-width: 200px;
}
.history_filter .form-control.form-select {
  padding-right: 25px;
}
.history_filter_form_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.history_filter_form label {
  display: block;
  font-weight: 300;
}

.history_filter_form_flex .form-group {
  margin-right: 10px;
}

.history_filter_form .btn_theme {
  height: 50px;
  margin-top: 12px;
}

.history_filter .entry_length label {
  display: flex;
  align-items: center;
  font-weight: 300;
}

.history_filter .entry_length .form-control {
  min-width: 80px;
  margin: 0 10px;
}

body .datepicker {
  background-color: #444;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  padding: 10px;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
  display: none !important;
}
.datepicker thead,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #437C3A !important;
  color: #fff !important;
}
body .datepicker table tr td.active,
body .datepicker table tr td.active:hover,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active.disabled:hover {
  background: rgb(255 255 255 / 10%) !important;
}
body .datepicker table tr td.day:hover,
body .datepicker table tr td.day.focused {
  background-color: #437C3A;
  color: #fff;
}
body .datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ccc;
}
body .datepicker thead {
  background-color: #437C3A;
}
body .datepicker td {
  color: #fff;
  padding: 10px;
}
body .datepicker th {
  padding: 11px;
}
body .datepicker table tr td.today,
body .datepicker table tr td.today:hover,
body .datepicker table tr td.today.disabled,
body .datepicker table tr td.today.disabled:hover {
  background: #437C3A;
}
body .datepicker table tr td.day:hover,
body .datepicker table tr td.day.focused {
  background-color: #437C3A;
  color: #fff;
}
.auth_scan svg {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.datepicker thead {
  background-color: #437C3A;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #437C3A;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #437C3A;
}

body .select2-dropdown {
  background: #1a244e;
  border-color: rgb(255 255 255 / 30%);
}
.datepicker table tr td span.active.active {
  background-color: #437C3A !important;
}
.asset_box .btn_wallet {
  color: #fff !important;
  background: transparent !important;
}
.news_box .btn_theme {
  display: inline-block;
  margin: 0 20px 20px !important;
}

.auth_box a {
  background: #437C3A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.two_fa_qr {
  margin-bottom: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset;
  -webkit-text-fill-color: #fff !important;
}
.register_page .login_text {
  max-width: 1200px;
  flex: 0 0 1200px;
}

.register_page .login_text .form-group {
  margin-bottom: 20px;
}
.register_page .form-group label {
  display: none;
}
.kyc_form h2 {
  font-size: 24px;
  color: #437C3A;
  margin-bottom: 20px;
}
.days {
  color: #fff;
}
.hours {
  color: #fff;
}
.minutes {
  color: #fff;
}
.seconds {
  color: #fff;
}
.timer span {
  display: block;
  font-size: 12px;
  color: #ccc;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: -5px;
}
.timer {
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  margin: 12px 0 20px 0;
}
.timer div {
  border-radius: 4px;
  margin: 0 5px;
  width: 85px;
  height: 85px;
  border-bottom: 4px solid #444;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #222;
}
.pre_registration h2 {
  font-size: 26px;
  font-weight: 600;
  color: #437C3A;
}
.pre_registration h4 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.pre_registration {
  height: 100%;
  border-right: 1px solid #dcdee2;
  padding-right: 30px;
}

.pre_registration h3 {
  color: #000;
  margin-bottom: 10px;
}

.register_user_list {
  box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
  padding: 20px;
  font-size: 18px;
  margin: 20px 0;
  border-radius: 6px;
}

.register_user_list b {
  display: block;
  font-size: 30px;
  color: #000;
}
.social_icon {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.social_icon a {
  width: 50px;
  height: 50px;
  border: 1px solid #93979f;
  border-radius: 6px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  transition: all 0.3s 0s;
}

.social_icon a:hover {
  background-color: #437C3A;
  color: #fff;
  border-color: transparent;
}

.sidebar {
  background-color: #222;
  box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
  position: relative;
  z-index: 1;
}
.sidebar_menu {
  line-height: 0;
}
.sidebar_menu li.active a {
  color: #437C3A;
}
.sidebar_menu li:last-of-type {
  flex: 1;
}
.sidebar_menu li:last-of-type a {
  color: red;
  justify-content: flex-end;
  margin: 8px 0;
}
.sidebar_menu li a:hover {
  color: #437C3A;
}
.sidebar_menu a:after {
  content: "";
  height: 3px;
  background-color: #437C3A;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  width: 0;
  transition: all 0.3s 0s;
}
.sidebar_footer {
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.sidebar_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.sidebar_menu a {
  color: #fff;
  padding: 20px 10px;
  display: flex;
  font-weight: 500;
  align-items: center;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
}
.sidebar_menu li.active a:after {
  opacity: 1;
  width: 100%;
}
.sidebar_menu a i,
.sidebar_menu a span {
  width: 20px;
  font-size: 13px;
}

.sidebar_menu a span img {
  max-width: 18px;
}

.sidebar-brand {
  display: block;
}
.sidebar-brand img {
  max-height: 40px;
}

.dash_topbar .container {
  display: flex;
  align-items: center;
}
.dash_topbar {
  padding: 20px 15px;
  background-color: #000;
}
.dash_topbar .dash_top_link span.new {
  width: 18px;
  height: 18px;
  background-color: #437C3A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  margin-left: 5px;
  font-weight: 600;
  border-radius: 100px;
  position: absolute;
  top: 2px;
  right: -2px;
}
.dash_topbar right a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 10px;
}

.dash_topbar .right a {
  margin-left: 15px;
  color: #fff;
}
.dash_topbar .right a img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
  margin-right: 5px;
}
.dash_topbar .right {
  display: flex;
  align-items: center;
}

.dash_topbar .dash_top_link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dash_topbar .dash_top_link i {
  font-size: 16px;
}

.announcement {
  display: flex;
  align-items: center;
  padding: 11px 15px;
  margin-bottom: 30px;
  background-color: #111;
  border-radius: 30px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 5%);
  transition: all 0.3s 0s;
}

.announcement p {
  margin: 0;
  color: #fff;
}
.announcement b {
  margin-right: 10px;
}
.announcement i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: #437C3A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 11px;
  /* box-shadow: 0 4px 5px rgb(22 82 240 / 40%); */
  font-size: 14px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 5%);
}

.dash_asffiliate {
  background-color: #111111;
  border-radius: 6px;
  text-align: center;
  color: #ccc;
  padding: 20px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dash_asffiliate img {
  max-width: 100%;
}

.dash_asffiliate h4 {
  margin: 15px 0 15px;
  font-size: 20px;
}

.dash_asffiliate span {
  display: block;
}

.copy_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.deposit_qr .copy_btn a {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0px, -50%);
  margin-top: 0px;
}
.dash_asffiliate .icon_box {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  font-size: 22px;
}
.dash_asffiliate .share_btn a {
  display: block;
}

.copy_btn a i {
  margin-right: 10px;
}

.copy_btn {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  word-break: break-word;
  border: 1px solid #222;
}

#example_info,
#example_filter {
  display: none;
}

.table_filter {
  display: flex;
  align-items: flex-end;
}
.table_filter .form-control {
  height: 46px;
  padding: 5px 10px;
}
.table_filter .form-group {
  width: 100%;
  padding: 0 10px;
}
.table_filter .btn_theme {
  margin-left: 10px;
  height: 46px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.table_filter .btn_theme span {
  margin-left: 5px;
}
.ticket_lists {
  height: calc(600px - 79px);
  overflow: auto;
}
.ticket_history .pagination {
  justify-content: center;
  margin-bottom: 15px;
}
.ticket_history .col-xl-4 {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
}

.wallet_action {
  list-style: none;
  margin: 0px;
  padding: 0;
  display: flex;
  width: 100%;
  padding-top: 20px;
}
.wallet_action .fa-spinner {
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.wallet_action a {
  color: #ccc;
  font-size: 14px;
  display: block;
  position: relative;
}
.wallet_action .dash_view_detail_link {
  color: #437C3A !important;
  font-weight: 500;
}

.wallet_action i {
  width: 44px;
  height: 44px;
  background-color: #222;
  border-radius: 100px;
  margin: 0px auto 10px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
  transition: all 0.3s 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet_action li {
  width: 100%;
  text-align: center;
}

.wallet_action a:hover i {
  background-color: #437C3A;
  color: #fff;
}

.wallet_action a:hover {
  color: #fff;
}

.wallet_action a:hover span {
  font-weight: bold;
  transform: scale(1.1);
}

.wallet_action a span {
  display: block;
  transition: all 0.3s 0s;
}
.main_wallet_box {
  padding: 30px;
  background-color: #437C3A;
  color: #fff;
}
.main_wallet_box h2 {
  color: #fff;
  font-size: calc(1.6rem + 0.7vw);
}
.main_wallet_box .wallet_action a {
  color: #fff;
}
.main_wallet_box .wallet_action i {
  background-color: rgb(255 255 255 / 20%);
  color: #fff;
}
.main_wallet_box .wallet_action a:hover i {
  background-color: #fff;
  color: #437C3A;
}
.dash_box .d-flex {
  text-align: left;
  align-items: center;
  flex: 1;
}
.dash_box .d-flex div {
  flex: 1;
}
.main_wallet_box .d-flex i {
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 30px;
  background: #fff;
}
.dash_box_2 i {
  margin: 0 auto 20px;
}

img.custom_note {
  max-width: 20px;
}

.wallet_bal {
  background-color: rgb(253 83 2 / 20%);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 20px;
}
.wallet_bal h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}
.wallet_bal h4 {
  font-size: 16px;
  margin: 0 0 5px;
}
.wallet_bal i {
  font-size: 22px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #437C3A;
}

.news_content .read_more {
  background: #437C3A;
  margin-top: 10px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
}
.news_single_box .news_content h3 {
  margin-top: 20px;
}
.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}
.ticket_history {
  padding: 20px 0 0 0;
}
.chat_message_input .btn_theme {
  height: 50px;
}

.package-box {
  border-radius: 10px;
  background-color: #111;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s 0s;
  position: relative;
}

.package-box-head .icon {
  width: 70px;
  height: 70px;
  margin: 20px auto;
}

.Basic .package-box-head {
  color: #02a9ce;
}
.Basic .package-box .btn_theme {
  border-color: #02a9ce;
  color: #02a9ce !important;
}
.Basic .package-box:hover .btn_theme {
  background-color: #02a9ce;
  color: #fff !important;
  border-color: #02a9ce;
}

.Elite .package-box-head {
  color: #efac00;
}
.Elite .package-box .btn_theme {
  border-color: #efac00;
  color: #efac00 !important;
}
.Elite .package-box:hover .btn_theme {
  background-color: #efac00;
  color: #fff !important;
  border-color: #efac00;
}

.Standard .package-box-head {
  color: #cd6200;
}
.Standard .package-box .btn_theme {
  border-color: #cd6200;
  color: #cd6200 !important;
}
.Standard .package-box:hover .btn_theme {
  background-color: #cd6200;
  color: #fff !important;
  border-color: #cd6200;
}

.Premium .package-box-head {
  color: #437C3A;
}
.Premium .package-box .btn_theme {
  border-color: #437C3A;
  color: #437C3A !important;
}
.Premium .package-box:hover .btn_theme {
  background-color: #437C3A;
  color: #fff !important;
  border-color: #437C3A;
}

.package-box-body h3 {
  color: #fff;
  font-size: 36px;
}
.package-box-head h4 {
  font-weight: 600;
  color: #000;
  margin: 0;
}

.package-box-body {
  padding: 30px 0px;
  text-align: center;
}
.package-box label {
  padding: 8px 50px;
  background-color: #ffc107;
  position: absolute;
  top: 5px;
  right: -40px;
  z-index: 1;
  transform: rotate(45deg);
  text-align: center;
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 4px rgb(255 193 7 / 30%);
}
.package-box-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-box .btn_theme {
  width: 100%;
  border: 1px solid #dedfe2;
  background-color: transparent;
  transition: all 0.3s 0s;
}
.package-box:hover .btn_theme {
  background-color: #437C3A;
  color: #fff !important;
  border-color: #437C3A;
}
.package-box-body li span {
  display: block;
  font-size: 14px;
}
.package-box-body li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.package-box-body li b {
  font-size: 18px;
}
.package-box-head .icon img {
  width: 100%;
}
.package-box:hover {
  box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
  background-color: #222;
}
.package-box-head label {
  position: absolute;
  top: 5px;
  right: -25px;
  background-color: #6316ee;
  padding: 6px 30px;
  color: #fff;
  transform: rotate(45deg);
  background: linear-gradient(to bottom right, #ff16ff, #437C3A);
  font-size: 14px;
  font-weight: 600;
}
.term {
  margin-bottom: 30px;
}
.term .form-check-label {
  font-weight: 400;
}
.term .form-check-label a {
  font-weight: 500;
  color: #437C3A;
}
.package-modal-box label {
  margin-bottom: 5px;
  color: #fff;
}

.header-coin-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.header-coin-price div {
  margin: 0 10px;
  border: 1px solid #444;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff;
}
.header-coin-price div b {
  background-color: #444;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.dash_left_border {
  position: relative;
}
.dash_left_border::after {
  content: "";
  position: absolute;
  right: 40px;
  height: 88px;
  top: -5px;
  width: 2px;
  background-color: #437C3A;
}
.form-group .text-right {
  float: right;
}
#remark.form-control {
  height: 56px;
}
.abs-input {
  position: relative;
}

.abs-input .btn_theme {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0 !important;
  background: transparent !important;
  color: #437C3A !important;
}
span.timerEmailOtp {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #437C3A;
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 7px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.header_count {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #dfe5f7;
  border-radius: 100px;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_count:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  animation: inbox_blink 1s infinite;
  box-shadow: 0 0 10px 4px #dfe5f7;
  z-index: 0;
}

@keyframes inbox_blink {
  0% {
    box-shadow: 0 0 10px 4px rgb(223 229 247 / 0.6);
    transition: all 0.2s;
  }
  50% {
    box-shadow: 0 0 10px 4px rgb(223 229 247 / 0%);
    transition: all 0.2s;
  }
  100% {
    box-shadow: 0 0 10px 4px rgb(223 229 247 / 0.6);
    transition: all 0.2s;
  }
}

.notif-dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  background-color: #222;
  min-width: 350px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  overflow: hidden;
}
.notification.active .notif-dropdown {
  display: block;
}
.notification {
  position: relative;
}
.notif-dropdown h4 {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  background-color: #444;
}
.notif-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow: auto;
}
.notif-dropdown li {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #444;
}
.notif-dropdown li p {
  margin: 0;
}
.notif-dropdown li b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.notif-dropdown li small {
  font-weight: 400;
}
.notif-icon .fa-bell {
}
.center_pagination .custom_pagination {
  justify-content: flex-end;
  margin-top: 20px;
}
.notif-dropdown li a {
  margin-left: 0 !important;
  display: block;
  font-weight: 500;
}
.notif-dropdown .see-all {
  display: block;
  padding: 15px;
  text-align: center;
  margin: 0 !important;
  color: #437C3A !important;
}

.notif-dropdown .see-all:hover {
  color: #437C3A;
}

.notification-box .news_content {
  position: relative;
  padding: 0;
}
.notification-box {
  display: flex;
  align-items: center;
  padding: 15px;
}
.notification-box i {
  width: 40px;
  height: 40px;
  background-color: #437C3A;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.notification-box p a {
  font-weight: 400;
}
.notification-box h4 {
  font-size: 20px;
  margin: 10px 0;
  color: #437C3A;
}

.fa2_box {
  margin-bottom: 30px;
}
.fa2_box h5 {
  margin-bottom: 20px;
  color: #000;
}
.fa2_box p {
  margin-bottom: 10px;
}
.fa2_box b {
  color: #000;
}

.no-record {
  color: #cccccc;
  padding: 40px 10px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-align: center;
}

.no-record:before {
  content: "";
  background-image: url(../img/nodata.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
  display: block;
  margin: 0 auto 20px;
}
.news_single_box {
  display: block;
  background: transparent;
  border: 1px solid #444;
}

.news_single_box .news_img img {
  width: auto;
  height: 500px;
  transform: none !important;
}

.news_single_box .news_img {
  border-radius: 0;
}

.news_single_box .news_content p {
  display: block;
}
.ticket_history .row {
  position: relative;
}
.ticket_history .row .no-record {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kyc_alert .icon {
  font-size: 50px;
  margin-bottom: 10px;
  display: none;
}

.kyc_alert {
  text-align: center;
  padding: 30px;
}

.kyc_alert h5 {
  font-size: 18px;
}
.kyc_alert img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 25px;
}

.kyc_alert .icon i {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
}
.kyc_alert p {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}
.view_reason {
  background-color: #fff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 6px;
  color: #842029;
  font-weight: 500;
  font-size: 14px;
}
.reason-modal {
  position: relative;
  margin-top: 15px;
}

.view_reason:hover .reason-modal-content {
  opacity: 1;
}

.reason-modal-content {
  background-color: #fff;
  padding: 10px;
  max-width: 550px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 6px;
  font-weight: 400;
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0px);
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.view_reason:hover ~ div {
  display: block;
}

.view_reason:hover {
  color: #842029;
}

.mail-information {
  background-color: #f6f6f8;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #cccccc;
}

.mail-information p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.mail-information p:last-of-type {
  margin: 0;
}

.mail-information p a {
  color: #437C3A;
  font-weight: 600;
}

.register_success h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.register_success {
  letter-spacing: 0;
  text-align: center;
}

.register_success .verif_mail b {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(to bottom right, #ff16ff, #437C3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 5px;
}

.verif_mail_last {
  margin: 0;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px 0;
}

.verif_mail_last .btn_theme {
  display: block;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
}

.account_activated {
  text-align: center;
}

.account_activated img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 30px;
}

.account_activated p {
  font-size: 16px;
  font-weight: 500;
}

.account_activated h4 {
  font-weight: 600;
  font-size: 20px;
  color: green;
  margin: 30px 0 15px;
}

.custom-pills {
  background-color: rgb(253 83 2 / 20%);
  border-radius: 100px;
  padding: 10px;
}
.custom-pills .nav-link .count-new {
  background-color: #ffc107;
  padding: 3px 8px 3px 14px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 2px;
  color: #322600;
  position: relative;
  margin-left: 5px;
}
.custom-pills .nav-link .count-new:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #322600;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0px, -50%);
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.sidebar_menu .count-new {
  width: 20px;
  height: 20px;
  background-color: #437C3A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  font-weight: 600;
  border-radius: 100px;
}
.notification_page .news_box i {
  margin-right: 20px;
  background: linear-gradient(
    to right,
    rgb(255 22 255 / 10%),
    rgb(82 22 237 / 10%)
  );
  width: 50px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}

.notification_page .news_content a {
  font-weight: 400;
}

.notification_page .news_content h4 {
  font-weight: 600;
  font-size: 20px;
}

.geetest_box_wrap
  .geetest_box
  .geetest_footer
  .geetest_footer_right
  .geetest_box_logo {
  display: none !important;
}

.geetest_captcha.geetest_customTheme .geetest_slide .geetest_btn,
.geetest_popup_wrap.geetest_customTheme .geetest_slide .geetest_btn {
  background: #437C3A !important;
}

.geetest_captcha.geetest_customTheme .geetest_slide .geetest_btn:hover,
.geetest_popup_wrap.geetest_customTheme .geetest_slide .geetest_btn:hover {
  background: #437C3A !important;
}

.account_page {
  display: flex;
  margin-top: 30px;
  padding: 0 !important;
}
.account_page .custom-pills {
  display: block;
  flex: 0 0 350px;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #111;
  border-right: 1px solid #444;
  border-radius: 0;
}
.account_page .custom-pills .nav-link {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account_page .custom-pills .nav-link span {
  width: 44px;
  height: 44px;
  background-color: #437C3A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.account_page .custom_box {
  box-shadow: none;
}
.account_page .custom_header {
  margin: -20px -20px 20px;
  padding: 20px;
}
.account_page .tab-content {
  flex: 1;
}

.verif_email {
  border: 1px solid #444;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.verif_email i {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #437C3A;
  color: #fff;
  flex: 0 0 50px;
  margin-right: 15px;
}

.verif_email p {
  margin: 0;
  line-height: 22px;
}

.verif_email b {
  color: #fff;
}

#welcomepopup .modal-body {
  padding: 0;
}
#welcomepopup .modal-dialog {
  max-width: 355px;
  background: transparent;
}
#welcomepopup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  background-color: #fff;
  opacity: 1;
  padding: 10px;
  font-size: 10px;
}

#welcomepopup a {
  display: block;
}

#secondpopup img {
  max-width: 100%;
}

.popup_content h4 {
  margin-top: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.popup_content ul {
  list-style: decimal;
}

.popup_content p,
.popup_content li {
  color: #000;
}

.popup_content li {
  margin-top: 5px;
}
#secondpopup .modal-header {
  border: 0;
  padding-bottom: 0;
}

.abs-position {
  position: relative;
}
.copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #437C3A;
  color: #ffffff;
  padding: 16px;
  border-radius: 6px;
  font-size: 20px;
}
.copy-btn:hover {
  color: #ffffff;
}
.ck-widget__type-around__button svg {
  display: none;
}
.table_head {
  display: flex;
  justify-content: space-between;
}
.inprocess {
  font-size: 20px !important;
  color: #437C3A !important;
  font-weight: 700 !important;
  line-height: normal;
  border-bottom: 1px dashed;
  margin-bottom: 6px !important;
}
.progress-timer h4 {
  margin-bottom: 0 !important;
}

.login_text .form-radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.login_text .form-radio-button .form-check {
  margin: 0 15px 15px;
}

.form-check-input:checked {
  background-color: #437C3A;
  border-color: #437C3A;
}
.dash_list_view {
  background-color: #111;
  height: 100%;
}

.dash_list_view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash_list_view ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #222;
}
.dash_list_view ul li:last-of-type {
  border: 0;
}
.dash_list_view .link a {
  color: #ccc;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  border-radius: 100px;
}
.dash_list_view li .settled span {
  color: #19a719;
  font-weight: 600;
}

.dash_list_view li .unsettled span {
  color: #437C3A;
  font-weight: 600;
}
.dash_list_view .data {
  flex: 1;
}

.dash_list_view .icon i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  background: rgb(253 83 2 / 10%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #437C3A;
  margin-right: 15px;
}

.dash_list_view h4 {
  font-size: 16px;
}

.dash_list_view h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: calc(1rem + 0.7vw);
  color: #fff;
}

.dash_list_view .link {
  white-space: nowrap;
}
.dash_list_view h2 span {
  font-weight: 300;
}
.dash_user_info span {
  background-color: #222222;
  display: block;
  padding: 8px 10px;
  margin-top: 5px;
  border-radius: 4px;
  color: #fff;
}

.dash_user_info .col-lg-6,
.dash_user_info .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px !important;
}

.dash_user_info {
  background-color: #111111;
  padding: 15px;
  height: 100%;
}

.dash_user_lavel {
  background-color: #437C3A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 20px;
}

.dash_user_lavel h4 {
  margin: 0;
}

.academy-page .custom-pills .nav-link {
  margin: 5px;
  font-size: 14px;
  padding: 10px;
}

.academy-page .custom-pills {
  border-radius: 6px;
}

.table .form-check-input {
  margin-left: 0;
}

@media (min-width: 992px) {
  .page-wrapper.toggled .page-content {
    padding-left: 208px;
  }
}

@media (max-width: 1400px) {
  .betexpo_head {
    flex-wrap: wrap;
  }
  .betexpo_head .sport_filter {
    width: 100%;
    margin: 10px 0;
  }
  .bet_ticker_head {
    flex-wrap: wrap;
  }
  .bet_ticker_head .top_head_filter {
    width: 100%;
    margin: 10px 0;
  }
  .ticket_item h4 {
    font-size: 18px;
  }
  .sidebar_menu a {
    margin-right: 0;
    font-size: 11px;
    padding: 15px 7px;
  }
  .sidebar_menu a i,
  .sidebar_menu a span {
    width: 15px;
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .balance_sec_l h5 {
    font-size: 12px;
  }
  .bet_ticker_head .top_head_filter {
    flex-wrap: wrap;
  }
  .bet_ticker_head .top_head_filter .form-group,
  .bet_ticker_head .top_head_filter .clear_btn,
  .bet_ticker_head .top_head_filter .btn-group {
    margin: 5px;
  }

  .timer div {
    width: 80px;
    flex: 0 0 80px;
  }
}

@media (max-width: 991px) {
  .top_nav .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-wrapper,
  .main_page {
    min-height: calc(100vh - 101px);
  }
  .sidebar-wrapper {
    max-height: calc(100vh - 101px);
    top: 101px;
  }

  .new_agent .col-lg-3 {
    padding: 15px 0;
  }
  .login_right {
    display: none;
  }
  .login_text {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .sidebar {
    display: none;
  }
  .menu_show .sidebar {
    display: block;
  }
  .sidebar_menu ul {
    display: block;
  }
  .sidebar_menu a {
    font-size: 16px;
  }
  .sidebar_menu li:last-of-type a {
    justify-content: start;
  }
  .menu-icon {
    display: block;
  }
  .dash_topbar .left {
    display: flex;
    align-items: center;
  }
  .sidebar-brand img {
    max-height: 28px;
  }
  .dash_topbar .right a {
    margin-left: 5px;
  }
  .header-coin-price div {
    font-size: 12px;
    margin: 0 5px;
  }
  .news_single_box .news_img img {
    height: 400px;
  }
  .account_page .custom-pills {
    flex: 0 0 300px;
    padding: 10px;
  }
  .auth_scan {
    margin-bottom: 30px;
  }
  .pre_registration {
    border-bottom: 1px solid #dcdee2;
    margin-bottom: 30px;
    border-right: 0;
    padding-right: 0;
  }
  .social_icon {
    margin-top: 20px;
  }
  .timer {
    margin: 20px 0;
  }
  .dash_left_border::after {
    content: "";
    position: absolute;
    right: 39px;
    height: 88px;
    top: -8px;
    width: 2px;
    background-color: #437C3A;
  }
  .dash_user_info {
    margin-top: 30px;
    height: inherit;
  }
}

@media (max-width: 767px) {
  .dash_user_info {
    font-size: 14px;
  }
  .dash_user_info {
    font-size: 14px;
  }

  .dash_list_view h4 {
    font-size: 14px;
  }

  .dash_list_view li {
    padding: 15px;
  }

  .dash_list_view .link a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .dash_list_view .icon i {
    width: 40px;
    height: 40px;
  }
  .balance_sec_l h5 b {
    display: block;
  }
  .balance_sec {
    flex-direction: column;
  }
  .balance_sec_l {
    margin-bottom: 10px;
  }
  .head_txt {
    align-items: start;
    flex-direction: column;
  }
  .head_txt h2 {
    margin-bottom: 10px;
  }
  .serach_box {
    margin-bottom: 10px;
  }
  .betexpo_head .sport_filter {
    flex-wrap: wrap;
  }
  .betexpo_head .sport_filter span {
    width: 100%;
  }
  .betexpo_head .sport_filter .form-check {
    margin: 5px;
    width: calc(33.33% - 10px);
  }
  .bet_ticker_head .top_head_filter > div {
    width: calc(33.33% - 10px);
  }
  .bet_ticker_head .form-control {
    font-size: 12px;
  }
  .bet_ticker_head .clear_btn .btn {
    font-size: 12px;
  }
  .bet_ticker_head .btn-secondary {
    width: 100%;
  }
  .bet_ticker_head .top_head_filter {
    margin-top: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .event_name_in {
    padding-left: 15px;
  }
  .event_txt {
    padding-left: 15px;
  }
  .event_txt h5 {
    flex: 1;
  }
  .event_name_in h4 {
    flex: 1;
  }
  .event_name h4 {
    flex: 1;
  }
  .date_time {
    margin-bottom: 10px;
  }
  .casino_report_head .select_btn {
    margin-bottom: 10px;
  }
  .top_slider {
    padding: 10px;
    font-size: 12px;
  }
  body {
    letter-spacing: 0;
  }

  .header-coin-price {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin-top: 10px;
  }
  .dash_topbar {
    flex-wrap: wrap;
  }
  .dash_topbar .dash_top_link {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border: 0;
  }
  .notif-icon .fa-bell {
    font-size: 18px !important;
  }
  .dash_topbar a {
    font-size: 14px;
  }
  .header-coin-price div {
    font-size: 14px;
    margin-right: 0;
    padding: 8px;
  }
  .dash_topbar .dash_top_link {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border: 0;
  }

  .page-content {
    padding: 20px 5px;
  }
  .dash_asffiliate {
    padding: 40px 15px;
  }

  .dash_asffiliate span {
    font-size: 12px;
  }
  .dash_asffiliate h4 {
    margin: 20px 0;
  }
  .news_single_box .news_img img {
    height: 300px;
  }
  .ticket_lists {
    height: inherit;
  }
  .ticket_history .custom_header {
    padding-left: 0;
    padding-right: 0;
  }
  .pr-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .pl-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .chat_history {
    height: inherit;
    max-height: 500px;
    border: 0;
  }
  .chat_message_input {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .chat_history_body {
    padding: 0;
    margin-top: 10px;
  }

  .security_lavel {
    max-width: 100%;
    margin-top: 20px;
  }
  .custom-pills .nav-link {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .table_filter {
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
    align-items: flex-end;
  }
  .table_filter .form-group {
    width: 50%;
    margin-bottom: 10px;
  }
  .table_filter .form-control {
    font-size: 14px;
  }
  .table_filter .btn_theme {
    margin-bottom: 10px;
  }
  .xs-wrap-header {
    flex-direction: column;
    align-items: start;
  }
  .xs-wrap-header .text-right {
    margin-top: 10px;
  }
  .ticket_history {
    padding: 15px;
  }
  .ticket_history .pagination {
    margin-bottom: 15px;
  }
  .notif-dropdown {
    left: 100%;
    transform: translate(-50%, 0px);
    min-width: 300px;
  }
  .auth_header .container {
    flex-direction: column;
  }

  .auth_header a {
    margin-bottom: 15px;
    display: inline-block;
  }

  .auth_header a img {
    max-width: 130px;
  }
  .auth_header h6 {
    font-size: 14px;
  }
  .auth_header h6 a {
    margin-bottom: 0;
    padding: 10px;
    margin-left: 5px;
  }
  .login_page {
    padding: 10px 0;
  }
  .login_text {
    box-shadow: none;
  }
  .login_text h1 {
    font-size: 24px;
  }
  .login_text h5 {
    font-size: 16px;
  }
  .dash_topbar .container {
    flex-wrap: wrap;
  }
  .header-coin-price {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin-top: 10px;
  }
  .dash_topbar .left {
    flex: 1;
  }
  .news_single_box video {
    width: 100%;
  }
  .ticket_count {
    border-radius: 10px;
  }
  .profile_menu {
    border-radius: 6px;
  }
  .account_page {
    flex-direction: column;
  }
  .account_page .custom-pills {
    border-bottom: 20px solid #000000;
    border-right: 0;
  }
  .dash_left_border::after {
    content: "";
    position: absolute;
    right: 40px;
    height: 88px;
    top: -8px;
    width: 2px;
    background-color: #437C3A;
  }
  .table_head {
    flex-direction: column;
  }
  .table_head div:last-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 567px) {
  .sidebar_menu a i,
  .sidebar_menu a span {
    width: 30px;
  }
  .login_text {
    padding: 30px 15px;
  }
  .top_nav .no_hover {
    display: none;
  }
  .timedate h3 {
    font-size: 16px;
  }
  .dash_left_border::after {
    content: "";
    position: absolute;
    right: 42px;
    height: 88px;
    top: -8px;
    width: 2px;
    background-color: #437C3A;
  }
  .affiliate_link li {
    padding: 10px !important;
  }
  .dash_list_view ul li {
    padding: 15px;
  }
  .dash_list_view .data .col-6 {
    width: 100%;
    flex: 0 0 100%;
  }
  .timedate h5 {
    font-size: 12px;
  }
  .top_nav .navbar {
    padding: 10px;
  }
  .navbar-brand {
    max-width: 120px;
    width: 100%;
  }
  .navbar-collapse {
    margin-top: 5px;
  }
  .page-wrapper,
  .main_page {
    min-height: calc(100vh - 85px);
  }
  .sidebar-wrapper {
    max-height: calc(100vh - 85px);
    top: 85px;
  }
  .balance_sec_l {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .balance_sec_l h5 {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
  .balance_sec {
    padding: 10px;
  }
  .bottom_class a {
    font-size: 12px;
    margin: 0 5px;
  }
  .bottom_class span {
    font-size: 12px;
  }
  .custom_box {
    padding: 15px;
  }
  .main_box {
    padding: 10px;
  }
  .head_txt h2 {
    font-size: 16px;
  }
  .serach_box {
    display: block;
    width: 100%;
  }
  .serach_box span {
    margin-right: 0;
    margin-bottom: 3px;
    display: block;
  }
  .betexpo_head .sport_filter .form-check {
    width: calc(50% - 10px);
  }
  .sport_filter .form-check-label {
    font-size: 12px;
  }
  .bet_ticker_head .top_head_filter > div {
    width: calc(50% - 10px);
  }

  .event_name h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .event_name_in h4 {
    font-size: 14px;
  }
  .event_txt h5 {
    font-size: 12px;
    margin-right: 10px;
  }

  .date_time .form-control {
    width: 100%;
    max-width: 180px;
  }

  .account_statement .nav-link {
    font-size: 12px;
  }
  .create_new {
    padding: 0px;
  }
  div#captchaTheme {
    transform: scale(0.9);
    margin-left: -15px;
  }
  .custom_header h2 {
    font-size: 18px;
  }
  .custom_header .btn_theme {
    font-size: 14px;
    white-space: nowrap;
  }
  .custom_header {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .package-box-body li b {
    font-size: 14px;
  }
  .package-box-body li {
    padding: 5px 0;
  }
  #depositPopup .deposit_qr_address span {
    font-size: 12px;
    font-weight: 500;
  }
  .deposit_modal {
    padding: 0;
  }
  #depositPopup .modal-body h5 {
    margin-top: 0;
    font-size: 16px;
  }
  .assets_bal {
    margin: 20px 0;
  }
  .f-price {
    font-size: 20px;
  }
  .ref-tab {
    overflow: auto;
    display: block;
    min-width: 350px;
  }
  .panel.panel-default {
    overflow: auto;
  }

  .news_box {
    display: block;
  }
  .notification-box i {
    margin-bottom: 10px;
  }
  .news_single_box .news_img img {
    height: 200px;
  }

  .chat_message_title {
    display: block;
    margin-bottom: 10px;
  }
  .chat_message p {
    word-break: break-word;
    font-size: 14px;
  }
  .chat_message {
    max-width: 95%;
  }
  .chat_message_title b {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .input_file {
    margin: 0 5px;
  }
  .input_file i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .chat_message_input .btn_theme {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 14px;
  }
  .chat_message_input .form-control {
    height: 40px;
    font-size: 14px;
  }
  .profile_page li.nav-item {
    width: 100%;
  }
  .profile-col {
    margin: 0 auto;
  }
  .fa_box h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .fa_box p {
    font-size: 14px;
  }
  .custom_box .pagination {
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .notification_page .news_box i {
    height: 50px;
    margin-bottom: 10px;
  }
  .sidebar_menu a {
    margin: 0;
  }
  .dash_topbar .right a {
    margin-left: 0;
  }
  .notif-icon .fa-bell {
    font-size: 14px !important;
  }
  .dash_topbar .dash_top_link i {
    font-size: 14px;
  }
  .dash_topbar .right a img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 10px;
  }
  .dash_topbar .right a {
    font-size: 12px;
  }
  .sidebar-brand img {
    max-height: 24px;
  }
  .dash_topbar {
    padding: 15px 0px;
  }
  .menu-icon {
    margin-right: 10px;
  }
  .main_wallet_box {
    padding: 15px;
  }
  .main_wallet_box .d-flex i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 10px;
  }
  .main_wallet_box h2 {
    font-size: 20px;
  }
  .wallet_action {
    padding-top: 15px;
  }
  .wallet_action a {
    font-size: 12px;
  }
  .dash_box {
    padding: 20px;
  }

  .dash_view_detail_link {
    margin: 20px -20px -20px;
  }
  .copy_btn a {
    font-size: 14px;
  }
  .announcement {
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .announcement marquee {
    margin-top: 10px;
    font-weight: 300;
  }
  .wallet_bal {
    padding: 15px;
  }
  .wallet_bal h2 {
    font-size: 22px;
  }
  .wallet_bal i {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .custom-pills {
    border-radius: 10px;
  }
  .news_img img {
    height: 300px;
  }
  .kyc_alert {
    padding: 15px;
    margin: 0;
  }
  .kyc_alert img {
    max-width: 80px;
    margin-bottom: 10px;
  }
  .timer div {
    width: 70px;
    flex: 0 0 70px;
    font-size: 22px;
    height: 70px;
    line-height: normal;
    margin-left: 0px;
  }

  .timer span {
    font-size: 10px;
  }

  .pre_registration h2 {
    font-size: 20px;
  }

  .pre_registration h3 {
    font-size: 18px;
  }

  .register_user_list {
    margin: 10px 0;
    padding: 15px;
    font-size: 16px;
  }

  .register_user_list b {
    font-size: 20px;
  }

  .social_icon a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .notification-box .news_img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .notification-box a {
    margin-right: 14px;
  }
  .notification-box .news_content .read_more {
    background: #437C3A;
    color: #fff;
  }
  .center_pagination .custom_pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
  .affiliate_link li .link {
    word-wrap: break-word;
  }
}
.dash_list_hover li:hover .link a {
  background-color: #437C3A;
  color: #fff;
}
.affiliate_link a:hover {
  background-color: #437C3A;
  color: #fff;
}
.affiliate_link h2 {
  font-size: 22px;
  color: #437C3A;
  word-break: break-all;
}
.affiliate_link .link {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .affiliate_link h2 {
    font-size: 14px;
    margin-right: 15px;
  }
}
