﻿.color {
    background-color: #665bff;
    color: white;
}

    .color h3, .color h5 {
        color: white !important;
    }

.col-md-2 i {
    font-size: 35px;
}

.color .check1 {
    display: none;
}

.color .check2 {
    display: block;
}
/*.myclass {
    color: #665bff;
}*/
/*.myclass h5 {
    color: #665bff;
}*/

.myclass h3 {
    color: #665bff;
}

.check1 {
    margin-top: 16px
}

.check2 {
    display: none;
    margin-left: 23px;
    margin-top: 12px;
}

.ttlprice h3 {
    color: #665bff;
}

.LoginLink {
    text-decoration: none;
}

/*forgot password page css start*/
.forpass {
    margin-top: 130px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.pfont {
    color: #4A485F;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05px;
}

.outerdivtext {
    color: #4A485F;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.unamtext {
    height: 60px;
    padding: 0px 25px
}

.mainbutton {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.divbtn {
    text-align: left;
}

.navbtns {
    text-align: right;
}

.divbtn button {
    font-size: 16px;
    font-weight: 500;
}

.divbtn a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    margin-left: 90px;
}

.contfluid {
    padding: 25px;
    background-color: #F5F9FF;
}

.allbody {
    color: #4A485F;
    margin: 0;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.04px;
    background-color: #fafafa
}

.Forgotpass-input-btn {
    text-transform: uppercase;
    min-height: 50px;
    border-radius: 10px;
    /*font-size: 24px;*/
    /*padding: 0.2rem 7rem;*/
    /*font-weight: 700;*/
}
/*forgot password page css end*/

/*Register page css start*/
.Register-heading {
    color: #292D34 ;
    font-size: 28px ;
    font-weight: 700 ;
    line-height: 45px ;
}

.Register-content {
    width: 100% ;
    line-height: 21px ;
    margin-bottom: 10px ;
    color: #4A485F ;
    font-family: Inter, sans-serif ;
    font-size: 15px ;
    font-weight: 400 ;
    margin-bottom: 50px ;
    font-weight: 300 ;
}

    .Register-content p {
        color: #4A485F;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

.checkbox label {
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
    /*font-size: 18px;
    font-weight: 400;*/
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05px;
}

.register-logo img {
    height: 33px;
    margin-bottom: 30px;
}

.register-input-btn {
    text-transform: uppercase ;
    min-height: 47px ;
    border-radius: 5px ;
    font-size: 19px ;
    padding: 5px 50px ;
    font-weight: 600 ;
    width: 200px ;
}
#navbarDropdownMenuLink1 {
    color: white !important;
}
/*register end*/
/* resetpass start */
.rstmsg {
    text-align: center;
    background-color: #fafafa;
    width: 400px;
    height: 400px
}

    .rstmsg img {
        margin-top: 80px;
    }

.resetpass {
    color: #292D34;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 45px;
    /* margin-top: 45px;*/
    margin-bottom: 45px;
}


.restpassmain {
    text-align: center;
    margin-top: 130px;
    height: 400px;
    /* width: 800px; */
}

.colsix {
    background-color: #fafafa;
    /* padding: 75px; */
}

.forpadd {
    padding: 40px;
}
/* resetpass End */


/*default page header start*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
/* body{
    background-color: aquamarine;
} */
.mynav {
    background-color: #fff;
    padding: 5px 25px;
    padding-left: 0px;
    padding-right: 0px;
}


.navbar-expand-md .navbar-nav .nav-link a {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding-top: 1rem;
    /* padding-bottom: 1rem; */
    --tw-text-opacity: 1;
    color: rgb(33 33 33/var(--tw-text-opacity)) !important;
    padding-right: 35px !important;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.nav-item {
    position: relative;
    cursor: pointer;
}

.navrright {
    text-align: left;
}

.mainlogo {
    text-align: left;
    padding-left: 0px;
}

    .mainlogo img {
        width: 180px;
        height: auto;
        margin-left: -20px;
    }

#navbarNavDropdown .dropdown-item 
{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.dropdown-menu .dropdown-item 
{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-image: linear-gradient(94.25deg,#3f68ff,#cd63ff);
    color: white;
}
/*.mainlogologin {
    text-align: center;
}*/
.mainlogologin img {
    width: 180px;
    height: auto;
}

.custom-area-btn {
    padding-left: 18px !important;
    padding-right: 11px !important;
    color: white !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px !important;
}

/*default page header End*/

/*.navrright a{
    height:50px;
}*/


/* resetpass start */
/*.rstmsg {
    text-align: center;
    margin-top: 185px;
}

    .rstmsg img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.resetpass {
    color: #292D34;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 45px;*/
/* margin-top: 45px;*/
/*margin-bottom: 45px;
}


.restpassmain {
    text-align: center;
    margin-top: 130px;
    height: 400px;*/
/* width: 800px; */
/*}

.colsix {
    background-color: #fafafa;*/
/* padding: 75px; */
/*}

.forpadd {
    padding: 40px;
}

.maindivrest {
    background-color: #F5F9FF;
    padding: 50px;
}*/

.mytext {
    border: none;
    outline: none;
}

.mytable td {
    padding-left: 45px;
    padding-top: 5px;
}



/* Shadow section start */

.headingdiv {
    text-align: center;
}

    .headingdiv h4 {
        font-size: 40px;
        font-weight: 700;
        padding-bottom: 50px;
    }

    .headingdiv h6 {
        font-size: 24px;
        font-weight: 500;
        color: blue;
    }

    .headingdiv p {
        /* text-align: center; */
        font-size: 15px;
        font-weight: 700;
    }

/* Shadow section End */

.demopara {
    margin-top: 100px;
}

.mainbody {
    background-color: #F5F9FF;
}

/* .demopara h4{
    color: blue;
}  */

/* .demopara p{
    color: blue;
} */

.indexfont p {
    color: #060049 !important;
    font-size: 15px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.05px;
}
.acouunttable{
    margin-bottom:35px;
}
.ppolicy{
   color:black !important;
   font-size:15px !important;
}
.clsdt {
    padding-top: 10px;
}

/*.sidebtn{
    color:white !important;
}*/

.maindivregister {
    padding: 51px;
}

.login-heading {
    color: #292D34 ;
    font-size: 28px ;
    font-weight: 700 ;
    line-height: 45px ;
}

.login-content {
    width: 100% ;
    line-height: 21px ;
    margin-bottom: 10px ;
    color: #4A485F !important;
    font-family: Inter, sans-serif ;
    font-size: 15px ;
    font-weight: 400 ;
    margin-bottom: 50px ;
    font-weight: 300 ;
}
.login-input-btn {
    text-transform: uppercase !important;
    min-height: 47px !important;
    border-radius: 5px !important;
    font-size: 19px !important;
    padding: 5px 50px !important;
    font-weight: 600 !important;
    width: 200px !important;
}


.login {
    width: 100%;
    height: 100vh;
}

    .login .container {
        padding: 80px;
    }


.login-input {
    /*border-radius: 1rem;
            height: 77px;*/
    height: 43px;
    padding: 0px 25px;
    color: #4A485F;
    border-radius: 10px;
}

.login a {
    color: #635BFF;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    font-weight: 300;
}

.login-footer p {
    color: rgba(128, 130, 133, 0.7);
    font-size: 14px;
}

.login-right {
    background-color: rgb(99, 91, 255);
    background-image: url(../../Admin/img/bgLogin.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .login-right h1 {
        color: rgb(255, 255, 255);
        width: 80%;
        text-align: center;
        font-size: 27px;
        font-weight: 700;
        line-height: 32px;
        padding-top: 23px;
    }
    .login-right img {
        width: 80%;
    }

.rts-business-solution {
    background-color: #eae8fd;
}

.rts-business-solution5 {
    padding: 120px 0;
}

    .rts-business-solution5 .container .rts-business-solution-right {
        padding: 0 40px 0 0;
    }

        .rts-business-solution5 .container .rts-business-solution-right .title-area .sub {
            color: var(--color-primary-2);
            font-weight: 400;
            letter-spacing: 1px;
        }

        .rts-business-solution5 .container .rts-business-solution-right .title-area .title {
            text-transform: none;
            margin-top: 10px;
            font-size: 48px;
            line-height: 58px;
        }

        .rts-business-solution5 .container .rts-business-solution-right .content-area {
            margin-right: 100px;
        }

.rts-business-solution-right .content-area p.disc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5D666F;
}

.rts-business-solution5 .container .rts-business-solution-right .content-area .single-business-solution-2 {
    margin: 0 40px 0 0;
    border-left: 8px solid var(--color-primary-2);
}

.single-business-solution-2 .content {
    padding-left: 30px;
}

.single-business-solution-2 .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.rts-business-solution5 .container .rts-business-solution-left {
    justify-content: unset;
    margin-bottom: unset;
}

    .rts-business-solution5 .container .rts-business-solution-left .thumbnail {
        position: relative;
    }

        .rts-business-solution5 .container .rts-business-solution-left .thumbnail .shape1 {
            position: absolute;
            top: 0;
            right: 30%;
            width: 55px;
            animation: rotateIt 7s linear infinite;
        }

        .rts-business-solution5 .container .rts-business-solution-left .thumbnail .shape2 {
            position: absolute;
            top: 28%;
            right: 0;
            width: 80px;
            animation: rotateIt 7s linear infinite;
        }

        .rts-business-solution5 .container .rts-business-solution-left .thumbnail .shape3 {
            position: absolute;
            top: 0;
            right: 15px;
            width: 100px;
            animation: jump-3 5s linear infinite;
        }

        /* added by Varsha*/

.rts-business-solution6 {
    padding: 80px 0;
}

    .rts-business-solution6 .container .rts-business-solution-right {
        padding: 0 40px 0 0;
    }

        .rts-business-solution6 .container .rts-business-solution-right .title-area .sub {
            color: var(--color-primary-2);
            font-weight: 400;
            letter-spacing: 1px;
        }

        .rts-business-solution6 .container .rts-business-solution-right .title-area .title {
            text-transform: none;
            margin-top: 10px;
            font-size: 48px;
            line-height: 58px;
        }

        .rts-business-solution6 .container .rts-business-solution-right .content-area {
            margin-right: 100px;
        }


        /*affillieat Partner css start*/
.Affiliate-Main {
    text-align: center;
}


h1.heading {
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    color: #656565;
    font-family: "Open Sans", sans-serif;
}

.description-label {
    margin-top: 10px;
    margin-bottom: 32px;
    /* background-color: #fff; */
}

/*.myclass {*/
    /*background-color: #fff;*/
/*}*/

    .description-label p {
        margin-top: 40px;
        padding: 00 10px;
        line-height: 1.5em;
        /*font-weight:700;*/
        /*color: 656565;*/
        color: #656565;
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
    }

.description-label h4 {
    margin-top: 40px;
    padding: 00 10px;
    color: #656565;
    font-family: "Open Sans", sans-serif;
}

.description-label h1 {
    padding-top: 40px;
}

/* input.form-control.login-input {
    width: 50%;
    height: 43px;
    padding: 0px 25px;
    color: #4A485F;
    border-radius: 10px;
} */

.form-container {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 8px;
}

    .form-container label {
        font-weight: 400;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
    }

    .form-container p {
        margin-top: 40px;
        padding: 00 10px;
        line-height: 1.5em;
        /*font-weight:700;*/
        /*color: 656565;*/
        color: #656565;
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
    }

.form-checkbox {
    margin-left: 22px;
}

.form-btn {
    text-align: center;
    margin-top:30px;
}

.affiliate-input {
    height: 43px;
    padding: 0px 25px;
    color: #4A485F;
    border-radius: 5px;
}
.form-shadow {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
    background-color: white;
    margin-top: 65px;
    margin-bottom:140px;
}
.form-affiliate {
    background-color: #f4f8fb !important;
}
.mainlogo-aff {
   /* width:200px;
    height:25px;*/
   
}
    .mainlogo-aff img {
        width: 180px;
        height: auto;
        /*  margin-left: -20px;*/
        margin-left: 20px;
        margin-top: 20px;
        margin-left:70px;
    }
.form-affiliiate-bottom{
    text-align:center;

}
h2.heading {
    /* font-weight: 300;
    font-size: 32px;
    line-height: 55px;
    color: #656565;*/
    color: #656565;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    padding-top: 50px;
}
.form-affiliiate-bottom label {
    margin-top: 30px !important;
}
.lbl-bottom label {
    color: #656565;
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif;
    font-size:16px !important;
    font-weight:400;
}
.lbl-bottom a {
    /*color: #656565;*/
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration-line: underline;
    text-underline-offset: 0.3em;
    /*padding-bottom: 5px;*/
}

.Login-danger {
    color: red !important;
}

.Login-success {
    color: green !important;
}

/*affillieat Partner css start*/

/*Billing css start*/
* {
    box-sizing: border-box
}

body {
    font-family: "Lato", sans-serif;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #dfe8eb;
    width: 15%;
    height: 400px;
    border-radius: 10px 0 0 10px;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 90%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
        margin: 5%;
        border-radius: 4px;
    }

        .tab button:hover {
            background-color: #bee9f7;
        }

        .tab button.active {
            background-color: #6398a8;
        }

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 83%;
    border-left: none;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.billing-heading {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    color: black;
    display: block;
    /*  background-color: inherit;
    
    
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 5%;
    border-radius: 4px;*/
}
.billing-payments {
    margin-top: 15px;
    margin-bottom: 25px;
}
.payment-history-tabs{
    background-color:aliceblue;
}

.btn-payment {
    background-color: #6398a8;
    color: white;
    width: 100%;
}

    .btn-payment.paymenthistory {
        background-color: #15C8CC !important;
        color: #fff !important;
    }
/*#Alltab,
#Approvedtab,
#Pendingtab {
    display: inline-block;
    vertical-align: top;
}*/
/*Billing css end*/

/*trading overview start */

.trading-Objectives{
    padding: 5%;
}

.trading-days{
    margin-top:25px;
}
.inner-card{
    padding:5%;
    margin-right:10px;
}
.inner-card h5{
    margin-bottom:20px;
}

.trading-Objectives  p{
    color: #060049 !important;
    font-size: 17px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.05px;
}
.inner-card .trading-p {
    color: #FF8413 !important;
}
.detail-stat{
    margin-top:5px;
}
.detailstat-p {
    font-size: 18px;
    margin-left: 10px;
}
.detailstat-tr{
    text-align:right;
}
/*.btn-ali button{
    margin-right:30px;
}
*/
.btn-ali button {
    margin-right: 10px;
    width: 150px !important;
}

.default-card {
    background-color: lightgreen;
    /*color: #fff;*/
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Variables */

:root{

    /* Colors */

    --dark: #725887;
    --light: #FAEDFF;
    --background-color: #FFF;
    --white: #FFF;
    --main-color: #DEDBE1;
    --light-gray: #EFEFEF;

    /* Fonts */

    --font-text: 14px;

    /* Other Vars  */

    --border-radius: 4px;
}

/* Main */

body{
  height: 100vh;
}

.main{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Dropdown Menu */

section.dropdown{
    position: relative;
    background-color: var(--main-color);
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    padding-bottom: 40px;
    margin: 8px;
    max-width: 400px;
}

section.dropdown::after{
    content: "";
    position: absolute;
    background-color: var(--dark);
    width: 40px;
    border-radius: var(--border-radius);
    top: 0;
    height: 40px;
}

section.dropdown::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 13px;
    top: 16px;
    border-radius: 2px;
    z-index: 2;
    border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid var(--background-color);
    transition: 0.3s;
}

section.dropdown h2{
    font-size: var(--font-text);
    position: absolute;
    left: 50px;
    z-index: 2;
    top: 12px;
}

section.dropdown div.options{
    position: relative;
    width: 100%;
    background-color: var(--light-gray);
    top: 40px;
    display: none;
}

section.dropdown.rotate::before {
    transform: rotate(90deg) !important;
    transition: 0.3s;
}


section.dropdown div.options p{
    position: relative;
    padding: 5px;
}

section.dropdown div.options p::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    left: 0;
    top: 0;
}

section.dropdown div.options p:first-child::after{
    background-color: transparent;
}