@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Poppins:ital,wght@0,800;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Red Hat Display", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0;
    min-height: 100vh;
    /* margin-bottom: 50px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to bottom, #FFF, #4d76ff); */
    background: #01011a;
    padding: 0;
    font-size: 12px;
    position: relative;
    z-index: 999;
}

body::after {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    /*background: linear-gradient(45deg, rgba(42, 128, 179, 0.3), rgba(42, 128, 179, 0.4), #4d76ff);*/
    /* background: linear-gradient(45deg, rgba(144, 102, 251, 0.3), rgba(144, 102, 251, 0.4), #4d76ff);*/
	background: linear-gradient(90deg, #01050c, #000, #01011a);
    filter: blur(60px);
    right: 0px;
    top: -200px;
}

body::before {
    content: '';
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    /*background: linear-gradient(45deg, rgba(42, 128, 179, 0.3), rgba(42, 128, 179, 0.4), #4d76ff);*/
    /*background: linear-gradient(45deg, rgba(144, 102, 251, 0.3), rgba(144, 102, 251, 0.4), #4d76ff);*/
	background: linear-gradient(45deg, #243a47, #010407, #4d76ff);
    filter: blur(60px);
    left: 0px;
    bottom: 0px;
}



/* {
    background: linear-gradient(180deg, #4d76ff 0%, #236191 50%, #142738 100%);

} */


/* body::before{
    width: 1547.2718297578424px;
    height: 1426.1736868567157px;
    top: -495.93px;
    left: 56.68px;
    angle: 30 deg;
    opacity: 0.9;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, #4d76ff 0%, #236191 50%, #142738 100%);
} */


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F1F1F1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4d76ff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4d76ff;
}


.text-dark {
    color: #FFF !important;
}

p {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.7em;
    color: #FFF;
    font-size: 16px;
}

/* login form styles */
.left-content{
    display: flex;
    flex-direction: column;
    gap: 34px;
    color: #FFF;

    max-width: 80%;
}


.heading-logo{
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom: 20px;
}
.heading-logo img{
    width: 150px;

    border-radius: 99999997952px;
}
.about-trail{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 20px;
    margin-bottom: 0;
}

.about-trail li{
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;

}

.form-floating{
    display: flex;
    flex-direction: column;
    gap: 8px;
	margin-bottom: 20px;
}

.terms-cond ul{
    display: flex;
    padding: 20px;
    gap: 34px;
}
.loginForm label {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    /* margin-bottom: 5px; */
}

.pass-forgt{
    justify-content: space-between;
    align-items: center;
}

.loginForm label input {
    margin-right: 5px;
    border-color: #E5E6EB;
}

.loginForm label input[type=checkbox]:checked {
    background-color: #6936F5;
}

.input-icon{
    position: relative;
}

.input-icon svg{
    position: absolute;
    left: 6px;
    top: 13px;
}

.loginForm .form-control {
    border-radius: 6px;
    color: #FFF;
    background-color: transparent;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(50px)
}

.form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #FFF;
    background-color: transparent;
    padding: .25rem .875rem;
    height: 44px !important;
    font-size: 14px;
    font-weight: 500;
}

.form-control::placeholder {
    color: #FFF;
    opacity: 1; /* Firefox */
}
  
.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #FFF;
}
.form-control:focus {
    background: transparent;
    color: #FFF;
    border-color: #4d76ff;
    box-shadow: none;
}

option {
    background: transparent;
}

.remember-me label{
    margin-bottom: 0;
    color: #FFF;
}

.loginForm .form-control:active,
.loginForm .form-control:focus {
    border: 1px solid #4d76ff;
    background-color: transparent;
    outline: none;
    box-shadow: none;

}

.login-maincontentstart .card {
    background-color: transparent;
}

.custbox {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    border-radius: 16px;
    gap: 24px;
    border-width: 1px;
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 40px;
    padding-left: 48px;
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 20px 0px #FFFFFF66 inset;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF0A;
}

.max-500 {
    max-width: 500px;
}

.reset-description {
    font-size: 14px;
    letter-spacing: 0px;
    color: #FFF;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: normal;
}

.custbox .card-title {
    color: #FFF;
    margin-bottom: 0;
    font-family: Red Hat Display;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.newuser-signup a {
    color: #4d76ff;
}

.newuser-signup a:hover {
    color: #542CC1;
}

.customMarginTop {
    padding-top: 110px;
}

.retrivePassword {
    box-shadow: 0px 0px 1px 2px #243a47;
}

#content nav {
    position: relative;
    width: 100%;
    z-index: 999;
    margin: 0px;
    transition: ease-in-out 0.3s;
    /* background: rgba(30, 30, 47, 0.95); */
    backdrop-filter: blur(10px);
    /* box-shadow: rgba(19, 19, 27, 0.8) 4px 4px 8px, rgba(43, 43, 64, 0.8) -4px -4px 8px; */
    border-radius: 0;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#content nav.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-grow: initial;
}

.login-maincontentstart {
    padding-top: 60px;
}

.clstext-left {
    text-align: left;
}

.maincontentstart {
    padding-top: 20px;
}

/* .pagecontent {
    margin-left: 117px;
    transition: all 0.3s;
} */
.signin-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    /* padding: 16px 40px; */
    height: 51px;
    color: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 12px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    /* background: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff); */
    border-bottom: 1px;
    /*background: linear-gradient(90deg, #331c9c 0%, #4d76ff 50.4505%, #331c9c 100%)*/
	background: linear-gradient(90deg, #4d76ff 0%, #212529 50.4505%, #4d76ff 100%)
}

.signin-btn:hover {
    background: linear-gradient(180deg, #4d76ff 0%, #331c9c 50%, #1e1066 100%);
    color: #FFF;
}

.newuser-signup {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    color: rgb(175 175 175);
}

.newuser-signup a {
    color: #4d76ff;
}

.newuser-signup a:hover {
    color: #542CC1;
}

.forgot-pass a {
    color: #4d76ff; /*#4d76ff;*/
    font-size: 14px;
    font-weight: 500;
}

.forgot-pass a:hover {
    text-decoration: underline;
}

.cntBtn,
.forgotpassBtn {
    display: block;
    width: 100%;
    font-size: 16px;
    color: rgb(255, 255, 255);
    box-shadow: rgb(19, 19, 27) 8px 8px 16px, rgb(43, 43, 64) -8px -8px 16px;
    border-radius: 12px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, #4d76ff 0%, #212529 50.4505%, #4d76ff 100%);
    margin-top: 3rem;
    height: 51px;
    border-left: 1px;
}

.cntBtn:hover {
    background: linear-gradient(180deg, #4d76ff 0%, #331c9c 50%, #1e1066 100%);
    color:#000;
}

.open-profile{
    position: absolute;
    border: 1px solid #4d76ff;
    color: #FFF;
    right: 0;
    z-index: 99999999;
    background: transparent;
    top: -68px;
    border-radius: 4px;
    display: none;
}

.open-profile.show{
    display: inline-block;
}

.open-profile > a{
    color: #FFF;
    font-size: 16px;
}

.backto-login {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 38px;
}

.backto-login a {
    color: #4d76ff;
}

.backto-login a:hover {
    color: #4d76ff;
}

a,
a:hover,
a:focus {
    /* color: inherit; */
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /* background-image: linear-gradient(90deg, #FFF 0%, #8ff5fe 60%);
    box-shadow: 0px 0px 1px 2px #243a47; 
    background: #060a23;*/
    background-color: #030223;
}

/*.footer-box-shadow {
    box-shadow: 0px 0px 1px 2px #243a47;
} */

/* .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
} */

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.dropdown-menu {
    left: initial;
    right: 0;
}

.dropdown-menu.show {
    right: 0;
}

.dropdown-menu.show li:first-child {
    padding-top: 0;
}

.dropdown-menu.show li {
    padding: 5px 10px;
    border-bottom: 0.01em solid #ccc;
}

.dropdown-menu.show li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.dashboard-main-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}

.account-details-div {
    /* padding: 16px 10px; */
    /* background-color: rgb(30, 30, 47); */
    /* box-shadow: rgb(19, 19, 27) 8px 8px 16px, rgb(43, 43, 64) -8px -8px 16px; */
    /* border-radius: 12px; */
    width: 100%;
}

.content-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-div h2 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0px;
}

#selectAccountMobile{
    height: 64px !important;
}
#selectAccountMobile{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(1.8em + 2px), calc(100% - 12px) calc(1.8em + 2px), calc(100% - 3.5em) 1.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 2rem;
}

#selectuserpayouts{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(1.2em + 2px), calc(100% - 12px) calc(1.2em + 2px), calc(100% - 3.5em) 1.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 2rem;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    min-height: 100vh;
    z-index: 999;
}

.wrapper::after{
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(42, 128, 179, 0.3), rgba(42, 128, 179, 0.4), #4d76ff);
    filter: blur(60px);
    right: 0px;
    bottom: 0px;
}

.left-menu-div {
    /* width: 25%; */
    max-width: 280px;
    width: 280px;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.userDetails{
    display: flex;
    max-width: 86%;
    margin: 0 auto;
    align-items: center;
    border: 1px solid #4d76ff;
    padding: 10px;
    border-radius: 12px;
    gap: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}

.userDetails .userPic img{
    width: 43.6300048828125px;
    height: 43.6300048828125px;
    border-radius: 50%;
}

.userDetls{
    display: flex;
    flex-direction: row;
    gap: 2px;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.userDetls p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.userDetls span{
    color: #7C7C7C;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.form-control.top-search{
    width: 244px;
    height: 48px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 120px;
    padding-bottom: 12px;
    padding-left: 30px;
}

.form-control.top-search::placeholder{
    color:  rgba(124, 124, 124, 1);
}

.nav-right-icons{
    display: flex;
    gap: 10px;
}

.nav-right-icons span{
    display: inline-flex;
    width: 53.61111068725586px;
    height: 53.61111068725586px;
    border-radius: 8px;
    border-width: 1px;
    left: 63.61px;
    border: 1px solid #4d76ff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


#sidebar {
    position: fixed;
    top: 0px;
    width: 280px;
    max-width: 280px;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    /* overflow-y: scroll; */
    background: #01011a;
    /* box-shadow: rgb(19, 19, 27) 8px 8px 15px, rgb(43, 43, 64) -8px -8px 15px; */
    /* background: rgba(255, 255, 255, 0.02); */
    border-radius: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

#sidebar.active {
    left: 0px;
    z-index: 999;
    background: #01011a;
    /* box-shadow: rgb(19, 19, 27) 8px 8px 15px, rgb(43, 43, 64) -8px -8px 15px; */
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.logo-div{
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.logo-div img{
    width: 150px;

    border-radius: 99999997952px;
    position: relative;
    
}

.nav-inside {
    /* padding-top: 27px; */
    /* padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem; */
}

#sidebar ul {
    text-align: left;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #243a47;
    position: absolute;
    top: 56px;
    right: 45px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #000;
    color: #fff;
}

.pagecontent {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 2.5rem;
    position: relative;
    z-index: 99;
}



#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li.nav-item {
    margin-bottom: 1rem;
    padding: 0;
}

#sidebar ul li a {
    padding: 0px;
    font-size: 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
    color: rgb(255, 255, 255);
    padding-top: .40rem;
    padding-bottom: .40rem;
    padding-left: 1rem;
    font-weight: 500;
}

#sidebar ul li a svg {
    margin-right: 10px;
    fill: rgb(176 176 195);
}

#sidebar ul li a:hover {
    color: #4d76ff;
}

#sidebar ul li.active>a{
    color: #fff;
    padding-left: 1rem;
    display: inline-flex;
    background: #4d76ff;
    padding-right: 1rem;
    border-top-right-radius: 99999px;
    border-bottom-right-radius: 99999px;
}

#sidebar ul li.active>a svg {
    fill: #FFF;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 280px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin-left: 0;
}

.search-icon {
    top: 30px;
    position: relative;
    z-index: 1;
    left: 10px;
}

.form-control-1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.calender-icon .dropdown-toggle {
    margin-right: 30px;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: #243a47;
    /* transform: translateY(-50%); */
    font-size: 30px;
}

li .icon-size {
    font-size: 30px;
    color: #ccc;
}

.right-box {
    border: 1px solid #ccc;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px -1px 6px 1px #ccc;
    transition: all .2s ease-in-out;
}

/* //css for accordion table */

.main #faq .card {
    margin-bottom: 0px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 9;
}

.main #faq .card .card-header {
    border: 0;
    /* -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); */
    border-radius: 2px;
    padding: 0;
    background: transparent;
}

.main #faq .card .card-header .btn-header-link {
    color: #FFF;
    display: block;
    text-align: left;
    background: transparent;
    padding: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 35px;
    outline: none !important;
    cursor: initial;
}

.main #faq .card .card-header#faqhead2 .btn-header-link {
    padding-bottom: 15px;
}

.main #faq .card .card-header#faqhead2 .btn-header-link:focus {
    box-shadow: none;
}

#faq2 .col-lg-12 {
    padding: 0;
}

.main #faq .card .card-header .btn-header-link:hover {
    color: #FFF;
}

/* .main #faq .card .card-header .btn-header-link:after {
    content: "-";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 30px;
    position: relative;
    bottom: 11px;
    color: #718096;
}

.main #faq .card .card-header .btn-header-link.collapsed {
    background: #243a47;
    color: #718096;
}

.main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "+";
} */

.main #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

.trading .table {
    margin-bottom: 0;
}

.trading .table thead th {
    color: #FFF;
    border-bottom: 0;
    border: 0;
    padding: 5px;
    /* min-width: 199px; */
    width: auto !important;
    background-color: #4d76ff;
}

.trading .table thead th,
.trading .table tbody td {
    box-shadow: none;
    border-bottom: 1px solid var(--Stroke, #FFFFFF33);
}


.trading .table thead tr{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.trading .table thead tr,
.trading .table tbody tr {
    border-left:1px solid var(--Stroke, #FFFFFF33);
    border-right:1px solid var(--Stroke, #FFFFFF33);
}

.trading .table#trade-history thead th:nth-child(1),
.trading .table#trade-history thead th:nth-child(2) {
    width: 170px !important;
    min-width: 170px !important;
}


#trade-history  {
    width: 100% !important;
}

.trading .table {
    border-radius: 12px;
}

.trading .table thead th {
    font-size: 14px;
    height: 50px;
}

.trading .table thead th:first-child {
    border-top-left-radius: 8px;
}

.trading .table thead th:last-child {
    border-top-right-radius: 8px;
}

.table#daily-revenue thead th:nth-child(2) {
    border-top-left-radius: 8px;
}

#trade-history{
    /* box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 8px inset, rgba(43, 43, 64, 0.6) -4px -4px 8px inset; */
    border-radius: 8px !important;
}


#trade-history tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

#trade-history tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


.trading .table tbody td {
    /* border: 0; */
    padding: 3px 5px;
    font-weight: 500;
    font-size: 14px;
    height: 52px;
    vertical-align: middle;
}

.trading .table tbody tr:hover {
    background-color: rgba(92, 28, 212, 0.1);
}

.main #faq .card .collapse {
    border: 0;
}

.table th {
    font-weight: 500;
}

.main #faq .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #718096;
}

.ticket-1 {
    color: #718096;
}

.car-1 {
    padding: 0;
}

.btn-bell {
    margin-left: 24px;
}

.list-unstyled li .text-warning {
    color: rgb(176 176 195) !important;
}

.calender-icon button.rounded-circle {
    width: 65px;
    height: 65px;
    text-align: center;
}

.css-vubbuv {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

#sidebarCollapse,
#sidebarCollapse:hover,
#sidebarCollapse:active,
#sidebarCollapse:focus {
    background-color: #243a47 !important;
}

#sidebarCollapse i,
#sidebarCollapse span {
    color: #718096;
}

/* footer styles */



/* new user page css */
.newuserform {
    padding: 25px;
    margin-bottom: 40px;
    border-radius: 8px;
    /* box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099; */
    /* background: rgba(21, 27, 25, 0.7); */
    color: white;
    /* backdrop-filter: blur(1.9px); */
    padding: 24px;
    border: 1px solid var(--Stroke, #FFFFFF33);
}

select option{background-color: rgba(21, 27, 25, 0.7);}
.red {
    color: rgb(250, 0, 0);
}

.programerstable table tbody td:first-child a i{
    font-size: 20px;
    color: #4d76ff;
}

.programerstable,
.memberslisttable {
    width: 100%;
    margin: 20px 0;
}

#ExistingPrograms{
    display: flex;
    /*gap: 1.5rem;*/
    flex-direction: column;
}

.ExistingPrograms,
.memberslist {
    border-radius: 12px;
    background:transparent;
    color: white;
}

.memberslisttable table th {
    background: #4d76ff;
}


.memberslisttable table th,
.memberslisttable table td {
    font-size: 14px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid var(--Stroke, #FFFFFF33);
    font-weight: 500;
}

.memberslisttable table tr,
.memberslisttable table tr {
    border-left:1px solid var(--Stroke, #FFFFFF33);
    border-right:1px solid var(--Stroke, #FFFFFF33);
}

.memberslisttable button.dropdown-toggle {
    width: 80px;
    text-align: left;
}

.memberslisttable button.dropdown-toggle::after {
    color: #FFF;
    font-size: 22px;
    right: 5px;
}

.memberslisttable .dropdown-menu.show {
    right: 0;
    min-width: 13rem;
}

/* .programerstable table{
    border: 2px solid #dee2e6;
}
.programerstable table td, .programerstable table th{
    border-right: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
} */


.uti {
    margin-top: 30px;
}



.search-box {
    border: 1px solid #243a47;
}

/* ul li:hover {
    color: #FFF;
    cursor: pointer;
} */

.summery-box {
    background-color: #00000047;
}

.summery-box-1,
.table td,
.table th {
    color: #FFF;
}

.btn-primary {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 12px;
    border: 0;
    border: 1px solid var(--BLue, #4d76ff)
}

.btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}

/* .customBtn{
    padding: 16px 40px;
} */

.btn-secondary{
    /*padding: 16px 40px;*/
    border-radius: 12px;
}

.btn-secondary.btn-sm{
    padding: 8px 15px;
}

.btn-secondary.btn-sm.dropdown-toggle{
    padding: 8px 20px 8px 10px;
}

.btn-primary:hover {
    background: #331c9c;
    color: #FFF;
}

.btnCancel {
    border-radius: 12px;
}

.challenge-btn {
    text-align: center;
}

.faq-info {
    text-align: center;
    padding-left: 2.5rem;
    margin-top: 2.75rem;
}

.faq-info a {
    background: linear-gradient(rgb(156, 26, 255) 0%, #4d76ff 100%) text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.faq-info a svg {
    margin-right: 10px;
}

.btnStart {
    background-color: #4d76ff;
    color: rgb(255, 255, 255);
    box-shadow: rgb(19, 19, 27) 4px 4px 8px, rgb(43, 43, 64) -4px -4px 8px;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff);
    padding: 16px 40px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
}

.btnStart:hover {
    background: #4d76ff;
}

.btnStart:focus{
    box-shadow: none;
}

.right-box:hover {
    transform: scale(1.1);
}

/* Summery box */
.wrapper .mb-3 .summery-box {
    background-color: #ffffff;
    border-width: 2px;
    border-style: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 4px 0px #7a7a7a;
}

/* Paragraph */
.summery-box p {
    transform: translatex(0px) translatey(0px);
    font-weight: 400;
}

.continueBtn,
.continueBtn:hover,
.continueBtn:active,
.confirmationBtn,
.confirmationBtn:hover,
.confirmationBtn:active {
    background-color: #243a47 !important;
    border-color: #243a47 !important;
    color: #718096;

}

.continueBtn:focus,
.confirmationBtn:focus {
    background-color: #243a47 !important;
    border-color: #243a47 !important;
    color: #718096;
}

.spinnerLoad {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -75px;
    display: none;
}

.show-status p {
    margin: 0;
    font-weight: 500;
}

.account-status-active {
    color: green;
}

.account-status-voilation {
    color: red;
}

.customPadding {
    padding: 10px 0;
}

.custfooter {
    margin-top: 100px;
}


.custfooter ul.list-unstyled {
    display: flex;
    /* height: 35px; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.custfooter ul.list-unstyled li {
    margin: 0 15px;
}

.custfooter ul.list-unstyled li:last-child {
    margin-right: 0;
    padding-right: 0;
}


.right-align {
    display: flex;
    justify-content: center;
}

/* reports page css */
.custom-maring {
    margin-top: 60px;
}

.loginhere {
    background-color: #FFF;
    padding: 10px;
    filter: drop-shadow(1px 2px 4px #585858);
    border-radius: 5px;
    margin-bottom: 70px;
}

.loginhere p {
    margin: 0;
}

.fxReport-cards {
    margin-bottom: 60px;
}

.fxReport-cards table {
    margin: 5px 0;
}

.fxReport-cards td {
    padding: 0px 10px;
}

td.heading {
    padding: 10px;
    text-align: center
}

.menurespBtn i {
    color: #718096;
}

/* main page */
.main-content {
    margin-top: 150px;
}

.banner-content {
    padding: 40px;
    box-shadow: 0px 0px 1px 2px #243a47;
    margin-bottom: 50px;
}

.login-reg {
    padding: 40px;
    box-shadow: 0px 0px 1px 2px #243a47;
    margin-bottom: 40px;
}

.actionhead {
    text-align: center;
    padding: 10px 0;
}

.action-items {
    text-align: center;
}

.action-items a {
    padding: 0 10px;
    font-size: 20px;
    text-decoration: underline;
}

.register-page .spinnerLoad {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    display: none;
    z-index: 99;
}

.dflex-footer {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #E5E6EB;
    margin: 0;
}

.dflex-footer .copyright-txt {
    color: #718096;
    font-size: 16px;
}

.dflex-footer .list-unstyled.right-align a {
    color: #718096;
    font-size: 16px;
}

.footer-descri {
    margin-top: 20px;
}

.footer-descri p {
    font-size: 16px;
    color: #718096;
    text-align: justify;
}

.payouttable {
    width: 100%;
}

.payouttable .table.table-res {
    width: 100%;
}


.banner-content iframe {
    width: 100%;
    min-height: 538px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
}

/* .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
} */

.modal {
    z-index: 99999;
}

.summary-table ul {
    padding: 0;
    margin: 0;
}

.summary-table ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
}

.summary-table ul li span {
    min-width: 50%;
    font-weight: 500;
}




/*************************Ryze cards styles****************************/
.ryze-cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.balance-equityProfit {
    display: inline-grid;
    /* flex-wrap: wrap; */
    gap: 16px;
    width: 100%;
    margin: 0;
}

/* .profit-target-div {
    background: linear-gradient(133deg, #4d76ff 11.53%, #4d76ff 95.94%), linear-gradient(70deg, #4d76ff 25.11%, #4d76ff 84.67%, #4d76ff 96.92%);
    box-shadow: inset 4px 4px 8px #2b2b4066, inset -4px -4px 8px #13131b99;
    border-radius: 12px;
    border: 1px solid #fff;
} */

.inner-contentbalance.profit-target-div h2 {
    color: #FFF;
}

.ryze-card-content {
    width: 16.66%;
    padding: 9px;
}

.ryze-card-content:first-child {
    padding-left: 0;
}

.ryze-card-content:last-child {
    padding-right: 0;
}

.balanceEquityCard-content {
    padding: 0px;
}

.balanceEquityCard-content:first-child {
    padding-left: 0;
}

.balanceEquityCard-content:last-child {
    padding-right: 0;
}

.inner-contentryze {
    padding: 36px;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
}

.inner-contentbalance {
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border: 1px solid var(--Stroke, #FFFFFF33);
    justify-content: space-between;
    align-items: flex-start;
    background: var(--Light-BG, #FFFFFF0A);

}

.status-d {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .75rem;
}

.active-status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(0, 192, 123);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    will-change: opacity;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.inner-contentbalance .status-d>p {
    color: rgb(0, 192, 123);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5;
    margin: 0;
}

/* .boxShadow {
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
} */

/* .inner-contentbalance:hover {
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
} */

.profit-combo-div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.account-det .inner-contentbalance{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.profit-combo-div .balanceEquityCard-content {
    width: 32.5%;
    /* background: var(--Light-BG, #FFFFFF0A); */
}

.inner-contentbalance span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    Line-height: 24px;
    display: inline-flex;
    background: transparent;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF1A ;
}

.inner-contentbalance span img {
    width: 15px;
    margin-right: 5px;
}

.inner-contentbalance p {
    color: #FFF;
    margin: 0;
    font-size: 18px;
    Line-height: 24px;
    font-weight: 600;
}

.status-show {
    display: flex;
}

.status-show img {
    margin-right: 5px;
    width: 15px;
}

.inner-contentryze p {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    Line-height: 24px;
    font-weight: 500;
}

.inner-contentryze h2 {
    color: #FFF;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34.5px;
}

.inner-contentbalance h2 {
    color: #FFF;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34.5px;
}

.ryze-navbar .navbar-brand {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.ryze-navbar a.nav-link {
    color: #FFF;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
}

.ryze-navbar .navbar-nav .nav-item {
    padding: 5px 0;
}

.ryze-navbar .navbar-nav a.nav-link {
    padding: 0 10px !important;
}

.profile-image {
    width: 35px;
    height: 35px;
    margin-left: 30px;
}

.navbar.ryze-navbar .navbar-nav>a:hover,
.navbar.ryze-navbar .navbar-nav>a:focus {
    color: #f2a723;
    background-color: yellow;
}

.ryze-navbar .navbar-nav .nav-item:hover a.nav-link {
    color: #4d76ff;
}

.ryze-navbar .nav-item.active a.nav-link {
    color: #4d76ff;
}

.userProfile {
    padding: 0;
}

.ryze-navbar .userProfile .nav-link {
    padding: 0;
    background: none;
}

.ryze-navbar .userProfile .nav-link::after {
    display: none;
}

.ryzenavbar-container {
    height: auto;
    /* border-bottom: 1px solid #8890A6; */
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* .ryzenavbar-container .navbar-toggler {
    background-color: #FFFFFF;
}

.ryzenavbar-container .navbar-toggler:focus {
    box-shadow: none;
    border: none;
    outline: none;
} */

.menuicon {
    color: #FFF;
    width: 30px;
    display: inline-block;
}

.menuicon svg{
    fill: #FFF;
}

.ryze-banner {
    margin-top: 73px;
    padding: 56px 0 124px;
    position: relative;
    height: 301px;
    background: #030223;
    /*background-image: radial-gradient(at center left, #4d76ff 0%, #00000000 66%);
    background-image: linear-gradient(90deg, #FFF 0%, #8ff5fe 60%);
    background: #060a23;*/
}



.container {
    padding: 0;
}

.account-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}

.notification-icon {
    color: #000;
    border-right: 1px solid #1C2137;
    padding-right: 15px;
}

.settings-icon {
    color: #000;
}

.key-icon {
    border-right: 1px solid #8890A6;
    line-height: 15px;
    height: 38px;
    padding-right: 26px;
}

.page-link {
    color: #060a23;
}

.page-item.active .page-link {
    z-index: 1;
    color: #FFF;
    background-color: #4d76ff;
    border-color: #4d76ff;
}

.key-icon span {
    padding: 0;
    display: inline-block;
    border: 1.5px solid #1C2137;
    color: #8890A6;
    border-radius: 4px;
    width: 38px;
    height: 38px;
}

.key-button {
    background-color: transparent;
    padding: 0;
    display: inline-block;
    border: 1.5px solid #8890A6;
    color: #8890A6;
    border-radius: 4px;
    width: 38px;
    height: 38px;
}

.key-icon span svg {
    padding: 8px;
    width: 38px;
    display: inline-block;
    height: 38px;
}

.key-icon span:hover {
    border: 1.5px solid #6936F5;
}

.status-bar {
    padding: 30px;
    margin: 50px 0;
    border-radius: 10px;
    text-align: center;
}

.status-bar.failed-div {
    background: #060A23;
}

.status-conent span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
}

.status-conent span svg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.status-conent p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 16px;
    max-width: 60%;
    margin: 0 auto;
}

.status-conent p.status-txt {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

.status-bar.success-div {
    background: #6936F5;
}

.key-icon span svg:hover path {
    fill: #6936F5;
}

/* .account-details .account-select {
    /* width: 38%; */
/* border: 1px solid rgba(255, 255, 255, 0.2); */
/* border-radius: 0; 
} */

/* .new-challengebtn {
    width: 44%;
} */

.account-select .form-control {
    background-color: transparent;
    border: 1.5px solid #8890A6;
    color: #8890A6;
    width: 228px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 18px;
    margin-left: 26px;
}

.account-activedate {
    text-align: right;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.banner-heading {
    margin: 0;
    color: #FFF;
    font-size: 46px;
    font-weight: 500;
}

.account-select .form-group {
    margin-bottom: 0;
}

.new-challengebtn .newChallenge-Btn {
    border-radius: 4px;
    width: 100%;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 12px 0px #4d76ff;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(94deg, #000 0%, #4d76ff 100%);
}

.newChallenge-Btn img {
    margin-right: 5px;
    height: 12px;
}

.new-challengebtn .newChallenge-Btn:hover {
    background-color: #8890A6;
}

#faq2 .row {
    margin: 0;
}

.balanceChart-overview{
    gap: 11px;
    flex-wrap: nowrap;
    margin: 0;
}


.graph-div {
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    /* background: rgba(21, 27, 25, 0.7); */
    backdrop-filter: blur(20px);
    border: 1px solid var(--Stroke, #FFFFFF33);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rightChart-div{
    padding: 24px 0;
    border: 1px solid var(--Stroke, #FFFFFF33);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.rightChartParent{
    padding:0 24px ; 
}

.rightChart-footer{
    padding: 0 24px;
}

#myChartGuage{
    max-width: 100%;
}

.rightChart-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legend-div{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.legend-div span{
    width: 20px;
    height: 20px;
    background: #4d76ff;
    border-radius: 50%;
    display: inline-block;
}

.rightChart-footer h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.rightChartParent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightChartParent h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

.rightChartParent select{
    background: #01011a99;
}

#daily-revenue_wrapper div#daily-revenue_filter {
    display: none;
}

#daily-revenue_wrapper div#daily-revenue_length {
    display: none;
}

/* div#daily-revenue_info {
    display: none;
} */

#myChart {
    width: 100% !important;
    /* min-width: 100% !important; */
}

.statusright-div {
    padding: 37px;
    border-radius: 10px;
    height: 100%;
    background: rgba(21, 27, 25, 0.7);
    backdrop-filter: blur(20px);
}

.statusright-div h3 {
    color: #FFF;
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
    font-weight: 600;
}

.graph-div h3 {
    color: #FFF;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;

}

.chart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.chart-head div span {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

.account-det {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 10px;
}



.account-det .balanceEquityCard-content {
    width: 100%;
}

.chart-head div span svg {
    margin-right: 5px;
}

ul.overview-list {
    padding: 0;
    list-style: none;
}

ul.overview-list li {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
}

ul.overview-list li:last-child {
    padding-bottom: 0;
}

ul.overview-list li span {
    color: #718096;
    font-weight: 500;
    font-size: 16px;
}

.graphparent-div {
    height: 100%;
    /* display: inline-flex; */
}

ul.overview-list li span.overview-value {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

ul.overview-list li span.overview-value img {
    margin-right: 5px;
    width: 15px;
}

.trading {
    overflow: hidden;
   
}

.balanceChart-overview > div {
    padding: 0;
}

.conent-heading {
    margin: 90px 0;
}

.heading-txt {
    position: relative;
    margin: 0;
    font-size: 26px;
}

.heading-txt::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background: #E5E6EB;
    top: 50%;
    left: 0;
    z-index: 1;
}

.heading-txt span {
    background: rgb(30, 30, 47);
    z-index: 2;
    position: relative;
    padding-right: 10px;
    color: #FFF;
    font-weight: 600;
}

.progress-bar-segmented {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-bar {
    background: #E5E6EB;
    width: 1%;
    height: 30px;
    border-radius: 5px;
}

.profit-statusbar .progress {
    height: 30px;
    border-radius: 0;
    background: transparent;
}

.send-requestbtn {
    background-color: transparent;
    border: 1.5px solid #1C2137;
    color: #8890A6;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 30px;
    border-radius: 4px;
    margin-top: 25px;
}

.send-requestbtn:hover {
    background: #6936F5;
    color: #FFFFFF;
    border: 1.5px solid #6936F5;
}

.progress-bar.active {
    background: #4d76ff;
    height: 23px;
}

.profit-chart {
    padding-right: 15px;
}

.daily-loss-limit {
    padding: 0 15px;
}

.Maximum-loss-limit {
    padding-left: 15px;
}

.rl-border {
    border-left: 1px solid #E5E6EB;
    border-right: 1px solid #E5E6EB;
}

.profitTxt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    color: #FFF;
    font-weight: 500;
}

.statusTxt-div {
    padding-top: 20px;
}

.trend-object-contnet {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
}

.vall-right {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    color: #4d76ff;
}

.val-row {
    display: flex;
    justify-content: space-between;
    color: rgb(176 176 195);
    font-weight: 500;
}

.new-donutchart {
    padding: 30px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
}

.new-donutchart h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFF;
}

.main.dailyrevencueTxt {
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
}

.dailyrevencueTxt .card,
.dailyrevencueTxt #faq .card .collapse.show {
    background: transparent;
}

#daily-revenue_wrapper .col-sm-12 {
    padding: 0;
}

/* .main.tradeHistory {

} */

.accordian-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-radius: 8px; */
    /* background-color: rgb(30, 30, 47); */
    /* box-shadow: rgba(19, 19, 27, 0.8) 4px 4px 8px, rgba(43, 43, 64, 0.6) -4px -4px 8px; */
    /* padding: .875rem; */
}

#timer12{
    min-width: 150px;
}

.page-item.disabled .page-link{
    background-color: transparent;
    border-color: transparent;
    color: #e7e7e7;
}

.page-link{
    background-color: transparent;
    color: #FFF;
    border: 0;
}

.page-item.active .page-link{
    color: #FFF;
    background-color: #4d76ff;
    border-color: #4d76ff;
    border-radius: 50%;
    height: 28px;
}

.tableSearch{
    position: relative;
    width: auto !important;
}

.tableSearch input{
    width: 300px;
    padding-right: 30px;
}

.form-group.tableSearch svg{
    position: absolute;
    right: 10px;
    top: 12px;
    display: inline-block;
}

a.iconopen {
    display: flex;
    align-items: center;
    padding: 10px;
}

.filter-div {
    display: flex;
    /* margin-top: 35px;
    margin-bottom: 35px; */
    justify-content: space-between;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

.form-group {
    position: relative;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.form-group svg {
    position: absolute;
    right: 10px;
    top: 12px;
    display: none;
}

.filterdiv-second .form-group svg {
    position: absolute;
    right: 10px;
    top: 14px;
}

.filter-first{
    width: 100%;
}

.filter-first form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.width-150{
    width: 150px;
}

.tradings .filter-first {
    width: 100%;
}

.filter-first form .form-group {
    width: 25%;
}

.filterdiv-second {
    width: 25%;
}

.accordian-div h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.accordian-div .iconopen svg {
    transform: rotate(0deg);
    transition: transform 0.3s;
    cursor: pointer;
}

.accordian-div .iconopen.active svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
    cursor: pointer;
}


.account-list li > div{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #4d76ff;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.account-list li{
    position: relative;
}

.account-list li::after{
    content: '';
    width: 5px;
    height: 2px;
    position: absolute;
    right: -7px;
    top: 17px;
    display: block;
    background-color: #FFF;
}

.account-list li:last-child:after{
    display: none;
}

.account-list li div.active{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: rgba(19, 19, 27, 0.8) 4px 4px 8px inset, rgba(43, 43, 64, 0.6) -4px -4px 8px inset;
    background-color: #4d76ff;
    color: rgb(255, 255, 255);
}

.account-list li div.active svg{
    fill: #FFF;
    width: 20px;
    height: 20px;
}

.prices-change{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selected-val{
    margin: 16px 0px 0px;
    font-family: Montserrat;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: #4d76ff;
    text-align: center;
}

.final-price{
    font-size: 1.8333rem;
    margin: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.two-step-accordian{
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: inline-flex; */
    border-radius: 9999px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(26, 27, 37);
    box-shadow: rgba(43, 43, 64, 0.4) 4px 4px 8px inset, rgba(19, 19, 27, 0.6) -4px -4px 8px inset;
}

.two-step-accordian > div.first-step{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.two-step-accordian > div.active{
    background-color: #4d76ff;
    color: white;
    box-shadow: rgba(19, 19, 27, 0.8) 8px 8px 16px, rgba(43, 43, 64, 0.6) -8px -8px 16px;
}

.two-step-accordian > div.second-step{
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid transparent;
}


.two-step-accordian > div{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    font-family: Montserrat;
    font-size: 0.84375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75;
    text-transform: uppercase;
    padding: 11px 32px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 9999px;
}

.accordian-content{
    box-shadow: rgba(19, 19, 27, 0.8) 8px 8px 16px, rgba(43, 43, 64, 0.6) -8px -8px 16px;
    background-color: rgb(17, 20, 17);
    border-radius: 16px;
    padding: 2rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;

}

#accordionDiv{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

}

.accordian-content > div{
    display: none;
}

.accordian-content > div.active{
    display: block;
}


#firstStep table,
#secondStep table{
    width: 100%;
}


#firstStep table thead th, #secondStep table thead th,
#firstStep table tbody td, #secondStep table tbody td{
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid var(--Stroke, #FFFFFF33);
    text-align: left;
    padding: 16px;
    color: white;
}


.procced-btn button{
    padding: 16px 40px;
    font-size: 16px;
}

/*********************Chart JS***********************/
.content__chart {
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: 100%;
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
}

.direction-chart {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#directionDist {
    margin: 20px 0 0;
    max-width: 240px;
    position: relative;
    top: 15px;
}

.counter__block {
    text-align: center;
}

.counterTotal {
    font-size: 2em;
    font-weight: 700;
    color: #007cbd;
}

.activeUser {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFF;
    margin-bottom: 0;
}

.lastFiveMins {
    font-size: 0.625em;
    text-transform: uppercase;
}

.legend {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.938em;
    text-transform: uppercase;
    position: relative;
    margin-top: 50px;
}

.legend__item {
    text-align: center;
    position: relative;
}

.circle {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    box-shadow: 0 0 0 2px #ddd;
}

.legend__percentage {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    padding: 0;
    text-align: left;
}

.legend-text {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}

.legend-value {
    text-align: right;
    position: relative;
}

.legend__text {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding-left: 0;
    color: #718096;
    display: inline-block;
}

#circle__mobile {
    background: #4d76ff;
}

#circle__desktop {
    background: #8890A6;
}


/* progress bar charts*/

.progressBarcontainer {
    width: 100%;
    height: 15px;
    background: #E1E1E1 !important;
    overflow: hidden;
    border-radius: 0.3em;
}

.progressBarValue {
    height: 15px;
    float: left;
    border-radius: 0.3em;
    background: #6936F5;
    /* Old browsers */
}

.speech-bubble {
    font-size: 0.75em;
    line-height: 2em;
    position: absolute;
    top: -0.60em;
    text-align: center;
    min-width: 3em;
    border-radius: 0.3em;
    color: white;
    display: none;
}

.speech-bubble:after {
    border: 0.5em solid transparent;
    content: "";
    margin-left: -0.5em;
    position: absolute;
    bottom: -50%;
    left: 50%;
}

.jquery {
    left: calc(58.5% - 1.5em);
}

.jquery {
    background: #a487b2;
}


.jquery:after {
    border-top-color: #a487b2;
}

.profit-statusbar {
    min-height: 30px;
}


/*downloads page style*/
.dowloads-content {}

.metatrade4-txt {
    padding: 45px 55px;
    border-radius: 10px;
    /* box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099; */
    border: 1px solid var(--Stroke, #FFFFFF33);
}

.metahead-txt h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}

.meta-content {
    padding: 35px 0;
    display: flex;
    align-items: center;
}

.meta-content div {
    text-align: center;
}

.metaTrader5-txt {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid #E5E6EB;
    padding: 45px 55px;
    border-radius: 10px;
    background: #FFFFFF;
}

.coming-soon {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #718096;
}

.dowloads-content .col-md-6 {
    padding-right: 9px;
    padding-left: 9px;
}

.trading-ctrader .col-md-6 {
    padding-right: 9px;
    padding-left: 9px;
}

.trading-view,
.ctrader-txt {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 45px 55px;
    border-radius: 10px;
    min-height: 250px;
    margin-top: 18px;
    /* box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099; */
    border: 1px solid var(--Stroke, #FFFFFF33);
}


.metatrade4-txt a {
    color: #718096;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid #E5E6EB;
    padding: 0 30px;
    background: transparent;
    margin-top: 15px;
}

.metatrade4-txt a:hover {
    background: #6936f5;
    color: #FFF;
}

/* my certificate */
.my-certificate {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#selectAccountMobile1{
    height: 44px !important;
    backdrop-filter: blur(50px);
    background: var(--Light-BG, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.cards-div {
    background: var(--Light-BG, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(50px);
    border-radius: 14px;
    border-width: 1px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.img-div img{
    width: 100%;
}

.image-name h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

.image-name .btn{
    font-size: 10px;
}

.image-name {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

.buttons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.share-div{
    gap: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 4px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2))
}

.buttons .btn{
    /* width: 148.3333282470703; */
    /* height: 46; */
    gap: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 4px;
    background: transparent;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 50%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.buttons .btns{
    /* width: 148.3333282470703; */
    /* height: 46; */
    gap: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff);
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 50%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.btns{
    /* width: 148.3333282470703; */
    /* height: 46; */
    gap: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff);
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 50%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.Certificate-images{
    gap: 16px; 
}

.Certificate-images > div{
    padding-right: 0px;
    padding-left: 0px;
    max-width: 32.3%;
}

.mycertificate-content {
    padding: 35px 55px;
    border: 1px solid #E5E6EB;
    min-height: 500px;
    background: #FFF;
    border-radius: 10px;
}

.mycertificate-content h3 {
    color: #060A23;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}

.tabs-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tabs-content {
    margin-top: 20px;
}

.tabs-content ul li a {
    color: #718096;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0 15px;

}

.tabs-content ul li:nth-child(1) a {
    padding-left: 0;
}

.tabs-content ul li a.active {
    color: #6936F5;
}

.tabscontent-txt {
    display: flex;
    height: auto;
    align-items: center;
    margin-top: 50px;
}

.tabscontent-txt p {
    width: 285px;
    height: 178px;
    border: 1.5px dashed #E5E6EB;
    border-radius: 5px;
}

/* withdraws */
.withdraw-funds {
    padding: 35px 55px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;

    background: #FFF;
    position: relative;
}

.withdraw-head h3 {
    color: #060A23;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}

.withdrawfund-content p.request-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #718096;
    margin: 20px 0;
}

.withdraw-account-select .form-control {
    background-color: transparent;
    border: 1px solid #E5E6EB;
    color: #8890A6;
}

.admin-main-form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.admin-main-form > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.admin-main-form > div > div{
    width: 100%;
}

.admin-main-form > div label{
    margin-bottom: 0;
}

select{
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #FFF;
    background-color: rgb(17, 20, 17);
    padding: .875rem;
    height: 48px !important;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
}

.all-trades {
    display: flex;
    align-items: center;
}

.all-trades span {
    margin-left: 5px;
}

.days-since-lastpayout {
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
}

.days-since-lastpayout span {
    margin-left: 2px;
}

.innectTxt {
    padding-right: 15px;
}

.right-innerTxt {
    padding-left: 15px;
}

.right-innerTxt p {
    color: #718096;
    font-size: 16px;
    margin-bottom: 0;
}

.totalValueTxt {
    color: #060A23;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;

}

.rating-progress {
    margin: 30px 0;
}

.barlight-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.bar-green,
.bar-green:hover {
    color: #fff !important;
    background-color: #6936F5 !important;
}

.withdrawtable .main.dailyrevencueTxt {
    padding: 35px 55px;
    border-radius: 10px;
    min-height: 250px;
}

.no-data-div {
    padding: 35px 50px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    margin: 30px 0;
    min-height: 360px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;

    background: #FFF;
    width: 100%;
}

.no-data-div .row {
    width: 100%;
}

.text-align-right {
    text-align: right;
}

.no-data-div p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #718096;
}

.account-overview {

    position: relative;
}

.account-overview-content {
    padding: 40px 55px;
    border-radius: 10px;
    /* box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099; */
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.account-overview-header {
    display: flex;
    justify-content: space-between;
}

.account-overview-header h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
}

.active-no-data {
    margin-top: 30px;
}

.account-overview-header select {
    display: inline-block;
    width: 110px;
}

.account-overview-tabs .nav.nav-tabs {
    border: 0;
}

.account-overview-tabs .nav-tabs .nav-link {
    border: 0;
    color: #FFF;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0;
    margin-right: 20px;
    font-weight: 500;
}

.account-overview-tabs .nav-tabs .nav-link.active {
    color: #4d76ff;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
    background: transparent;
}

.account-overview-tabs .card-body {
    padding: 15px 5px;
}

.phase-row {
    display: flex;
    justify-content: space-between;
}

.phase-row span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.INACTIVE-tabs {
    margin-top: 90px;
}

.phase-row h3 {
    color: #FFF;
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.phase-statistics {
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phase-statistics span {
    width: 37px;
    height: 37px;
    display: flex;
    border: 1px solid #E5E6EB;
    line-height: 37px;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.phase-row div {
    padding: 0 30px;
    border-right: 1px solid #F3F2F6;
    width: 21%;
}

.phase-row div:first-child {
    padding-left: 0;
    width: 17%;
}

.phase-row div:last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 20px;
}

.phase-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 10px 0;
    border-top: 1px solid #F3F2F6;
}

.phase-status h3 svg {
    margin-left: 5px;
}

button.btn.statistcs {
    background: transparent;
    padding: 6px 30px;
    border-radius: 4px;
    color: #718096;
    font-weight: 600;
}

button.btn1-statistcs.openmodel {
    padding: 0;
    display: inline-block;
    border: 1px solid #E5E6EB;
    color: #ffffff;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    background-color: transparent;
}

button.btn1-statistcs.openmodel:hover {
    background-color: #6936F5;
    border: 1px solid #6936F5;
}

button.btn1-statistcs.openmodel:hover svg {
    fill: #FFF;
}

.phase-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn.statistcs:hover {
    background: #6936F5;
    color: #FFF;
}

.phase-statistics span:hover {
    background: #6936F5;
}

.phase-statistics span:hover svg path {
    fill: #FFF;
}

.account-overview-content.inactive {
    margin-top: 30px;
}

.phase-no-data-msg {
    color: #718096;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inactive-no-data {
    margin-top: 30px;
}

.user-settings {

    position: relative;
}

.user-settings-head {
    background: #fff;
    padding: 45px 50px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
}

.user-settings-head h3 {
    color: #060A23;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}

.user-settings-head label {
    color: #060A23;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.user-settings-head input {
    border: 1px solid #E5E6EB;
    color: #718096;
}

.user-settings-head .form-group {
    padding-right: 15px;
    padding-left: 15px;
}

.general-setting-submitbtn {
    margin: 20px 0 0;
}

button.btn.setting-submitbtn {
    background: transparent;
    border: 1px solid #E5E6EB;
    padding: 6px 30px;
}

#emailid {
    background: rgba(229, 230, 235, 0.4);
}


.configurator-div {

    position: relative;
}

.config-content {
    background: #FFF;
    padding: 35px 55px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
}

.config-content-head h3 {
    color: #060A23;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}

.confir-content-body-row {
    align-items: center;
}

.confir-content-body-row .left-border {
    border-left: 1px solid #E5E6EB;
}

.config-form {
    padding-left: 40px;
}

.config-form p {
    color: #718096;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
}

.account-type,
.account-size {
    margin-bottom: 30px;
}

button.btn.configbtn {
    background: transparent;
    border: 1px solid #E5E6EB;
    padding: 6px 30px;
    color: #8890A6;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    width: 130px;
    text-align: center;
    margin-bottom: 5px;
}

button.btn.configbtn:hover {
    background: transparent;
    border: 1px solid #060A23;
    padding: 6px 30px;
    color: #060A23;
}

.btn.continue-checkoutbtn {
    background: #6936F5;
    color: #FFF;
    padding: 6px 30px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.btn.continue-checkoutbtn:hover {
    background: #542CC1;
}

.arrow-right-angle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.arrow-right-angle img {
    width: 100%;
}

.mobile-view {
    display: none;
}

.new-chalenge-mob.mobile-view {
    padding: 0 20px !important;
    margin: 40px 0;
    flex-direction: column;
}

.new-chalenge-mob.mobile-view .newChallenge-Btn {
    width: 100%;
}

.ryze-navbar .navbar-nav .nav-item.mobile-view.logout-btn {
    margin-top: 65px;
    padding-bottom: 60px;
}

.account-details-mob {
    padding: 25px;
    background-color: #FFF;

    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
}

.account-details-mob .account-details {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.account-details-mob.mobile-view h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
    color: #000;
}

.account-details-mob .account-details .account-select {
    width: calc(100% - 54px);
}

.account-details-mob .account-details .account-select .form-control {
    margin-left: 0px;
    width: 100%;
    border: 1px solid #E5E6EB;
}

.account-details-mob .account-details .key-icon span {
    border: 1px solid #E5E6EB;
}

.account-details-mob .account-details .key-icon {
    border-right: 0;
}

.acc-overview .nav-tabs .nav-link {
    color: #8890A6;
    font-size: 17px;
    font-weight: 500;
    border: 0;
    padding-bottom: 15px;
    padding-top: 0;
}

.acc-overview .nav-tabs {
    border-bottom: 1px solid #F3F2F6;
}

.acc-overview .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.acc-overview .nav-tabs .nav-link.active {
    color: #4d76ff;
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
}

.acc-overview .tab-content .nav-tabs .nav-link {
    color: #8890A6;
    font-size: 17px;
    font-weight: 500;
    border: 0;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.acc-overview .tab-content .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #4d76ff;
    background-color: transparent;
}

.acc-overview-mobview-list {
    border-radius: 10px;
    margin-top: 13px;
    padding: 25px;
    background: rgba(21, 27, 25, 0.7);
    backdrop-filter: blur(20px);
}

.acc-overview .tab-content .nav-tabs {
    border-bottom: 0;
}

.acc-overview .tab-content .nav-tabs .nav-link:first-child {
    padding-left: 0;
}

li.accoverview-list {
    list-style: none;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.accoverview-list-last {
    list-style: none;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    border-top: 1px solid #F3F2F6;
}

.lable-val {
    font-size: 16px;
    color: #8890A6;
    font-weight: 500;
}

.reslt-val {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.accoverview-list-last .phase-statistics {
    width: 100%;
}

.accoverview-list-last .phase-statistics a {
    width: calc(100% - 54px);
}

.accoverview-list-last .phase-statistics button.btn.statistcs {
    width: 100%;
}


#myModal .modal-content {
    border: 0;
    padding: 25px;
}

.user-logged-details li {
    list-style: none;
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
}

.model-label {
    color: #718096;
    font-size: 16px;
    font-weight: 500;
}

.model-keyval {
    font-weight: 600;
    font-size: 16px;
    /* color: #000000; */
    margin: 0;
}

#myModal .modal-content .modal-title {
    font-weight: 600;
    font-size: 25px;
    color: #060A23;
}

#myModal .modal-content .modal-header {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#myModal .modal-content .modal-header button {
    font-size: 34px;
    outline: none !important;
}

.modal-backdrop.show {
    opacity: .6;
}

/* .modal {
    top: 30%;
} */

.modal-content{
    background-color: rgba(21, 27, 25, 0.5);
    position: absolute;
    background-color: rgba(21, 27, 25, 0.5);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    overflow-y: auto;
    border-radius: 12px;
}

.modal-lg{
    max-width: 1100px;
}

.affiliate-model-content{
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    padding: 2rem;
    gap: 1.5rem;
    justify-content: space-between;
}

.content-divs{
    flex-basis: 45%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 45%;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    background-color: rgba(200, 200, 200, 0.9);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    padding: 24px;
    margin-top: 8px;
    animation: box-move 1s infinite alternate-reverse;
    transition: transform 300ms;
    min-height: 360px;
}

.content-divs:hover{
    transform: scale(1.1);
}

content-divs1{
    flex-basis: 90%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 90%;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    background-color: rgba(200, 200, 200, 0.9);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    padding: 24px;
    margin-top: 8px;
    animation: box-move 1s infinite alternate-reverse;
    transition: transform 300ms;
    min-height: 360px;
}

.content-divs1:hover{
    transform: scale(1.1);
}
.position-div h3{
    text-align: center;
    font-size: 1.2853rem;
    margin: 0px 0px 0.35em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.percentage-div h2{
    margin: 0px 0px 0.35em;
    font-family: Montserrat;
    font-size: 1.76562rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}

.count-mem h3{
    margin: 0px 0px 0.35em;
    font-family: Montserrat;
    font-size: 1.15625rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.167;
    color: rgba(0, 0, 0, 0.6);
}

.content-div-cls p{
    margin: 0px;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.87);
}

.margin-bottom-space {
    margin-bottom: 30px;
    display: inline-block;
}

.success-msg {
    font-size: 14px;
    font-weight: 600;
    color: #6936F5;
}

.table td.bule-color {
    color: #6936F5;
}

/* #trade-history_paginate {
    display: flex; */
    /* justify-content: center !important;
} */

.mobile-view {
    display: none;
}

/* .acc-overview-mobview-inactive{
    display: none;
} */

.menu-logo{
    display: flex;
}

/* challenge */
.challengeBtns{
    box-shadow: rgb(19, 19, 27) 4px 4px 8px inset, rgb(43, 43, 64) -4px -4px 8px inset;
    background-color: rgb(30, 30, 47);
    color: rgb(255, 255, 255);
    transition: 0.2s;
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 16px;
    border: 0;
    width: 100%;
    
}

.challengeBtns.active, .challengeHistory.active{
    background-color: #4d76ff;
    background-image: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff) !important;
}

.challengeBtns:hover {
    background: linear-gradient(313deg, #4d76ff 11.53%, #4d76ff) !important;
}

.challengeBtns:active, .challengeBtns:focus,
.challengeHistory:active, .challengeHistory:focus{
    box-shadow: rgb(19, 19, 27) 8px 8px 16px, rgb(43, 43, 64) -8px -8px 16px;;
}

.challengeHistory{
    box-shadow: rgb(19, 19, 27) 8px 8px 16px, rgb(43, 43, 64) -8px -8px 16px;
    background-color: rgb(30, 30, 47);
    color: rgb(176, 176, 195);
    transition: 0.2s;
    border-radius: 12px;
    width: 100%;
    border-left: 1px;
    padding: 16px 40px;
}

.challengeHistory:hover {
    background: linear-gradient(313deg, #4d76ff 11.53%, #4d76ff);
}

.btns-div{
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
}

.newchallenge-content{
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.content-challenge{
    background: rgba(21, 27, 25, 0.5);
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: .75rem;
    display: none;
}

.content-challenge.active{
    display: flex;
}

.content-challenge-history{
    /* background: rgba(21, 27, 25, 0.5); */
    /* backdrop-filter: blur(25px); */
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    display: none;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid var(--Stroke, #FFFFFF33);
}

.content-challenge-history.active{
    display: flex;
}

#contentChallengeHistory > div svg{
    width: 1em;
    height: 1em;
    font-size: 100px;
    fill: #FFF;
}

.heading-cap{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: center;
    align-items: center;
}

.myCap-challaenge{
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

.sub-para{
    font-size: 16px;
    font-weight: normal;
}

.select-account{
    max-width: 56rem;
    box-shadow: rgba(19, 19, 27, 0.8) 8px 8px 16px, rgba(43, 43, 64, 0.6) -8px -8px 16px;
    background-color: rgba(23, 21, 27, 0.9);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    width: 35%;
}

.account-list{
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.affiliate-content-main{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 26px;
}

.affiliate-section{
    /* background-image: url(../images/affiliateBg-Cox1s4pF.png); */
    background-size: cover;
    background-position: center center;
    /* box-shadow: rgb(19, 19, 27) 8px 8px 16px inset, rgb(43, 43, 64) -8px -8px 16px inset; */
    padding: 40px;
    border-radius: .75rem;
    min-height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
    gap: 10px;
    align-items: flex-start;
}

.coupon-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.header-affiliate {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.header-affiliate h3{
    align-items: center;
    flex-direction: column;
}

.header-affiliate h3 span{
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.header-affiliate{
    margin: 0;
}

.affiliate-section p{
    /* margin-top: 12px; */
    font-size: 16px;
}

.input-copy-section {
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    justify-content: space-between;
}

.input-copy-section input{
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
    background: transparent;
    width: 80%;
    padding: .875rem;
    border-radius: .5rem;
    color: #FFF;
}

.copy-btn{
    padding: 5px 10px;
    /* transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); */
    border-width: 0px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    border-color: transparent;
    background-color: #4d76ff;
    color: #FFF;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.coupon-code{
    box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px; 
    font-size: 16px;   
}

.footer-btns{
    gap: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}

.request-affiliate{
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    line-height: 1.75;
    min-width: 64px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; */
    text-align: center;
    font-size: 13.5px;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    border-width: 0px;
    margin: 0px;
    padding: 6px 16px;
    border-radius: 11.25px;
    background: transparent;
    border: 1px solid var(--BLue, #4d76ff)
}

.learn-about-affiliate{
    background-color: transparent;
    padding: 6px 16px;
    border-radius: 11.25px;
    color: #FFF;
}

.request-affiliate:hover{
    background: #4d76ff;
}

.learn-about-affiliate:hover, .learn-about-affiliate:active{
    padding: 6px 16px;
    border-radius: 11.25px;
    background: #4d76ff;
}


.days-report h2{
    padding: 16px 10px;
    /* background-color: rgb(30, 30, 47); */
    /* box-shadow: rgb(19, 19, 27) 8px 8px 16px inset, rgb(43, 43, 64) -8px -8px 16px inset; */
    border-radius: 12px;
    font-size: 24px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px;
    padding-left: 1rem;
    margin-bottom: 0;
}

.status-show{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: .75rem;
}

.referrals-div{
    position: relative;
    padding: 24px;
    border-radius: 8px;
    /* box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099; */
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.status-show > div{
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    flex: 1 1 0%;
    border-radius: 8px;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.status-show > div h3{
    font-size: 16px;
    margin-bottom: 0;
}

.head-values{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.minusval{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    padding: 6px;
    background-color: rgba(255, 0, 0, 0.1);
    color: rgba(255, 0, 0, 1);
}

.minusval svg path{
    fill: rgba(255, 0, 0, 1);
}

.plusval{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    padding: 6px;
    background-color: rgba(5, 255, 0, 0.1);
    color: rgba(5, 255, 0, 1);
}

.plusval svg path{
    fill: rgba(5, 255, 0, 1);
}

.status-show > div p{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #4d76ff;
    display: flex;
    align-items: center;
}

/* .status-show > div:hover{
    box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
} */

.no-data-div-affiliate{
    /* background-color: #151b1980; */
    padding: 2.5rem;
    text-align: center;
    color: rgb(156 163 175);
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}
.no-data-div-affiliate svg{
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 100px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}


.newsfeed-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 26px;
}

.newsfeed-header {
    padding: 16px 10px;
    background-color: rgb(30, 30, 47);
    box-shadow: rgb(19, 19, 27) 8px 8px 16px inset, rgb(43, 43, 64) -8px -8px 16px inset;
    border-radius: 12px;
}

.newsfeed-header h2{
    font-size: 24px;
    margin-bottom: 0;
    margin-left: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px;
}

.newsfeed-cards{
    gap: 1.5rem;
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.newsfeed-cards-content{
    background: rgba(21, 27, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(19, 19, 27, 0.6) 4px 4px 10px inset, rgba(43, 43, 64, 0.6) -4px -4px 10px;
    padding: 1.5rem;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    color: rgb(255 255 255);
    font-family: Poppins;
    align-items: flex-start;
}


.newsfeed-cards-content h2{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    color: #4d76ff;
    font-weight: 500;
    font-family: Poppins;

}

.newsfeed-cards-content h3{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    font-weight: 500;
    font-family: Poppins;
}

.dateshow{
    background: rgba(92, 28, 212, 0.1);
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px inset, rgba(43, 43, 64, 0.3) -2px -2px 4px inset;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    display: inline-flex;
}

.newsfeed-cards-content p{
    color: rgb(153 159 159);
    line-height: 24px;
    font-weight: 400;
    font-size: .75rem;
    margin-bottom: 1.5rem;
}

.readmore{
    /* background-color: #4d76ff; */
    color: rgb(255, 255, 255);
    /* box-shadow: rgba(19, 19, 27, 0.8) 4px 4px 8px, rgba(43, 43, 64, 0.6) -4px -4px 8px; */
    border-radius: 24px;
    text-transform: capitalize;
    /*font-family: Poppins;*/
    width: 100%;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.kyc-div{
    /* background-image: url(../images/affiliateBg-Cox1s4pF.png); */
    background-size: cover;
    background-position: center center;
    /* box-shadow: rgb(19, 19, 27) 8px 8px 16px inset, rgb(43, 43, 64) -8px -8px 16px inset; */
    padding: 40px;
    border-radius: .75rem;
    /* justify-content: center;
    min-height: 395px; */
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
}

.kyc-head h2{
    font-size: 48px;    
    font-weight: 500;
    color: #4d76ff;
    margin-bottom: 1.5rem;
}

.kyc-div h3{
    font-size: 16px;
    margin-top: 12px;
}

.identification h2, .selfie-img h2{
    margin-bottom: .5rem;
}

.start-kyc{
    margin-top: 20px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(133deg, rgb(63, 63, 63) 11.53%, #4d76ff);
    gap: 4px;
    border-radius: 12px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #FFF;
    border-left: 1px;
}

.file-upload{
    border-width: 2px;
    border-radius: .5rem;
    border-style: dashed;
    padding: 1.5rem;
    text-align: center;
}

.file-upload{
    position: relative;
}

/* .file-upload input{
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
    white-space: nowrap;
} */

.fileUpload-div{
    position: relative;
    border-width: 2px;
    border-radius: .5rem;
    border-style: dashed;
    padding: 1.5rem;
    text-align: center;
}

.fileUpload-div svg{
    fill: #FFF;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 2.1875rem;
}

.fileUpload-div label{
    width: 100%;
}

.file-upload input[type=file], .fileUpload-div input[type=file] {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
}

.drag-drop > p{
    font-size: 15px;
    margin-bottom: .5rem;
    text-align: center;
}

.file-upload  svg{
    fill: #FFF;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 2.1875rem;
}

.file-upload p{
    font-size: 20px;
    margin-bottom: 0;
}

.selfie-img{
    margin-top: 1rem;
}

.submit-docs{
    padding: 16px 40px;
    font-size: 16px;
}

.uploaded-file-name{
    padding: 1rem;
    border: 1px solid rgb(107 114 128 );
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uploaded-file-name span{
    font-size: 20px;
    color: rgb(209 213 219 );
}

.uploaded-file-name svg{
    fill: rgb(239 68 68);
    cursor: pointer;
}

.news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card {
    background: rgba(21, 27, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(19, 19, 27, 0.6) 4px 4px 10px inset, rgba(43, 43, 64, 0.6) -4px -4px 10px;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
}

.news-card {
    display: flex;
    flex-direction: column;
    /* Stack children vertically */
    justify-content: space-between;
    /* Ensure space between content and button */
    background: rgba(21, 27, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(19, 19, 27, 0.6) 4px 4px 10px inset, rgba(43, 43, 64, 0.6) -4px -4px 10px;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    height: 100%;
    /* Ensures consistent height for all cards */
    align-items: flex-start;
}

.news-card .button-container {
    margin-top: auto;
    /* Pushes the button to the bottom */
    display: flex;
    justify-content: center;
    width: 100%;
    /* Aligns the button to the right */
}

.news-card .btn.readmore {
    background-color: #4d76ff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;

}

.news-card .btn.readmore:hover {
    background-color: #5a0fbd;
    /* Slightly darker purple on hover */
}

.news-card img {
    max-width: 50%;
    height: auto;
    border-radius: 5px;
}

.news-card h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-family: Poppins;
}

.news-card p.sub-title {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Poppins;
    margin-bottom: .75rem;
    color: rgb(255 255 255);
    font-weight: 500;
}

.news-card a {
    color: blue;
    text-decoration: none;
    font-family: Poppins;
}

.news-para{
    color: rgb(153 159 159);
    line-height: 24px;
    font-weight: 400;
    font-size: .75rem;
    margin-bottom: 1.5rem;
    font-family: Poppins;
}

.memberslist{
    margin-top: 1px;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.userName-intial{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Montserrat;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 96px;
    height: 96px;
    background-color: rgb(17, 20, 17);
    color: #4d76ff;
    margin: 0 auto;
}

.ryze-navbar .form-inline{
    gap: 1.5rem;
}


.withdwarlhead{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.withdwarlhead span{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
}

.withdraw-summary{
    gap: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    background: var(--Light-BG, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(50px)
}

.new-withdraws{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.withdraw-summary > div{
    display: flex;
    align-items: center;
}

.withdraw-summary > div h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
}

.withdraw-summary span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #4d76ff;
}

.withdraw-summary p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

.paid-span, .active-span{
    background: #01C0F91A;
    /* background: var(--BLue, #4d76ff); */
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-radius: 4px;
    display: inline-flex;
    color: #4d76ff;
}

.active-span{
    background: #00FF471A;
    color: #00FF47;
    display: inline-flex;
}


.noupload-span{
    background: #ff76001a;
    color: #FFA500;
    display: inline-flex;
}

.unpaid-span, .inactive-span{
    background: #FF000033;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #FF0000;
    display: inline-flex;
}

.active-span, .inactive-span{
    width: 100px;
}

.leaderboard-table.table{
    border-collapse: inherit;    
    border-spacing: inherit;
    font-size: 16px;
}

.leaderboard-table.table tr{
    border: 0;
}

.leaderboard-table.table th,
.leaderboard-table.table td{
    font-size: 16px;
}

.leaderboard-table.table thead tr{
    background: #4d76ff;
}

.leaderboard-table.table thead tr th:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.leaderboard-table.table thead tr th:last-child{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.leaderboard-table.table tbody tr td:first-child{
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-left: 1px solid var(--Stroke, #FFFFFF33);
    color: #4d76ff;
}
.leaderboard-table.table tbody tr td:last-child{
    border-top-right-radius: 8px !important; 
    border-bottom-right-radius: 8px !important;
    border-right: 1px solid var(--Stroke, #FFFFFF33);
    display: flex;
    align-items: center;
    gap: 4px;
}

.leaderboardDiv{
    border-radius: 16px;
    border-width: 1px;
    background: var(--Light-BG, #FFFFFF0A);
    border: 1px solid var(--Stroke, #FFFFFF33);
    padding: 10px;
}

.min-length-pass{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #7C7C7C;
}

.billing-account-list{
    border-bottom: 1px solid var(--Stroke, #FFFFFF33);
    padding: 0;
    width: 80%;
}


.nav-tabs.billing-account-list .nav-item{
    padding-bottom:0 ;
    padding-top:0 ;
}

.nav-tabs.billing-account-list .nav-link{
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: #FFF;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.nav-tabs.billing-account-list .nav-link.active{
    background-color: transparent;
    color: #007cbd;
    border: 0;
    border-radius: 0;
    padding: 10px;
    border-bottom: 2px solid #007cbd;
}

.tabs-list-date{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.billing-account .tab-pane{
    padding: 15px 0;
}

.userDetails-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.userDetails-div h3{
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.userDetails-div img{
    width: 130.93988037109375px;
    height: 130.93988037109375px;
    border-radius: 29756.09px;

}

.userDetails-div span{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%; 
    display: flex;
    align-items: center;
    gap: 4px;
}

.personalinfo{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    color: #FFFFFF;
}

.form-group .input-icon svg{
    display: inline-block;
}


.btn-cancel{
    height: 44px;
    gap: 10px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.btnSave{
    height: 44PX;
    gap: 10px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: var(--BLue, #4d76ff);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}    

.uploding-div p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.uploding-div p span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #7C7C7C;
}

.uploding-div .file-upload span.icon{
    width: 48px;
    height: 48px;
    gap: 10px;
    border-radius: 123px;
    background: #FFFFFF1A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.buttons-div-btm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-pic{
    position: relative;
}

#newprofilePic{
    background-position: center;
    width: 120px;
    height: 120px;
    background-size: cover;
    display: none;
}

#removeImage1{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #f00;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.changeAvatar{
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.newuser-signup{
    margin-bottom: 0;
}

.custbox{
    background: transparent;
    border-radius: 16px;
    gap: 14px;
    border-width: 1px;
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 40px;
    padding-left: 48px;
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.heading-logo h3 {
    font-family: Red Hat Display;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
}

.heading-logo span{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}

.logo-div-top{
    height: 60px;
    width: 140px;
    display: none;
}

.logo-div-top img{
    width: 100%;
    border-radius: 25%;
}

.header-affiliate h1 {
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}

span#close-menu {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999;
}

.memberslisttable{
    overflow: inherit;
}

.memberslisttable table{
    width: 100% !important;
}

.account-details-selection{
    display: flex;
    gap: 8px;
}


.payout-request .btn-primary{
    width: 100%;
    /* background-color: #4d76ff; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    height: 64px;
    align-items: center;
    border-radius: 6px;
}

.payout-request .btn-primary:hover, .openmodel:hover{
    background-color: #4d76ff;
}

.table_overflow{
    overflow: inherit;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal-dialog.affiliate{
max-width: 1100px;
}

.slno{
    display: none;
}

.total-trades, .total-withdraws{
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 15px;
     gap: 8px;
}

.total-trades p, .total-withdraws p{
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 4px;
}

.total-trades p span:first-child, .total-withdraws p span:first-child{
    background-color: rgba(42, 128, 179, 0.2);
    padding: 5px;
    border-radius: 3000px;
}

@media only screen and (min-width: 992px){
    .col-lg-4{
        max-width: 32.5%;
    }
}

@media only screen and (min-width: 1200px){
    .col-xl-4{
        max-width: 32.333333%;
    }
}

@media only screen and (min-width:1600px) {

    #content{
        width: calc(100% - 280px);
    }

    .container{
        max-width: 100%;
    }

    .Certificate-images > div{
        max-width: 24%;
    }
}

@media only screen and (min-width:1900px) {

    .left-menu-div{
        width: 25%;
        max-width: 280;
    }

    .profit-combo-div .balanceEquityCard-content {
        width: 32.90%;
    }

    #sidebar{
        width: 280px;
        max-width: 100%;
    }
}

@media only screen and (min-width:2050px) {
    #sidebar{
        width: 280px;
    }
}

@media only screen and (max-width:1400px) {
    .Certificate-images > div{
        max-width:32%;
    }
}

@media only screen and (max-width:1200px) {
    .balanceEquityCard-content {
        width: 33.3%;
        padding: 5px;
    }

    .ExistingPrograms h3{
        font-size: 32px;
    }
    .right-innerTxt p {
        font-size: 14px;
    }

    .totalValueTxt {
        font-size: 18px;
    }

    .phase-row h3 {
        font-size: 18px;
    }

    .btnStart{
        padding: 10px;
    }

    #sidebar ul li a{
        padding-left: 1rem;
        font-size: 14px;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #sidebar ul li.active>a{
        padding-left: 0.5rem;
    }

    .challenge-btn {
        text-align: center;
        min-width: 180px;
    }

    .row{
        width: 100%;
    }

    .profit-combo-div{
        flex-wrap: wrap;
    }

    .profit-combo-div .balanceEquityCard-content {
        width: 49.2%;
    }

    #content{
        gap: 2rem;
    }

    .admin-main-form div h6{
        font-size: 14px;
    }

    .admin-main-form > div{
        flex-wrap: wrap;
    }

    .filter-first form {
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
    }

    .filter-first form .form-group {
        width: 50%;
    }

    .Certificate-images > div{
        max-width: 48.5%;
        flex: 0 0 49%;
    }

    .balanceChart-overview{
        flex-wrap: wrap;
    }

    .memberslisttable{
        overflow: auto;
    }

    .billing-account-list{
        width: 100%;
    }
    
}

@media only screen and (max-width:1100px) {
    .myCap-challaenge{
        font-size: 24px;
    }

    .select-account{
        max-width: 56rem;
        width: inherit;
    }

    .withdraw-summary > div{
        flex-wrap: wrap;
    }

    .withdraw-summary span{
        font-size: 16px;
    }

    .withdraw-summary > div h3 {
        font-size: 18px;
    }

    .withdraw-summary{
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        height: 100%;
    }
    
}

@media only screen and (max-width:1025) {
    .phase-row div {
        padding-right: 15px;
        border-right: 1px solid #E5E6EB;
    }

    .phase-row h3 {
        font-size: 18px;
    }

}

@media only screen and (max-width:992px) {

    /* .account-details{
        margin-top: 20px;
    } */
    /* .newChallenge-Btn {
        width: 160px;
    } */

    
    .table_overflow{
        overflow: auto;
    }
    .nav-inside {
        padding-top: 27px;
    }

    .userDetails{
        min-width: 200px;
        margin: 0 10px;
    }


    span#close-menu {
        display: inline-block;
    }

    .userDetails{
        display: inline-flex;
    }

    #sidebar ul li.nav-item{
        margin-bottom: 0.5rem;
    }

    .news-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ryze-card-content {
        width: 33.3%;
        padding: 5px;
    }

    .logo-div-top{
        display: inline-block;
    }

    .logo-div{
        display: none;
    }

    .profit-combo-div .balanceEquityCard-content {
        width: 49%;
    }

    .content-divs{
        max-width: 100%;
        flex-basis: 100%;
    }

    .content-divs1{
        max-width: 100%;
        flex-basis: 100%;
    }

    #daily-revenue .ticket-1:first-child {
        min-width: 185px;
    }

    #daily-revenue .ticket-1:nth-child(2) {
        min-width: 70px;
    }

    #daily-revenue .ticket-1:nth-child(3) {
        min-width: 60px;
    }

    #daily-revenue .ticket-1:nth-child(4) {
        min-width: 60px;
    }

    .ryze-navbar a.nav-link {
        font-size: 20px;
        font-weight: 600;
    }

    .mobile-display-none {
        display: none;
    }

    .main #faq .card .card-header .btn-header-link {
        padding-bottom: 10px;
    }

    .account-details .account-select {
        width: 40%;
    }

    #trade-history_paginate .pagination {
        flex-wrap: wrap;
    }

    .graphparent-div {
        margin-bottom: 13px;
        height: auto;
    }

    .statusright-div {
        margin-bottom: 13px;
        height: auto;
    }

    .responsive-margin {
        margin-top: 30px;
    }

    .withdrawfund-left {
        padding-bottom: 30px;
    }

    .withdrawfund-left,
    .withdrawfund-right {
        max-width: 100%;
        display: block;
        width: 100%;
        flex: 0 0 100%;
    }

    .withdrawfund-left.border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .withdrawfund-right {
        margin-top: 30px;
    }

    .account-overview-content {
        padding: 25px 15px;
    }

    .phase-row h3 {
        font-size: 16px;
    }

    .account-overview-tabs .nav-tabs .nav-link,
    .account-overview-tabs .nav-tabs .nav-link.active {
        font-size: 16px;
    }

    #navbarSupportedContent {
        background: #060a23;
        padding: 0px;
    }

    .mobile-view {
        display: flex;
    }

    .ryze-navbar .navbar-brand {
        padding-left: 10px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .balanceChart-overview {
        margin-top: 13px;
        margin-bottom: 0;
    }

    .mobile-view .copyright-txt {
        text-align: center;
        display: block;
        margin-top: 15px;
        padding-bottom: 10px;
        width: 100%;
    }

    .inner-contentbalance p {
        font-size: 16px;
        font-weight: 500;
    }

    .balanceEquityCard-content {
        width: 50%;
        padding: 5px;
    }

    .inner-contentbalance {
        padding: 36px 30px;
    }

    .custfooter ul.list-unstyled {
        height: auto;
        justify-content: center;
    }

    /* .maincontentstart {
            padding-top: 100px;
        } */

    .right-box:hover {
        transform: scale(1.06);
    }

    .left-menu-div{
        max-width: 100%;
        z-index: 9999;
        width: 100%;
        position: absolute;
        /* top: 120px; */
    }

    #content{
        width: 100%;
    }

    #sidebar {
        max-width: 100%;
        width: 100%;
        top: 0px;
        display: none;
    }

    #sidebar.active{
        display: block;
    }

    .container.ryzenavbar-container{
        max-width: 100%;
    }

    .metatrade4-txt{
        padding: 15px;
    }

    .mobile-view-none {
        display: none;
    }

    .metatrade4-txt a{
        padding: 10px;
    }

    .newsfeed-cards{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .balanceChart-overview{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:800px) {
    .counter__block {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-btns{
        flex-wrap: wrap;
    }

    #directionDist {
        max-width: 180px;
    }

    .ExistingPrograms h3{
        font-size: 24px;
    }

    .direction-chart {
        margin-bottom: 25px;
    }

    .ryze-card-content {
        width: 33.3%;
        padding: 5px;
    }

    .phase-statistics {
        margin-top: 10px;
    }

    /* .trading .table thead th {
        min-width: 170px;
    } */

    .withdraw-funds {
        padding: 15px;
    }

    .withdraw-funds>.row {
        margin: 0;
    }

    .metatrade4-txt,
    .trading-view,
    .ctrader-txt,
    .metaTrader5-txt {
        padding: 25px;
    }

    .coming-soon {
        margin: 50px 0;
    }

    .metatrade4-txt button {
        padding: 0 20px;
    }

    .trend-object-contnet .col-md-4 {
        padding: 0;
    }

    .trend-object-contnet .row {
        margin: 0;
    }

    #content nav{
        width: 98%;
        left: 10px;
    }

    #sidebar.active{
        left: 0px;
    }

    .pagecontent{
        padding: 0rem;
    }

    #content {
        gap: 1rem;
    }

    .admin-main-form > div{
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
    }
    
    .admin-main-form > div select{
        width: 100%;
    }

    .filter-first form {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-first form .form-group {
        width: 100%;
    }

}

@media only screen and (max-width:767px) {
    .container {
        padding: 0 15px;
    }
    .gap10{
        gap: 10px
    }

    

    .gap10 .col-md-4{
        padding: 0;
    }
    .Certificate-images > div {
        max-width: 48.4%;
        flex: 0 0 50%;
    }

    #content {
        gap: 1rem;
    }

    .filter-div{
        width: 100%;
    }
    .accordian-div h2{
        margin-bottom: 15px;
    }

    .new-withdraws .mobile-gap{
        margin: 0;
        gap: 12px;
    }

    .new-withdraws .mobile-gap > div {
        padding: 0;
    }

    .status-show{
        flex-wrap: wrap;
    }

    .pagination{
        flex-wrap: wrap;
        justify-content: center;
    }

    .ryze-navbar .navbar-brand{
        display: none;
    }

    .input-copy-section input{
        width: 50%;
    }

    #timer12 {
        min-width: 90%;
    }

    .filter-first form .form-group{
        width: 80%;
    }
    .accordian-div{
        flex-wrap: wrap;
    }

    #Search12{
        min-width: 210px;
        width: 90%;
    }

    body{
        padding: 0;
    }

    #ExistingPrograms .input-group{
        flex-wrap: nowrap;
    }

    #ExistingPrograms .input-group form > div{
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: baseline;
        width: 100%;
    }

    select{
        width: 100%;
    }


    #content{
        margin-left: 0;
    }

    .mobile-view {
        display: flex;
    }

    .no-data-div p {
        font-size: 14px;
    }

    .mobile-view.account-overviewTabs {
        display: flex;
        flex-direction: column;
    }

    .acc-overview.parentTabs.mobile-view {
        display: flex;
        flex-direction: column;
    }

    .Maximum-loss-limit {
        padding-left: 0;
    }

    .ryze-banner {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .phase-row {
        flex-wrap: wrap;
    }

    ul.overview-list li span.overview-value {
        font-size: 16px;
    }

    .vall-right,
    .inner-contentryze h2,
    .inner-contentbalance h2 {
        font-weight: 700;
    }

    .banner-heading {
        font-size: 28px;
        font-weight: 600;
    }

    .login-maincontentstart {
        padding-top: 10px;
        justify-content: center;
    }

    .ryze-banner {
        height: auto;
    }

    .new-challengebtn {
        margin-top: 20px;
        display: block;
        width: 100%;
    }

    .account-select .form-control {
        margin-right: 0;
    }

    .account-details {
        margin-top: 25px;
        justify-content: center;
    }

    .newChallenge-Btn {
        width: 100%;
    }

    .key-icon {
        width: auto;
    }

    .account-details .account-select {
        width: auto;
    }

    .conent-heading {
        margin: 60px 0;
    }

    .mobile-marginTop {
        margin-top: 15px;
    }

    .balanceEquityCard-content {
        width: 50%;
        padding: 0px;
    }

    ul.overview-list li {
        padding: 9px 0;
    }

    .ryze-card-content {
        width: 50%;
        padding: 5px;
    }

    .ryze-cards {
        margin-top: 0px;
        margin-bottom: 13px;
    }

    .status-conent p {
        max-width: 100%;
    }

    .profit-chart {
        padding-right: 0;
    }

    .rl-border {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
        margin: 13px 0;
    }

    .profitTxt {
        padding-bottom: 10px;
    }

    .daily-loss-limit {
        padding: 0;
        margin: 20px 0;
    }

    .balance-equityProfit {
        margin-bottom: 20px;
    }

    .status-bar {
        margin: 13px 0;
    }

    .new-donutchart {
        margin-bottom: 30px;
    }

    .dflex-footer {
        padding-top: 30px;
    }

    .dflex-footer .copyright-txt {
        text-align: center;
        display: block;
    }

    /* .trading .table thead th {
        min-width: 160px;
    } */

    #directionDist {
        max-width: 180px;
    }

    .phase-row div:last-child {
        padding-top: 20px;
    }

    .phase-row div:first-child {
        padding-left: 0;
        width: auto;
    }


    .phase-row div {
        /* padding-right: 8px; */
        padding-left: 5px;
        width: auto;

    }

    .balanceTxt.border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .metatrade4-txt,
    .trading-view,
    .ctrader-txt {
        margin-bottom: 13px;
        height: auto;
    }

    .trading-view {
        margin-top: 13px;
    }

    .ctrader-txt {
        margin-bottom: 13px;
        height: auto;
        margin-top: 0;
    }

    .ryze-navbar .nav-item {
        padding: 10px;
    }

    .ryze-navbar .navbar-nav {
        margin-top: 10px;
    }

    .ryze-navbar .form-inline {
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: nowrap;
    }

    .container.ryzenavbar-container{
        flex-wrap: nowrap;
        padding: 0.5rem !important;
    }

    .challenge-btn {
        text-align: center;
        min-width: 150px;
    }

    .balanceChart-overview .col-lg-8 {
        padding-right: 15px;
    }

    .main.dailyrevencueTxt {
        padding: 15px 25px;
        margin-top: 13px;
    }

    .main.tradeHistory {
        margin-top: 13px;
        padding: 0px;
    }

    .statusright-div {
        padding: 25px;
    }

    .inner-contentbalance,
    .inner-contentryze {
        padding: 25px;
        box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
    }



    .graph-div,
    .trend-object-contnet {
        padding: 25px;
    }

    /* .trading .table thead th:first-child,
    .trading .table tbody td:first-child {
        padding-left: 0;
    } */

    .acc-overview.parentTabs {
        padding: 25px;
        position: relative;
        border-radius: 10px;
    }

    .user-settings-head {
        padding: 25px;
    }

    .user-settings-head .form-group {
        padding-right: 0;
        padding-left: 0;
    }

    .general-setting-submitbtn {
        padding: 0;
        margin-right: 30px;
    }

    .changes-success {
        display: none;
    }

    .user-settings-head h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .success-msg {
        color: #6936F5;
        font-size: 14px;
        font-weight: 600;
    }

    #faq2 .col-lg-12 {
        padding: 0;
    }

    .content__chart {
        height: auto;
        padding: 25px;
    }

    .mycertificate-content {
        padding: 25px;
    }

    .banner-content iframe {
        width: 100%;
        height: 390px;
        min-height: 390px;
    }

    .summary-table ul li span {
        min-width: 100%;
    }

    .table-res {
        /* display: block; */
        overflow-x: auto;
        width: 100%;
    }

    .width50 {
        width: 50%;
    }

    .custfooter {
        width: calc(100%);
        margin-left: 0px;
    }

    #content nav {
        width: 100%;
        left: 0px;
    }

    .pagecontent {
        margin-top: 0;
    }

    /* .calender-icon {
            padding-left: 30px;
        } */

    .logo-img {
        width: 30%;
    }

    .user-options {
        width: 70%;
    }

    #chart {
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .uti {
        text-align: center;
    }
    .left-content{
        gap:20px;
    }
    .about-trail{
        gap:10px;
        margin-bottom: 0;
    }
    .terms-cond ul{
        padding: 0 20px;
    }
    .custbox{
        padding: 24px 24px 24px 24px;
    }
    .mb-1rem{
        margin-bottom: 1rem;
    }

    .login-maincontentstart .card{
        margin-bottom: 1rem;
    }

    .heading-logo h3 {
        font-size: 24px;
    }

    .content-div, .rightChartParent{
        flex-wrap: wrap;
        gap: 10px;
    }

    .content-div > div{
        width: 100%;
    }

    .content-div h2{
        font-size: 34px;
    }
}

@media only screen and (max-width:640px){
    .account-det{
        flex-wrap: wrap;
    }  
    .Certificate-images > div{
        max-width: 100%;
        flex: 0 0 100%;
    }
    

}

@media only screen and (max-width:580px) {
    .ryze-card-content {
        width: 100%;
        padding: 6px 0;
    }

    .news-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .newsfeed-cards{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .header-affiliate{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .status-show{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .status-show > div{
        width: 100%;
        box-shadow: 8px 8px 16px #13131bcc, -8px -8px 16px #2b2b4099;
        border-radius: 12px;
    }

    .ryze-card-content:first-child {
        padding-top: 0;
    }

    .ExistingPrograms h3{
        font-size: 18px;
    }
    .direction-chart {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }

    .banner-heading {
        font-size: 26px;
    }

    #sidebar.active {
        left: 0px;
    }

    .responsive-margin {
        margin-top: 0px;
    }

    .new-donutchart h3,
    .heading-txt,
    .main #faq .card .card-header .btn-header-link {
        font-size: 18px;
        font-weight: 600;
    }

    .activeUser,
    .metahead-txt h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .counter__block {
        padding-bottom: 0px;
    }

    .inner-contentbalance h2 {
        font-size: 16px;
    }

    .statusright-div h3,
    .graph-div h3,
    .legend-text {
        font-size: 18px;
        font-weight: 600;
    }

    .footer-descri p {
        font-size: 12px;
    }

    .vall-right {
        font-size: 18px;
        font-weight: 700;
    }

    .inner-contentryze h2 {
        font-size: 16px;
        font-weight: 700;
    }

    .trend-object-contnet {
        padding: 0;
        border: none;
        background: transparent;
    }

    .trend-object-contnet .row {
        margin: 0;
    }

    .trend-object-contnet .col-md-4 {
        border-radius: 10px;
        border: 1px solid #E5E6EB;
        background: #FFF;
        padding: 25px;
    }

    .custfooter ul.list-unstyled li {
        margin: 0;
        padding: 5px;
    }

    .custfooter ul.list-unstyled {
        justify-content: space-between;
    }

    .dflex-footer .list-unstyled.right-align a {
        font-size: 12px;
    }

    .mobile-view .copyright-txt {
        font-size: 12px;
    }

    .dflex-footer .col-lg-6 {
        padding: 0;
    }

    .custfooter {
        margin-top: 80px;
    }

    .dflex-footer {
        padding-top: 0;
    }

    /* .trading .table thead th {
        min-width: 140px;
    } */

    #directionDist {
        max-width: 160px;
    }

    .legend__percentage {
        font-size: 18px;
    }

    .footer-logo {
        display: none;
    }

    .legend__text {
        font-size: 12px;
    }

    .circle {
        position: absolute;
        left: 40px;
        width: 15px;
        height: 15px;
        top: 6px;
    }

    .status-conent p.status-txt {
        font-size: 14px;
    }

    .balanceEquityCard-content {
        width: 100%;
        padding: 0;
    }

    .balanceEquityCard-content:first-child {
        padding-top: 0;
    }

    .phase-row>div {
        width: 50%;
        border: 0;
        padding-right: 8px;
        padding-left: 15px;
    }

    .phase-row {
        padding: 10px 0;
    }

    .phase-row div:nth-child(2n+1) {
        border-right: 1px solid #E5E6EB;
        margin-top: 8px;
    }

    .phase-row div:last-child {
        padding-left: 15px;
        border-right: 0;
    }

    .meta-content>div {
        width: 50%;
        text-align: center;
    }

    .profit-combo-div .balanceEquityCard-content {
        width: 47%;
    }

    .custbox .card-title{
        font-size: 26px;
    }

}

@media screen and (max-width: 540px) {
    .banner-content iframe {
        width: 100%;
        height: 300px;
        min-height: 300px;
    }

    .row{
        margin: 0;
    }

    .col-lg-12{
        padding: 0;
    }

    .banner-content {
        padding: 20px;
    }

    .right-box:hover {
        transform: scale(1.04);
    }

    .payouttable {
        width: 100%;
        overflow: auto;
    }

    .affiliate-section{
        flex-wrap: wrap;
    }

}

@media only screen and (max-width:480px) {
    .account-details .account-select {
        width: auto;
    }
    .main.tradeHistory{
        padding: 10px;
    }
    .profit-combo-div .balanceEquityCard-content{
        width: 100%;
    }
    #myChartGuage{
        max-width: 300px !important;
    }
    .btns-div{
        width: 100%;
        flex-direction: column;
    }
    .key-icon {
        padding-right: 15px;
    }

    .account-list{
        flex-direction: column;
    }

    .account-list li{
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .account-list li > div{
        margin-bottom: 0;
    }

    .account-list li::after {
        content: '';
        width: 2px;
        height: 20px;
        position: absolute;
        right: inherit;
        top: 40px;
        display: block;
        background-color: #FFF;
        left: 15px;
    }

    .account-list li span{
        margin-left: 10px;
    }
    .account-select .form-control {
        margin-left: 15px;
        width: 200px;
    }

    .new-challengebtn {
        /* width: 100%; */
        margin-top: 20px;
    }

    .tabs-content ul li a {
        font-size: 16px;
        padding: 0 5px;
    }

    /* .graph-div,
    .statusright-div {
        padding: 15px;
    } */

    .challenge-btn {
        text-align: center;
        min-width: 100px;
    }

    .btnStart {
        white-space: normal;
        width: 80%;
        padding: 8px 10px;
    }
}

@media only screen and (max-width:400px) {
    .ryze-navbar .nav-item {
        padding: 0px;
    }

    .navbar-toggler {
        margin-right: 0px;
    }
}

@media only screen and (max-width:359px) {
    .tabs-content ul li a {
        font-size: 14px;
    }

    .mycertificate-content {
        padding: 20px;
    }
}

@media only screen and (max-width:319px) {
    .account-select .form-control {
        width: auto;
    }
}

@media only screen and (max-width: 300px) {

    .key-icon {
        padding-right: 10px;
    }

    .account-select .form-control {
        margin-left: 10px;
    }

    .new-challengebtn .newChallenge-Btn {
        width: 255px;
    }
}

#content .pagecontent .modal-content {

    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
}

.ExistingPrograms.payout-request {

    position: relative;
    border-radius: 0px;
    background: transparent;
    /* backdrop-filter: blur(20px); */
    box-shadow: none;
}

.messageDisplay {
    text-align: center;
}

.ExistingPrograms.payout-request .withdraw-withdraw-historyemptystate {
    box-shadow: none;
}

.payout-message {

    position: relative;
    /* background: #FFF; */
    padding: 60px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    min-height: 200px;
    box-shadow: none;
}

.ExistingPrograms.payout-request .payouttableuser {
    box-shadow: none;
}


.pagination {
    justify-content: right;
}

.row3{
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 50px;
    /* background-color: rgb(30, 30, 47); */
    /* box-shadow: rgb(19, 19, 27) 8px 8px 16px, rgb(43, 43, 64) -8px -8px 16px; */
    border-radius: 12px;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  }


  .memberslisttable1 {
    width: 100%;
    border-radius:10px;
    margin: 20px 0;
}

.memberslisttable1 table th {
    background: #4d76ff;
    
}


.memberslisttable1 table th,
.memberslisttable1 table td {
    font-size: 14px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid var(--Stroke, #FFFFFF33);
    font-weight: 500;
}

.memberslisttable1 table tr,
.memberslisttable1 table tr {
    border-left:1px solid var(--Stroke, #FFFFFF33);
    border-right:1px solid var(--Stroke, #FFFFFF33);
}


.memberslisttable1 button.dropdown-toggle {
    width: 80px;
    text-align: left;
}

.memberslisttable1 button.dropdown-toggle::after {
    color: #FFF;
    font-size: 22px;
    right: 5px;
}

.memberslisttable1 .dropdown-menu.show {
    right: 0;
    min-width: 13rem;
}

.user-intial {
    font-family: Montserrat;
    font-size: 1.25rem;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 45px;
    height: 45px;
    background-color: rgb(30, 30, 47);
    color: #c987ff;
    box-shadow: rgb(19, 19, 27) 4px 4px 8px inset, rgb(43, 43, 64) -4px -4px 8px inset;
}


.my-affliate {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border:1px solid #fff;
    padding:20px;
    border-radius:10px;
    
}
