.progress-ring {
    transform: rotate(-90deg);
}

.progress-fg1 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.progress-fg2 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.progress-fg3 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.me-8 {
    -webkit-margin-start: .5rem;
    margin-inline-start: .5rem;
}

.left-1\/4,
.pg-main-cs-1 {
    left: 0;
    right: 0;
    text-align: center;
}

.hover\:bg-primary-hover:hover,
.pg-main-cs-19 {
    background-color: #D91F13;
}

.text-primary,
.pg-main-cs-24 {
    color: #ffffff;
}

.bg-primary\/20,
.pg-main-cs-24 {
    background-color: #CE1509;
}

.navbar nav .navbar-nav .nav-item .nav-link:active,
.navbar nav .navbar-nav .nav-item .nav-link:focus,
.navbar nav .navbar-nav .nav-item .nav-link:hover,
.navbar nav .navbar-nav .nav-item.active .nav-link,
.pg-main-cs-24 {
    color: #FFFFFF;
}

.mid-bg {
    position: relative;
    width: auto;
    height: auto;
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    background-color: #121212;
}

.lottery-section {
}

.hover\:bg-primary\/40:hover {
    background-color: #c2c2c2d4;
}

.trade-card {
    background-color: #1C1C1C;
}

.rad-48 {
    border-radius: 48px;
}

.custom-slide {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    max-height: 8rem;
}

.w-6 {
    width: 2.5rem;
    color: #B60B00;
}

.h-6 {
    height: 2.5rem;
}

.lot-container {
    margin-bottom: 3rem;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    padding-bottom: 0 !important;
    max-width: 90%;
}

.footer-container {
    background-color: #1b1b1b;
    border-radius: 3rem;
    margin-bottom: 3rem;
    max-width: 90%;
}

@media (min-width: 1024px) {
    .mr {
        margin-right: 30px;
    }
    
    .margin-t3 {
        margin-top: 3rem;
    }
    
    .desk-hidden {
        display: none !important;
    }
    
    .navbar {
        margin-top: 1rem;
    }

    .ml {
        margin-left: 30px;
    }

    .slide-content {
        margin-top: 7rem;
    }

    .slide-content2 {
        margin-top: 10rem;
    }

    .px-6 {
        padding-left: 1.0rem;
        padding-right: 1.0rem;
    }
    
    .trade-grid {
        grid-template-columns: 3fr 1.4fr;
    }
    
    .second-chart {
        height: 260px;
    }
    
    .main-chart {
        height: 600px;
    }
}

@media (min-width: 1280px) {
    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .trade-grid {
        grid-template-columns: 3fr 1fr;
    }
}

@media (max-width: 1024px) {
    .gap-px {
        gap: 25px;
    }

    .slide-content {
        margin-top: 4rem;
    }

    .slide-content2 {
        margin-top: 6rem;
    }

    .custom-slide {
        max-height: 0.5rem;
    }

    .font-detail {
        font-size: 14px;
    }

    .custom-select {
        padding: 5px 10px;
    }

    .mob-hidden {
        display: none !important;
    }
    
    .lot-container {
        margin-bottom: 0;
    }
    
    .margin-t3 {
        margin-top: 0;
    }
    
    .mob-trade {
        display: inline-block;
    }
    
    .mob-account-padding {
        padding-top: 2rem;
    }
    
    .second-chart {
        height: 200px;
    }
    
    .main-chart {
        height: 350px;
    }
}

.font-prize {
    color: #E10D00;
}

.ics {
    width: 33px;
    height: 33px;
    color: white;
}

.text-update {
    font-size: 1.3rem;
    line-height: 2rem;
}

.text-description {
    font-size: 1rem;
}

.navbar {
    background-color: transparent;
}

.btn-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 2rem;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
    position: absolute;
    border: 4px solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 72px;
        left: 72px;
        width: 16px;
        height: 16px;
        opacity: 0;
    }

    4.9% {
        top: 72px;
        left: 72px;
        width: 16px;
        height: 16px;
        opacity: 0;
    }

    5% {
        top: 72px;
        left: 72px;
        width: 16px;
        height: 16px;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

.btn-hidden {
    display: none;
}

.bsc-logo {
    animation: float 4s ease-in-out infinite;
    max-width: 60%;
    margin: auto;
    position: relative;
}

@keyframes float {
    0% {
        top: 10px;
    }

    25% {
        top: 40px;
    }

    50% {
        top: 10px;
    }

    75% {
        top: 20px;
    }

    100% {
        top: 10px;
    }
}

.swal2-confirm {
    background-color: #B60B00;
}

.custom-select-container {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.custom-select {
    appearance: none;
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    border-radius: 9999px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23000000%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}

.custom-select:focus {
    outline: none;
    border-color: #9b59b6;
    box-shadow: 0 0 5px rgba(155, 89, 182, 0.5);
}

.grid-fix {
    grid-area: 1 !important;
}

.break-line {
    width: 100%;
    height: 1px;
    background: #3F3F3F;
}

.dpt-field {
    width: 42%;
    height: 45px;
    border-radius: 16px;
    background: #484848;
}

.profit-field {
    width: 66%;
    height: 45px;
    border-radius: 16px;
    background: #484848;
}

.tf-field {
    width: 18%;
    height: 45px;
    border-radius: 16px;
    background: #484848;
}

.chart-field {
    width: 30%;
    height: 45px;
}

.deposit-btn {
    width: 100%;
    height: 45px;
    border-radius: 16px;
    background: #007A04;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.green-btn {
    width: 100%;
    height: 45px;
    border-radius: 16px;
    background: #007A04;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.red-btn {
    width: 100%;
    height: 45px;
    border-radius: 16px;
    background: #AE0000;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.pane-inline {
    display: inline;
}

.w45 {
    width: 42%;
}

.trade-text {
    color: white;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
}

.main-chart {
    background-color: #121212;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.pane-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.pane-iblock {
    display: inline-block;
}

.pane-grid {
    display: inline-grid;
}

.pane-block {
    display: block;
}

.margin-b1 {
    margin-bottom: 1rem;
}

.margin-b2 {
    margin-bottom: 2rem;
}

.margin-t2 {
    margin-top: 2rem;
}

.margin-t1 {
    margin-top: 1rem;
}

.padding-t2 {
    padding-top: 2rem;
}

.margin-l1 {
    margin-left: 1rem;
}

.trade-input {
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  color: #ffffff;
}

.tf-select {
  appearance: none;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  border-radius: 9999px;
  background-color: #1C1C1C;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  cursor: pointer;
  border-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.tf-select-pf {
  appearance: none;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  border-radius: 9999px;
  background-color: #1C1C1C;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  cursor: pointer;
  border-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #484848;
  color: #fff;
  border: 1px solid #484848;
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 1;
}

.chart-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.order-table {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#order-table tr {
    height: 25px;
    width: 100%;
    display: inline-flex;
}

#order-table td {
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
}

#order-table div {
    display: inline-table;
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 25px;
}

#order-table tbody {
    color: #FFF;
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#order-table thead {
    width: 100%;
    display: inline-table;
    color: #7D7D7D;
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

#orders-container {
    height: 220px;
    overflow: scroll;
}

#chart-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.how {
    color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    overflow: scroll;
}

.how h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.how h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.how p {
    margin-bottom: 10px;
}

.account {
    width: 90%;
    justify-content: center;
    display: flex;
}

.follow-us {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.install-button {
  display: inline-block;
  background-color: #34a853;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
}

.install-button:hover {
  background-color: #2c8e41;
}

.ml-2 {
    margin-left: 2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;  

}

[multiple]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, select:focus, textarea:focus {
  outline: transparent solid 2px;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
  border-color: transparent;
}