@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  font-size: .875rem;
  background-color: #000;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
body *:not(i):not([class*="fa"]):not([class*="icon"]) {
  font-family: "Inter", sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif !important;
}
.logo-brand{
  color: #FFF;

font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.96px;
}
.bg-light-purple{ background-color: #B390CA;}
.bg-grayish-pink{ background-color: #C7BDBD;}
.bg-brownish-orange{ background-color: #BD9983;}
.bg-rosy-red{ background-color: #CA6B6B;}
.bg-pale-gold{ background-color: #E6DC8F !important;}
.bg-mint-green{ background-color: #92D0AB;}
.bg-light-brown{ background-color: #BD9883;}

.text-light-purple{ color: #B390CA;}
.text-grayish-pink{ color: #C7BDBD;}
.text-brownish-orange{ color: #BD9983;}
.text-rosy-red{ color: #CA6B6B;}
.text-pale-gold{ color: #E6DC8F;}
.text-mint-green{ color: #92D0AB;}
.text-light-brown{ color: #BD9883;}
.text-black{ color: #000;}
.text-white{ color: #fff;}

.line-height1{line-height: 1 !important;}
.line-height1_1{line-height: 1.1 !important;}
.line-height1_2{line-height: 1.2 !important;}
.line-height1_3{line-height: 1.3 !important;}
.line-height1_4{line-height: 1.4 !important;}
.line-height1_5{line-height: 1.5 !important;}




.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.fs-24 { font-size: 24px !important; }
.fs-28 { font-size: 28px !important; }
.fs-32 { font-size: 32px !important; }
.fs-36 { font-size: 36px !important; }
.fs-38 { font-size: 38px !important; }
.fs-40 { font-size: 40px !important; }


.pt-50{ padding-top: 50px !important; }
.pt-60{ padding-top: 50px !important; }
.pt-70{ padding-top: 50px !important; }
.pt-80{ padding-top: 50px !important; }
.pt-90{ padding-top: 50px !important; }
.pt-100{ padding-top: 100px !important; }
.pt-145{ padding-top: 145px !important; }


.rounded-40p{
  border-radius: 40px !important;
}
.p-35{padding: 35px;}
header .nav-link{color: #fff; font-size: 16px;border-bottom: solid 3px transparent; padding: 2px;}
header .nav-link:hover{color: #fff; font-size: 16px;border-bottom: solid 3px #92D0AB;}

.alerts-indication{
  background-color: #C7BDBD;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 145px 30px 0; /* Height of navbar */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
}
@media(min-width:2000px){
/* .sidebar {
    left: 50% !important;
    transform: translateX(-1000px) !important;
}
#mainContent{
max-width: 2000px;
    margin: auto;
}
.navbar-nav.ms-auto{
  margin: auto;
          left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        max-width: 2000px !important;
} */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  /* height: calc(100vh - 48px); */
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-item{padding: 0 0 40px;}
.sidebar .nav-link {
  font-weight: 400;
  color: #fff !important;
  font-size: 22px;
  border-bottom: solid 3px transparent;
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
}

.sidebar .nav-link:hover{border-bottom: solid 3px #92D0AB;
}

.sidebar .nav-link.active {
  /* color: #2470dc; */
  /* text-decoration: underline; */
  /* border-bottom:solid 1px #B390CA ; */
  /* text-decoration-line: underline;
  text-decoration-thickness: 3px; 
  text-decoration-color: #B390CA;
  text-underline-offset: 6px; */
border-bottom: solid 3px #B390CA;
            font-weight: 500;
}



.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  padding: 30px;
 
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.btn-cmn{
background: linear-gradient(237deg, #B390CA 0%, #CA6B6B 100%);
border-radius: 25px;
color: #FFF;

text-align: center;
font-size: 16px;
font-weight: 500;
line-height: normal;
text-decoration: none;
padding:10px 20px;
}

.btn-cmn:hover{
  background: linear-gradient(237deg, #CA6B6B 5.71%, #B390CA 69.54%);
color: #FFF;

}

.btn-black{
background: #000;
border-radius: 25px;
color: #FFF;

text-align: center;
font-size: 14px;
font-weight: 500;
line-height: normal;
text-decoration: none;
padding:10px 25px;
 white-space: nowrap;
}
.btn-black:hover{
color: #FFF;
}
.border-black{
  border-color:#000 !important
}
.table-grid th{
  font-weight: 800;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  
  
}
.table-grid td{
  padding-top:20px ;
  padding-bottom:20px ;
  border-bottom: 0;
  font-size: 14px;
  color: #000;
}
.table-grid tbody tr:first-child td{padding-top: 30px;}

.swap-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swap-wrapper {
  display: flex;
  width: 200%; /* 2 boxes */
  height: 100%;
  animation: swipe 8s infinite;
}

.swap-box {
  flex: 0 0 50%; /* each box is half of wrapper */
  height: 100%;
padding: 35px;
  transition: all 0.5s ease-in-out;
}
.swap-box h2{
  padding-top: 70px;
  font-size: 38px;
}
.swap-box p{
  margin: 25px 0 25px;
}
/* Swipe animation */
@keyframes swipe {
  0%, 45% { transform: translateX(0); }
  50%, 95% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@media(max-width:1700px){

  .sidebar .nav-link {
  font-weight: 300;
  color: #fff !important;
  font-size: 16px;
  border-bottom: solid 2px transparent;
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
}
}

@media(max-width:1499px){
  .swap-box h2{
  padding-top: 60px;
  font-size: 30px;
}
  .sidebar .nav-link {
  font-weight: 300;
  color: #fff !important;
  font-size: 14px;
  border-bottom: solid 2px transparent;
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
}

}


.latest-title{
  position: absolute;
  top: 0;
  z-index: 3;
    border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.latest-boxes{
  /* height: calc(100% - 68px); */
  height: 100%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
   position: relative;

}
.latest-boxes::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 76.44%);

   top: 0;
    left: 0;
    z-index: 0;
}
.latest-boxes-content{
  position: relative;
  z-index: 2;
}

@media(max-width:1199px){
  .latest-boxes{
  padding: 10px !important;
  }
   .latest-boxes h4{
    flex-direction: column;
   }
     .sidebar .nav-link {
  font-weight: 300;
  color: #fff !important;
  font-size: 14px;
  border-bottom: solid 2px transparent;
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
}
}
@media(max-width:991px){
  .latest-boxes{
  padding: 10px !important;
  min-height: 250px;
  
  }
  .sidebar .nav-link {
  font-weight: 300;
  color: #fff !important;
  font-size: 14px;
  border-bottom: solid 2px transparent;
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
}
  .logo-brand{
    padding-left: 30px;
  }

.sidebar .nav-link:hover{border-bottom: solid 2px #92D0AB;
}

.sidebar .nav-link.active {
  /* color: #2470dc; */
  /* text-decoration: underline; */
  /* border-bottom:solid 1px #B390CA ; */
  /* text-decoration-line: underline;
  text-decoration-thickness: 3px; 
  text-decoration-color: #B390CA;
  text-underline-offset: 6px; */
border-bottom: solid 2px #B390CA;
            font-weight: 400;
}

   
}
@media (min-width: 768px) {
  .w-95p{width: 95%;}
  .w-90p{width: 90%;}
  .w-85p{width: 85%;}
  .w-80p{width: 80%;}
  .w-75p{width: 75%;}
  .w-70p{width: 70%;}
  .w-65p{width: 65%;}
  .w-60p{width: 60%;}
  .w-55p{width: 55%;}
  .w-50p{width: 50%;}
  .w-45p{width: 45%;}
  .w-40p{width: 40%;}
  .w-35p{width: 35%;}
  .w-30p{width: 30%;}
  .w-25p{width: 25%;}
  .w-20p{width: 20%;}
  .w-15p{width: 15%;}
  .w-10p{width: 10%;}
    /* .col-md-9 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    } */
}

.modal-footer .primary.btn.btn-primary, .modal-footer .btn.btn-primary{

background-color: black !important;
    color: white !important;
    border-color: black !important; 
    opacity: 1 !important;
    border-radius: 20px !important;
}
.modal-footer .cancel.btn.btn-default, .modal-footer .btn.btn-secondary{
  background-color:#C7BDBD !important;
  color: black !important;
   opacity: 1 !important;
border-radius: 20px !important;
}
.modal-header .btn-close{
  opacity: 1 !important;
}
.modal-header .btn-close:before{
  content: "X";
  font-size: 20px;
  color: #000;
font-weight: 400;
}

/* MOBILE FULLSCREEN MENU */
@media (max-width: 767px) {
  .logo-brand{
    padding-left: 10px;
  }
  .collapse {
        visibility: visible !important;
        display: block !important;
        height: auto !important;
        transition: none !important;
    }

    .collapsing {
        visibility: visible !important;
        height: auto !important;
        transition: none !important;
    }
  

  #sidebarMenu.collapse:not(.show) {
        display: block !important;
        visibility: hidden !important;
    }

    #sidebarMenu.show {
        visibility: visible !important;
    }
.sidebar .nav-item{padding: 0px !important;}
.offcanvas-title{
  color: white !important;
  font-size: 14px !important;
  padding-left: 30px !important;
}

    /* Your existing slider CSS */
    #sidebarMenu {
        position: fixed !important;
        top: 0;
        right: 0;
        /* height: 100vh !important; */
        width: 100% !important;
        max-width: 100% !important;
        background: #000 !important;
        color: #fff !important;
        z-index: 9999 !important;
        padding: 15px 15px !important;
        transform: translateX(100%);
        transition: transform 0.35s ease-in-out;
        overflow-y: auto;
    }

    #sidebarMenu.show {
        transform: translateX(0);
    }

    /* Remove scrollbar */
    #sidebarMenu::-webkit-scrollbar {
        width: 0;
    }
    #sidebarMenu {
        scrollbar-width: none;
    }

    /* Menu links */
  #sidebarMenu .nav-link {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.2s ease;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px !important;
}

    /* Images/icons in links */
    #sidebarMenu .nav-link img {
        filter: brightness(0) invert(1); /* white icons */
        margin-right: 12px;
        width: 22px;
    }

    /* Hover */
    /* #sidebarMenu .nav-link:hover {
        background: rgba(255,255,255,0.15);
    } */

    /* Active link */
    /* #sidebarMenu .nav-link.active {
        background: rgba(255,255,255,0.25);
    } */

    /* Sublinks */
    #sidebarMenu .sub-link {
        padding-left: 25px !important;
        font-size: 16px !important;
        opacity: 0.8;
    }
.offcanvas-header{
         justify-content: flex-end !important;
  
}
    /* Mobile close button styling */
    .offcanvas-header .btn-close {

       filter: none !important;
         opacity: 1 !important;
         background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;

    }
     .navbar>.container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    /* justify-content: flex-end !important; */
    padding: 0px !important;
}
.navbar-toggler{
  border: none !important;
  margin-right: 0px !important;
}

}
 .navbar>.container-fluid{
justify-content: space-between !important;
 }