@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');

body {
    font-family: 'Manrope', sans-serif;
    background: #FFFFFF;
    color: #718096;
}

.text-dark {
    color: #718096 !important;
}

p {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.7em;
    color: #718096;
    font-size: 16px;
}

/* login form styles */

.loginForm label {
    margin: 0;
    color: #060A23;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    margin-bottom: 5px;
}

.loginForm label input {
    margin-right: 5px;
    border-color: #E5E6EB;
}

.loginForm label input[type=checkbox]:checked {
    background-color: #6936F5;
}

.loginForm .form-control {
    border: 1px solid #E5E6EB;
    border-radius: 0;
    color: #718096;
}

.custbox {
    box-shadow: 0px 0px 1px 1px #E5E6EB;
    border-radius: 8px;
}

.reset-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #060A23;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 24px;
}

.custbox .card-title {
    color: #060A23;
    font-size: 24px;
    font-weight: 600;
}

.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: #6936F5;
}

.newuser-signup a:hover {
    color: #542CC1;
}

.customMarginTop {
    padding-top: 110px;
}

.retrivePassword {
    box-shadow: 0px 0px 1px 2px #243a47;
}

#content nav {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    margin: 0px;
    right: 0;
    transition: ease-in-out 0.3s;
}

.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%;
    /* background: #f2a723; */
    background: linear-gradient(313deg, #005bff 11.53%, #005bff);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    /* padding: 16px 40px; */
    height: 51px;
    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(133deg, rgb(63, 63, 63) 11.53%, #005bff);
    border-left: 1px;
}

.signin-btn:hover {
    background: linear-gradient(313deg, #005bff, #005bff);
}

.newuser-signup {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 30px;
    color: #FFF;
}

.newuser-signup a {
    color: #6936F5;
}

.newuser-signup a:hover {
    color: #542CC1;
}

.forgot-pass a {
    color: #060A23;
    font-size: 16px;
    font-weight: 500;
}

.forgot-pass a:hover {
    text-decoration: underline;
}

.cntBtn,
.forgotpassBtn {
    background: #6936F5;
    border: #6936F5;
    width: 100%;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cntBtn:hover {
    background: #542CC1;
    border: #542CC1;
}

.backto-login {
    color: #060A23;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.backto-login a {
    color: #6936F5;
}

.backto-login a:hover {
    color: #542CC1;
}

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, #f2a723 0%, #FFFFFF 100%);
    /* box-shadow: 0px 0px 1px 2px #243a47; 
    background: #060a23;*/
}

/*.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
----------------------------------------------------- */

#sidebar {
    width: 117px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    /* background: #7386D5; */
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
    z-index: 999;
    background: #FFF;
}

#sidebar ul {
    text-align: center;
}

#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;
}

/* .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
} */

/* #sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
} */
#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

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: 100%;
    transition: all 0.3s;
}

.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: #495057;
    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 {
    padding-top: 27px;
    /* padding-left: 50px; */
    margin-top: 50px;
}

.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;
}

.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: #060A23;
    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: #060A23;
}

/* .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: #fff;
    line-height: 30px;
}

.trading .table {
    margin-bottom: 0;
}

.trading .table thead th {
    color: #060A23;
    border-bottom: 0;
    border: 0;
    padding: 5px;
    /* min-width: 199px; */
    width: auto !important;
}

.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 tbody td {
    border-bottom: 0;
    border: 0;
    padding: 3px 5px;
	font-weight: 500;
}

.main #faq .card .collapse {
    border: 0;
}

.main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #718096;
}

.ticket-1 {
    color: #718096;
}

.car-1 {
    padding: 0;
}

.btn-bell {
    margin-left: 24px;
}

.list-unstyled li .text-warning {
    color: #243a47 !important;
}

.calender-icon button.rounded-circle {
    width: 65px;
    height: 65px;
    text-align: center;
}

#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;
    box-shadow: 0px 0px 1px 2px #243a47;
    margin-bottom: 40px;
    border-radius: 8px;
}

.red {
    color: rgb(250, 0, 0);
}


.programerstable,
.memberslisttable {
    width: 100%;
    overflow: auto;
    margin: 20px 0;
}

.ExistingPrograms,
.memberslist {
    box-shadow: 0px 0px 1px 2px #243a47;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.memberslisttable table th,
.memberslisttable table td {
    font-size: 14px;
}

.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: #243a47;
    cursor: pointer;
}

.summery-box {
    background-color: #00000047;
}

.summery-box-1,
.table td,
.table th {
    color: #718096;
}

.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%;
}

@media screen and (max-width: 992px) {
    .custfooter ul.list-unstyled {
        height: auto;
        justify-content: center;
    }

    /* .maincontentstart {
        padding-top: 100px;
    } */

    .right-box:hover {
        transform: scale(1.06);
    }
}

@media screen and (max-width: 767px) {
    .table-res {
        /* display: block; */
        overflow-x: auto;
        width: 100%;
    }

    .width50 {
        width: 50%;
    }

    .custfooter {
        width: calc(100%);
        margin-left: 0px;
    }

    #content nav {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 99;
        margin: 0px;
    }

    /* .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;
    }
}

@media screen and (max-width: 540px) {

    .right-box:hover {
        transform: scale(1.04);
    }

    .payouttable{
        width: 100%;
        overflow: auto;
    }

}

.banner-content iframe {
    width: 100%;
    min-height: 538px;
}

@media screen and (max-width: 767px) {
    .banner-content iframe {
        width: 100%;
        height: 390px;
        min-height: 390px;
    }

}

@media screen and (max-width: 540px) {
    .banner-content iframe {
        width: 100%;
        height: 300px;
        min-height: 300px;
    }

    .banner-content {
        padding: 20px;
    }

}

.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;
}

@media screen and (max-width: 767px) {
    .summary-table ul li span {
        min-width: 100%;
    }
}


/*************************Ryze cards styles****************************/
.ryze-cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.balance-equityProfit {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.ryze-card-content {
    width: 20%;
    padding: 9px;
}

.ryze-card-content:first-child {
    padding-left: 0;
}

.ryze-card-content:last-child {
    padding-right: 0;
}

.balanceEquityCard-content {
    width: 20%;
    padding: 0 9px;
}

.balanceEquityCard-content:first-child {
    padding-left: 0;
}

.balanceEquityCard-content:last-child {
    padding-right: 0;
}

.inner-contentryze {
    border: 1px solid #E5E6EB;
    padding: 36px;
    border-radius: 10px;
    background: #FFF;
}

.inner-contentbalance {
    border: 1px solid #E5E6EB;
    padding: 36px 28px;
    border-radius: 10px;
    position: relative;
    background: #FFF;
}

.inner-contentbalance span {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #718096;
    font-size: 16px;
    font-weight: 500;
    Line-height: 24px;
    display: flex;
}

.inner-contentbalance span img {
    width: 15px;
    margin-right: 5px;
}

.inner-contentbalance p {
    color: #718096;
    margin: 0;
    font-size: 14px;
    Line-height: 24px;
    font-weight: 500;
}

.status-show {
    display: flex;
}

.status-show img {
    margin-right: 5px;
    width: 15px;
}

.inner-contentryze p {
    color: #718096;
    margin: 0;
    font-size: 16px;
    Line-height: 24px;
    font-weight: 500;
}

.inner-contentryze h2 {
    color: #060A23;
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 34.5px;
}

.inner-contentbalance h2 {
    color: #060A23;
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 34.5px;
}

.ryze-navbar .navbar-brand {
    padding: 0;
    height: 74px;
    display: flex;
    align-items: center;
}

.ryze-navbar a.nav-link {
    color: #8890A6;
    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 20px !important;
}

.profile-image {
    width: 35px;
    height: 35px;
    margin-left: 6px;
}

.navbar.ryze-navbar .navbar-nav>a:hover,
.navbar.ryze-navbar .navbar-nav>a:focus {
    color: #ffffff;
    background-color: yellow;
}

.ryze-navbar .navbar-nav .nav-item:hover a.nav-link {
    color: #FFFFFF;
}

.ryze-navbar .nav-item.active a.nav-link {
    color: #ffffff;
}

.userProfile {
    padding: 0;
}

.ryze-navbar .userProfile .nav-link {
    padding: 0;
    background: none;
}

.ryze-navbar .userProfile .nav-link::after {
    display: none;
}

.ryzenavbar-container {
    padding: 0;
    height: 74px;
    border-bottom: 1px solid #1C2137;
}

/* .ryzenavbar-container .navbar-toggler {
    background-color: #FFFFFF;
}

.ryzenavbar-container .navbar-toggler:focus {
    box-shadow: none;
    border: none;
    outline: none;
} */

.menuicon {
    color: #FFF;
}

.ryze-banner {
    margin-top: 73px;
    padding: 56px 0 124px;
    position: relative;
    height: 301px;
    background-image: linear-gradient(90deg, #f2a723 0%, #FFFFFF 100%);
    /*background: #060a23;*/
}



.container {
    padding: 0;
}

.account-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}

.notification-icon {
    color: #FFFFFF;
    border-right: 1px solid #1C2137;
    padding-right: 15px;
}

.settings-icon {
    color: #FFFFFF;
}

.key-icon {
    border-right: 1px solid #1C2137;
    line-height: 15px;
    height: 38px;
    padding-right: 26px;
}

.page-link{
    color: #060a23;
}

.page-item.active .page-link{
    z-index: 1;
    color: #FFF;
    background-color: #542CC1;
    border-color: #542CC1;
}

.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 #1C2137;
    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 #1C2137;
    color: #8890A6;
    width: 228px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 18px;
    margin-left: 26px;
}

.account-activedate {
    text-align: right;
    color: #8890A6;
    font-size: 16px;
    font-weight: 600;
}

.banner-heading {
    margin: 0;
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
}

.account-select .form-group {
    margin-bottom: 0;
}

.new-challengebtn .newChallenge-Btn {
    background-color: #6936F5;
    color: #FFF;
    border-radius: 4px;
    width: 100%;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newChallenge-Btn img {
    margin-right: 5px;
    height: 12px;
}

.new-challengebtn .newChallenge-Btn:hover {
    background-color: #542CC1;
}

#faq2 .row {
    margin: 0;
}

.graph-div {
    background-color: #FFF;
    padding: 36px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    height: 100%;
}

#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 {
    background-color: #FFF;
    padding: 37px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    height: 100%;
}

.statusright-div h3 {
    color: #060A23;
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
    font-weight: 600;
}

.graph-div h3 {
    color: #060A23;
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    font-weight: 600;
}

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: #060A23;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    font-family: 'Manrope', sans-serif;
}

ul.overview-list li span.overview-value img {
    margin-right: 5px;
    width: 15px;
}

.trading {
    overflow: auto;
}

.balanceChart-overview {
    margin-bottom: 50px;
}

.balanceChart-overview .col-lg-8 {
    padding-right: 1px;
}

.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: #FFFFFF;
    z-index: 2;
    position: relative;
    padding-right: 10px;
    color: #000;
    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: #6936F5;
    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: #718096;
    font-weight: 500;
}

.statusTxt-div {
    padding-top: 20px;
}

.trend-object-contnet {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    background: #FFF;
}

.vall-right {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    color: #060A23;
}

.val-row {
    display: flex;
    justify-content: space-between;
    color: #718096;
    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: #060A23;
}

.main.dailyrevencueTxt {
    padding: 25px 30px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
    background: #FFF;
}

#daily-revenue_wrapper .col-sm-12 {
    padding: 0;
}

.main.tradeHistory {
    padding: 35px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
    margin-top: 90px;
    background: #FFF;
}



/*********************Chart JS***********************/
.content__chart {
    width: 100%;
    background-color: transparent;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #FFF;
    height: 100%;
}

.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: #060A23;
    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: 23px;
    font-weight: 700;
    color: #060A23;
    padding: 0;
    text-align: left;
}

.legend-text {
    font-size: 23px;
    font-weight: 700;
    color: #060A23;
    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: #6936f5;
}

#circle__desktop {
    background: #b59cfa;
}


/* 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 {
    margin-top: -60px;
}

.metatrade4-txt {
    padding: 45px 55px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
    background: #FFFFFF;
}

.metahead-txt h3 {
    color: #060A23;
    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;
    border: 1px solid #E5E6EB;
    padding: 45px 55px;
    border-radius: 10px;
    min-height: 250px;
    margin-top: 18px;
    background: #FFFFFF;
}


.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 {
    margin-top: -60px;
}

.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;
    margin-top: -60px;
    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;
}

.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;
    margin-top: -60px;
    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 {
    margin-top: -60px;
    position: relative;
}

.account-overview-content {
    background: #FFF;
    padding: 40px 55px;
    border: 1px solid #E5E6EB;
    border-radius: 10px;
}

.account-overview-header {
    display: flex;
    justify-content: space-between;
}

.account-overview-header h3 {
    color: #060A23;
    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: #718096;
    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: #6936F5;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
}

.account-overview-tabs .card-body {
    padding: 15px 5px;
}

.phase-row {
    display: flex;
    justify-content: space-between;
}

.phase-row span {
    color: #718096;
    font-size: 16px;
    font-weight: 500;
}

.INACTIVE-tabs {
    margin-top: 90px;
}

.phase-row h3 {
    color: #060A23;
    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 {
    border: 1px solid #E5E6EB;
    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 {
    margin-top: -60px;
    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 {
    margin-top: -60px;
    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;
    margin-top: -60px;
    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: #060A23;
    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: #6936F5;
}

.acc-overview-mobview-list {
    border: 1px solid #E5E6EB;
    border-radius: 10px;
    margin-top: 13px;
    padding: 25px;
}

.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: #060A23;
}

.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%;
}

.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;
}

.my-certificate .row {
    margin: 0;
}

#trade-history_paginate {
    display: flex;
    justify-content: center !important;
}

.mobile-view{
    display: none;
}

/* .acc-overview-mobview-inactive{
    display: none;
} */

@media only screen and (max-width:1200px) {
    .balanceEquityCard-content {
        width: 33.3%;
        padding: 5px;
    }

    .right-innerTxt p {
        font-size: 14px;
    }

    .totalValueTxt {
        font-size: 18px;
    }

    .phase-row h3 {
        font-size: 18px;
    }
}

@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;
    } */
    .ryze-card-content {
        width: 33.3%;
        padding: 5px;
    }
    #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: block;
    }

    .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;
    }
}

@media only screen and (max-width:800px) {
    .counter__block {
        text-align: center;
        padding-bottom: 30px;
    }

    #directionDist {
        max-width: 180px;
    }

    .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;
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding: 0 15px;
    }

    .mobile-view-none{
        display: none;
    }

    .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: 6px;
    }

    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;
    }

    .balanceChart-overview .col-lg-8 {
        padding-right: 15px;
    }

    .main.dailyrevencueTxt {
        padding: 15px 25px;
        margin-top: 13px;
    }

    .main.tradeHistory {
        margin-top: 13px;
        padding: 25px;
    }

    .statusright-div {
        padding: 25px;
    }

    .inner-contentbalance,
    .inner-contentryze {
        padding: 25px;
    }



    .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;
        background: #FFF;
        margin-top: -60px;
        position: relative;
        border-radius: 10px;
        border: 1px solid #E5E6EB;
    }

    .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;
    }

}

@media only screen and (max-width:580px) {
    .ryze-card-content {
        width: 100%;
        padding: 6px 0;
    }

    .ryze-card-content:first-child {
        padding-top: 0;
    }

    .direction-chart {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }

    .banner-heading {
        font-size: 26px;
    }

    .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: 6px 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;
    }

}

@media only screen and (max-width:480px) {
    .account-details .account-select {
        width: auto;
    }

    .key-icon {
        padding-right: 15px;
    }

    .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;
    } */
}

@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{
    margin-top: -60px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
}

.ExistingPrograms.payout-request{
    margin-top: -60px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E6EB;
    background-color: #FFF;
    box-shadow: none;
}
.messageDisplay{
    text-align: center;
}

.ExistingPrograms.payout-request .withdraw-withdraw-historyemptystate{
    box-shadow: none;
}

.payout-message {
    margin-top: -60px;
    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;
}