*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  outline: none;
}


:root{
    --bg-color: #fff;
    --second-bg-color: whitesmoke;  
    --dark-text-color:  #1B203D;
    --text-color: #344054;
    --light-text-color: #667085;
    --extra-light-color: #98A2B3;
    --text-color-2: #8E8AA5;
    --lighter-text-color: #D9D9D9;
    --text-color-3:  #F2F4F7;
    --main_color: #0660D3;
    --main-color-2: #1097FB;
    --main-color-3: ;
}
body{
    width: 100%;
    display: flex;
}



/* Navigation bar by the left starts from here */
.navBar{
    width: 21%;
    height: 100vh;
    text-align: center;
    box-shadow: 1px 1px 5px var(--second-bg-color);
    position: sticky;
    top: 0;
    overflow-x: hidden;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-highlight-color: whitesmoke;
    scrollbar-track-color: whitesmoke;
    scrollbar-face-color: whitesmoke;
    scroll-initial-target: nearest;
    scroll-snap-type: proximity;
    scrollbar-color:  whitesmoke white  ;
    transition: all.9s;
    display: block;
}

.navBar::-webkit-scrollbar:hover{
    
    scrollbar-color:  whitesmoke white  ;
}

.navBar .logodiv img{
    padding: 8% 0 15% 0;
    width: fit-content;
    border-bottom: 1px solid #8888882d;
}
.navBar .navCon{
    width: 100%;
    margin: 20% 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.navBar .navItem{
    display: flex;
    width: fit-content;
    gap: 6px;
    border-radius: 15px;
    align-items: center;
    margin: 3% 0;
    padding: 4%  19% 5% 7%;
    color: #999;
    font-size: 18px;
}
.navBar .navItem{
    font-size: 18px;
}
.navBar .coloured{
    color: white;
    background-color: var(--main_color);
}
.navBar .navItem img{
    height: 24px;
    width: 24;
}
.navBar span{
    width: 60%;
    background-color: var(--second-bg-color);
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 5% 0;
    margin: 40% 20% 20% 15%;
    margin-left: 22%;
    border-radius: 10px;
}
.navBar span img{
    width: 24%;
}
.navBar span p{
    margin-top: -10%;
    font-size: 17px;
    color: #888;
} 
.navBar menu{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/* Navigation bar by the left ends here */


main{
    width: 79%;
}

/* Header starts from here */
header{
    display: flex;
    width: 82%;
    flex-direction: column;
   
    position: fixed;
    background-color: var(--bg-color);
    z-index: 10;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.13);
}
header h1{
    font-weight: 700;
    color: #344054;
    font-size: 32px;
}
header .bdyhead{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 2%;
    align-items: center;
    height: 12vh;
     padding: 0 5%;
}
header .bdyhead input{
    width: 85%;
    height: fit-content;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
    border: 1px solid #888;
}
input::placeholder{
    color: #888;
    font-size: 16px;
}
header div span img{
    width: 30px;  
    height: 30px;
    border-radius: 50%;
    border: 1px solid #888;
    padding: 15%;
}
header div span{
    position: relative;
}
header div span p{
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}:xr-overlayheader .logodiv {
    display: none;
}
header .mobile{
    display: none;
}
header .logodiv{
    display: none;
}
header .withdrawhead{
    display: flex;
    justify-content: center;
    display: none;
    width: 100%;
    position: relative;
 }
 header .withdrawhead .backk{
    position: absolute;
    top: 40%;
    left: 0;
 }


 header .escrowhead{
    display: none;
 }
 .settinghead{
    width: 100%;
    height: fit-content;
    border-top: 1px solid #F2F4F7;
    display: flex;
    gap: 5%;
     padding: 0 5%;
 }
 .settinghead p{
    padding: 15px 0;
    font-size: 18px;
    color: #98A2B3;
    cursor: pointer;   
 }
 #geneRal{
    color: #1097FB;
    border-bottom: 2px solid #1097FB;
 }



.dashboard{
    background-color: var(--second-bg-color);
    display: flex;
    justify-content: space-between;
    padding: 5% 5% 0 5%;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    margin-top: 18vh;
}

#closeMenu, .mobile{
    font-size: 24px;
    border-radius: 12px;
    height: 36px;
    width: 38px;
    border: 2px solid var(--second-bg-color);
    padding: 8px;
    background-color: var(--bg-color);
    color: #444;
    font-weight: 100;
    display: none;
    padding: 0 7px;
}
.col1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    background-color: white;
    padding: 3%;
    border-radius: 12px;
    height: fit-content;
}
.col1 h2{
    color: #344054;
    font-size: 24px;
    font-weight: 700;
}
.col1 p{
    color: #667085;
    font-size: 15px;
    margin-top: 4px;
}
.col1 .prof{
    display: flex;
    justify-content: space-between;
}
.col1 .prof h3{
    color: #344054;
    font-style: 20px;
    font-weight: 700;
}
.col1 .prof a{
    text-decoration: none;
    color: #0660D3;
    font-size: 16px;
    font-weight: 500;
}
.col1 .profname{
    display: flex;
    justify-content: flex-end;
    gap: 3%;
    width: 100%;
}
.col1 h4{
    color: #344054;
    font-size: 15px;
    font-weight: 500;
}
.col1 .names{
    width: 48.5%;
}
.col1 div input{
    width: 100%;
    padding: 11px 16px;
    height: fit-content;
    background-color: #F2F4F7;
    border-radius: 8px;
    border: none;
    margin-top: 10px;
}
.col1 .profdetails{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #F2F4F7;
}
.col1 .languages{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.col1 .languages nav{
    display: flex;
    justify-content: space-between;
}
.col1 .languages nav img{
    width: 20px;
    height: 15px;
    background-color: red;
}
.col1 .languages p{
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
.col1 .languages span{
    display: flex;
    gap: 8px;
    align-items: center;
}
.col1 .languages button{
    width: fit-content;
    height: fit-content;
    border: 1px solid #F2F4F7;
    border-radius: 8px;
    color: #0660D3;
    font-size: 14px;
    padding: 10px 20px;
    background-color: transparent;
}
.col1 .appear{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #F2F4F7;
    padding-top: 15px;
}
.col1 .appear nav{
    display: flex;
    width: 100%;
    gap: 15px;
}
.col1 .appear nav p{
    color: #667085;
    font-size: 15px;
}
.col1 .appear span{
    display: flex;
    gap: 8px;
    align-items: center;
}
.col1 .appear .round{
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #888;
    width: fit-content;
    height: fit-content;
}
.col1 .appear .round div{
    width: 8px;
    height: 8px;
     background-color: var(--main_color);
    border: none;
    border-radius: 50%;
}


.col2{
    width: 35%;
    background-color: var(--bg-color);
    height: fit-content ;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 3%;
    border-radius: 12px;
}
.col2 div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.col2 div h3{
    color: #344054;
    font-size: 20px;
    font-weight: 600;
}
.col2 nav p{
    color: #667085;
    font-size: 18px;
    font-weight: 500;
}
.col2 nav{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.col2 nav a{
    color: #1097FB;
    text-decoration: none;
    font-size: 15px;
}
.col2 span{
    display: flex;
    gap: 5px;
}
.col2 span img{
    width: 20px;
    height: 20px;
    background-color: red;
}
.col2 span p{
    color: #1097FB;
    font-size: 15px;
    font-weight: 500;
}





.col3{
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    background-color: white;
    padding: 3%;
    border-radius: 12px;
    height: 100vh;
}
.col3 h2{
    color: #344054;
    font-size: 24px;
    font-weight: 700;
}
.col3 p{
    color: #667085;
    font-size: 15px;
    margin-top: 4px;
}
.col3 h4{
    color: #1B203D;
    font-weight: 500;
    font-size: 15px;
}
.col3 .chn{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.col3 .chn nav{
    display: flex;
    justify-content: space-between;
}
.col3 .chn nav .tog{
    width: 40px;
    height: 18px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s;
}
.col3 .tog div{
    width: 20px;
    height: 100%;
    border-radius: 50%;
    background-color: white;
}



.mobilesection{
    width: 100%;
    background-color: var(--second-bg-color);
    display: none;
}

.stt{
    display: flex;
    justify-content: start;
    gap: 10px;
    width: 100%;
    padding: 20p;
    align-items: center;
    background-color: white;
    margin-top: 10vh;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.185);
    border-bottom: 1px solid rgba(165, 165, 165, 0.185);;
    padding: 20px 30px;
}
.stt img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #1B203D;
}
.stt h2{
    color: #1B203D;
    font-size: 18px;  
}
.stt div{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.stt p, .gen p{
    color: #8E8AA5;
    font-size: 14px;
}

.gen{
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-self: center;
    width: 92%;
    background-color: white;
    margin: 0 0 0 4%;
    padding: 10% 4%;
}
.gen nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gen nav span{
    display: flex;
    gap: 10px;
}
.gen nav span img{
    width: 20px;
    height: 20px;
}
.gen nav h4{
    font-size: 16px;
    color: #1B203D;
    font-weight: 500;
}
.gen .tog{
    width: 45px;
    height: 18px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s;
}
.gen .tog div{
    width: 20px;
    height: 100%;
    border-radius: 50%;
    background-color: white;
}

















































footer{
    display: none;
    height: fit-content;
    position: fixed;
    bottom: 0;
    z-index: 10;
     background-color:  var(--bg-color);
     width: 100%;
}

footer>.navCon{
    display: flex;
    padding: 4% 1% 5% 5%;
    justify-content: space-between;
    align-items: center;
    background-color:  var(--bg-color);
    z-index: 10;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.185);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: fit-content;
}
footer .navItem{
    text-align: center;
    line-height: 150%;
    width: 20%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
}
footer .navCon .navItem:first-child p{
    font-weight: 600;
}



.mobilesection, .securitysection, .profilesection, .languagesection, .helpsection{
    display: none;
}
#securityCol, #personalInfo, #lanlan, #helphelp{
        display: none;
    }

.securitysection, .languagesection, .helpsection{
    padding-top: 10vh;
    background-color: var(--second-bg-color);
    display: flex;
    justify-content: center;
}








  .languagesection>div{
    width: 94%;
    height: 90vh;
    background-color: white;
    border-radius: 12px;
    padding: 20px 6px; 
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .languagesection span{
    width: 100%;
    height: fit-content;
    padding: 10px;
    border-radius: 12px;
    background-color: var(--second-bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .languagesection nav {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .languagesection .lanimg{
    width: 61px;
    height: 45px;
    background-color: #D9D9D9;
  }
  .languagesection h2{
    color: #1B203D;
    font-size: 18px;
    font-weight: 500;
  }
  .languagesection .targeted, .languagesection span:hover{
    background-color: transparent;
    border: 1px solid #076DF3;
  }
 
 .helpsection>div{
    width: 94%;
    height: 90vh;
    background-color: white;
    border-radius: 12px;
    padding: 20px 6px; 
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -5%;
  }
  .helpsection .headed{
    display: flex;
    justify-content: space-around;
  }
  .helpsection .cons{
    display: none;
    flex-direction: column;
    gap: 15px;
  }
  .headed p{
    width: 45%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
  }
  .headed p:first-child{
    
    border-bottom: 2px solid #0660D3;
  }
  .helpsection input{
    width: 100%;
    background-color: var(--second-bg-color);
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    margin: 10px 0;
  }
  .helpsection .itemz{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }
  .helpsection .itemz p{
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #312F2F;
    border-radius: 12px;
    border: 1px solid #F1F1F1;
  }
  .helpsection .itemz p:first-child{
    background-color: #0660D3;
    color: white;
  }
  .helpsection span{
    width: 100%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    background-color: var(--second-bg-color);
    gap: 25px;
  }
  .helpsection span div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .helpsection span div h2{
    color: #312F2F;
    font-size: 16px;
    font-weight: 500;
  }
  .helpsection span p{
    color: #8E8AA5;
    font-size: 15px;
    line-height: 180%;
  }
  .helpsection span .seeMore{
    display: none;
  }
  .helpsection .concon{
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
  .helpsection .concon nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 12px;
    background-color: var(--second-bg-color);
  }
  .helpsection .concon nav span{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  .helpsection .concon h2{
    font-size: 18px;
    color: #1B203D;
    font-weight: 500;
  }





/*     
  .securitysection, .profilesection, .languagesection, .helpsection{
    width: 100%;
    padding: 0;
    background-color: var(--second-bg-color);
    display: none;
    justify-content: center;
  } */








































































@media screen and (max-width: 480px){

.modal .modal_content{
        width: 80%;
    }
    .navBar .logodiv{
        display: block;
    }
    header h1{
        display: none;
    }
        header .mobile {
            display: block;
        }
        Header .bdyhead{
            display: none;
        }
        header .settinghead{
            display: none;
        }
        header .escrowhead{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    gap: 35%;
    padding: 0 15px;
    background-color: white;

 }
    footer {
            display: block;
        }
    header{
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: space-between;
        gap: 0;
        box-shadow: none;
    }
    
    .navBar{ 
        display: none;
        width: 65%;
        position: fixed;
        z-index: 10;
        background-color: white;
        top: 6vh;
    }
    .navBar .logodiv{
        display: none;
    }
    main{
        width: 100%;
    }

    .dashboard{
        /* margin: 5vh 0 0 0 ; */
        display: none;
    }
    .col1 {
        width: 100%;
        margin-top: 10vh;
        background-color: var(--second-bg-color);
        padding-bottom: 12vh;
        display: none;
    }
    .col1 .profdetails{
        width: 94%;
        gap: 25px;
        border-top: none;
        padding-top: 0;
        margin: 2% 2% 0 2%;
        background-color: white;
        padding: 4%;
        border-radius: 12px;
    }
    .col1 .imgdiv{
        margin: 10px;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        align-self: center;
        position: relative;
    }
    .col1 .imgdiv .edd{
        position: absolute;
        bottom: 5%;
        right: 0%;
        width: 25px;
        height: 25px;
    }
    .col1 .imgdiv img{
        width: 100%;
        border-radius: 50%;
        height: 100%;
        background-color: red;
    }
    .col1 button{
        background-color: #1097FB;
        color: var(--bg-color);
        padding: 16px 0;
        width: 100%;
        border-radius: 12px;
        border: none;
    }
    .col1 button:hover{
        background-color: #0660D3;
    }

  .col3{
    width: 92%;
    margin: 2% 4%;
    display: none;
    line-height: 180%;
  }
  .col3 button{
    width: 100%;
    padding: 16px 0;
    background-color: transparent;
    border: 1px solid #076DF3;
    border-radius: 12px;
    color: #585757;
    font-size: 14px;
  }

  
    .mobilesection{
        display: block;
         margin-bottom: 20vh;
    }

    
    .securitysection, .profilesection, .languagesection, .helpsection{
    display: none;
}
   #securityCol, #personalInfo, #lanlan, #helphelp{
        display: flex;
    }


}