@import url('../newcss/main.css');

    @font-face {
    font-family: 'SF UI Display Ultralight';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Ultralight'), url('../fonts/sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Thin'), url('../fonts/sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Light'), url('../fonts/sf-ui-display-light-58646b33e0551.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Semibold'), url('../fonts/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Bold'), url('../fonts/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Heavy'), url('../fonts/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Black'), url('../fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
    }

*{
    margin: 0;
    padding: 0px;
 

}
:root{
 --primaryColr:#0084B4;
 --font-family-regular: 'SF UI Display Medium';
 --font-family-bold: 'SF UI Display Bold';
 --font-family-semibold: 'SF UI Display Semibold';
 --bullishColor:#45AC00;
 --bullishBackground:#45ac002e;
 --bearishcolor:#D64D4D;
 --bearishBackground:#d64d4d26;
 --neturalColor:#B2B2B2;
 --neturalBackground:#b2b2b230;
}
a {
    text-decoration: none;
}
/*scrollbar theme*/
::-webkit-scrollbar {  width: 8px;}
::-webkit-scrollbar-track {background: #fff;}
::-webkit-scrollbar-thumb {background: #0084B4;}
::-webkit-scrollbar-thumb:hover {  background: #0084B4;}
button:focus,
input:focus{
  outline: none;
  box-shadow: none !important;
}
a,
a:hover{
  text-decoration: none;
}
input:focus{
    box-shadow:none !important;
    border: none !important;
}
select:focus{
    box-shadow:none !important;
    border: none !important;
}
.btn-primary:hover {
    background-color: none;
}
main{
    width: 100%;
      
}
.help-block{
color: red;
font-weight: bold;

}
.login-image{
    background: url("../images/login/background-image-login.png") center fixed, rgb(0 0 0 / 10%) bottom fixed;
    background-size: 100% 100%;
    width: 100%;
}
.main-inner-login{
    display: flex;
    justify-content: center;
   
}
.login-welcome h3{
    font-family:var(--font-family-bold);
    font-size: 25px;
   color: #333333;
   margin-bottom: 0px;
}
.main-inner-login>img{
    width: 135px;
    height: 65px;
    margin-top: 40px;
}
.main-inner-login>a>img{
    width: 135px;
    height: 65px;
    margin-top: 40px;
}
.main-login-items{
    display: flex;
    justify-content: center;
   
    margin-top: 100px;
    padding-bottom: 130px;
    /* position: relative;
    z-index: 999; */
}
.main-profile-items{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 130px;
}
.main-profile-items-next{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 130px;
}
.login-items{
    width: 393px;
  
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(4deg);

}
.login-item-list{
    width: 393px;

    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(-4deg);
padding: 37px 40px;
background-color: #fff;
}
.welcome-img img{
    width: 22px;
    height: 24px;
}

.social-media{
    color: #b7b7b7;
    font-size: 15px;
    font-family: var(--font-family-regular);
}
#loginForm .iti__flag.iti__in {
    display: none !important;
}


#loginForm .iti__selected-dial-code {
    color: #000000;
    font-family: var(--font-family-regular);
    font-size: 13px;
}
#mobile_code{
/*    opacity: .3;*/
    font-size: 13px;
/*    border: 1px solid #DFDFDF !important;*/
font-family: var(--font-family-regular);
   color: #000000;

}
#loginForm label{
    color: #000000;
    font-size: 13px;
    margin-bottom: 4px;
    font-family: var(--font-family-regular);
}
#loginForm .iti{
    width: 100%;
    
}
#loginForm .btnSubmit{
    width: 100%;
    margin-top: 13px;
    background-color: var(--primaryColr);
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    font-family: var(--font-family-semibold);
}
#loginForm .iti__selected-flag{
    background-color: #fff !important;
    border-right: 1px solid #cccccc4f;
   
}
.login-left-border{
    height: 1px;
    width: 90%;
   background: #000000;
   opacity: .06;
}
.login-with h5{
    font-size: 13px;
    margin-bottom: 0px;
    font-family: var(--font-family-regular);
}
.border-set{
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-icon{
    border: 1px solid #E7E9EC;
    padding: 10px 0px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-icon img{
    /* display: block;
    margin: auto; */
  margin-right: 8px;
}
.google-icon h3{
    color: #000;
    font-size: 15px;
    font-family: var(--font-family-bold);
    margin-bottom: 0px;
}
.footer{
    background-color: #202020;
    padding: 15px 0px;
    position: relative;
    /* position: fixed;
    bottom: 0; */
}
.message{
    resize: none;
}
.footer-icon ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.footer-icon ul li{
    list-style: none;
    font-family: var(--font-family-regular);
    font-size: 14px;

}
.footer-icon ul li a{
    color: #fff;
}
.footer-copyright p{
    color: #fff;
    margin-bottom: 0px;
    font-family: 'SF UI Display Light';
    font-size: 14px;
}

/* otp section start here */
.otp-image{
    background: url("../images/verification/background-image2.png") center fixed, rgb(0 0 0 / 10%) bottom fixed;
    background-size: 100% 100%;
    width: 100%;
}
.otp-image-show{
    display: none;
    height: 100vh;
}
.otp-items{
    width: 393px;
   
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(4deg);

}
.otp-item-list{
    width: 393px;

    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(-4deg);
padding: 37px 40px;
background-color: #fff;
}
.resend-code h3{
    color: #0E1124;
    font-family: var(--font-family-regular);
    font-size: 13px;
    margin-left: 6px;
    margin-bottom: 0px;
}
.resend-code img{
    display: block;
}
.resend-code{
    display: flex;
    align-items: center;
       margin-top: 15px;
}
.otp-input-fields{
   
}
.otp-form input{
      height: 40px;
      width: 40px;
      background-color: #F2F2F2;
      border-radius: 5px;
     border: 1px solid #E9B12D !important ;
      text-align: center;
      outline: none;
      font-size: 16px;
   
      margin-right: 20px;
    
    }
     .btnotp{
        width: 100%;
        margin-top: 13px;
        background-color: var(--primaryColr);
        text-align: center;
        border: 0px;
        color: white;
        font-size: 16px;
        font-family: var(--font-family-semibold);
    }
    /* .otp-form input:hover{
        border: 1px solid ;
    } */
    /* #E9B12D */
  
    .otp-form input:focus{
        border: 1px solid #E9B12D !important ;
    }
/* Otp section ends here */

#contact-form input:focus{
    border: 1px solid #E9B12D !important ;
}

#contact-form textarea:focus{
    border: 1px solid #E9B12D !important ;
}

/* profile Section start here */
input[type=text], input[type=email], input[type=search], input[type=password] {
    color: #000000 !important;
    opacity: .5;
    font-family: var(--font-family-regular);
 
}
.profileFormInfo .iti__selected-flag:focus-visible{
    outline: none !important;
}
.input-group-text i{
    color: #b2b2b2;
}
.profileFormInfo  input::placeholder{
    color: #000000;
    opacity: .3;
    font-size: 13px;
    font-family: var(--font-family-regular);
}
.profileFormInfo .ui.form select:focus-visible{
border: 1px solid var(--primaryColr) !important;
outline: 0px !important;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color:#fff !important;
    color: #000000 !important;
    opacity: .3;
}
.profile-image{
/*    background: url("../images/verification/otp-verification.svg")no-repeat;
    background-size: cover;*/
   width: 100%;
}
.profile-next-next-image{
    width: 100%;
}
.list-image-no li:last-child{
color: #9CB0B8;
}
.list-image-no ul{
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
}
.list-image-no ul li{
    list-style: none;
    color: #9CB0B8;
    margin-left: 25px;
    font-size: 13px;
}
.activeListImage{
    background: var(--primaryColr);
  line-height: 25px;
    border-radius: 50%;
    color: white !important;
    width: 25px;
    height: 25px;
    text-align: center;
}
.profile-items{
    width: 642px;
    /* height: 988px; */
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(4deg);

}
.profile-item-list{
    width: 642px;
    /* height: 988px; */
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(-4deg);
padding: 37px 40px;
background-color: #fff;
}
.profileFormInfo label{
    color: #000000;
    font-size: 13px;
    font-family: 'SF UI Display Semibold';
    margin-bottom: 8px;

}
.profileFormInfo{
    /* margin-bottom: 20px; */
}
.profileFormInfo input{
 

}
.profileFormInfo input:hover{
    /* border: 1px solid #0084B4; */
}
.profileFormInfo .iti:hover{
    border: 1px solid #0084B4;
}
.profileFormInfo input:focus{
    /* border: 1px solid #0084B4 !important; */
}
.profileFormInfo .input-group-text{
    background-color:none !important;
    border-right: 0px !important;
}
.profileFormInfo .iti__flag{
    display: none;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color:rgba(0,0,0,0);
    border-right: 1px solid #DFDFDF;
}
.profile-image .iti{
    width: 100%;
    border: 1px solid #DFDFDF;
/*    border-radius: 5px;*/
    height: 37px;
}
.btnformBtnInst{
    background-color: #cccccc63;
    border-radius: 10px !important;
    margin-right: 15px;
}
.btnformBtnInst:focus{
    box-shadow: none !important;
}
.btnformBtnInst:hover{
   color: inherit!important;
}
.formBtnInst .active{
    border: 2px solid #0084B4;
}
/* profile PAge section ends here */

.hidden, #uploadImg:not(.hidden) + label{
	display: none;
}

#file{
	display: none;
  	margin: 0 auto;
}
.hidden, #uploadImg:not(.hidden) + label{
	display: none;
}

#file1{
	display: none;
  	margin: 0 auto;
}
.cover-image{
    height: 190px;
    background-color: #EFEFEF;
    border-radius: 21px;
    position: relative;
    margin-top: 15px;
}
.cover-image>img{
    width:100% ;
    height: 100%;
}
#upload{
    position: absolute;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
}
#profileForm{
        margin-top: 100px;
}
.small-image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #EFEFEF;
    position: absolute;
   bottom: -60px;
    
    left: 25px;
    border: 5px solid white;
}
.small-image>img{
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
text-align: center;
}
.image-cover{
   display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 120px; */
    position: relative;
    top: 33px;
}
.small-image .smallImage{
    position: absolute;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
}
.input-group-text{
    background-color: #fff;
    border: 0px !important;
}
.profileFormInfo .input-group{
    border: 1px solid #DFDFDF;
    /* border-radius: 5px; */
}
.profileFormInfo .input-group:hover{
    border: 1px solid #9ACEE2;
}
.profileFormInfo .form-group{
    border: 1px solid #DFDFDF;
    /* border-radius: 5px; */
}
.profileFormInfo .form-group:hover{
    border: 1px solid #9ACEE2;
}
.input-group-text:focus-visible{
    outline: 0px !important;
}
/* .profileFormInfo .form-control:focus{
    border: 1px solid #9ACEE2;
   
} */
.IndividualBtn{
    width: 93px;
    height: 34px;
    background-color: #efefef;
    border: 0px;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 7px;
}
.institutonBtn{
    width: 93px;
    height: 34px;
    background-color: #efefef;
    border: 0px;
    font-size: 14px;
    border-radius: 7px;
}
.activeIndividual{
    border: 1px solid #9ACEE2; 
}
#success_message{ display: none;} 

.well {
	background-color: #FFF;
	border: 0;
}
.socila-list span{
    padding-left: 10px;
    /* line-height: 39px; */
    padding-top: 5px;
    padding-right: 15px;
}
.socila-list .input-group input::placeholder{
    color: #000000;
    opacity: .3;
    font-display: 13px;
    font-family: var(--font-family-regular);
}
.btnformBtnInst{
    font-size: 14px;
    color: #000000;
    font-family: var(--font-family-regular);
}
.form-control{
    
}
.social-link{

    margin-bottom: 10px;
    size: 17px;
    font-family: 'SF UI Display Bold';
}
.socila-list .input-group{
    margin-bottom: 10px;
}
.nextBTn button{
  width: 136px;
    margin-top: 13px;
    background-color: var(--primaryColr);
    text-align: center;
    border: 0px;
    color: white;
    font-family: var(--font-family-semibold);
    font-size: 16px;
}
.profileFormInfo .iti--separate-dial-code .iti__selected-dial-code{
    color: #000000;
    font-size: 13px;
    font-family: var(--font-family-regular);
}

/* Profile first page ends here */
/* profile second page start here */
.profileFormInfo .form-control{
    border: 0px;
}
.profile-next-image{
    display: none;
}
.profile-next-image{
/*    background: url("../images/profile/more-background.png");
    background-size: cover;*/
    width: 100%;
    
}
.profileFormInfo input::placeholder{
    color: #000;
    font-size: 13px;
    font-family: var(--font-family-regular);
    opacity: .3;
    
}
.profileFormInfo textarea::placeholder{
    color: #000;
    font-size: 13px;
    font-family: var(--font-family-regular);
    opacity: .3;
    
}
.profileFormInfo select{
    color: #000;
    font-size: 13px;
    font-family: var(--font-family-regular);
    opacity: .3;
    
}
.profile-next-items{
    width: 642px;
    
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(4deg);

}
.profile-next-item-list{
    width: 642px;
    
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(-4deg);
padding: 37px 40px;
background-color: #fff;
}
.back-next-btn{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.backBTn button {
    width: 136px;
    margin-top: 13px;
    background-color:#b2b2b2;
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    font-family: var(--font-family-semibold);
}
.list-image-no{
    color: #9CB0B8;
}
.backBTn:hover .btn{
    color:#fff !important;
}
.btn:hover{
    color: #fff;
}
.profileFormInfo textarea{
    width: 100%;
    padding: 15px 20px;
    resize: none;
    border: 1px solid #DFDFDF;
    color: #7f7f7f;
    font-weight: 600;
}
.profileFormInfo textarea:focus-visible{
outline: 0px !important;
}
/* profile second page ends here */
/* profile Third page start here */

.profile-next-image{
    /*background: url("../images/profile/education-background.png");
    background-size: cover;*/
    width: 100%;
    
}
.profile-next-items{
    width: 730px;
   
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(4deg);

}
.profile-next-item-list{
    width: 730px;
   
    box-shadow: 0px 3px 43px #00000029;
border-radius: 10px;
opacity: 1;
transform: rotate(-4deg);
padding: 37px 40px;
background-color: #fff;
}

/* Profile Third page ends here */

.selectize-input{
    overflow: initial !important;
    position: absolute !important;
    top: 100% !important;
    left: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}
.selectize-input input {
    width: 100% !important;
    position: absolute !important;
    top: -35px;
    /* border: 1px solid #ccc !important; */
    height: 35px;
    left: 0px !important;

    padding-left: 5% !important;
    border-radius: 0px;
    border-right: 0px !important;
}
.selectize-input input:focus{
    outline: none !important;
    border: 0px !important;
}

.selectize-control.default.multi .selectize-input>div{
    background-color: #e8e8e8;
    background:  #e8e8e8;
    border: 0px !important;
    font-size: 10px !important;
}
.selectize-control.default.multi .selectize-input>div a{
    border: 0px !important;
}

.p1{
    background: url("../images/profile/profile-background.png") center fixed, rgb(0 0 0 / 10%) center fixed;
    background-size: 100% 100%;
/*    background: ;*/
}
.p2{
    background: url("../images/profile/more-background.png") center fixed, rgb(0 0 0 / 10%) center fixed;
    background-size: 100% 100%;
}
.p3{
    background: url("../images/profile/education-background.png") center fixed, rgb(0 0 0 / 10%) center fixed;
    background-size: 100% 100%;
}

.profile-next-next-image{
    display: none;
    min-height: 100%;
/*    height: 100vh;*/
}
.profileFormInfo .field{
    width: 40% !important;
}
.profileFormInfo .icon-year{
    width: 35px;
    display: table;
    height: 35px;
    border-radius: 5px;
  margin-left: 15px;
    background: #0084B4;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.profileFormInfo .icon-year i{
    line-height: 35px;
}
#rangestart input:focus{
border: 1ppx solid #0084B4;
}
#rangeend input:focus{
    border: 1ppx solid #0084B4;
    }

    /* main page strat here */
    .header{
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }
    .header .logo{
        width: 85px;
        height: 40px;
    }
    .header .logo img{
        width: 100%;
        height: 100%;
    }
    .nav-icon img{
        width: 40px;
        height: 40px;
        margin-right: 20px;
        cursor: pointer;;
    }
    .nav-serch-icon{
        position: relative;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .nav-serch-icon i{
        font-size: 13px;
    }
    .nav-serch-icon input{
        border: 0px;
    }
    .nav-notification{
       display: flex;
       justify-content: flex-end;
    }
    .bell-notify{
        position: relative;
        margin-right: 24px;
    }
    .notify-img{
        position: relative;
        cursor: pointer;
    }
    .nav-list-items{
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px #ccc;
        position: absolute;
        right: -4px;
        z-index:99;
        width: 200px;
        top: 100%;
        display: none;
        transition: .3s;
    }
    .notification-list-items-drop img{
        width: 30px;
        height: 30px;
    }
    .notification-list-items-drop{
        padding: 10px 10px;
        border-bottom: 1px solid #ccc;
    }
    .notification-list-items-drop-items {
        padding: 0px 10px;        
    }
    .notification-list-items-drop-items p{
        font-family: var(--font-family-regular);
        margin-bottom: 5px;
        line-height: 17px;
        font-size: 14px;
        color: #000;
    }
    .notification-list-items-drop-items h5{
        font-size: 12px;
        margin-bottom: 0px;
        font-family: var(--font-family-regular);
    }
    .bell-notify:hover .nav-list-items-notication{
        display: block;
    }    
    .nav-list-items-notication{
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px #ccc;
        position: absolute;
        right: -4px;
        z-index:99;
        width: 300px;
        top: 100%;
        display: none;
        transition: .3s; 
    }
    .nav-list-items-notication-page{
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px #ccc;
/*        position: absolute;*/
/*        right: -4px;*/
        z-index:99;
/*        width: 300px;*/
/*        top: 100%;*/
        transition: .3s; 
    }

    .notify-img:hover .nav-list-items{
        display: block;
    }
    .nav-list-items::after{
        content: "\f0d8";
        font-family: 'FontAwesome';
        color: #fff !important;
        top: -14px;
        position: absolute;
        right: 14px;
    }
    
    .nav-list-items ul{
        padding: 20px 20px 0px 20px;
    }
    .nav-list-items ul li{
        list-style: none;
        font-family: var(--font-family-bold);
        font-size: 14px;
        color: #000;
        margin-bottom: 15px;
       
    }
    .nav-list-items ul li img{
        
        margin-right:15px;
    }

    .nav-bell{
    width: 40px;
    height: 40px;
    cursor: pointer;
    }
    .nav-dot{
        position: absolute;
        height: 7px;
        width: 7px;
        position: absolute;
        right: -2px;
    }
.notify-img img{
    margin-right: 5px;
}
.trending{
    background-color: #F4F9FA;
    padding: 15px 20px;
}
.financial-title{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.financial-title p{
    color:#B2B2B2;
    font-size: 17px;
    font-family: var(--font-family-regular);
    margin-left: 17px;
    margin-bottom: 0px;
}
.financial-list{
    background:#fff;
    border: 1px solid #ECEEF1;
border-radius: 10px;
padding: 25px;
margin-bottom: 15px;
}
.financial-list-items{
    display: flex;
    padding: 0px 5px 0px 80px;
    position: relative;
}
.financial-icon{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.financial-icon img{
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.financial-icon p{
    font-size: 13px;
    color: #6B6C74;
    margin-bottom: 0px;
    font-family:var(--font-family-regular);
    margin-right: 40px;
}
.financial-btn button{
    width: 80px;
    height: 40px;
    background-color: var(--primaryColr);
    color: #fff;
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}
.financial-btn{
    position: absolute;
    right: 0;
    top: -12px;

}
.user-page{
    background: #fff;
    border: 1px solid #ECEEF1;
    border-radius: 10px;
    padding: 15px 25px 5px 25px;
    margin-bottom: 15px;
}
.user-image{
    display: flex;
    align-items: center;
    
}
.user-image img{
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.user-image h3{
    font-size: 15px;
    color: #000;
font-family: var(--font-family-bold);
margin-bottom: 0px;
}
.user-image button{
    background:#309785;
    width: 90px;
    height: 25px;
    font-size: 14px;
    font-family: var(--font-family-bold);
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    border: 0px;
}
.user-icon{
    display: flex;align-items: center;
    justify-content: flex-end;
}
.user-icon p{
    margin-bottom: 0px;
    color: #B2B2B2;
    font-size: 15px;
    font-family: var(--font-family-regular);
    margin-right: 20px;
}
.user-icon i{
    font-family: 'FontAwesome';
    color: #B2B2B2;
}
.visit-page{
margin-top: 15px;
}
.visit-page p{
font-size: 13px;
font-family: var(--font-family-regular);
word-wrap: break-word;
color: #7C7C7C;
}
.visit-page span{
color: #0084B4;
}
.visit-page-img img{
    width: 100%;
}
.visit-page-tsla{
    position: relative;
    border: 1px solid #E9E8E8;
border-radius: 10px;
margin-top: 20px;
padding: 10px 0px;
display: flex;
justify-content: space-between;
}
.visit-page-tsla-left{
    display: flex;
    align-items: center;
}
.visit-page-tsla-left img{
    width: 4px;
    height: 29px;
}
.visit-page-tsla-left h3{
color: #333333;
font-size: 15px;
font-family: var(--font-family-semibold);
margin-right: 15px;
margin-bottom: 0px;
margin-left: 10px;

}
.visit-page-tsla-right {
    display: flex;
    align-items: center;
}
.visit-page-tsla-right h3{
color: #0E1124;
font-size: 17px;
font-family: var(--font-family-bold);
margin-bottom: 0px;
margin-right: 25px;
}
.visit-page-tsla-right img{
width: 100px;;
margin-right: 10px;
}
.visit-page-tsla-like{
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.visit-page-tsla-like-img{
    position: relative;
   
   
}
.img1person{
    z-index: 999;
   position: relative;
   width: 25px;
}
.visit-page-tsla-like-left{
    display: flex;
    align-items: center;
}
.img2person{
    position: relative;
    left: -12px;
    width: 25px;
    z-index: 99;
}
.img3person{
    position: relative;
    left: -24px;
    width: 25px;
}
.visit-page-tsla-like-left span{
    color: #000;
    font-size: 11px;font-family: var(--font-family-regular);
}
.visit-page-tsla-like-right {
    color: #000;
    font-size: 11px;font-family: var(--font-family-regular);
}
.tsla-comment{
    padding: 10px 0px 10px 50px;
    border-top: 1px solid #E9E8E8;
}
.tsla-comment-like{
    cursor: pointer;
}
.tsla-comment-like span{
    font-size: 13px;
    color: #000;
    font-family: var(--font-family-regular);
}
.tsla-comment-like img{
    margin-right: 7px;
    width: 20px;
}
.tsla-comment-like i{
    margin-right: 9px;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 16px;
}
.visit-page-btn{
  margin-top: 15px;
}
.visit-page-btn1{
    color: var(--primaryColr);
    background-color: #E5F2F7;
    border: 0px;
    padding:2px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 10px;
    font-family: var(--font-family-semibold);
}
.visit-page-btn2{
    color: #D64D4D;
    background-color: #e7969673;
    font-family: var(--font-family-semibold);
    border: 0px;
    padding:2px 8px;
    font-size: 12px;
    border-radius: 5px;
}
.btn-institution{
    width: 90px !important;
    background-color: #B19538 !important;
}
.trending-market{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
}
.trending-market-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.trending-market-title h3{
    font-size: 16px;
    font-family: var(--font-family-bold);
    margin-bottom: 0px;
    text-transform: capitalize;
}
.trending-market-title button{
font-size: 13px;
color: #0084B4;
border: 0px;
font-family: var(--font-family-regular);
background-color: initial;
}
.trending-market-items{
    display: flex;
    margin-bottom: 30px;
}
.trending-market-items-img{
    width: 57px;
    height: 57px;
    margin-right: 15px;
}
.trending-market-calender{
    font-size: 13px;
    font-family: var(--font-family-regular);
    color: #B2B2B2;
}
.trending-market-list-items p{
    font-size: 14px;
    font-family: var(--font-family-semibold);
    line-height: 16px;
    margin-bottom: 7px;
    cursor: pointer;
}
.trending-market-list-items a {
   color: #000;
}
.trending-market-calender img{
    width: 10px;
    margin-right: 7px;
}
.watchlist{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
   
    
}


.watchlist-title h3{
    font-size: 16px;
    font-family:var(--font-family-bold);
    margin-bottom: 25px;
}
.watchlist-items{
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.watchlist-list-item{
    display: flex;
}
.watchlist-list-item img{
width: 36px;
height: 36px;
margin-right: 10px;
}
.watchlist-items-title h3{
    color: #0084B4;
    font-size: 13px;
    font-family: var(--font-family-bold);
}
.watchlist-items-title p{
color: #000000;
font-size: 12px;
font-family: var(--font-family-regular);
margin-bottom: 0px;
text-align: left;
}
.watchlist-items-title h3{
    font-size: 13px;
    text-align: left;
    font-family: var(--font-family-bold);
    color: #000000;
    margin-bottom: 3px;
}
.watchlist-items-title{
    text-align: right;
}
.watchlist-icon{
color: #45AC00;
display: flex;
align-items: center;
}
.watchlist-icon i{
font-size: 10px;
}
.watchlist-icon>.fa-caret-up{
    color: #45AC00;
}
.watchlist-icon>.fa-caret-down{
    color: red;;
}
.watchlist-icon>.fa-caret-down+p{
    color: red;;
}

.watchlist-icon p{
margin-bottom: 0px;
margin-left: 5px;
/* color: #45AC00; */
font-size: 12px;
}
.watchlist-icon>.fa-caret-up + p{
    color: #45AC00;
}

.trending-list-items-title h3{
    font-size: 13px;
    text-align: left;
    font-family: var(--font-family-bold);
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    
}
.trending-list-items-title h3 a{
 
    color: #000000;

    
}
.trending-list-items-title h4{
    font-size: 14px;
    text-align: left;
    font-family: var(--font-family-regular);
    color: #333333;
    margin-bottom: 0px;
    text-align: center;
    
}
.trending-list-items-title p{
    margin-bottom: 0px;
    font-family: var(--font-family-regular);
    text-align: center;
    font-size: 8px;
}
.trending-color-green{
    color: #45AC00;  
}
.trending-color-red{
    color: #D64D4D;  
}
.visit-page-caret{
    display: flex;
    align-items: center;
}
.visit-page-red{
    margin-right: 12px;
}
.visit-page-caret p{
    color: #D64D4D;
    font-size: 13px;
    font-family: var(--font-family-bold);
    margin-bottom: 0px;
}
.visit-page-caret i{
    color: #D64D4D;
    width: 5px;
    margin-right: 10px;
}
.visit-page-red span{
    color: #999999;
    font-size: 10px;
    font-family: var(--font-family-regular);
    text-align: center;
    display: block;
    padding-left: 5px;

}
.visit-price-size{
    margin-right: 15px !important;
}
/* report modal start here */
#reportModal .modal-content{
    padding: 30px;
    width: 600px;
}
#reportModalLabel{
    border-bottom: 0px !important;
    padding: 0px !important;
}
#reportModalLabel h5{
    font-size: 20px;
    color:#0E1124 ;
    font-family: var(--font-family-bold);
   
}
#reportModal .modal-content span{
    color: #000000;
    font-size: 13px;
    font-family: var(--font-family-regular);
}
#reportModalLabel .btn-close{
    color:#9CB0B8 !important;
   font-size: 13px;
   background:none;
}
#reportModal .modal-body{
    padding: 0px;
    margin-top: 25px;
}
#reportModal .modal-body ul{
display: flex;
padding-left: 0px;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 7px;
}
#reportModal .modal-body ul li{
    list-style: none;
    text-transform: capitalize;
    /* flex-basis: 18%; */
    font-family: var(--font-family-bold);
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #EFEFF1;;
    margin-bottom: 15px;
    
}
#reportModal .modal-body ul li a{
    color: #000;
}
#reportModal .modal-body ul li a:hover{
    border-color:var(--primaryColr) ;
    color: var(--primaryColr);
    cursor: pointer;
}
#reportModal .modal-body ul li:hover{
    border-color:var(--primaryColr) ;
   
}

/*Community*/
#communityModal .modal-content{
    padding: 30px;
    width: 600px;
}
#communityModalLabel{
    border-bottom: 0px !important;
    padding: 0px !important;
}
#communityModalLabel h5{
    font-size: 20px;
    color:#0E1124 ;
    font-family: var(--font-family-bold);
   
}
#communityModal .modal-content span{
    color: #000000;
    font-size: 13px;
    font-family: var(--font-family-regular);
}
#communityModalLabel .btn-close{
    color:#9CB0B8 !important;
   font-size: 13px;
   background:none;
}
#communityModal .modal-body{
    padding: 0px;
    margin-top: 25px;
}
#communityModal .modal-body ul{
display: flex;
padding-left: 0px;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 7px;
}
#communityModal .modal-body ul li{
    list-style: none;
    text-transform: capitalize;
    /* flex-basis: 18%; */
    font-family: var(--font-family-bold);
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #EFEFF1;;
    margin-bottom: 15px;
    
}
#communityModal .modal-body ul li a{
    color: #000;
}
#communityModal .modal-body ul li a:hover{
    border-color:var(--primaryColr) ;
    color: var(--primaryColr);
    cursor: pointer;
}
#communityModal .modal-body ul li:hover{
    border-color:var(--primaryColr) ;
}

.reprt-modal-or{
    display: flex;
   align-items: center;
}
.reprt-modal-or::before{
    content: "";
    border: 1px solid #EFEFF1;;
    width: 47%;
    height: 1px;
}
.reprt-modal-or::after{
    content: "";
    border: 1px solid #EFEFF1;;
    width: 47%;
    height: 1px;
}
.reprt-modal-or span{
color: #000;
font-family: var(--font-family-bold);
font-size: 14px;
margin: 0px 5px;
}
#reportModal .modal-footer{
    border-top: 0px;
}
#communityModal .modal-footer{
    border-top: 0px;
}
.modal-form{
    margin-top: 15px;
}
.modal-form input{
    font-size: 14px;
    color: #000;
    font-family: var(--font-family-regular);
    border: 3px solid #EFEFF1;
    padding: 9px;
    width: 100%;
    border-radius: 9px;
}
.modal-form input:focus{
    border: 3px solid #EFEFF1 !important;
}
.modal-form input:hover{
    border: 3px solid #EFEFF1 !important;
}
.modal-form button{
    margin-top: 15px;
    background-color: var(--primaryColr);
    text-align: center;
    border: 0px;
    padding: 5px 15px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}
.btn-modal-report{
    text-align: right;
}
.btn-modal-community{
    text-align: right;
}

/* report modal ends here */
/* forcast modal start here */
#forcastingModalLabel{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color: #0E1124;
}
#forcastingModal .modal-content{
border-radius: 10px;
padding: 14px;
max-width: 550px;
}
#forcastingModal .modal-body{
    border:none !important 
}
#forcastingModal .modal-header{
    border-bottom: 0px !important;
    padding-bottom: 0px;
}   
.btn-forcast{
    color: #0E1124;
    font-size: 14px;
}
.forcast-content img{
    width: 30px;
    margin-right: 10px;
}
.forcast-content span{
    font-size: 14px;
    font-family: var(--font-family-regular);
    color: #B2B2B2;
}
.forcast-img{
margin-top: 35px;
}
.forcast-img img{
    width: 90px;
    margin-right: 10px;
}
.modal-forcast-video{
    display: flex;
    justify-content: space-around;
    padding: 12px 0px;
    border-top: 1px solid #EFEFF1;
    border-bottom: 1px solid #EFEFF1;
    margin-top: 20px;

}
.forcast-stock label, .forcast-outlook label{
    font-family: var(--font-family-semibold);
    color: #000000;
    font-size: 14px;
    margin-bottom: 8px;
}
.forcast-stock select{
    font-size: 14px;
    font-family: var(--font-family-regular);
    color: #000;
    border: 1px solid #EFEFF1;
border-radius: 5px;
width: 100%;
padding: 5px;
}
.forcast-stock select:focus-visible{
    border: 1px solid #EFEFF1;
    outline: 0px;
}
.forcast-stock select:hover{
    border: 1px solid #EFEFF1 !important;
  
}
.bullish-forcast{
    position: relative;
}
   .bullish-img-title{
    display: flex;
    background-color: var(--bullishBackground);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--bullishColor);
   }              
   .bullish-img-title h3{
    color: var(--bullishColor);
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 4px;
   }    
   .bullish-img-title img{
    width: 10px;
   }
   .forcast-tick{
   position: absolute;
   
   top: -4px;
   right: -4px;
   }
   .bearish-forcast{
    display: flex;
    background-color: var(--bearishBackground);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--bearishcolor);
   }              
   .bearish-forcast h3{
    color: var(--bearishcolor);
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 4px;
   }    
   .bearish-forcast img{
    width: 10px;
   }
   .netural-forcast{
    display: flex;
    background-color: var(--neturalBackground);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--neturalColor);
   }              
   .netural-forcast h3{
    color: var(--neturalColor);
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 4px;
   }    
   .netural-forcast img{
    width: 10px;
   }
   .btn-foracst-submit{
 margin-top: 15px;
   }
   .btn-foracst-submit button{
    width: 100%;
    margin-top: 13px;
    background-color: var(--primaryColr);
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    padding: 7px;
    border-radius: 10px;

   }
   .forcast-stock input{
    font-size: 12px;
    font-family: var(--font-family-regular);
    color: #000;
    border: 1px solid #EFEFF1;
    border-radius: 5px;
    width: 100%;
    padding: 8px;
}
.forcast-stock input:focus-visible{
    border: 1px solid #EFEFF1;
    outline: 0px;
}
.forcast-stock input:hover{
    border: 1px solid #EFEFF1 !important;
  
}
.buy-img-title{
    position: relative;
    border: 2px solid #0E1124;
border-radius: 5px;
flex-basis: 45%;
padding: 8px;
}
.buy-img-title h3{
    font-size: 12px;
    font-family: var(--font-family-regular);
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    
}
.buy-img-title img{
    position: absolute;
    top: -4px;
    right: -4px;
}
.buy-forcast{
    display: flex;
    justify-content: space-between;
}
/* forcast modal ends here */
/* Main profile page satrt here */
.profile-items-update{
    width: 100%;
    background-color: #F4F9FA;
    padding: 15px 0px;
}
.profile-camera{
    max-width: 1170px;
    margin: auto;
    background-color: #ffff;
    padding-bottom: 30px;

border-radius: 10px;
}
.cover-profile-image{
    height: 372px;
    border-radius: 21px;
    position: relative;
}
.cover-profile-image>img{
    width: 100%;
    height: 100%;
    max-height: 372px;
}
.cover-profile-image .hidden, #uploadImg:not(.hidden) + label {
    display: block;
}
.upload-img{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.upload-img span{
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    font-family: var(--font-family-semibold);
}
.small-image-update{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #EFEFEF;
    position: absolute;
    bottom: -4px;
    left: 25px;
/*    border: 5px solid #fff;*/
}
.small-image-update>img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.small-image-update .hidden, #uploadImg:not(.hidden) + label {
    display: block;
}
#uploadUpdateImage{
    position: absolute;
    bottom: 12px;
    right: 13px;
    cursor: pointer;
}
.client-info{
    margin-top: 30px;
}
.client-info p{
    font-size: 15px;
    color: var(--primaryColr);
    font-family: var(--font-family-regular);
    margin-bottom: 0px;
}
.client-update-info{
    display: flex;
    align-items: center;
}
.client-update-info h3{
    font-size: 40px;
    font-family: var(--font-family-semibold);
    color: #000;
    margin-right: 10px;
}
.profile-info-edit{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.profileFormInfo .iti:hover {
    border: 1px solid #0084B4;
}
.profileFormInfo .iti {
    border: 1px solid #ccc;
}
.client-update-info button{
    color: #fff;
    background-color: var(--bullishColor);
    border: 0px;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 12px;
    font-family: var(--font-family-semibold);
}.client-info-stock button{
    border: 0px;
    font-size: 12px;
    font-family: var(--font-family-semibold);
    background-color: #ccc;
    margin-right: 5px;
    padding:3px 5px;
    border-radius: 5px;
}
.client-info h4{
    font-size: 15px;
    font-family: var(--font-family-regular);
    margin-top: 10px;

}
.uldate-icon-items{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.uldate-icon-items>a>img{
    width: 40px;
    margin-right: 15px;
}
/* .uldate-icon-items */
.update-follow{
    background-color: var(--primaryColr);
    border-radius: 5px;
    border: 0px;
    color: #fff;
   /* padding: 5px 10px; */
   font-size: 12px;
   font-family: var(--font-family-semibold);
   height: 40px;
   width: 80px;
   cursor: pointer;
   line-height: 40px;
   text-align: center;
}
.update-followers-list{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.update-follow-item{
    margin-left: 10px; 
}
.update-follow-icon{
    padding-left: 5px;
}
.update-follow-item p{
    font-size: 12px;
    font-family: var(--font-family-bold);
    margin-top: 8px;
}
.update-icon{
    margin-top: 25px;
}
/* main profile page ends here */
/* Hub Page start here */
.carsoul-progress .owl-nav {
     position: absolute;
     top: -44px;
     right: 0px;
z-index: 10;
display: flex;
}
.carsoul-progress .owl-nav button {
    width: 35px;
    height: 35px;
    background: #80808026 !important;
    border-radius: 50% !important;
    text-align: center;
    /* line-height: 35px; */
    font-size: 12px;
    margin-right: 15px;
    padding-top: 7px !important;
    color: #000;
}
 .carsoul-progress .owl-nav button:hover {
    background: var(--primaryColr) !important;
    color: #fff !important;
}
.carsoul-progress .owl-nav span{
    font-size: 25px;
    line-height: 0px;
    color: #000 !important;
    padding: 0px 12px;
    border-radius: 50%;
}
.carsoul-progress .owl-nav span:hover {
    color: #fff !important;
}
.modal-post-comment-heart{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
}
.dotshow{
    width: 5px;
    margin-right: 5px;
    height: 5px;
    margin-bottom: 0px !important;
    border-radius: 50%;
    background-color: #000;
}
.modal-post-comment-dots span{
    color: #9292BC !important;
    font-family: var(--font-family-regular);
    font-size: 10px ;
}
.trending-commpetiton{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 15px 30px 15px;

}
.trending-commpetiton>img{
    width: 80%;
   display: table;
   margin: auto;
   padding-bottom: 30px ;
}
.trending-commpetiton h3{
    font-size: 20px;
    color: var(--primaryColr);
    font-family: var(--font-family-bold);
    text-align: center;
    
}
.trending-commpetiton p{
    font-size: 13px;
    color: #0E1124;
    font-family: var(--font-family-regular);
    text-align: center;
    padding: 0px 10px;
}
.trending-commpetiton button{
    padding: 10px 10px;
    background: var(--primaryColr);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    border: none;
    display: table;
    font-family: var(--font-family-bold);
}
.competion-envelop{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 15px 20px 30px;
   
    margin: 30px auto;
}
.competion-envelop img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.envelop-verified span{
    color: #000;
    font-size: 15px;
    font-family: var(--font-family-regular);
}
.envelop-verified p{
    color: var(--primaryColr);
    font-size: 13px;
    font-family: var(--font-family-bold);
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    
}
.envelop-verified p i{
    font-family: 'FontAwesome';
    margin-left: 7px;
   
}
.watchlist-title{
    display: flex;
    justify-content: space-between;
}
.watchlist-title button{
    border: 0px;
color: var(--primaryColr);
font-size: 14px;
font-family: var(--font-family-semibold);
background: none !important;
}
.watchlist-title-hub{
    text-align: left;
}
.watchlist-title-hub img{
    width: 25px !important;
    height: 25px;
}
.watchlist-title-hub h3{
    margin-bottom: 0px;
}

.watchlist-title-hub p{
    color: var(--primaryColr);
}
.watchlist-title-hub .watchlist-icon p{
font-size: 11px;
margin-left: 3px;
}
.watchlist-title-hub .watchlist-icon i{
    font-size: 9px;
   
    }
    .hub-title h3{
        color: #333333;
        font-size: 25px;
        font-family: var(--font-family-bold);
    }
    .hub-tile h3{
        margin-bottom: 0px;
        font-size: 16px;
    font-family: var(--font-family-bold);
    }
    .hub-tile span{
        color: #A2A2A2;
        font-size: 12px;
        font-family: var(--font-family-regular);
    }
    .hub-trending-list-items-title{
margin-top: 20px;
background: #80808026;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;

    }
    .hub-trending-list-items-title h3{
        font-size: 15px;
        text-align: left;
        font-family: var(--font-family-bold);
        color: #000000;
        margin-bottom: 10px;
        word-wrap: break-word;
/*        height: 50px;*/
    }
    .hub-trending-list-items-title p{
        font-size: 12px;
        font-family: var(--font-family-regular);
        margin-bottom: 0px;
        text-align: left;
        
color: var(--primaryColr);
    }
    .daily-poll{
        background-color: #fff;
        border-radius: 10px;
        margin-top: 30px;
        padding:20px 15px;
    }
    .hub-icon i{
        width: 35px;
        height: 35px;
        background: #80808026;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 12px;
        margin-right: 15px;
        color: #000;
     
    }
.hub-icon i:hover{
    background:var(--primaryColr);
    color: #fff;
}
.poll-title{
    color: var(--primaryColr);
    font-size: 15px;
    padding: 22px 0px;
    font-family: var(--font-family-bold);
}
.progress-hub {
    height: 35px;
    border-radius: 8px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #80808026;
}
.progress-hub .progress-bar{
    background-color: #80808026;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
    font-family: var(--font-family-bold);
    color: #000;
}
.progress-hub-outer{
    position: relative;
}
.progress-hub-outer-post{
    position: relative;
}
.progress-bar-active{
    background-color: #0d6efd !important;
}
.progress-hub-data {
    position: absolute;
    height: 35px;
    top: 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 5px;
/*    background: white;*/
    display: flex;
/*    border: 1px solid #80808026;*/
}
.progress-hub-data h5{
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
    font-family: var(--font-family-bold);
    color: #000;
    line-height: 35px;
    width: 100%;
}
.progress-hub-data p{
    font-size: 15px;
    font-family: var(--font-family-semibold);
    color: #000;
    padding-right: 7px;
    margin-bottom: 0px;
    line-height: 35px;
}
/* Hub page ends here */
/* Post modal start here */
#graphModal .modal-body{
    padding: 0px 20px;
}
#graphModal .modal-dialog{
   max-width: 1060px !important;
   
}
#graphModal .modal-content {
    padding-bottom: 20px;
}
.modal-post-title h3{
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--font-family-regular);
    color: var(--primaryColr);
}
.modal-post-comment-items img{
    width: 40px;
    position: relative;
    z-index: 99;
    height: 40px;
    margin-right: 15px;
}
.modal-post-comment-list p span{
    font-family: var(--font-family-regular);
    font-size: 14px;
}
.modal-post-comment{
   
    padding-bottom: 15px;
}
.modal-post-comment-items{
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.comment-add input::placeholder{
    font-size: 13px;
    font-family: var(--font-family-regular);
    color: #D4D4D4;
}
.modal-post-comment-list p{
    margin-bottom: 0px;
    line-height: 17px;
}
.modal-post-comment-img{
    display: flex;
}
.modal-post-comment-heart{
    margin-right: 10px;
}
.modal-post-comment-heart>img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.modal-post-comment-heart span{
    font-size: 10px;
    font-family: var(--font-family-regular);
}
.profile-info-edit{
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
}
.profile-info-edit>img{
    position: absolute;
    cursor: pointer;
    right: 20px;
}
.profile-info-corporation{
    display: flex;
    margin-bottom: 15px;
}
.profile-info-corporation img{
    margin-right: 15px;
}
.profile-info-corporation p{
    margin-bottom: 0px;
    font-size: 13px;
    color: #000;
    font-family: var(--font-family-regular);
}
.profile-edit-about img{
    cursor: pointer;
}
.profile-edit-about{
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    background-color: #fff;
}
.profile-edit-about h3{
    font-size: 15px;
    color: #000;
    font-family: var(--font-family-bold);
}
.profile-edit-about p{
    font-size: 13px;
    color: #000;
    font-family: var(--font-family-bold);
}

#shortBio{
    max-height: 110px;
    overflow: hidden;
}
#longBio{
    height: auto;
    overflow: visible;
    display: none;
}

.profile-info-corporation p:hover{
    color: var(--primaryColr);
}
.profile-edit-about button{
    font-size: 14px;
    color: var(--primaryColr);
    border: 0px;
    background-color: transparent;
    font-family: var(--font-family-semibold);
}

.profile-edit-education{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.profile-edit-education-title>h3{
    font-size: 13px;
    margin-left: 7px;
    margin-bottom: 0px;
}
.trending-market-calender{
    margin-left: 7px;
}
.edit-info-known-person{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.edit-info-known-person h5{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}
.prfile-eidt-people{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.prfile-eidt-people>img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.people-name-edit{

}
.people-name-edit h3{
font-size: 14px;
font-family: var(--font-family-bold);
color: #000;
margin-bottom: 0px;
}

.people-name-edit span{
    font-size: 11px;
    font-family: var(--font-family-regular);
    color: #000;
    opacity: .5;
}
.people-icon{
color: var(--primaryColr);
}
.people-icon i{
font-size: 10px;
}
.people-icon span{
color: var(--primaryColr);
font-size: 11px;
font-family: var(--font-family-bold);
}
.profile-activity-edit{
margin-bottom: 25px;
display: flex;
justify-content: space-between;
}
.profile-activity-edit h3{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color: #000;
}
.profile-activites-btn button{
padding: 6px 15px;
border-radius: 12px;
margin-left: 10px;
font-size: 13px;
font-family: var(--font-family-bold);
background-color: #ccc;
color: #fff;
border: 0px;
}
.profile-activites-btn button:hover{
    background-color: var(--primaryColr);
}
.button-active{
    background-color: var(--primaryColr) !important;
}
/* Edit profile modal start here */
#editProfileModal .modal-content{
    width: 600px;
    padding: 10px 20px 20px 20px;
}
#editProfileModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
}
#editProfileModalLabel .btn-close{
    color: #9CB0B8 !important;
}
/* Edit profile modal start here */
#editDetailsModal .modal-content{
    width: 600px;
    padding: 10px 20px 20px 20px;
}
#editDetailsModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
}
#editDetailsModalLabel .btn-close{
    color: #9CB0B8 !important;
}
#editAboutModal .modal-content{
    width: 600px;
    padding: 10px 20px 20px 20px;
}
#editAboutModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
}
#editAboutModalLabel .btn-close{
    color: #9CB0B8 !important;
}

/* Edit Education  modal start here */
#editEducationModal .modal-content{
    width: 600px;
    padding: 10px 20px 20px 20px;
}
#editEducationModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
}
#editEducationModalLabel .btn-close{
    color: #9CB0B8 !important;
}
/* Email verifed strta here */
#emailVerifiedModal .modal-content{
    width: 600px;
   padding-bottom: 20px;
}
#emailVerifiedModal{
    top: 10%;
}
#emailVerifiedModalLabel{
      padding: 25px 25px 0px 25px;
     border-bottom: 0px;

}
#emailVerifiedModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
    margin-bottom: 10px;
    
}
#emailVerifiedModal .modal-content span{
    color: #000;
    font-size: 17px;
    padding-left: 25px;
    font-family: var(--font-family-regular);
}
#emailVerifiedSeocndModal h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color:#000;
    margin-bottom: 10px;
    
}
#emailVerifiedSeocndModal .modal-content span{
    color: #000;
    font-size: 17px;
    padding-left: 25px;
    margin-bottom: 20px;
    font-family: var(--font-family-regular);
}
#emailVerifiedSeocndModal .btn-close{
    padding-bottom: 20px;
}
.backBTn-otp button {
    width: 76px;
    margin-top: 13px;
    background-color: #b2b2b2;
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    font-family: var(--font-family-semibold);
    margin-right: 10px;
}
.nextBTn-otp button {
/*    width: 105px;*/
    margin-top: 13px;
    padding: 5px 20px;
    background-color: var(--primaryColr);
    text-align: center;
    border: 0px;
    color: white;
    font-family: var(--font-family-semibold);
    font-size: 16px;
}
#emailVerifiedSeocndModalLabel {
    padding: 25px 25px 0px 25px;
    border-bottom: 0px;
}
#emailVerifedForm{
    padding: 0px 10px;
}

#emailVerifedForm label{
    font-size: 14px;
    font-family: var(--font-family-semibold);
    color: #000;
}
#emailVerifedForm button{
    padding: 10px 40px;
    background: var(--primaryColr);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
   
    border: none;
  
    font-family: var(--font-family-bold);
}
#emailVerifedForm  select{
    font-size: 14px;
    font-family: var(--font-family-bold);
}

/* Setting page stat here */
.setting-notication{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    
}
.setting-notication h3{
    font-size: 25px;
    font-family: var(--font-family-bold);
    color: #000;
    margin-bottom: 25px;
    padding-left: 10px;
}

.seting-notification-friends img{
    width: 16px;
    height: 20px;
    margin-right: 15px;
}
.seting-notification-friends p{
    font-size: 15px;
    margin-bottom: 0px;
    font-family: var(--font-family-regular);
    color:#000;
}
.setting-notication .form-check-input:checked {
    background-color: var(--bullishColor);
    border-color: var(--bullishColor);
}
.seting-notification-friends i{
    font-size: 9px;
    /* padding-right: 10px; */
    cursor: pointer;
}
.seting-notification-friends .form-switch .form-check-input {
   
     margin-left: 0px  !important;
}
.invite-friends-edit{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
   
}
.invite-friends{

}
.invite-friends h3{
font-size: 20px;
font-family: var(--font-family-bold);
color: #000;
margin-bottom: 30px;
}
.invite-friends p{
font-size: 35px;
color: #333333;
font-family: var(--font-family-regular);
}
.invite-friends  span{
   
    color: var(--primaryColr);
}
.invite-friends h5{
font-size: 15px;
font-family: var(--font-family-regular);
color: #000;
margin-bottom: 35px;
}
#invite-friend{
    display: flex;
/*    justify-content: space-between;*/
}
#invite-friend button{
    /*width: 90px;
    height: 40px;*/
    padding: 5px 20px;
    margin-left: 15px;
    background-color: var(--primaryColr);
    color: #fff;
    text-align: center;
    border: 0px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}
#invite-friend .profileFormInfo{
    flex-basis: 66%;
}
.invite-social-media{
    margin-top: 34px;
}
#invite-friend .profileFormInfo i{
    color: #ccc;
}
#invite-friend .profileFormInfo input{
    color: red;
    padding-left: 0px !important;
}
.invite-social-media span{
    color: #000;
    font-family:var(--font-family-semibold);
    font-size: 15px;
    margin-right: 10px;
}
.invite-friends-edit{
    margin-bottom: 200px;
    padding-bottom: 60px;
}
.setting-img{
    width: 8px !important;
    height: 10px !important;
    margin-right: 0px !important;
}

.invite-social-media img{
    margin-right: 10px;
}
.invite-social-media i{
    margin-right: 10px;
    color: black;
    background-color: #ededed;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.seting-notification-friends{
    padding: 10px 10px;
}
.seting-notification-friends:hover{
    background-color: #0084b41c;
    cursor: pointer;
}
.contact-setting{
    background:#FFF;
    border-radius: 10px;
    padding: 20px 20px 50px 20px;
    margin-bottom: 150px;
}
.contact-setting-img {
    padding-top: 50px;
}
.contact-setting-content h3{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color: #000;
    margin-bottom: 30px;
    }
.contact-setting-content p{
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
    .contact-form{
        margin-bottom: 20px;
    }
    .contact-form input, .contact-form textarea{
        border: 1px solid #ccc !important;
        padding-left: 10px !important;
        font-size: 14px;
        font-family: var(--font-family-bold);
    }
    .contact-form input:hover, .contact-form textarea:hover{
        border: 1px solid var(--primaryColr) !important;
    }
    .contact-form input, .contact-form textarea:focus{
        box-shadow: none;
    }
    .btn-contact-friends button{
/*        width: 90px;*/
/*        height: 40px;*/
        padding: 8px 20px;
        background-color: var(--primaryColr);
        color: #fff;
        text-align: center;
        font-family: var(--font-family-semibold);
        border: 0px;
        color: white;
        font-size: 16px;
        border-radius: 5px;
    }
    .activeDiv{
        display: block;
    }
    .inactiveDiv{
        display: none;
    }
    .seting-notification-friends .form-switch .form-check-input {
        border-color:  var(--bullishColor) !important;
    }
    .btn-buy-trade{
        border-radius: 5px;
    }

/* Setting page ends here */
/* trading competiton section start here */
.competition-trading{
    max-width: 900px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 50px 50px 50px;
    margin: auto;
    margin-bottom: 0px;
}
.competition-trading h3{
font-size: 16px;
font-family: var(--font-family-bold);
color: #000;
display: table;
background-color: #ccc;
border-radius: 5px;
padding: 5px 10px;

}
.competition-trading h4{
font-size: 28px;
font-family: var(--font-family-bold);
color: #0E1124;
margin: 20px 0px;
}
.trading-compettion-items{
    margin-bottom: 35px;
}
.trading-compettion-items p{
color: #7A7A7A;
margin:0px 10px;
font-size: 14px;
font-family: var(--font-family-regular);
}
.trading-compettion-items span{
font-family: var(--font-family-bold);
margin-left: 5px;
}
.trading-competion-img img{
    max-width: 360px;
}
.trading-compettion-btn button{
color: var(--primaryColr);
font-size: 14px;
font-family: var(--font-family-bold);
border: 0px;
background-color:transparent;
}
.trading-compettion-btn button i{
    margin-left: 8px;
    font-size: 12px;
}
.competition-participating-trading{
    margin-bottom: 100px;
    max-width: 900px;
    margin:0px auto 100px auto;
}
.particpating-team h3{
    font-size: 18px;
    font-family: var(--font-family-bold);
    color: #0E1124;
    margin-bottom: 15px;
}
.participating-items{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 20px;
}
.participating-items h3{
    font-size: 15px;
    font-family: var(--font-family-bold);
    color: #0E1124;
}
.participating-items p{
    font-size: 15px;
    margin-bottom: 0px;
    font-family: var(--font-family-semibold);
    color: grey;
}
.participating-items button{
    background-color: var(--primaryColr);
    font-size: 14px;
color: #fff;
font-family: var(--font-family-regular);
padding: 5px 10px;
border-radius: 5px;
/*width: 100px;*/
border: 0px;
height: 35px;
}
/* trading compettion sectino ends here */
/* game rules section start here */
#emailVerifiedSeocndModal .modal-dialog{
    max-width: 663px;
}
/* .login-welcome-modal{
    font-size: 20px;
    color: #0E1124;
    font-family: var(--font-family-bold);
}
.social-media-modal{
    font-size: 17px;
    font-family: var(--font-family-regular);
    color: #000000;
} */
#gameRulesModalLabel .btn-close {
    background-image: none !important;
    height: inherit !important;
}
#gameRulesModalLabel h5{
    font-size: 20px;
    font-family: var(--font-family-bold);
    color: #0E1124;
}
#gameRulesModal .modal-dialog{
    max-width: 760px !important;
    
}
#gameRulesModal .modal-content{
    padding: 20px;
}
.modal-content h5{
    font-weight: bold;
}
.modal-header .btn-close{
/*    margin-top: -15px !important;*/
}
#gameRulesModalLabel{
    border-bottom: 0px !important;
}
.emailVerifiedclosebtn{
    margin-top: -50px !important;
    margin-right: -15px !important;
}

#gameRulesModal .modal-body{
    padding: 0px;
}
.game-rule-content ol li::marker{
    color: #B5BFCC;
    margin-left: 30px;
}
.game-rule-content ol li{
    font-size: 15px;
 padding-left: 30px;
    font-family: var(--font-family-regular);
    color: #0E1124;
    margin-bottom: 20px;
}
.team-join-content h4{
    color: #787B92;
    text-transform: uppercase;
    font-size: 17px;
    font-family: var(--font-family-regular);
}
.team-join-content h3{
    color: #0E1124;
    text-transform: capitalize;
    font-size: 25px;
    font-family: var(--font-family-bold);
}
.team-join-content{
    text-align: center;
    padding: 20px;
}
#joinTeamModal .modal-dialog{
    max-width: 330px;
   
}
#joinTeamModal .modal-body{
    padding: 0px;
}
#joinTeamModal .modal-footer{
    padding: 0px;
}
#joinTeamModal .btn{
    width: 50%;
    margin: 0px;
    padding:10px 0px;
    color: var(--primaryColr);
    font-family: var(--font-family-bold);
    border-left: 1px solid #ccc;
    font-size: 14px;
}
/* Trading page start ehre */
.uni-trading-list h3{
    color: #333333;
    margin-bottom: 0px;
    font-size: 25px;
    font-family: var(--font-family-bold);
}
.trading-uni-list-items h4{
    font-size: 15px;
    font-family: var(--font-family-regular);
    color:#9CB0B8;
    margin-bottom: 0px;
}
.trading-uni-list-items img{
    margin-right: 8px;

}
.trading-uni-list-items{
    padding: 10px 12px; 
    margin-right: 12px;
    border-radius: 5px;
    background: white;
    cursor: pointer;
}
.trading-uni-list-items:hover{
    background-color: var(--primaryColr);
}
.trading-uni-list-items-active{
    background-color: var(--primaryColr);
    color: white;
}
.trading-uni-list-items-active h4{
    color: white;
}
.trading-uni-list-items:hover h4{
    color: #fff;
}
.trading-uni-list-items:hover img{
    color: #fff;
}
.trading-background{
    background:url(../images/trading/netWorth.png)no-repeat;
    position: relative;
    padding: 20px;
    background-size: cover;
}
.trading-background img{
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.trading-background h3{
font-family: var(--font-family-bold);
color: #fff;
font-size: 15px;
}
.trading-background h4{
font-size: 15px;
color: #fff;
font-family: var(--font-family-regular);
}
.position-trading h3{
    color: #0E1124;
    font-size: 18px;
    font-family: var(--font-family-bold);
}
.trading-table{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.trading-table table{
    width: 100%;
}
.trading-table thead th{
    color: #9CB0B8;
    font-size: 15px;
    font-family: var(--font-family-bold);
    padding-bottom: 10px;
    
}
.trading-table thead tr{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.trading-table tbody tr td{
    color: #0E1124;
    font-family: var(--font-family-regular);
    font-size: 15px;
    padding: 10px 0px;
}
.trading-table tbody tr td button{
    font-family: var(--font-family-semibold);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border: 0px;
    
    padding: 10px 20px;

}


.btn-buy-trade{
    background-color: var(--bullishColor);
}
.btn-sell-trade{
    background-color: var(--bearishcolor);
}
.position-btn-close , .position-btn-sell{
    background-color: var(--primaryColr);
}
.trading-tsla-table-items {
    border: 1px solid #E7EEF1;
    border-radius: 5px;
    padding:15px;
    background-color: #E7EEF1;
}
.trading-tsla-table h4{
    font-size: 15px;
    font-family: var(--font-family-regular);
    color: #939AA4;
    margin-bottom: 5px;
}
.trading-tsla-table h3{
    color: #0E1124;
    font-size: 18px;
    font-family: var(--font-family-bold);
}
.trading-tsla-table-list-items img{
margin-right: 7px;
}
.trading-tsla-table-list-items{
    margin-bottom: 10px;
}
.trading-tsla-table-list-items p{
  
    font-size: 13px;
    font-family: var(--font-family-regular);
    margin-bottom: 0px;
}
.trading-tsla-table-list-items-ask{
    color: #D64D4D;
    
}

.trading-tsla-table-list-items-bid{
    color: #0084B4;
    
}
.university-table thead tr th:first-child{
    border-top-left-radius: 15px;
}
.university-table thead tr th:last-child{
    border-top-right-radius: 15px;
}
/* tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.university-table tbody tr:last-child{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.university-table tbody tr:nth-last-child(-n + 3):nth-child(3n + 1){
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

.university-table{
    width: 100%;
    margin-top: 20px;
}
.university-table table{
    width: 100%;
}
.university-table table tbody td img{
    margin-right: 5px;
}

.university-table thead{
 
    border-top-left-radius: 10px;
}
.university-table thead tr{
/*    background-color: #9CB0B8;*/
    padding: 10px;
    border-top-left-radius: 10px;
}
.university-table thead tr th{
   color: #fff;
   background-color: #9CB0B8;
    padding: 10px;
    font-size: 13px;
    font-family: var(--font-family-bold);
}
.university-table tbody tr td{
    color: #0E1124;
    font-size: 14px;
    font-family: var(--font-family-regular);
    padding: 15px;
    border-bottom: 1px solid #D8E5EB;;
}
.university-table tbody {
    border: 1px solid #D8E5EB;;
    background-color: #fff;
}
.indiviual-trading h3{
    font-size: 18px;
    font-family: var(--font-family-bold);
    color: #0E1124;
}
.barben-college img{
    width: 105px;
    height: 105px;
}
.barbesn-college{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.barbesn-college-content h4{
    font-size: 25px;
    color: #000000;
    font-family: var(--font-family-regular);
    margin-bottom: 20px;
}
.barbesn-college-list h3{
font-family: var(--font-family-bold);
font-size: 20px;
color: #000000;
}
.barbesn-college-list p{
    color: #9CB0B8;
    font-size: 15px;
    font-family: var(--font-family-regular);
    margin-bottom: 0px;
}
/* Trading page ends here */
.request-verification {
    background:#fff;
    border-radius: 10px;
    padding: 20px;
}
.about-content {
    background:#fff;
    border-radius: 10px;
    padding: 20px;
}

.icon-coolor{
    background-color: var(--bearishcolor)  !important;
}
.document-form label{
    font-size: 14px;
    font-family: var(--font-family-semibold);
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
.document-form small{
    float: left;
}

.document-form .drop-zone  img{
    margin-right: 5px;
}
.document-form .drop-zone {
    max-width: 80%;
    height: 130px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-family-regular);
   
    font-size: 14px;
    cursor: pointer;
 
    border: 1px dashed #B2B2B2;
    border-radius: 9px;
  }
  
  .document-form .drop-zone--over {
    border-style: solid;
  }
  
  .document-form .drop-zone__input {
    display: none;
  }
  
  .document-form .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .document-form .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  .btn-close{
    background-image: none;
  }
  /* Search page start here */
  .serach-result-content-items h3{
    color: #333333;
    font-size: 25px;
    font-family: var(--font-family-bold);
    margin-bottom: 0px;
    margin-left:12px;
    
  }
  .search-result-content{
    max-width: 650px;
    margin: auto;
  }
  .serach-result-content-items{
    margin-bottom: 15px;
   
  }
  .search-result-items-list{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
  }
  .search-result-items h4{
 font-family: var(--font-family-regular);
 font-size: 18px;
 color: #0E1124;
  }
  .search-result-items h3{
    font-family: var(--font-family-bold);
    font-size: 18px;
    color: #0E1124;
  }
  .search-results-img-list{
    margin-right: 25px;

  }
  .search-results{
    padding-bottom: 100px;
  }
  .search-results-img  img{
   margin-right: 10px;
  }
  .search-results-img-list h4{
color: #D64D4D;
font-size: 13px;
margin-bottom: 0px;
font-family: var(--font-family-bold);
  }
  .search-results-img-list p{
color: #0E1124;
font-family: var(--font-family-regular);
font-size: 13px;
margin-bottom: 0px;
  }
  .search-result-items-ask{
    margin-top: 10px;
  }
  .search-result-buy button{
    background-color:var(--bullishColor);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: var(--font-family-bold);
    border: 0px;
    padding: 6px 40px;
    border-radius: 5px;
  }
  #searchBuyModal .modal-dialog{
    max-width: 350px;
    padding-bottom: 20px;
  }
  #searchBuyModal .search-content h3{
    font-size: 25px;
    padding-top: 20px;
    color: #0E1124;
    font-family: var(--font-family-bold);
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
   
  }
  #searchBuyModal .modal-body{
    padding: 0px;
  }
  .search-buy-content{
    margin: 30px 20px 10px;
  }
  .search-buy-content h4{
color: #939AA4;
font-size: 16px;
font-family: var(--font-family-regular);
  }
  .search-buy-content h3{
color: #0E1124;
font-family: var(--font-family-bold);
font-size: 25px;
  }
  .btn-search-buy {
    background-color: var(--bullishColor);
    color: #fff;
    font-size: 17px;
    font-family: var(--font-family-semibold);
    text-align: center;
    width: 100%;
  }
  .btn-search-cancel {
    text-align: center;
    color: #BBBFC4;
    font-size: 17px;
    width: 100%;
    font-family: var(--font-family-semibold);
  }
  .btn-search-cancel:hover {
   
    color: #BBBFC4;
  }
  #searchBuyModal .modal-footer{
border-top: 0px;
  }

.s-qty{
    display: flex;
    width: 113px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background-color: #9B9B9B16;
}

.qtyminus,.qtyplus{
    width: 21px;
    background-color: #9CB0B8;
    border-radius: 50%;
    color: #fff;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
border: none;
}
.qtyminus span,.qtyplus span{
    position: relative;
    top: -2px;
}
#qty{
    border: none;
    font-size: 18px;
    text-align: center;
    background: transparent !important;
    font-family: 'SF UI Display Bold';
}
.Privacy h2{
    font-size: 22px;
    margin-top: 20px;
}
.Privacy h3{
    font-size: 20px;
    margin-top: 20px;
}
  /* Search page ends here */

.blackOverlay{
    /*background-color: black;
    position: absolute;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Search page ends here */
  #image-report{
    position: relative;
  }
  #image-community{
    position: relative;
  }
  .nav-list-items-reoprt{
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 10px 2px #ccc;
    position: absolute;
    right: -4px;
    z-index: 99;
    width: 200px;
    top: 90%;
    display: none;
    transition: .3s;
  }
  .report-modal-hover:hover .nav-list-items-reoprt{
    display: block;
  }
  .community-modal-hover:hover .nav-list-items-reoprt{
    display: block;
  }
  .nav-list-items-reoprt ul {
    margin-top: 1rem;
  }
  .nav-list-items-reoprt ul li {
    list-style: none;
    text-align: left;
    font-family: var(--font-family-bold);
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}
.quiz-chartTip {
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    position: absolute;
    z-index: 50;
    max-width: 250px;
}
.quiz-graph {
   
    height: 370px;
    width: 100%;
}
.quiz-graph .x-labels {
    text-anchor: middle;
}
.quiz-graph .x-labels text {
    font-size: 11px;
color: #0E1124;
}
.quiz-graph .y-labels {
    text-anchor: end;
}
.quiz-graph .y-labels text {
   font-size: 11px;
color: #0E1124;
}
.quiz-graph .quiz-graph-grid {
    stroke: #ccc;
    stroke-dasharray: 0;
    stroke-width: 1;
}
.label-title {
    text-anchor: middle;
    text-transform: uppercase;
    font-size: 12px;
    fill: gray;
}
.quiz-graph-dot, .quiz-graph-start-dot{
    fill: #0084B4;
    stroke-width: 2;
    stroke: white;   
}
.modal-post-comment-items-inner {
    padding-left: 50px;
    position: relative;
}
.main-img{
    position: relative;
    z-index: 9;
}
.border-line-left{
    position: absolute;
    height: 100%;
    background: #ccc;
    /* width: 1px;
    top: -50px;
    left: 22px; */
}
.modal-post-comment-items-inner  p span{
    font-size: 13px;
}
.modal-post-comment-items-inner::after {
    content: "";
    width: 40px;
    position: absolute;
    height: 90px;
    left: 21px;
    background-color: transparent;
    top: -50px;
    border-radius: 0px 0px 0px 12px;
/*    border: 1px solid #ccc;*/
    border-top: none;
    /* border-left: none; */
    border-right: none;
}
.follow-user{
    cursor: pointer;
}
.trending-list-items-title{
    border-right: 1px solid #e6e6e6;
}
.pagination{
    justify-content: center;
}
.comment-add-section{
padding: 20px 15px;
}
.comment-add-section img{
width: 30px;
height: 30px;
margin-right: 10px;
}
.comment-add-section input{
    border: 1px solid var(--primaryColr)!important;
    border-radius: 0px;
}
.comment-add-arrow{
    height: 100%;
    width: 35px;
    background-color: var(--primaryColr);
    cursor: pointer;
}
.comment-add-arrow i{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.moblenavbar{
    display: none;
}
.forcast-outlook .btn-check:checked+.bullish-forcast:after{
    content: "";
    background: url("../images/mainPage/forcast/tick.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    top: -8px;
    right: -8px;
}
.forcast-outlook .btn-check:checked+.bearish-forcast:after{
    content: "";
    background: url("../images/mainPage/forcast/tick.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    top: -8px;
    right: -8px;
}
.forcast-outlook .btn-check:checked+.netural-forcast:after{
    content: "";
    background: url("../images/mainPage/forcast/tick.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    top: -8px;
    right: -8px;
}
.forcast-outlook label{
    cursor: pointer;
}
.forcast-content{
    display: flex;
    align-items: center;
}
.forcast-content textarea{
   width: 100%;
   border: none;
   outline: none !important;
   display: flex;
   align-items: center;
   justify-content: center;
}
.buy-forcast div{
    flex-basis: 45%;
}
.buy-forcast div label{
    width: 100%;
    cursor: pointer;
}
.buy-forcast .btn-check:checked+label:after{
    content: "";
    background: url("../images/mainPage/forcast/tick.svg");
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 99;
    top: -8px;
    right: -8px;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__inputfilev{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__inputfilep{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
   
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 30%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
video{
    margin-top: -30px;
}
.pollOuter{
    display: none;
}
.pollOption{
    position: relative;
    margin-bottom: 15px;
}
.pollOption input{
    width: 95%;
    padding: 5px;
    border: 1px solid #ccc !important;
}
.pollOption span{
    position: absolute;
    right: 0px;
    width: 40px;
    font-size: 20px;
    height: 100%;
    color: #fff;
    text-align: center;
  line-height: 30px;
   cursor: pointer; 
    background-color: #0084B4;
}
.closeIcon{
   
    font-size: 14px !important;
    background-color: red !important;
}
.documentImage{
    border: 1px solid #9cb0b8;
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;
}
.modal-header-group{
    border: 0px solid;
    box-shadow: 0px 3px 6px #0000000D;
}
.invite-sidebar-group{
    box-shadow: -2px 3px 6px #00000029 !important;
    border: 0px solid #ECEEF1;
    opacity: 1;
    max-height: 500px;
    overflow-y: scroll;
}
.custom-input-discussion{
    padding-left: 0px !important;
}
.profileFormInfo textarea{
    height: 200px;
}
.invite-sidebar-group::-webkit-scrollbar {  width: 5px;}
.invite-sidebar-group::-webkit-scrollbar-track {background: #fff;}
.invite-sidebar-group::-webkit-scrollbar-thumb {background: #ECEEF1;}
.invite-sidebar-group::-webkit-scrollbar-thumb:hover {  background: #ECEEF1;}

.user-remove{
    width: 75px;
}
.add-members{
    width: 155px;
    margin-right: 30px;
}
.emoji-all {
    height: 210px;
    width: 90%;
    overflow: auto;
}
.emoji-all li{
    float: left;
}
.emoji-all li a{
    cursor: pointer;
}
.right-top{
    right: -15px;
    top: -15px;
}
.right-top-document{
    right: -50px;
    top: -15px;
}
.preview-image img{
    width: 100%;
}

.become-broker-btn {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 8px;
    background-color: var(--bullishColor);
    border: 1px dotted #000;
    color: #fff;
    transition: 0.3s all ease-in-out;
}