*{
    font-family: 'Poppins', sans-serif;
}
.text-shadow-1{
    text-shadow: 1px 2px rgba(0,0,0,0.3);
}
.text-shadow-2{
    text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}
.section-heading{
    color: #494949;
    font-size: 23px;
    font-weight: 600;
}
.heading{
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}
.paragraph{
    color: #494949;
    font-size: 14px;
    font-weight: 400;
}

.button {
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #B3843A;
    background: transparent;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.button:hover {
    background-color: #B3843A;
    border: 1px solid #B3843A;
    color: #ffffff;
}

.main-header{
    position: relative;
    background: #ffffff;
}
.logo{
    position: absolute;
    z-index: 2;
}
.header-logo img{
    height: 160px;
}

.full-header {
    padding: 10px 0 10px;
}
.topbar-text{
    color: #494949;
    font-size: 13px;
    font-weight: 400;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all .4s;
}

.sticky .full-header {
    display: none;
}
.get-select{
    width: max-content;
    border: none;
    color: #484848;
    font-size: 14px;
}
.get-select:focus{
    border: none;
    box-shadow: none;
}
.navbar {
  background: #ffffff;
}

.navigation-links{
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}

.nav-link:hover {
  color: #000000;
}

.navbar-nav .nav-link.active {
  color: #000000;
}

.nav-main-button{
    border: 1px solid #424141;
    border-radius: 50px !important;
    padding: 2px 6px 6px 6px;
    width: max-content;
}

.nav-button {
    color: #424141;
    font-size: 14px;
    background: white;
    padding: 0 8px;
    text-decoration: none;
    border: none;
}

.nav-button:hover {
    background-color: white;
    color: #424141;
}

.main-slide {
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-section {
    background-color: rgba(0,0,0, 0.1);
    height: 100%;
    width: 100%;
}

.slider-inner{
    border-radius: 20px;
}

.slider-1-heading{
    color: #ffffff;
    font-size: 51px;
    font-weight: 700;
    text-shadow: 1px 2px 0 rgba(0,0,0,0.3);
}

.slider-1-description {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}

.slider-1-button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-1-button:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: darkgoldenrod;
}

.slider-2-heading{
    color: #CC6500;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 2px 0 rgba(0,0,0,0.3);
}

.slider-2-description {
    color: #763B00;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}

.slider-2-button {
    color: #292D32;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #292D32;
    background: transparent;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-2-button:hover {
    background-color: #292D32;
    border: 2px solid #292D32;
    color: #ffffff;
}

.slider-control-prev{
    background: #ffffff8c;
    height: fit-content;
    top: 42%;
    padding: 8px;
    border-radius: 50px;
    width: max-content;
    margin-left: 10px;
}

.slider-control-next{
    background: #ffffff8c;
    height: fit-content;
    top: 42%;
    padding: 8px;
    border-radius: 50px;
    width: max-content;
    margin-right: 10px;
}
.slider-bottom-control.active{
    background: #ffffff !important;
}
.slider-bottom-control{
    background: transparent !important;
    padding: 3px !important;
    height: 5px !important;
    width: 5px !important;
    border-radius: 10px !important;
    border: 1px solid #ffffff !important;
}


.service-section{
    background: #f9f9f9;
}

.service-icon {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Creates five columns with equal width */
    grid-gap: 20px; /* Optional: Adds a gap between grid items */
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    display: flex !important;
    justify-content: space-between !important;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: inline-block !important;
    width: 50px;
    height: 50px;
    background-color: white !important;
    color: #000;
    font-size: 30px !important;
    font-weight: bold;
    cursor: pointer !important;
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.logo-carousel .owl-prev,
.logo-carousel .owl-next {
    margin: 0 !important;
    width: 35px;
    height: 35px;
    background-color: #979797 !important;
    color: white !important;
    font-size: 18px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.client-logo{
    aspect-ratio: 2/1;
}

.service-icon-image{
    height: 100px;
    width: 100px;
    border: 1px solid #B3843A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.blog-section-main{
    background-color: #ffffff;
}
.blog-heading{
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}
.blog-paragraph{
    color: #494949;
    font-size: 14px;
    font-weight: 400;
}
.blog-image{
    width: 100%;
    border-radius: 8px;
    height: 250px;
    object-fit: cover;
}

.blog-box{
    position: relative;
    overflow: hidden;
}
.blog-meta{
    font-size: 12px;
    font-weight: 400;
    color: #292D32;
}
.blog-meta i{
    color: #494949;
}
.blog-meta span{
    color: #494949;
}

.blog-box-content{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    min-height: 445px;
}
.blog-content {
    padding: 15px;
}
.blog-detail-meta{
    font-size: 14px;
    font-weight: 400;
    color: #292D32;
}
.blog-detail-meta i{
    color: #494949;
}
.blog-detail-meta span{
    color: #494949;
}
.blog-detail-heading{
    color: #484848;
    font-size: 30px;
    font-weight: 600;
}
.blog-detail-paragraph{
    color: #494949;
    font-size: 16px;
}
.blog-detail-image{
    width: 100%;
    border-radius: 10px;
    height: 425px;
    object-fit: cover;
}
.blog-detail-image-2{
    width: 100%;
    height: 425px;
    object-fit: cover;
}
.contact-sidebar-heading{
    color: #2d2d2d;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
}
.contact-list{
    color: #000000;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}
.footer {
    background-color: #1a1a1a;
}

.footer-heading{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-list li {
    padding: 4px 0;
}

.footer-list li a {
    text-decoration: none;
    color: #f6f6f6;
    font-size: 14px;
    transition: all .2s;
    display: flex;
}

.footer-list li a:hover {
    padding-left: 6px;
}

.fa-facebook-f{
    background-color: #3264ce;
    color: #ffffff;
}
.fa-youtube{
    background-color: #c4302b;
    color: #ffffff;
}
.fa-twitter{
    background-color: #55acee;
    color: #ffffff;
}
.fa-linkedin-in{
    background-color: #007ab9;
    color: #ffffff;
}
.fa-instagram{
    background-image: linear-gradient(to top, #f88a45, #c800ff);
    color: #ffffff;
}

.footer-icon{
    border-radius: 50%;
    height: 35px;
    display: inline-flex !important;
    width: 35px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.border-bottom-footer {
    border-bottom: 1px solid #e0e3e3;
}
.footer-bottom-text{
    font-size: 14px;
    color: #ffffff;
}
.theme-breadcrumb{
    margin-left: 12rem !important;
}
.theme-breadcrumb .breadcrumb-item.active{
    color: #535353;
    font-size: 15px;
    font-weight: 500;
}
.theme-breadcrumb .breadcrumb-item a{
    color: #535353;
    font-size: 15px;
    font-weight: 400;
}
.banner-slide {
    height: 20vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-heading{
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}
.banner-subheading{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}
.about-image{
    border-radius: 15px;
}
.about-paragraph{
    font-size: 15px;
    font-weight: 400;
    color: #494949;
}
.about-box-heading{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.about-box-paragraph{
    font-size: 15px;
    font-weight: 400;
    color: #494f54;
}
.about-box{
    background: #FBFBFB;
    border-color: #B3843A !important;
    border: 1px solid;
}
.sidebar-heading{
    font-size: 14px;
    font-weight: 600;
    color: #494949;
    margin-bottom: 10px;
}
.sidebar-meta{
    font-size: 12px;
    color: #808080;
}
.sidebar-meta i{
    color: #494949;
    font-size: 12px;
}
.sidebar-meta .i{
    color: #494949;
}
.blog-sidebar-image{
    height: 70px;
    width: 100px;
}
.blog-sidebar-image-inner{
    border-radius: 5px;
    object-fit: cover;
}
.blog-sidebar-heading{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.blog-sidebar-content{
    border-bottom: 1px solid #e6e6e6;
}
.form-contact-label{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
}
.form-contact-control{
    color: #6c6c6c !important;
    font-size: 14px;
    font-weight: 400;
}
.contact-button{
    background: #B3843A;
    border: 1px solid #B3843A;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto;
    color: #ffffff;
}
.contact-button:hover{
    background: #ffffff;
    color: #B3843A;
    border: 1px solid #B3843A;
}
.contact-button:active{
    background: #ffffff !important;
    color: #b3843a !important;
    border: 1px solid #b3843a !important;
}
.product-banner-area{
    background: #FFC365;
}
.product-banner-image{
    max-width: 100%;
    width: 461px;
}
.cloud-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: end;
    right: 0;
}
.cloud-layer img {
    height: 100%;
    object-fit: contain;
}
.product-banner-title{
    color: #494949;
    font-size: 35px;
    font-weight: 300;
}
.product-banner-heading{
    color: #000000;
    font-size: 40px;
    font-weight: 400;
}
.product-banner-description{
    color: #474747;
    font-size: 15px;
    font-weight: 400;
}
.product-title{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}
.product-description{
    color: #474747;
    font-size: 15px;
    font-weight: 400;
}
.product-box-content{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    min-height: 555px;
}
.product-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.product-content {
    padding: 15px;
}
.product-heading{
    color: #000000;
    font-size: 23px;
    font-weight: 500;
}
.product-paragraph{
    color: #474747;
    font-size: 15px;
    font-weight: 400;
    min-height: 70px;
    overflow: hidden;
}
.product-tag{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.product-tag span{
    color: #494949;
    font-size: 14px;
    font-weight: 400;
}
.product-button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #A16A11;
    background: #A16A11;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.product-button:hover {
    background-color: #ffffff;
    border: 2px solid #A16A11;
    color: #A16A11;
}
.heading-1{
    font-size: 16px;
}
.heading-2{
    font-size: 15px;
}
.heading-3{
    font-size: 14px;
}
.content-list {
    list-style-type: unset;
    padding-left: 0.85rem;
}
.content-list li{
    font-size: 15px;
    font-weight: 400;
    padding: 0.25rem;
}
.accordion-item .accordion-heading{
    font-size: 16px;
    color: #494949;
    font-weight: 600;
}
.accordion-description{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.form-signin {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.form-section{
    padding-top: 4rem;
    padding-bottom: 14rem ;
}
.form-icon{
    font-size: 16px !important;
    color: #9B9B9B;
}
.form-title{
    font-size: 20px;
    font-weight: 300;
    color: #B3843A;
}
.form-asterisk{
    top: -25%;
}
.theme-primary-btn{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #B3843A;
}
.theme-primary-btn:hover{
    color: #b3843a;
    background: #ffffff;
    border: 1px solid #b3843a;
}
.theme-primary-btn:active{
    color: #b3843a !important;
    background: #ffffff !important;
    border: 1px solid #b3843a !important;
}
.form-heading{
    color: #494949;
    font-size: 20px;
    font-weight: 500;
}
.form-detail{
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}
.form-detail a{
    color: #b3843a;
}
.custom-label{
    color: #494949;
    font-size: 14px;
    font-weight: 400;
}
.custom-input{
    color: #494949;
    font-size: 13px;
    font-weight: 400;
}
.custom-form-text{
    color: #494949;
    font-size: 12px;
    font-weight: 400;
}
.form-active-box{
    background: #b3843a;
    padding: 16px;
    border-radius: 10px;
}
.form-box-icon{
    background: #b3843a;
    color: #ffffff;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-box-heading{
    color: #494949;
    font-size: 15px;
    font-weight: 500;
}
.form-active-box-title{
    font-size: 15px;
    font-weight: 500;
}
.form-active-box-text{
    font-size: 12px;
    font-weight: 300;
}
.form-active-box-amount{
    font-size: 15px;
    font-weight: 600;
}
.custom-form-text-2{
    color: #494949;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0.40rem;
}
.form-box{
    background: #FFFAF1;
    border: 1px solid #b3843a;
    padding: 16px;
    border-radius: 10px;
}
.form-box-title{
    font-size: 15px;
    font-weight: 500;
}
.form-box-text{
    color: #737373;
    font-size: 12px;
    font-weight: 300;
}
.form-box-amount{
    font-size: 15px;
    font-weight: 600;
}

<!---->

.profile-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.user-description{
    color: #00FF0A;
    font-size: 11px;
    font-weight: 400;
}
.sidebar-links span{
    margin-left: 1rem;
}
.profile-links {
    text-decoration: none;
    color: #6A6A6A;
    display: flex;
    padding: 14px 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.profile-links-arrow{
    color: #6A6A6A;
}
.profile-active-link{
    background: #FFF6E7;
    border-left: 1px solid #b3843a;
    text-decoration: none;
    color: black;
    display: flex;
    padding: 14px 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.profile-section{
    position: relative;
    height: 80px;
    margin-bottom: 1.5rem;
    background: #b3843a;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.user-sidebar{
    width: 25%;
    height: 25%;
    border-radius: 5px;
    padding: 0;
}
.trading-sidebar{
    width: 75%;
}
.user-detail {
    margin-left: 30%;
    margin-top: 15px;
}
.user-detail p:first-child {
    font-size: 13px;
    font-weight: 300;
}
.user-avatar{
    position: absolute;
    bottom: -20%;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: #fff 2px solid;
}
.user-avatar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trading-box{
    border-radius: 5px;
    padding: 0px 12px;
    margin-left: 1rem;
}
.trading-box-3{
    border-top-right-radius: 5px;
}
.trading-heading{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    margin-bottom: 0;
}
.trading-input i{
    top: 5px;
    right: 10px;
    color: #494949;
}
.trading-box-2{
    background: #f7f3f4;
}
.trading-box-2 p{
    color: #494949;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: .25rem;
}
.trading-box-3{
    background: #b3843a;
}
.trading-box-3-detail p{
    font-size: 18px;
    font-weight: 300;
}
.trading-box-3-detail h5{
    font-size: 25px;
    font-weight: 500;
}
.graph-detail{
    padding: 15px;
}
.graph-detail p{
    font-size: 14px;
    font-weight: 300;
    color: #737373;
}
.graph-detail h5{
    font-size: 22px;
    font-weight: 500;
    color: #494949;
}
.graph-detail h5 span{
    font-size: 16px;
    font-weight: 400;
    color: #959595;
}
.graph-detail span{
    font-size: 12px;
    font-weight: 300;
    color: #AAAAAA;
}
.graph-detail-2{
    padding: 15px;
}
.graph-detail-2 h5{
    color: #169C00;
    font-size: 20px;
    font-weight: 300;
}
.graph-detail-2 p{
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
}
.profile-image {
    height: 100%;
    width: 100%;
    border-radius: 50px;
}
.profile-image-icon{
    position: absolute;
    top: 76px;
    left: 80px;
    background: white;
    padding: 0px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    color: #7A7A7A;
}

.img-section {
    fill: #FFF;
    stroke-width: 5px;
    stroke: #FFF;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    height: 114px;
    width: 114px;
    border: 6px solid white;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.golden-section {
    height: 207px;
    width: 390px;
    border-radius: 104px;
    background-color: #b3843a;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
}
.update-profile{
    margin-left: 1rem;
}
.profile-select{
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
}
.phone-code{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.phone-number{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.trading-section{
    background-color: #f5f7f9;
}
.border-radius{
    border-top-left-radius: 5px;
}
.auction{
    background-color: #f5f7f9;
    box-shadow: #494949;
}
.profile-icon{
    position: absolute;
    right: -7px;
    top: -7px;
}
.profile-icon-box{
    width: max-content;
    background-color: #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.main-card{
    position: relative;
    border-radius: 5px;
}
.btn-save-user{
    background-color: #b3843a;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 100px;
    margin-left: .5rem;
}
.btn-save-user:hover{
    border: 1px solid #BEBEBE;
    color: #515151;
}
.btn-save-user:active{
    border: 1px solid #BEBEBE !important;
    color: #515151 !important;
}
.btn-delete-user{
    border: 1px solid #BEBEBE;
    color: #515151;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 100px;
}
.btn-delete-user:hover{
    background-color: #b3843a;
    color: #ffffff;
}
.btn-delete-user:active{
    background-color: #b3843a !important;
    color: #ffffff !important;
}
.profile-form-heading{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.withdrawal-button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #b3843a;
    background: #b3843a;
}

.withdrawal-button:hover {
    background-color: #ffffff;
    border: 2px solid #b3843a;
    color: #b3843a;
}
.withdrawal-button:active {
    background-color: #ffffff !important;
    border: 2px solid #b3843a !important;
    color: #b3843a !important;
}
.order-box{
    padding-bottom: 8px;
    align-items: center;
}
.order-box h5{
    color: #494949;
    font-size: 18px;
    font-weight: 500;
}
.order-box span{
    color: #AAAAAA;
}
.order-box p{
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
}
.order-image{
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.w-15{
    width: 15%;
}

.w-85{
    width: 85%;
}
.border-right{
    border-right: 1px solid #aaaaaa;
}
.order-box-detail span{
    font-size: 14px;
    font-weight: 300;
    color: #737373;
}
.order-box-detail h5{
    font-size: 22px;
    font-weight: 500;
    color: #494949;
}
.pause-button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #E3B264;
    background: #E3B264;
}

.pause-button:hover {
    background-color: #ffffff;
    border: 2px solid #E3B264;
    color: #E3B264;
}
.pause-button:active {
    background-color: #ffffff !important;
    border: 2px solid #E3B264 !important;
    color: #E3B264 !important;
}
.sell-button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #8E5700;
    background: #8E5700;
}

.sell-button:hover {
    background-color: #ffffff;
    border: 2px solid #8E5700;
    color: #8E5700;
}
.sell-button:active {
    background-color: #ffffff !important;
    border: 2px solid #8E5700 !important;
    color: #8E5700 !important;
}
.price-btn{
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.order-tabs{
    padding-left: 15px;
}
.order-tabs-border{
    border-radius: 5px;
}
.nav-pills .nav-link.active{
    background-color: #b3843a !important;
    color: #ffffff !important;
    padding: 10px 45px !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px 0 0 0 !important;
}
.table-nav th{
    font-size: 14px;
    font-weight: 400;
    color: #494949;
}
.table-detail td{
    font-size: 13px;
    font-weight: 400;
    color: #494949;
}
.table-detail td:nth-child(2){
    min-width: 300px;
}
.order-trading-detail h5{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.order-trading-detail h5 span{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.orders-graph-title{
    color: #494949;
    font-size: 18px;
    font-weight: 500;
}
.order-price-detail p{
    color: #737373;
    font-size: 14px;
    font-weight: 300;
}
.order-price-detail h5{
    color: #494949;
    font-size: 22px;
    font-weight: 500;
}
.limit-title{
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    margin-bottom: .25rem;
}
.subscription-active-box{
    background: #FFFAF1;
    border: 1px solid #b3843a;
    padding: 16px;
    border-radius: 10px;
}
.subscription-box-icon{
    background: #b3843a;
    color: #ffffff;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscription-box-heading{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.subscription-active-box-title{
    color: #494949;
    font-size: 15px;
    font-weight: 500;
}
.subscription-active-box-text{
    color: #494949;
    font-size: 12px;
    font-weight: 300;
}
.subscription-active-box-amount{
    color: #494949;
    font-size: 15px;
    font-weight: 600;
}
.subscription-box{
    background: #b3843a;
    border: 1px solid #b3843a;
    padding: 16px;
    border-radius: 10px;
}
.subscription-box-title{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.subscription-box-text{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}
.subscription-box-amount{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.subscription-button{
    background: transparent;
    border: 1px solid #494949;
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    margin-top: .25rem;
}
.subscription-button:hover{
    background: #B3843A;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.subscription-button:active{
    background: #B3843A !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.subscription-button-2{
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-weight: 500;
    color: #b3843a;
    margin-top: .25rem;
}
.subscription-button-2:hover{
    background: #B3843A;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.subscription-button-2:active{
    background: #B3843A !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.subscription-box span{
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown .btn {
    gap: .5rem;
    display: flex;
    align-items: center;
}
.user-pic{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    object-fit: cover;
}
.custom-dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0;
    border-radius: 5px;
    background-color: white;
    width: 140px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin-top: 56px;
    z-index: 3;
    display: none;
}

.custom-dropdown-list .active a {
    background-color: rgba(0, 88, 60, 1);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-dropdown-list li {
    font-size: 12px;
    font-weight: 400;
}
.user-image-name{
    color: #494949;
    font-size: 14px;
    font-weight: 400;
}
.user-image-name i{
    color: #494949;
    font-size: 14px;
}
.table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.table td{
    border-bottom: 2px solid #a56c0e;
}
.table tr:last-child,
.table tr:last-child td {
    border-bottom: none;
}

.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #774a00;
    color: white;
    border-bottom: none;
    width: 12%;
}
.table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table tr:hover {
    background-color: #ddd;
}
.border-top-left-radius{
    border-top-left-radius: 5px;
}
.border-top-right-radius{
    border-top-right-radius: 5px;
}
.trading-td-1 {
    background: #d4a351 !important;
    color: white !important;
}
.trading-td-2 {
    background: #a56c0e !important;
    color: white !important;
}
.trading-td-3 {
    background: #d4a351 !important;
    color: white !important;
    border-bottom-left-radius: 5px;
}
.trading-td-4 {
    border-bottom-right-radius: 5px;
    color: #444444 !important;
}
.trading-td-5{
    background: #faf8f3 !important;
    color: #444444 !important;
}
.trading-td-6{
    color: #444444 !important;
}
.trading-td-7 {
    border-bottom-left-radius: 5px;
}
.trading-td-8 {
    border-bottom-right-radius: 5px;
}
.trading-span-1{
    background: #00ad0f;
    color: white;
    display: block;
    padding: 5px 0;
    border-radius: 8px;
}
.trading-span-2{
    background: #e00;
    color: white;
    display: block;
    padding: 5px 0;
    border-radius: 8px;
}
.trading-span{
    padding: 5px 0;
    display: block;
}
.trading-table{
    margin-left: 1rem;
}



/* Shavad UI CSS*/ 

.__trdQzWrpz{
        margin-bottom: 35px;
    
}
.__trdQz{
    
    padding: 15px ;

}

.__trdQz h3{
        font-size: 22px;
    text-align: center;
    color: #000;
    padding: 10px 0;
        margin-bottom: 20px;
}




.__griSurtVxuz {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  
}

.__griSurtVLrxt {
    width: 100%;
    display: flex ;
    gap: 15px;
    justify-content: center;
}

.__gtrxIrx {
    background: #FFF6E7;
    padding: 10px;
    border-radius: 5px;
}

.__gtrxIrx h6 {
    font-size: 14px;
    padding: 0px 0;
    margin: 0px 0px 5px;
    font-weight: normal;
}

.__gtrxIrx h5{
    font-size: 15px;
    padding: 0px 0;
    margin: 0px 0px;
    font-weight: 600;
}
 
.__griSurtVLryxx{ 

}

.__cxbnt{
    display: ruby-text;
    background: #b3843a;
    width: 100%;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 55px;
    color: #ffff;
    text-decoration: none;
    font-weight: 500;
}




.__step-selector{
    display: flex ;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid; 
    margin-left: -15px;
    margin-right: -15px;
}
 




.__step-selector span {
  margin: 0 8px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.__step-selector .__active {
  font-weight: bold;
 
}

.__traSwCz{
    max-width: 420px;
    margin: auto;
    margin-bottom: 25px;
}

.__price-container {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.__price {
    font-size: 20px;
    width: 50%;
    text-align: center;
        font-weight: 600;
}
.__price strong{
    font-size: 30px;
    font-weight: 700;
}
.__price-sl {
  color: #b5852e;
}

.__price-tp {
  color: #79b861;
}

.__controls {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    gap: 10px;
}

.__control {
  border: 2px solid;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.__control-sl {
  border-color: #f0b050;
  color: #636363;
}

.__control-tp {
  border-color: #67c97b;
  color: #636363;
}

.__control button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
 
    color: #000;
}

.__deviation {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
}

.__deviation button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.__deviation strong {
  font-weight: bold;
  margin-left: 4px;
}

.__action-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.__btn-sell {
        width: 100%;
  background: #aa1f1f;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
      font-weight: 500;
          min-height: 62px;
}

.__btn-buy {
        min-height: 62px;
        font-weight: 500;
        width: 100%;
  background: #b5852e;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
 

.__positions-container {
    width: 100%;
    margin: auto; 
    padding: 20px 0;

}

.__positions-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 15px;
    background: #fbfbfb;
        margin-left: -15px;
    margin-right: -15px;
}

.__position-row {
display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
        gap: 60px;

}

.__position-info {
  text-align: left;
}

.__volume {
  color: red;
  font-weight: bold;
}

.__prices {
  font-size: 14px;
  color: #555;
 
}

.__position-profit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.__loss {
    color: red;
    font-size: 22px;
    font-weight: 600;
}

.__dropdown {
  font-size: 14px;
  color: #888;
  cursor: pointer;
}

.__button-container {
  text-align: right;
  margin-top: 20px;
}

.__close-btn {
  background-color: #b5852e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}




/* Shavad UI CSS*/ 



















@media screen and (max-width: 767px) {
    #top-bar {
        min-height: 35px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .table th{
        width: 100% !important;
    }
    .trading-span-1{
        padding: 5px 10px;
    }
    .trading-span-2{
        padding: 5px 10px;
    }
    .slider-1-heading{
        font-size: 23px !important;
    }
    .slider-1-description{
        font-size: 20px !important;
    }
    .slider-1-button{
        font-size: 14px !important;
    }
    .banner-slide{
        height: 10vh !important;
    }
}
@media screen and (max-width: 1080px) {
    .footer-image {
        max-width: 100%;
    }

    .footer-image img
    {
        width: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .slider-content {
        padding: 0 50px 80px 60px;
    }
    .slider-heading {
        font-size: 35px;
    }
    .slider-description{
        font-size: 18px;
    }
    .blog-detail-heading{
        font-size: 22px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
    .navbar{
        justify-content: end;
    }
    .header-logo img{
        height: 120px !important;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-top: 1rem;
    }
    .trading-box-3-detail h5{
        font-size: 17px;
    }
    .user-detail{
        margin-left: 40%;
    }
    .table th{
        width: 20%;
    }
}
@media only screen and (max-width: 600px) { 
    
    .__griSurtVxuz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    gap: 12px;
}
.__griSurtVLrxt { 
    flex-wrap: wrap;
}

.__step-selector { 
    font-size: 13px;
}
 
.__step-selector span {
    margin: 0 4px;
}

    .navbar-expand-lg .navbar-collapse {
        margin-top: 3rem;
    }
    .slider-content {
        padding: 0 50px 70px 60px;
    }
    .slider-heading {
        font-size: 30px;
    }
    .full-header{
        display: none !important;
    }
    .header-logo img{
        height: 100px !important;
    }
    .service-icon {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Creates three columns with equal width */
        grid-gap: 20px; /* Optional: Adds a gap between grid items */
    }
    .theme-breadcrumb{
        margin-left: 8rem !important;
    }
    .blog-detail-image{
        height: 300px;
    }
    .blog-detail-image-2{
        height: 300px;
    }
    .contact-detail{
        padding: 12px;
    }
    .user-detail{
        margin-left: 23% !important;
    }
    .btn-delete-user{
        padding: 10px 98px;
        margin-bottom: 0.50rem;
        width: 100%;
        margin-left: 0 !important;
    }
    .btn-save-user{
        padding: 10px 100px;
        width: 100%;
        margin-left: 0 !important;
    }
    .profile-form{
        width: 100% !important;
    }
    .update-profile{
        margin-left: 0 !important;
    }
    .golden-section{
        height: 200px;
        width: 315px;
        border-radius: 100px;
    }
    .order-tabs{
        padding-left: 0;
    }
    .order-price-detail{
        justify-content: center;
    }
    .price-btn{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 410px) {
    .price-btn{
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px;
    }
    .order-price-detail h5{
        font-size: 15px;
    }
}

@media only screen and (min-device-width : 350px) and (max-device-width : 768px) {
    .price-btn{
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px;
    }
    .order-price-detail h5{
        font-size: 15px;
    }
    .trading-table{
        padding: 20px;
    }
}

@media only screen and (max-width: 325px) {
    .user-detail {
        margin-left: 28% !important;
    }
}
@media only screen and (max-width: 991px) {
    .contact-detail{
        padding: 12px;
    }
    .product-image{
        height: 270px;
    }
    .user-sidebar{
        width: 100%;
        margin-bottom: 2rem;
    }
    .trading-sidebar{
        width: 100%;
        padding: 0;
    }
    .trading-table{
        width: 100%;
    }
    .trading-table{
        margin-left: 0;
    }
    .trading-box{
        margin-left: 0;
    }
    .trading-box-3{
        border-top-right-radius: 0;
    }
    .user-detail{
        margin-left: 13%;
    }
    .graph-detail{
        padding: 0 15px;
    }
    .graph-detail-2{
        padding: 0 15px;
    }
    .profile-form{
        width: 100% !important;
    }
    .update-profile{
        margin-left: 0 !important;
    }
    .order-tabs{
        padding-left: 0;
    }
    .price-btn{
        padding-left: 20px;
        padding-right: 20px;
    }
}

