@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
:root {
  --primary: #36a3f7;
  --secondary: #575962;
  --danger: #f41617;
  --light: #999;
  --dark: #111116;
  --lighter: #707683;
  --main-back: #fff;
  --hover-color: #7ca40a;
  --hover-sidebar-text: #f6f9ff;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
table {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
/* FONTS */
.menu-text {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--secondary);
  text-transform: uppercase;
}
.title-font {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary);
}
.big-font {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: 0.5px;
}
.p-font {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
}
.num-font {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
}
.color-01 {
  color: #716aca !important;
}
.main-back {
  background-image: url("/img/cabinet-01.jpg");
  min-height: 150vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.color-02 {
  color: var(--primary) !important;
}
.color-03 {
  color: var(--danger) !important;
}
.color-04 {
  color: #34bfa3 !important;
}
.dropdown-menu {
  width: 300px;
}
.invalid-feedback {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: var(--danger);
}
.dropdown-menu .user-info {
  padding: 15px;
  text-align: center;
}
.signIn {
  box-shadow: 0 3px 6px rgba(255, 136, 136, 0.25),
    0 3px 6px rgba(255, 109, 109, 0.25) !important;
  border: 1px solid var(--);
  border-radius: 5px !important;
  margin: 0 5px;
  background-color: var(--primary);
  color: #fff !important;
  padding-left: 1.7rem !important;
  padding-right: 1.7rem !important;
  padding-bottom: 0.7rem !important;
  padding-top: 0.7rem !important;
  font-size: 17px !important;
}
.signIn:hover {
  background-color: transparent !important;
  border: var(--primary) !important;
  color: var(--primary) !important;
}
.dropdown-menu .user-info .avatar {
  background-color: var(--danger);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin: 0 auto 10px;
}

.dropdown-menu .user-info .name {
  font-weight: bold;
}

.dropdown-menu .user-info .email {
  color: gray;
}

.dropdown-menu .user-info .verified {
  color: white;
  background-color: green;
  border-radius: 15px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-item .icon {
  margin-right: 10px;
}

.dropdown-menu .dropdown-item.logout {
  color: var(--danger);
  border-top: 1px solid #e9ecef;
}

.dropdown-toggle::after,
.dropdown-toggle::before {
  display: none !important;
}

.dropdown-toggle {
  display: block;
}

.m-card-user__pic {
  display: table-cell;
  text-align: right;
  padding: 0 5px 0 0;
  vertical-align: middle;
  width: 70px;
}

.m-card-user__details {
  display: table-cell;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

span.name {
  background: var(--danger);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}
.forgate-pass {
  color: var(--primary) !important;
}
.m-card-user__details .m-card-user__name {
  display: block;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.m-badge.m-badge--success {
  background-color: #34bfa3;
  color: #fff;
}

.m-badge.m-badge--wide {
  letter-spacing: 0.6px;
  padding: 1px 10px;
  border-radius: 0;
  border-radius: 0.75rem;
}

.m-card-user__details .m-card-user__email {
  color: #3f4047;
}

.m-card-user__details .m-card-user__email {
  display: inline-block;
  padding: 0;
  font-size: 1rem;
}

.nav-link.bgcolor {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  margin-right: 3px;
  padding: 10px 25px;
}

.tab-content {
  height: 90px;
  background-color: white;
}

.button-container {
  display: flex;
  gap: 10px;
  padding: 20px 60px;
}

.transparent-button {
  background-color: transparent;
  color: #716aca;
  border: 1px solid #716aca;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-size: 13px;
}
.transparent-button .active {
  background-color: #716aca;
  color: white;
  border: 1px solid #716aca;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-size: 13px;
}

.transparent-button:hover {
  background-color: #716aca;
  color: white;
}

.transparent-button i {
  margin-right: 3px;
  margin-left: 6px;
}

.dropdown-item i {
  margin-right: 3px;
  margin-left: 6px;
}

.dropdown-item {
  color: #676c7b;
}

.dropdown-item {
  color: #676c7b;
}

.dropdown-item:hover {
  color: #716aca;
}

.below_section {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.compliance-section {
  background-color: #fff;
  padding: 50px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgb(246, 246, 246);
}

.progress-bar-custom {
  height: 5px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.m-widget24__title {
  margin-top: 10px;
  margin-bottom: 0;
}
.m-widget24__desc {
  color: #9699a2;
}
.m-widget24__desc {
  font-weight: 300;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.info-box {
  border-radius: 0;
}
.cmn-shadow {
  box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
}
.dash-shadow {
  box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
}
.total-Dep {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.07rem dashed #ebedf2;
}
.total-with {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dep-font {
  font-size: 15px;
  font-weight: 300;
}
.border-1 {
  border: 1px solid var(--light);
}
.table thead tr th {
  font-size: 0.75rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  background: #fff;
  padding: 12px;
}
tbody tr td {
  font-size: 0.75rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
.dep-back {
  background-color: #00c5dc;
  border-color: #00c5dc;
  color: var(--main-back);
}
.with-back {
  background-color: #34bfa3;
  border-color: #34bfa3;
  color: var(--main-back);
}
.title-tr .table-title {
  background: #00c5dc !important;
  font-size: 15px !important;
  text-align: left;
  padding-left: 30px !important;
  color: #fff;
  padding: 20px 0;
  font-weight: 400 !important;
}
.title-tr .green {
  background: #54c0a3 !important;
}
.dashboard-table {
  box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
  padding-bottom: 30px;
  border-radius: 4px;
}

.login-row {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
}
.text-side-login {
  width: 50%;
}
.img-side-loign {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
}
.imgsidetext {
  position: absolute;
  top: 15%;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.imgsidetext a {
  text-decoration: none;
  color: #fff;
  margin: 30px 0;
  background-color: #ea5634;
  padding: 10px 30px;
  border-radius: 8px;
}
.imgsidetext h4 {
  text-align: center !important;
}

.login-form {
  margin-top: 30px;
}
.login-form input {
  height: 50px !important;
}
.login-title {
  margin-bottom: 30px;
}
.forget-password a {
  text-decoration: none;
  color: #000;
}
.register-link {
  text-align: center;
  margin: 30px 0;
}
.register-link a {
  text-decoration: none;
  color: #ea5634;
}
.loginFirst {
  background-image: url("https://secure.sevenstarfx.com/images/slider/live-acct-bg.png");
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  font-family: "Poppins", sans-serif !important;
  justify-content: center;
  align-items: center;
}
.register-div {
  background: #fff;
  padding: 30px !important;
  border-radius: 12px;
}
.login-link {
  text-decoration: none;
  color: var(--primary);
}
.register-logo {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-form {
  color: #000;
}
input,
select {
  font-size: 13px !important;
}
input::placeholder {
  font-size: 13px;
}
textarea::placeholder {
  font-size: 13px;
  color: var(--secondary);
}
.country-option option {
  font-size: 13px !important;
}
.readmore-btn1 {
  text-align: end;
  margin-right: 20px;
}
.readmore-btn2 {
  text-align: end;
  margin-right: 20px;
  margin-top: 30px;
}
.readmore-btn1 a {
  text-decoration: none;
  border: 1px solid #55c0a3;
  padding: 10px 20px;
  font-size: 13px;
  color: #55c0a3;
  border-radius: 20px;
}
.readmore-btn1 a:hover {
  text-decoration: none;
  border: 1px solid #55c0a3;
  background: #55c0a3;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
}
.readmore-btn2 a {
  text-decoration: none;
  border: 1px solid var(--primary);
  padding: 10px 20px;
  font-size: 13px;
  color: var(--primary);
  border-radius: 20px;
}
.readmore-btn2 a:hover {
  text-decoration: none;
  border: 1px solid var(--primary);
  background: var(--primary);
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
}
.profile-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border-bottom: 2px solid #f4f5f8;
}
.profile-circle {
  width: 80px;
  height: 80px;
  background-color: #c1272d;
  border-radius: 100%;
  color: var(--main-back);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.upper-circle {
  background-color: var(--main-back);
  padding: 8px;
  border: 2px solid #f4f5f8;
  border-radius: 100%;
}
.status-btn {
  letter-spacing: 0.6px;
  padding: 1px 10px;
  border-radius: 10px;
  border-radius: 0.75rem;
  background-color: #55c0a3;
  color: var(--main-back);
}
.profile-name p {
  color: var(--light) !important;
}
.wallet-boder {
  border-bottom: 2px dotted #f4f5f8;
}
.walletInfo {
  padding: 10px 5px;
  margin: 0 5px;
}
.MT5AccountForm {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  border-radius: 20px;
  padding: 20px;
}
.cmn-width {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  border-radius: 20px;
  padding: 20px;
}
.btn-custom {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
}
.form-label {
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.required-mark {
  color: red;
}
.bg-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
}
.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
}
.main-title {
  margin-bottom: 50px;
  text-align: center;
}

.main-title h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-title p {
  font-size: 18px;
  margin-bottom: 0;
}
.pricing {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  background-color: #00c5dc !important;
  box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.55);
}
.pricing .price-header {
  width: 100%;
  padding: 35px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
}

.pricing .price-header .title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #37404d;
}

.pricing .price-header .price {
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  color: #37404d;
}

.pricing .content {
  padding: 20px 20px 30px;
  background: #f9f9f9;
}

.pricing.featured .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing.featured .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  color: var(--main-back);
}
.pricing.featured .featured {
  background: #f0151f;
}
.btn-outline {
  border: solid 1px #f0151f;
  color: #f0151f;
}
.price-body {
  padding: 10px 10px;
}
.depositMethod-box {
  background-color: transparent;
  border: 2px dotted #f4f5f8;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.depositMethod-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cmn-btn {
  padding: 0.25rem 1.25rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: var(--main-back);
  font-size: 0.938rem !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.cmn-btn:hover {
  background-color: transparent !important;
  color: var(--primary);
  border-color: var(--primary) !important;
}
.bankDeposit {
  margin: 30px 0;
  padding: 20px;
}
.mt5towallet {
  margin: 30px 0;
  padding: 20px;
}
.depositMethod {
  margin: 30px 0;
  padding: 20px;
}
.depositdetailstable th {
  font-size: 13px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}
.depositdetails li {
  margin: 10px 2px;
}
.depositDetails {
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  border-radius: 20px;
  padding: 20px;
}
.cashDeposit {
  /* box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  border-radius: 20px; */
  padding: 20px;
  margin: 30px 0;
  /* border: 2px dotted #f4f5f8; */
}
.detailsBtn {
  background-color: transparent;
  border: 1px solid var(--main-back);
  color: var(--main-back);
  padding: 5px 10px;
  border-radius: 50px;
  margin: 10px 0;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.505) 0px 1px 4px;
}
.detailsBtn:hover {
  background-color: var(--primary);
  color: var(--main-back);
}
/* ////new style */
.text-side-login {
  background: #fff;
  border-radius: 12px 0 0 12px;
  margin-top: 0 !important;
  display: flex;
  justify-content: start;
  padding: 0 30px;
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
}
.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif !important;
}
/* //mobile///// */
/* For screens equal to or larger than 576px (small devices) */
@media (min-width: 576px) {
  .text-side-login {
    background: #fff;
    border-radius: 12px 0 0 12px;
    margin-top: 0 !important;
    display: flex;
    justify-content: start;
    padding: 0 30px;
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
  }
  .login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
    font-family: "Poppins", sans-serif !important;
  }
}
/* //tabs// */
/* For screens equal to or larger than 768px (medium devices) */
@media (min-width: 768px) {
  .text-side-login {
    background: #fff;
    border-radius: 12px 0 0 12px;
    margin-top: 0 !important;
    display: flex;
    justify-content: start;
    padding: 0 30px;
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
  }
  .login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-family: "Poppins", sans-serif !important;
  }
}
/* //1024/// */
/* For screens equal to or larger than 992px (large devices) */
@media (min-width: 992px) {
  .text-side-login {
    background: #fff;
    border-radius: 12px 0 0 12px;
    margin-top: 0 !important;
    display: flex;
    justify-content: start;
    padding: 0 30px;
    flex-direction: column;
    padding-top: 30px;
    width: 50%;
  }
  .login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px;
    font-family: "Poppins", sans-serif !important;
  }
}
.live_account_listing_col {
  margin: 15px 0;
}
.open_positions_col {
  margin: 15px 0;
}
/* ///desktop/// */
/* For screens equal to or larger than 1200px (extra large devices) */
@media (min-width: 1200px) {
  /* Your CSS rules for extra large devices */
  .live_account_listing_col {
    padding-left: 0;
  }
  .open_positions_col {
    padding-right: 0;
  }
  .text-side-login {
    background: #fff;
    border-radius: 12px 0 0 12px;
    margin-top: 0 !important;
    display: flex;
    justify-content: start;
    padding: 0 100px;
    flex-direction: column;
    padding-top: 30px;
    width: 50%;
  }
  .login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px;
    font-family: "Poppins", sans-serif !important;
  }
}
.single-profile {
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
}
.profile-label {
  margin-bottom: 7px;
  color: #888;
}

.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.header-sticky img {
  width: 20%;
}
.toggle-sidebar {
  display: flex;
  justify-content: end;
  align-items: center;
}
.profile {
  display: flex;
  justify-content: end;
  align-items: center;
}
.logo img {
  width: 100%;
}
.navs {
  display: none;
}
.sidebar {
  transition: transform 0.5s ease;
  font-family: "Poppins", sans-serif !important;

  /* Add other styles for your sidebar */
}

.show-sidebar {
  transform: translateX(0); /* Adjust based on your sidebar's position */
}
.toggle-icon {
  transition: transform 0.3s ease;
}

.show-sidebar {
  position: fixed;
  width: 230px;
  background-color: #fff;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: block !important;
}
.closemenu-row {
  margin: 0 10px;
  padding: 20px 0;
}
.closemenu {
  background-color: var(--primary);
  padding: 10px;
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar {
  display: none;
}
.sidebarmenu a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 10px 0px;
}

.sidebarmenu li a:hover {
  color: var(--primary) !important;
  border-radius: 5px 0 0 5px;
}
.sidebarmenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hedaercontainer {
  padding: 0 40px;
  margin-bottom: 50px;
}
.notifiaction {
  margin: 0 30px;
}
.hedaercontainer .notifiaction a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.hedaercontainer .toggle-sidebar {
  color: #fff;
}
.header-sticky .toggle-sidebar {
  color: #000;
}
.header-sticky .notifiaction a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.header-sticky .username .dropdown-toggle {
  border: 1px solid #000;
}
/* //mobile///// */
/* For screens equal to or larger than 576px (small devices) */
@media (min-width: 576px) {
  .toggle-sidebar {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .profile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .logo img {
    width: 100%;
  }
  .navs {
    display: none;
  }
  .sidebar {
    display: none;
  }
}
/* //tabs// */
/* For screens equal to or larger than 768px (medium devices) */
@media (min-width: 768px) {
  .toggle-sidebar {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .profile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .logo img {
    width: 80%;
  }
  .navs {
    display: none;
  }
  .sidebar {
    display: none;
  }
}
/* //1024/// */
/* For screens equal to or larger than 992px (large devices) */
@media (min-width: 992px) {
  .toggle-sidebar {
    display: none;
  }
  .profile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .logo img {
    width: 80%;
  }
  .navs {
    display: block;
  }
  .sidebar {
    display: none;
  }
}
/* ///desktop/// */
/* For screens equal to or larger than 1200px (extra large devices) */
@media (min-width: 1200px) {
  .toggle-sidebar {
    display: none;
  }
  .profile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .logo img {
    width: 150px;
  }
  .navs {
    display: block;
  }
  .sidebar {
    display: none;
  }

  .header-sticky img {
    width: 50%;
  }
}
.table tbody th.id,
.table tbody td.id {
  font-size: 0.938rem;
  font-weight: 600;
}
.lineh11 {
  line-height: 1.1 !important;
}
.lineh1 {
  line-height: 1 !important;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border: 0;
}
.table.table-dark thead tr th:first-child {
  border-top-left-radius: 1rem;
}
.table.table-dark thead tr th:last-child {
  border-top-right-radius: 1rem;
}
.table.table-dark thead tr th.radius0:first-child {
  border-top-left-radius: 0rem;
}
.table.table-dark thead tr th.radius0:last-child {
  border-top-right-radius: 0rem;
}
.table.table-dark tbody tr:last-child td.radius0:first-child,
.table.table-dark tbody tr:last-child th.radius0:first-child {
  border-bottom-left-radius: 0rem;
}
.table.table-dark tbody tr:last-child td.radius0:last-child {
  border-bottom-right-radius: 0rem;
}
.table.table-dark thead tr th.radius1:first-child {
  border-top-left-radius: 1rem;
}
.table.table-dark thead tr th.radius1:last-child {
  border-top-right-radius: 1rem;
}
.table.table-dark tbody tr:last-child td.radius1:first-child,
.table.table-dark tbody tr:last-child th.radius1:first-child {
  border-bottom-left-radius: 1rem;
}
.table.table-dark tbody tr:last-child td.radius1:last-child {
  border-bottom-right-radius: 1rem;
}
.table td,
.table th {
  vertical-align: middle;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  padding: 0.875rem 1.125rem;
  font-size: 0.813rem;
}
.table th {
  padding: 1.125rem 1.125rem;
}
.table.table-sm td,
.table.table-sm th {
  padding: 0.875rem 1rem;
}
.table.table-sm th {
  padding: 1.125rem 1rem;
}
.table th {
  color: #000;
  font-size: 0.813rem;
  font-weight: 400;
}
.table .form-check-input {
  margin: 0;
}
.table b,
.table strong {
  font-weight: 500;
}
.ActivityLog-table {
  border-collapse: separate;
  border-spacing: 0 0.75em;
}
.ActivityLog-table thead th,
.ActivityLog-table tbody td,
.ActivityLog-table tbody th {
  background: none;
  padding: 0.75rem 1.125rem;
  vertical-align: middle;
}
.table.ActivityLog-table > :not(caption) > * > * {
  background: var(--secondary);
  border: 0;
  box-shadow: inherit;
  color: var(--bs-white);
}
.table.ActivityLog-table thead th {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
}
.ActivityLog-table thead th:first-child,
.ActivityLog-table tbody th:first-child {
  border-radius: 10px 0 0 10px;
}
.ActivityLog-table thead th:last-child,
.ActivityLog-table tbody td:last-child {
  border-radius: 0 10px 10px 0;
}
.ActivityLog-table thead th {
  font-size: 0.813rem;
  font-weight: 400;
}
.ActivityLog-table tbody th {
  font-size: 0.813rem;
  font-weight: 600;
}
.ActivityLog-table tbody td {
  font-size: 0.813rem;
  font-weight: normal;
}
.ActivityLog-table thead th,
.ActivityLog-table tbody td,
.ActivityLog-table tbody th {
  background: none;
  padding: 0.75rem 1.125rem;
  vertical-align: middle;
}
.table-head {
  position: relative;
  z-index: 9;
}
.table-head form {
  position: relative;
  top: 15px;
}
.table-head .form-select {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 6' style='enable-background:new 0 0 10 6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F37B4C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.8,5.8L1.1,1.3C0.7,0.8,1,0,1.7,0l6.6,0c0.7,0,1,0.8,0.6,1.3L5.2,5.8C5.1,5.9,4.9,5.9,4.8,5.8z'/%3E%3C/svg%3E");
  color: var(--primary);
  background-color: inherit;
  border: 0;
  padding-right: 1.75rem;
}
.table-head .form-select:focus {
  box-shadow: inherit;
}
.table-head .form-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-white);
}
.table-head .search {
  position: relative;
}
.table-head .search i {
  position: absolute;
  top: 6px;
  left: 5px;
  color: #979797;
  font-size: 1.125rem;
}
.table-head .form-control.form-control-sm {
  padding-left: 1.75rem;
  background: none;
  border: 0;
  width: 130px;
}
.table-head .form-select.dataTable-selector {
  display: inline;
  width: auto;
}
.table-head .dataTable-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  top: 7px;
  left: 6px;
  color: #979797;
}
.table.table-dark.dataTable-table
  thead
  tr
  th:first-child
  .dataTable-sorter::after {
  display: none;
}
.table-user {
  border-radius: 50px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.dataTables_processing {
  background: none !important;
  color: var(--primary) !important;
  border: none !important;
}
.table-p15 {
  padding: 15px;
}
li.page-item {
  padding: 0 !important;
}
li.page-item .page-link {
  background: #21222a !important;
  border-color: #21222a !important;
}
.page-item.active .page-link {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: #000 !important;
}
.dataTables_length select {
  background: #ffffff !important;
  color: #000 !important;
}
.dt-buttons {
  padding-left: 10px;
}
button.dt-button {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  color: #fff !important;
  padding: 2px 15px !important;
  font-size: 12px;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_filter input {
  color: #999 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: #000 !important;
  font-size: 12px;
}
.dataTables_length select {
  background: #ffffff !important;
  color: #000 !important;
}

.search-btn {
  padding: 0.532rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 10px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.search-btn:hover {
  background-color: #fff !important;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.form-control-lg {
  padding: 0.75rem 1rem;
}
li.select2-selection__choice {
  background: transparent !important;
}
.select2.select2-container.select2-container--default {
  background: #fff;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid #dee2e6;
}
.select2-selection {
  background: #ffffff !important;
  border: none !important;
  height: unset !important;
}
.select2-selection__rendered {
  color: var(--secondary) !important;
  line-height: 1.5 !important;
  font-size: 0.813rem !important;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  background-clip: padding-box;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(1em + 1rem + 8px) !important;
  padding: 0.75rem 1rem;
}
.select2-dropdown {
  background: #ffffff;
  border-color: #17181e;
}
.select2-search__field {
  background: #ffffff;
  border-color: #17181e !important;
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #000000;
}
.select2black .select2.select2-container.select2-container--default {
  background: #ffffff;
}
.select2black .select2-selection {
  background: #ffffff !important;
}
.select2-results__option {
  font-size: 13px;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #f4f5f8 !important;
}
.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
  vertical-align: middle !important;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px !important;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f5f8 !important;
}
.table th {
  font-weight: 500 !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #f4f5f8 !important;
}
.table th,
.table td {
  padding: 0.75rem !important;
  vertical-align: top !important;
  border-top: 1px solid #f4f5f8 !important;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 1rem 0 !important;
}
table.table {
  color: #575962 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
}
.table-bordered {
  border: 1px solid #f4f5f8;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #f4f5f8 !important;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
}
.date-font {
  font-size: 0.75rem !important;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary);
}
/* Documets CSS */

.dropzone {
  height: 205px;
  position: relative;
  padding: 30px 15px;
}
.upload-icon {
  margin: 2px;
}
.upload-input {
  position: relative;
  top: -63px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.dropzone h6 {
  position: absolute;
  width: 100%;
  bottom: 58px;
  left: 0;
}
.dropzone p {
  position: absolute;
  width: 100%;
  bottom: 32px;
  margin: 0;
  color: #676767;
  font-size: 12px;
  font-weight: 500;
  left: 0;
}
.AccountBox {
  border: 4px solid var(--dark);
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.AccountBox:hover,
.AccountBox.active {
  border: 4px solid var(--primary);
}
.AccountBox h2 {
  color: #cacaca;
}
.AccountBox h2 strong {
  color: var(--bs-white);
}
.AccountBox hr {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 15px 0;
}
.AccountBox .btn-sm {
  padding: 0.455rem 2.5rem;
}
.dropzone {
  height: 205px;
  position: relative;
  padding: 30px 15px;
}
.alert {
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert-success {
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
}
.alert-danger {
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
}
.transparent-button-active {
  background-color: #716aca !important;
  color: #fff !important;
  border: 1px solid #716aca;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-size: 13px;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-radius: 5px;
  font-size: 14px;
}
.dropdownmenu ul li {
  padding-left: 15px;
}

.dropdown-title-li:hover .dropdown-title {
  background-color: var(--primary) !important;
}

/* Password shower */
.password-container {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.news-img img {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 18px 25px;
  margin: 0;
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.news-img {
  position: relative;
  height: 127px;
}
.newTabs .active {
  background-color: var(--primary);
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.user-details .nav-tabs .nav-link.active,
.user-details .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: var(--primary);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.user-details .nav-tabs .nav-link {
  background: #f0f0f0;
  border: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0.75rem 1.75rem;
  color: var(--primary);
}
.card-default {
  border: 2px dotted #f4f5f8;
}
.icon-box .icon {
  width: 34px;
  height: 34px;
  align-items: center;
  border-radius: 50px;
  vertical-align: middle;
  display: flex;
  align-content: space-around;
  justify-content: center;
  background: var(--primary);
  color: var(--main-back);
}
.Referral-Link {
  background: var(--main-back);
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  position: relative;
}
.Referral-Link p {
  margin: 5px 0 10px;
}
.Referral-Link i {
  color: var(--white);
  top: -18px;
  font-size: 18px;
  left: 0;
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50px;
  line-height: 40px;
  margin: 0 auto;
}
.Referral-Link p {
  margin: 5px 0 10px;
}
.inlinettlbtn {
  display: flex;
  align-items: center;
  width: 100%;
}
.inlinettl,
.inlinebtn {
  flex-grow: 1;
  flex-basis: 0;
}
.inlinebtn {
  text-align: end;
}
.refferalbxs {
  background: #ffffff;
  border: 1px solid rgb(246, 246, 246);
  box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
  padding: 20px;
}
.MyInvestment {
  position: relative;
  top: 35px;
}
.myClients-border {
  border-bottom: 3px solid var(--primary);
  border-radius: 10px;
}
/* /////notifiaction///////// */
.notification-items h6 {
  font-size: 15px !important;
  display: block !important;
  width: 100%;
}
.notification-items:hover {
  background-color: var(--bs-white) !important;
  color: black !important;
}
.notification-items small {
  font-size: 12px !important;
}
.notification-items {
  flex-direction: column !important;
  align-items: start !important;
}
.notification-items {
  color: #000 !important;
}
.platformdown {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 250px;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid var(--primary);
}
.platformdownloadbtn {
  margin-top: 40px;
  text-align: center;
}
.platformicon img {
  width: 100%;
  max-width: 150px;
}
.platformdownloadbtn a {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.platformdownloadbtn a:hover {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
