
:root{
    --form-bg:rgb(32, 52, 88,1);
    --form-color:white;
    --primary-color:white;
    --secondary-color:#012135;
    --dark-ball:#02263d;
    --symbol-border:#02263d;
    /* -ms-content-zoom-chaining: #19272f; */
    --theme:#077dc7;
    --fut-color:#077dc7;
    --opt-color:#024702;
    --fut-chart-color:#a6d6f4;
    --nav-background:#012135;
    --nav-a-hover:#a6d6f4;
    --togglecolor:green;
    /* 014d01 */
    --cagrtable:#e1f1e5;
    --compoundtable:#c9e3f3;
    --emitable:#d8e1fa;
    --formcolor:white;
    --navcolor:#e1f1e5;
    --sun-moon:url("images/sun.svg");
    --darkicon:url("./Assets/moon.svg");
}



html{
    overflow-y:auto;
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
}


body{
    margin: 0px;
    /* overflow-x: hidden; */
    overflow-y: auto;
    height:100vh;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    scroll-behavior: smooth;
}

/* html,body{
    overflow: auto;
    margin: 0;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    background-color: var(--primary-color);
} */

/* width */
::-webkit-scrollbar {
width: 7px;
height: 8px;
}

::-webkit-scrollbar-corner{
border:10px;
}
/* html{
    overflow: none;
} */

/* 1. Date and Time */

#date_and_time{
    font-size: 20px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    animation-name:dateandtime; 
    animation-duration: 1500ms;
    animation-iteration-count:1;
    animation-direction: alternate;
    background-color: var(--primary-color);
    /* background-color: var(--togglecolor); */
    position: sticky;
    position: -webkit-sticky;
    top:0;
    left:0;
    right:0;
    z-index: 3;
    margin: 0;
    height: 76px;
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
    /* margin-bottom: 50px; */
    padding-left: 15px;
}

#date{
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--togglecolor);
    position: relative;
    /* flex: 1; */
}


/* 2. Calendar */

.calendar_icon{
    display: flex;
    cursor:pointer;
    position:relative;
    margin-left: 10px;
    /* left:47px;
    top:40px; */
    width:25px;
    height:25px;
    overflow:auto;
    background:var(--secondary-color);
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(../static/Assets/calendar.svg);
    -webkit-mask-image:url(../static/Assets/calendar.svg);
    z-index: 3;
}


.calendar_icon.active{
    /* background: #077dc7; */
    background: var(--togglecolor);
}


#calendar {
    display: none;
    position: absolute;
    left:82px;
    top:80px;
    width: 430px;
    height: 350px;
    border: 1.5px solid white;
    /* margin: 30px auto; */
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: 1px 1px 13px 3px var(--secondary-color);
    z-index: 9;
    background-color: #012135;
    /* background-color: var(--togglecolor); */
    /* transition: 3s; */
    /* cursor: move; */
}

/* #calendar:hover{
    display: block;
} */

/* #date:hover ~ #calendar{
    display: block;
} */


.weeks{
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0 0;
    color:white;
}

.days{
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap:wrap;
    font-size: 16px;
    font-weight: 500;
    color:white;
}

#calendar ul{
    text-align: center;
    padding: 0px 30px 10px 10px;
}

#calendar ul[class=days] li{
    padding-top: 18px;
}

#calendar ul li{
    position: relative;
    width: calc(100%/7);
    padding: 15px 0px 0px 0px;
    cursor: pointer;
    z-index: 1;
}

#calendar ul[class=days] li::before{
    position: absolute;
    left:50%;
    top:70%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    content:'';
    transform: translate(-50%,-50%);
    z-index: -1;
}

li.active {
    font-weight: bold;
    color:white;
}

li.inactive{
    font-weight: normal;
    color:#6b6767;
}

li:hover::before{
    background-color: #c9c9c9;
}

li.active::before{
    background-color: #077dc7;
}

li.inactive:hover::before{
    background-color: transparent;
}

#month_and_year{
    display: flex;
    align-items: center;
    justify-content:left;
    margin-left: 20px;
    gap: 10px;
    /* position: relative; */
    /* cursor: pointer; */
    /* cursor:move; */
}


#month,#year{
    font-size: 17px;
    border-radius: 10px;
    border: 2px solid #077dc7;
    cursor: pointer;
    font-weight: bold;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image:linear-gradient(from right green to left blue);
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem; */
}

#forward1{
    background-image: url(../static/Assets/forward.svg);
}

#backward1{
    background-image: url(../static/Assets/back.svg);
}

img{
    cursor: pointer;
}

#calendar_close{
    position: absolute;
    top:10px;
    right:20px;
    color:white;
    cursor: pointer;
    font-size: 28px;
}

#calendar_close:hover{
    color:red;
}

#icons_cont{
    margin-left:100px;
}

#rvk_icon{
    display:flex;
    align-items:center;
    justify-content:space-around;
}

#time_zone{
    font-size: 12px;
}

/* 3. Dark Mode */

#dark-container{
    display: flex;
    /* border: 2px solid var(--dark-ball); */
    border: 2px solid var(--togglecolor);
    height:31px;
    width:60px;
    border-radius: 30px;    
    cursor: pointer;
    box-sizing: border-box;
    background-position: right;
    /* margin-left: 15px; */
    position: relative;
    /* top:2%;
    left:10%; */
    z-index: 3;
    margin-top: 15px;
    /* background-image: var(--darkicon); */
    background-repeat: no-repeat;
    cursor: pointer;
    box-sizing: border-box;

    /* justify-content: left; */
}


#dark-ball{
    display: flex;
    /* background-color: var(--dark-ball); */
    background-color:var(--togglecolor);
    height: 25px;
    width: 25px;
    margin: 1px;
    border-radius: 50%;
    position: absolute;
    transition: 300ms;
}

#dark-cb:checked+#dark-ball{
    transform: translateX(28px);
}


/* 4. RVK */

#s1{
    width: 30px;
    height:15px;
    background-color: green;
    background: linear-gradient(54.39deg,#9beb9e 28.27%,#b0f8f2 47.32%,#84fa96 51.53%,#81e95b 61.73%,#46ff29 70.81%);
    animation-name:span1; 
    animation-duration: 1500ms;
    animation-iteration-count: 1;
    animation-direction: alternate;
    position: absolute;
    /* position: relative; */
    right:50%;
}


#s2{
    width: 30px;
    height:15px;
    margin-left: 2px;
    background:linear-gradient(54.39deg,#9be7eb 28.27%,#b0f0f8 47.32%,#84d3fa 51.53%,#5bace9 61.73%,#29adff 70.81%);
    animation-name:span2; 
    animation-duration: 1500ms;
    animation-iteration-count:1;
    animation-direction: alternate;
    position: absolute;
    /* position: relative; */
    left:50%;
}


#s3{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 40px; 
    height: 20px;
    margin-top:30px;
    margin-left: 8px;
    animation-name:span3; 
    animation-duration: 2.6s;
    animation-iteration-count:1;
    animation-direction: alternate;
    position: absolute;
    /* position: relative; */
}


@keyframes s1 {
    from{background:linear-gradient(54.39deg,#46ff29 28.27%,#b0f8f2 47.32%,#84fa96 51.53%,#81e95b 61.73%,#9beb9e 70.81%);}
    to{background: linear-gradient(54.39deg,#9beb9e 28.27%,#b0f8f2 47.32%,#84fa96 51.53%,#81e95b 61.73%,#46ff29 70.81%);}
}

@keyframes s2 {
    from{background:linear-gradient(54.39deg,#29adff 28.27%,#b0f0f8 47.32%,#84d3fa 51.53%,#5bace9 61.73%,#9be7eb 70.81%);}
    to{background:linear-gradient(54.39deg,#9be7eb 28.27%,#b0f0f8 47.32%,#84d3fa 51.53%,#5bace9 61.73%,#29adff 70.81%);}
}

@keyframes s3 {
    from{background:linear-gradient(54.39deg,#29adff 28.27%,#b0f0f8 47.32%,#84d3fa 51.53%,#5bace9 61.73%,#9be7eb 70.81%);}
    to{background:linear-gradient(54.39deg,#9be7eb 28.27%,#b0f0f8 47.32%,#84d3fa 51.53%,#5bace9 61.73%,#29adff 70.81%);}
}


@keyframes span1 {
    10%{transform: translateX(-30px);right:0;}
    100%{transform: translateX(30px);right:50%;}
}

@keyframes span2 {
    10%{transform: translateX(30px);left:0;}
    100%{transform: translateX(-30px);left:50%}
}

@keyframes span3 {
    0%{width:0;}
    90%{width:0;}
    100%{width:40px;}
}

#R{
    position: relative;
    /* margin-right: 140px; */
    color: var(--secondary-color);
    font-size: 30px;
    text-shadow: 2.5px 2.5px 5px grey;
    animation-name: R;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    /* margin-right: 100px; */
}


#K{
    position: relative;
    color: var(--secondary-color);
    font-size: 30px;
    text-shadow: 2.5px 2.5px 5px grey;
    animation-name: R;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

@keyframes R {
    from{font-size: 0;text-shadow: none;transform: translateY(-40px);}
    to{font-size: 30px;text-shadow: 2.5px 2.5px 5px grey;}
}


#theme_and_time{
    display: flex;
    margin-top: 10px;
}

/* 5. Themes */

#theme{
    position: relative;
    /* position: absolute; */
    /* right:100px; */
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 2px;
    border:2px solid var(--secondary-color);
}

@keyframes dateandtime {
    10%{font-size:10px;}
    100%{font-size: 20px;}
}

#time{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    /* margin-right:40px; */
}


#time_hours,#time_minutes,#time_seconds{
    color:var(--togglecolor);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-right:60px;
}

#time_seconds{
    /* margin-top:10px; */
    margin-right:10px;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    right:0;
    top:3%;
}


/* 6. Side Navbar */

#pin{
    display: flex;
    color:black;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-top: 23px;
    font-size: 28px;
}

#sidenav_btn{
    display: none;
    font-size: 24px;
    font-size:30px;
    cursor:pointer;
    margin-left: 8px;
    /* margin:10px 0px 0px 10px; */
}

#sidenav_btn:hover{
    color: var(--togglecolor);
}

#nav{
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: center;
    left:0;
    top:76px;
    height: 100%;
    width: 60px;
    overflow: auto;
    background-color: var(--primary-color);
    border: 1px solid grey;
    z-index:2;
    padding: 10px;
    transition: 0.5s;
}

#nav nav #return_calci_cont{
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin: 0;
    padding: 0;
}

nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

nav a {
    visibility: visible;
    padding: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: black;
    display: flex;
    cursor:pointer;
    transition: 0.5s;
}

nav span{
    color:var(--secondary-color);
    position: absolute;
    left: 0;
    border-top-right-radius:10px ;
    border-bottom-right-radius:10px ;
    visibility: hidden;
    display:none;
    padding: 5px;
    transition: 0.5s;
}


/* Expand nav on Hover: */

/* nav a:hover span{
    color: var(--secondary-color) !important;
    text-shadow: 1px 1px 1px var(--secondary-color) !important;
}

#nav:hover{
    width:250px !important;
    align-items: flex-end !important;
}

#nav:hover ~ footer{
    left: 270px !important;
} */

/* #nav:hover ~ body{
    margin-left: 150px !important;
} */
/* 
#nav:hover #text_indent{
    display: flex !important;
}

#nav:hover nav span{
    visibility: visible !important;
    display:flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    word-wrap: break-word !important;
    transition: 0.2s !important;
}

#nav:hover nav a i.fa.fa-inr{
    margin: 0;
    font-size: 10px;
    color: black;
} */

#nav_close{
    display: none;
    position: absolute;
    top:90px;
    /* right:0px; */
    color:white;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}

#nav_close:hover{
    color: red;
}

#text_indent{
    display: none;
    position: absolute;
    justify-content:center;
    align-items: center;
    bottom:30px;
    left:25%;
}

#pin_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

#pin1{
    align-items: center;
    justify-content: center;
    position: absolute;
    top:1px;
    transform:rotate(90deg);
    cursor: pointer;
}

#nav a img[alt="Home Logo"]{
    /* box-shadow: 1px 1px 10px var(--secondary-color); */
    /* border: 1px solid white; */
}


/* 7. Basic Calculator */


#basic_calculator{
    display: block;
    position: absolute;
    /* background-image: url(../static/Assets/calci.svg); */
    background:var(--togglecolor);
    mask-image: url(../static/Assets/calci.svg);
    -webkit-mask-image: url(../static/Assets/calci.svg);
    border: 1.5px solid var(--secondary-color);
    /* -webkit-mask-image: url('data:image/svg+xml,<svg style="color:red;fill:var(--navcolor);" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="34px" viewBox="0 0 24 24" width="34px"><g><rect fill="none" height="24" width="24"/><rect fill="none" height="24" width="24"/></g><g><path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M13.56,6.53L13.56,6.53 c0.29-0.29,0.77-0.29,1.06,0l0.88,0.88l0.88-0.88c0.29-0.29,0.77-0.29,1.06,0l0,0c0.29,0.29,0.29,0.77,0,1.06l-0.88,0.88l0.88,0.88 c0.29,0.29,0.29,0.77,0,1.06v0c-0.29,0.29-0.77,0.29-1.06,0L15.5,9.54l-0.88,0.88c-0.29,0.29-0.77,0.29-1.06,0l0,0 c-0.29-0.29-0.29-0.77,0-1.06l0.88-0.88l-0.88-0.88C13.26,7.3,13.26,6.82,13.56,6.53z M7,7.72h3.5c0.41,0,0.75,0.34,0.75,0.75v0 c0,0.41-0.34,0.75-0.75,0.75H7c-0.41,0-0.75-0.34-0.75-0.75v0C6.25,8.06,6.59,7.72,7,7.72z M10.75,16H9.5v1.25 C9.5,17.66,9.16,18,8.75,18h0C8.34,18,8,17.66,8,17.25V16H6.75C6.34,16,6,15.66,6,15.25v0c0-0.41,0.34-0.75,0.75-0.75H8v-1.25 c0-0.41,0.34-0.75,0.75-0.75h0c0.41,0,0.75,0.34,0.75,0.75v1.25h1.25c0.41,0,0.75,0.34,0.75,0.75v0C11.5,15.66,11.16,16,10.75,16z M17.25,17.25h-3.5c-0.41,0-0.75-0.34-0.75-0.75l0,0c0-0.41,0.34-0.75,0.75-0.75h3.5c0.41,0,0.75,0.34,0.75,0.75l0,0 C18,16.91,17.66,17.25,17.25,17.25z M17.25,14.75h-3.5C13.34,14.75,13,14.41,13,14v0c0-0.41,0.34-0.75,0.75-0.75h3.5 c0.41,0,0.75,0.34,0.75,0.75v0C18,14.41,17.66,14.75,17.25,14.75z"/></g></svg>'); */
    /* background:linear-gradient(to bottom, rgba(59, 101, 67, 0.8) 0%, rgba(3, 149, 69, 0.298) 33%, rgb(8, 147, 8) 100%); */
    /* background:linear-gradient(to bottom, rgba(59,70,101,0.800) 0%, rgba(59,70,101,0.298) 33%, rgba(15,15,15,1.000) 100%);"> */
    box-shadow: 1px 1px 10px var(--secondary-color);
    /* text-shadow: 2px 2px 5px green; */
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
    top:30%;
    right:0;
    width:15px;
    height:15px;
    overflow:auto;
    z-index:2;
    border-radius: 10px;
    padding: 10px;
    background-color:none;
    animation-name: calci;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}


@keyframes calci{
    from{transform: translateY(-3px);}
    to{transform: translateY(3px);}
}

#calci{
    display: none;
}

#basic_calculator:hover{
    width: auto !important;
    height: 200px !important;
    /* background-color: #077dc7 !important; */
    background-image: none !important;
    /* transition: height 1s,width 1s; */
    transition: all 1s !important;
    animation:none !important;
    /* mask: none;
    mask-image: none !important; */
    -webkit-mask-image: none !important;
}

#basic_calculator:hover #calci{
  display: block !important;
}


.numbers_btns{
    width:50px;
    height:30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    background-color: white;
    color:black;
    font-weight: normal;
}

.numbers_btns:hover{
    /* border: 2px solid black; */
    font-size: 19px;
    text-shadow: 1px 1px 1.5px black; 
}

.operators_btns{
    width:50px;
    height:30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    background-color: white;
    color:black;
    font-weight: bold;
}

.operators_btns:hover{
    /* border: 2px solid black; */
    font-size: 19px;
    text-shadow: 1px 1px 1.5px black; 
}

.equal{
    width: 50px;
    height: 30px;
    font-size: 18px;
    color:white;
    background-color: rgb(3, 95, 41);
    border-radius: 10px;
    cursor: pointer;
}

.equal:hover{
    border: 2px solid white;
    text-shadow: 2px 2px 10px white;     
    /* color:rgb(3, 95, 41); */
    /* background-color: white; */
}

.clear{
    width: 50px;
    height: 30px;
    font-size: 18px;
    border-radius: 10px;
    color:white;
    background-color: rgb(95, 3, 3);
    cursor: pointer;
}

.clear:hover{
    border: 2px solid white;
    text-shadow: 2px 2px 10px white;
    /* color:rgb(95, 3, 3);
    background-color: white; */
}

#calci_result{
    font-size: 20px;
    text-align: center;
    /* color:white;
    background-color: rgb(95, 3, 3); */
}

#result_cont input{
    margin-bottom: 10px;
    /* border:2px solid black; */
    border-radius: 10px;
}

/* Financial Calculators */

/* Calculator Buttons */


#buttons_cont{
    /* display: flex;
    align-items: center; */
    justify-content: flex-start;
    margin-left: 100px;
    margin-top: 0;
    position: relative;
}


button{
    /* margin-top:20px;
    margin-left:30px; */
    cursor: pointer;
    height:2em;
    width:128px;
    justify-content: center;
    color: white;
    font-size:16px;
    background-color: grey;
    /* border-color:grey; */
    font-weight: bold;
    border-radius: 10px;
    margin-left: 5px;
    /* margin-right: 5px; */
}


#backward{
    display: none;
    margin-right: 15px;
    position: sticky;
    left: 0;
    cursor: pointer;
    padding: 7px;
    cursor: pointer;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    background-color: var(--togglecolor);
    z-index:1
}

#forward{
    display: flex;
    margin-left: 15px;
    position: sticky;
    right: 0;
    cursor: pointer;
    padding: 7px;
    cursor: pointer;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    background-color: var(--togglecolor);
    z-index:1
}


#but{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    margin-left: 100px;
    /* position: relative; */
    margin:30px;
    margin-bottom:0;
    padding:10px;
    border:2px;
    border-style: groove;
    border-radius: 10px;
    border-color: var(--secondary-color);
    font-size: 16px;
    width: 418px;
    overflow:auto;
    scroll-behavior: smooth;
}

#but1{
    display: flex;
    align-items: center;
    justify-content:center;
    margin: none;
    width: auto;
    z-index: 0;
    margin-bottom:2px;
    gap:5px;
}

#but::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
  
#but::-webkit-scrollbar-thumb{
    background:var(--togglecolor);
    border-radius: 10px;
}

#but::-webkit-scrollbar-track{
    background:var(--navcolor);
    border-radius: 10px;
}

#but::-webkit-scrollbar-corner{
   border: 10px;
}

#but::-webkit-scrollbar-track-piece{
    background:var(--navcolor);
    border-radius: 10px;
    margin-block-end: 10px;
    padding: 10px;
}



/* 1. CAGR Calculator:  */

#cagrh{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin:0; */
    margin-left: 100px;
    color: var(--togglecolor);
}

#CAGR_Cont{
    display: block;
    /* position: absolute;
    left:250px; */
}

#COMPOUND_Cont{
    display: none;
}

#EMI_Cont{
    display: none;
}

#TAX_Cont{
    display: none;
}

.congrats_cont{
    display: none;
}

#congrats_svg{
    cursor:pointer;
    width:36px;
    height:36px;
    overflow:auto;
    background:green;
    /* background:var(--togglecolor); */
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-image:url(../static/Assets/congrats.svg);
}

.congrats_cont.display{
    display: block;
}

.congrats{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
}

.congrats_title{
    margin-left: 10px;
}

.congrats_content{
    margin-left: 30px;
}

#tax_info{
    display: block;
    margin: 100px 40px 40px 100px;
    font-size: 16px;
}

#tax_info b{
    font-size: 20px;
    line-height: 2;
    /* color: var(--togglecolor); */
}

#tax_info p{
    font-size: 20px;
}

#tax_info ul,#tax_info p ul{
    font-size: 18px;
    font-weight: normal;
}

.info_main{
    /* display: inline; */
    font-size: 34px;
    /* border: 2px solid var(--togglecolor); */
    color:var(--togglecolor);
    /* border-radius: 50%; */
    /* padding: 2px; */
}


#BROKERAGE_Cont{
    display: none;
}

#Cagr,#Compound,#EMI,#TAX,#BROKERAGE{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    margin-left: 100px;
}


i[class='fa fa-inr'],i[class="fa fa-percent"]{
    font-size:23px;
    color:var(--togglecolor);
}


i[class='fa fa-question'],i[class='fa fa-question-circle']{
font-size:15px;
margin-right: 10px;
color:var(--togglecolor);
cursor: pointer;
}

label{
    color:var(--secondary-color);
    border:10px;
    font-weight: bold;
}

#inv,#inv2,#inv3,#inv4{
    margin:30px;
    margin-top: 0%;
    border:2px;
    border-style: groove;
    border-radius: 10px;
    border-color: var(--secondary-color);
    padding:10px;
    /* min-width: 250px; */
    width: 418px;
    /* max-width:418px; */
    font-size: 20px;
    position: relative;
    /* flex-wrap:wrap; */
}

#investment{
    text-align: center;
    color:black;
    position: relative;
    border:3px;
    font-size: 20px;
    margin-left: 20px;
    align-items: center;
    border-style: groove;
    width:50%;
    border-radius: 10px;
    border-color:green;
}


#currentvalue{
    text-align: center;
    position: relative;
    color:black;
    border:3px;
    font-size: 20px;
    margin-top:20px;
    margin-left: 3px;
    border-style: groove;
    width:50%;
    border-radius: 10px;
    border-color: green;
}

#slideroutput,#slideroutput1,#slideroutput2{
    color:var(--secondary-color);
}



#clearall1,#clearall2,#clearall3,#clearall4,#clearall5{
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width:30px;
    height:30px;
    overflow:auto;
    background:var(--togglecolor);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-image: url(../static/Assets/clear_all.svg);
}

/* #clearall1::after{
    position: absolute;
    left:50%;
    top:40%;
    width: 10px;
    height: 10px;
    content:'';
    transform: translate(-50%,-50%);
    z-index: -1;
    background-color: white;
    border-top: 2px solid;
    border-color: white transparent transparent transparent;
} */

#clearall1:hover,#clearall2:hover,#clearall3:hover,#clearall4:hover,#clearall5:hover{
    background:red;
}


#principle,#loan{
    text-align: center;
    color:black;
    position: relative;
    border:3px;
    font-size: 20px;
    margin-left: 30px;
    align-items: center;
    border-style: groove;
    width:50%;
    border-radius: 10px;
    border-color:var(--togglecolor);
}

#rate{
    text-align: center;
    position: relative;
    color:black;
    border:3px;
    font-size: 20px;
    border-style: groove;
    /* height:40; */
    /* width:200; */
    border-radius: 10px;
    border-color: var(--togglecolor);
    margin-top:20px;
    margin-left:65px;
}

#ce{
    width:140px;
    height:30px;
    font-size:20px;
    text-align:center;
    border:3px;
    border-radius:10px;
    border-style:groove;
    border-color:var(--togglecolor);
    cursor: pointer;
}


#old_vs_new_tax_cont{
    display: flex;
    align-items: center;
    justify-content: center;
}

#old_tax_regime_btn{
    background-color: var(--togglecolor);   
}

#fy_and_age_cont{
    display: flex;
    /* align-items: center;
    justify-content: center; */
    gap:20px;
}

#FY,#Age,#tax_payer,#income_source{
    /* display: flex;
    width: 20%; */
    font-size:18px;
    text-align:center;
    margin-top:10px;
    border:3px;
    border-radius:10px;
    border-style:groove;
    border-color:var(--togglecolor);
    cursor: pointer;
}

#tax_payer{
    margin-left: 38px;
    /* width: 52%; */
}

/* #Age{
    margin-left: 85px;
} */

#Income,#Deductions{
    /* width: 30%; */
    width: 30%;
    margin-top:20px;
    /* margin-left:30px; */
    border:3px;
    border-radius: 10px;
    border-style: groove;
    border-color:var(--togglecolor);
    text-align: center;
    position: relative;
    color:black;
    font-size: 20px;
}

/* #Income{
    width: 40%;
} */

#total_deductions,#net_taxable_income,#income_tax,#surcharge,#cess,#tax_payable{
    font-size: 24px;
    font-weight: bold;
    color:var(--togglecolor);
    /* margin-left:30px; */
}


#Interest{
    width:20%;
    margin-top:20px;
    margin-left:30px;
    border:3px;
    border-radius: 10px;
    border-style: groove;
    border-color:var(--togglecolor);
    text-align: center;
    position: relative;
    color:black;
    font-size: 20px;
}


#inv5{
    margin:30px;
    margin-top: 0%;
    border:2px;
    border-style: groove;
    border-radius: 10px;
    border-color: var(--secondary-color);
    padding:10px;
    width:418px;
    font-size: 20px;
    position: relative;
}


#exchange_cont{
    /* display: inline; */
    display: inline;
}

label[for='NSE'],label[for='BSE']{
    font-size: 17px;
    cursor: pointer;
}

label[for='NSE']{
    margin-left: 10px;
}

#NSE,#BSE{
    accent-color: var(--togglecolor);
    height: 14px;
    width: 14px;
    cursor: pointer;
}

#instrument{
    /* width:140px; */
    height:30px;
    font-size:18px;
    text-align:center;
    border:3px;
    border-radius:10px;
    border-style:groove;
    border-color:var(--togglecolor);
    cursor: pointer;
    padding: 1px;
    /* background-color:var(--navcolor); */
}

#buy,#sell,#qty{
    width:27%;
    border:3px;
    border-radius: 10px;
    border-style: groove;
    text-align: center;
    border-color:var(--togglecolor);
    /* background-color:var(--navcolor); */
    font-size: 20px;
    margin-top:20px;
    margin-left:3px;
}

label[for='sell']{
    /* margin-left: 10px; */
}

#qty{
    width: 30%;
}

label[for='CE'],label[for='PE']{
    font-size: 18px;
    cursor: pointer;
}

label[for='CE']{
    margin-left: 30px;
}


#CE,#PE{
    accent-color: var(--togglecolor);
    height: 14px;
    width: 14px;
    cursor: pointer;
}


#period{
    margin-left:15px;
    font-weight: bold;
}

#tenure{
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid var(--togglecolor);
    border-radius: 10px;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px;
    width:200;
    margin-left: 11px;
}


#myrange,#myrange1,#myrange2{
    background:none;
    margin-top:20px;
    width: 30%;
}


#myrange::-webkit-slider-runnable-track,#myrange1::-webkit-slider-runnable-track,#myrange2::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: var(--togglecolor);
    border-style: groove;
    border-radius: 10px;
}


input[id="myrange"]::-webkit-slider-thumb{
    border: 2px solid var(--secondary-color);
    height: 26px;
    width: 23px;
    border-radius: 30px;
    background: rgba(0, 128, 0,0.6);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}


input[id="myrange1"]::-webkit-slider-thumb {
    border: 2px solid var(--secondary-color);
    height: 26px;
    width: 23px;
    border-radius: 30px;
    background:rgba(26, 153, 232,0.6);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}


input[id="myrange2"]::-webkit-slider-thumb {
    border: 2px solid var(--secondary-color);
    height: 26px;
    width: 23px;
    border-radius: 30px;
    background:rgba(88, 128, 237,0.6);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}


#cagr1,#compound1,#fa,#emi1,#emi2,#emi3,#gross_profit,#total_charges,#net_profit{
    font-size: 24px;
    font-weight: bold;
    margin-left:30px;
}

#summary{
    display: flex;
    align-items: left;
    justify-content: space-evenly;
    margin: 100px 0 0 82px;
    font-size: 22px;
    padding: 10px;
}

#profit_summary{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 25px;
    margin: 30px 0 0 100px;
    flex-wrap:wrap;
    gap:10px
}

#CAGR,#FA,#COMPOUND,#EMI1,#TA,#TI,#gross_profit_value,#total_charges_value,#net_profit_value{
    font-size: 24px;
    font-weight: bold;
    color:var(--togglecolor);
}


.dashboard{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    cursor:pointer;
    width:45px;
    height:45px;
    margin-top: 20px;
    overflow:auto;
    background:var(--togglecolor);
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(../static/Assets/dashboard_down.svg);
    -webkit-mask-image:url(../static/Assets/dashboard_down.svg);
    /* z-index: 3; */
    animation-name: dashboard_navigate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes dashboard_navigate {
    10%{transform: translateY(10px);}
    100%{transform: translateY(-10px);}
}

.dashboard:hover{
    animation: none !important;
}


table {
    align-items: center;
    justify-content: center;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    height:100%;
    overflow:auto;
}


#tablecontainer1,#tablecontainer2,#tablecontainer3{
    /* display: flex;   
    align-items: center;
    justify-content: center; */
    border: 2px solid var(--secondary-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: groove;
    margin-left:20%;
    margin-top:120px;
    width:800px;
}


#dashboard_header{
   text-align:center;
   font-size:20px;
   margin-top:3px;
   margin-bottom: 0px;
   border-bottom:2px solid var(--secondary-color);
}


#csvbutton1,#csvbutton2,#csvbutton3{
    background-color:var(--togglecolor);
    text-align:center;
    margin-left:350px;
    margin-bottom:10px;
    margin-top:10px;
}

#csvbutton1 i,#csvbutton2 i,#csvbutton3 i{
    font-size:24px;
    text-align:right;
    color:white;
    border:0px solid black;
}


#cbstartfrom,#cbstartfrom1,#cbstartfrom2{
    cursor: pointer;
    accent-color: var(--togglecolor);
    width: 25px;
    height:20px;
    margin-right:5px;
    margin-bottom:10px;
}

#startfrom,#startfrom1,#startfrom2{
    height:18px;
    width:80px;
    text-align: center;
    font-size:15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border:2px solid var(--secondary-color);
}

#startfrom2{
    width:130px;
    font-weight:bold;
}

.scrollabletable{
    overflow: auto;
    height:500px;
}

.scrollabletable::-webkit-scrollbar{
    width: 8px;
    height: 7px;
}

.scrollabletable::-webkit-scrollbar-track{
    background: var(--navcolor);
    border-radius: 25px;
}

.scrollabletable::-webkit-scrollbar-thumb{
    background: var(--togglecolor);
    border-radius: 10px;
}


th, td {
    text-align: center;
    font-weight: 550;
    padding: 8px;
    border: 1px solid var(--secondary-color);
}

table#cagrtable th{
    background-color: var(--togglecolor);
    color:white;
    border-bottom: 3px solid var(--secondary-color);
    position: sticky;
    padding: 8px;
    top:0;
    left:0;
    bottom: 10;
    z-index: 1;
}

table#cagrtable tr:nth-child(odd) {
    background-color:var(--cagrtable);
    color:var(--secondary-color)
}

table#cagrtable tr:nth-child(even) {
    background-color:var(--primary-color);
    color:var(--secondary-color);
}

table#compoundtable th{
    background-color: var(--togglecolor);
    /* color:var(--secondary-color); */
    color:white;
    border-bottom: 3px solid var(--secondary-color);
    position: sticky;
    padding: 8px;
    top:0;
    left:0;
    bottom: 10;
    z-index: 1;
}

table#compoundtable tr:nth-child(odd){
    background-color:var(--compoundtable);
    /* background-color:#034242; */
    color:var(--secondary-color)
}

table#compoundtable tr:nth-child(even){
    background-color:var(--primary-color);
    color:var(--secondary-color);
}

table#emitable th{
    background-color: var(--togglecolor);
    /* color:var(--secondary-color); */
    color:white;
    border-bottom: 3px solid var(--secondary-color);
    position: sticky;
    padding: 8px;
    top:0;
    left:0;
    bottom: 10;
    z-index: 1;
}

table#emitable tr:nth-child(odd){
    background-color:var(--emitable);
    /* background-color:#034242; */
    color:var(--secondary-color)
}

table#emitable tr:nth-child(even){
    background-color:var(--primary-color);
    color:var(--secondary-color);
}

#pieh{
    visibility:hidden;
    position: absolute;
    width: 450px;
    height:20px;
    text-align: center;
    font-size:20px;
    bottom:0;
    left:450px;
    color:var(--secondary-color);
}

#pieh1,#pieh2{
    display: none;
}

#pie1,#pie2{
    visibility:hidden;
    /* position:relative; */
    /* top:180px; */
    left:600px;
    /* z-index: 3; */
    height: 230px;
}

#piechart1,#piechart2{
    visibility: hidden;
    width: 450px;
    height:280px;
}

rect{
    /* fill:var(--primary-color); */
    fill:transparent;
    /* border: 3px solid red; */
}

text{
    fill:var(--secondary-color);
    font-size:14px;
    /* font-color:green; */
    font-weight:500;
}


#scrolltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color:var(--togglecolor);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-weight:bold;
}
  
#scrolltop:hover {
    background-color:var(--navcolor);
}


/* Feedback Form: */

#feedback_cont{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 100px;
}

.Feedback{
    /* background-color: var(--cagrtable); */
    background-color: var(--primary-color);
    font-weight: bold;
    margin-top:200px;
    margin-bottom:100px;
    /* width:100%; */
    /* width:90%; */
    width: 950px;
    align-items: center;
    justify-content: center;
}

#feedback_header{
    font-size:25px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 18px;
}

input#name,input#email,select#country,textarea#subject{
    /* background-color: skyblue;
    background-color: #e1f1e5;
    background-color:#c9e3f3; */
    background-color:var(--formcolor);

    /* --cagrtable:#; */
    /* --compoundtable:#c9e3f3; */
    color:black;
    border:2px solid var(--togglecolor);
    border-radius: 10px;
    /* font-weight: bold; */
}

select#country{
    cursor: pointer;
    width: 40%;
    font-size: 18px;
    padding: 10px;
    margin-top:10px;
    margin-bottom:10px;
}

label[for='name']{
    font-size:20px;
    margin-right:25px;
}

#name{
    width: 50%;
    font-size: 18px;
    padding: 10px;
    margin: 10px;
}

label[for='email']{
    font-size:20px;
    margin-right:16px;
}

#email{
    width: 50%;
    font-size: 18px;
    padding: 10px;
    margin: 10px;
}

label[for='country']{
    font-size:20px;
    margin-right:25px;
}

label[for='subject']{
    font-size: 20px;
    margin-bottom: 20px;
}

#subject{
    height:100px;
    font-size:20px;
    width:90%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


input[type='submit']{
    text-align: center;
    font-size:20px;
    /* width:15%; */
    margin-bottom:50px;
    margin-left:35%;
    border:3px solid var(--secondary-color);
    border-radius:10px;
    color:white;
    background-color:var(--togglecolor);
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
}

input[type='submit']:hover{
    font-size:24px;
    /* background-color:green; */
    transition-duration: 100ms;
}


#contact_mail_id{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contract Note: */

#contract_note_cont{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: black;
    background-color: rgba(238,238,238,0.8);
    z-index: 9999;
}

#contract{
    display: block;
    position: relative;
    margin-top: 5% !important;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    width: 900px;
    max-width: 1265px;
    min-height: 465px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 1px;
    /* box-shadow: 2px 2px 2px #eaeaea; */
    box-shadow: 1px 1px 5px var(--primary-color);
    animation-duration: 1s;
}


#contract_note{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: auto;
    z-index: 99999;
    color:black;
    padding-top: 15px;
}


#contract_head{
    display: flex;
    color:black;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

#contract_note_close{
    color:black;
    display: flex;
    font-weight: bold;
    font-size: 28px;
    margin: auto;
    margin-top: 15px;
    margin-right: 25px;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}

#contract_note_close:hover{
    color:red;
}

#contract_note table{
    width: 100%;
    padding: 0px 20px 0px 20px;
    text-align: center;
}

#exchange,#instrument_cn{
    cursor: pointer;
}


#qty1,#buy_price,#sell_price{
    text-align: center;
    /* border:none; */
    font-size: 16px;
    width: 50%;
}

#qty1{
    width: 70%;
}

#contract_note table th{
    border-bottom: 1.5px solid var(--secondary-color);
    font-size: 18px;
    font-weight: 550;
    padding-bottom: 15px;
    /* padding: 12px 15px; */
}

#contract_note table td{
    text-align: center;
    /* padding: 12px 15px; */
    font-size: 16px;
    font-weight: 400;
    /* font-size: 1.5vw; */
    /* white-space:nowrap;
    text-align: center;
    border: none; */
}

#P_and_L{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

#charges_breakdown{
    display: flex;
    gap:10%;
    text-align: right;
    color:black;
    margin-bottom: 18px;
    margin-left: 25px;
}



/* Footer: */

footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:fixed;
    right:0;
    left:82px;
    bottom: 0;
    margin-bottom:0px;
    /* height:60px; */
    background-color: var(--togglecolor);
    z-index:2;
    overflow: auto;
    flex-wrap: wrap;
    padding: 10px;
}

footer b{
    color: white;
    margin-left: 100px;
}

#links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    margin-right: 30px;
    font-weight: bold;
}

#links a{
    color:white;
    /* text-decoration: none; */
}

#about_cont,#disclaimer_cont,#privacy_policy_cont{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    /* background-color: grey; */
    /* border:2px solid black; */
    background-color: rgba(238,238,238,0.8);
    z-index: 9999;
}

#About,#disclaimer,#privacy_policy{
    display: block;
    position: relative;
    margin-top: 5% !important;
    /* background-color: #fefefe; */
    color:black;
    background-color: var(--navcolor);
    border:2px solid black;

    margin: auto;
    padding: 50px;
    width: 900px;
    max-width: 1265px;
    min-height: 465px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 1px;
    /* box-shadow: 2px 2px 2px #eaeaea; */
    box-shadow: 1px 1px 5px var(--primary-color);
    animation-duration: 1s;
    font-size: 18px;
}


#about_close,#disclaimer_close,#privacy_policy_close{
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top:0;
    right: 10px;
}

#about_close:hover,#disclaimer_close:hover,#privacy_policy_close:hover{
    color:red;
}

#About h1,#disclaimer h1{
    display: flex;
    align-items: center;
    justify-content: center;
}

#About h2,#disclaimer h2{
    display: none;
}

#About p{
    font-size: 20px;
    letter-spacing: 0.5px;
}

#disclaimer strong{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#disclaimer p{
    padding:10px;
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:60px
}


#social_media_cont{
    margin: 100px 0 20px 0px;
}

#follow_us{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 0 20px 0px;
}

#social_media{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--togglecolor);
    gap: 20px;
    margin: 0 0 0 80px;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}

#social_media i{
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 10px var(--primary-color); */
    /* background-color: white; */
    height: 24px;
    position: relative;
    z-index: 1;
    fill: red;
}

/* #social_media i::after{
    content: '*';
    width: 28px;
    height: 10px;
    background-color: white;
    display: flex;
    position: absolute;
    top:10px;
    z-index: 0;
} */


/* #social_media i{
    color: var(--togglecolor);
} */

i[class="fa fa-facebook-square"]:hover{
    color: #1877f2;
}

i[class="fa fa-twitter-square"]:hover{
    color: #1DA1F2;
}

i[class="fa fa-youtube-square"]:hover{
    color: #FF0000;
}

i[class="fa fa-instagram"]:hover{
    color: #E4405F;
}

i[class="fa fa-linkedin"]:hover{
    color: #0077B5;
}


@media only screen and (max-width: 500px) {
    /* #date_and_time {
        font-size: 14px;
    } */

    #date_and_time{
        margin-bottom: 0px;
    }

    #theme_and_time{
        display: flex;
        margin-top: 0px;
    }

    #theme{
        transform: rotate(90deg);
        margin: 0px;
    }

    .dot {
        height: 14px;
        width: 14px;
        background-color: #bbb;
        border-radius: 50%;
        margin: 2px;
        border:2px solid var(--secondary-color);
    }

    #s3{
        margin-left: 10px;
        /* margin-right: 30px; */
        position: relative;
    }

    #time{
        margin:0px;
    }

    #nav{
        display: none;
    }

    #sidenav_btn{
        display: inline;
    }

    #pin{
        display: none;
    }

    #nav_close{
        display: block;
    }

    /* #time_seconds{
        font-size: 16px;
        margin:0px;
    } */
/*     
    #time_hours,#time_minutes,#time_seconds{
        color:var(--togglecolor);
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    } */

    #basic_calculator{
        top:22%;
    }

    #s3{
        margin-left: 30px;
    }

    .calendar_icon{
        display: flex;
        cursor:pointer;
        position:absolute;
        top:45%;
        left:50px;
        margin-left: 10px;
        width:25px;
        height:25px;
        overflow:auto;
        background:var(--secondary-color);
        background-repeat: no-repeat;
        background-size: contain;
        mask-image: url(../static/Assets/calendar.svg);
        -webkit-mask-image:url(../static/Assets/calendar.svg);
        z-index: 3;
    }

    
    #calendar{
        width:250px;
        height: 220px;
        padding: 20px 10px 10px 10px;
    }
    .weeks{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .days{
        font-size: 12px;
    }
    #month{
        font-size: 12px;
    }
    #year{
        font-size: 14px;
    }
    #month_and_year{
        margin-left: 10px;
        margin-bottom: 0;
    }

    
#calendar ul{
    text-align: center;
    /* padding: 0px; */
    padding: 0px 10px 10px 10px;
}

#calendar ul[class=days] li{
    padding-top: 8px;
}

#calendar ul li{
    padding: 10px 0px 0px 0px;
}

#calendar ul[class=days] li::before{
    position: absolute;
    left:50%;
    top:70%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    content:'';
    transform: translate(-50%,-50%);
    z-index: -1;
}

#calendar_close{
    font-size: 18px;
}

#icons_cont{
    margin-left:0px;
}

#date{
    font-size: 18px;
}

#time{
    font-size: 18px;
}

#time_seconds{
    font-size: 28px;
}

#time_hours,#time_minutes,#time_seconds{
    margin-right: 50px;
}

#time_seconds{
    margin-right: 10px;
}

#dark-container{
    width: 35px;
    height: 18.5px;
}

#dark-ball{
    width: 12px;
    height: 12px;
}

#dark-cb:checked+#dark-ball{
    transform: translateX(16px);
}

/* Contract Note: */
#contract{
    height: 500px;
    width: 500px;
}

/* Calculators: */

#cagrh{
    font-size: 20px;
    justify-content: center;
    margin-left: 0px;
}

#buttons_cont{
    margin-left: 10px;
}

#but{
    width: 318px;
    margin-left: 10px;
}

#Cagr,#Compound,#EMI,#TAX,#BROKERAGE{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    margin-left: 10px;
}

#inv,#inv2,#inv3,#inv4,#inv5{
    /* margin:30px;
    margin-top: 0%;
    border:2px;
    border-style: groove; */
    /* border-radius: 10px; */
    /* border-color: var(--secondary-color); */
    /* padding:10px; */
    /* min-width: 250px; */
    width: 318px;
    /* max-width:418px; */
    font-size: 18px;
    margin-left: 10px;
    /* flex-wrap:wrap; */
}

#tablecontainer1,#tablecontainer2,#tablecontainer3{
    margin-left: 20px;
    /* border: 2px solid var(--secondary-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: groove;
    margin-left:20%;
    margin-top:120px; */
    /* width:400px; */
    width: 350px;
}

.scrollabletable{
    overflow: auto;
    height:200px;
}

table#cagrtable th,table#compoundtable th,table#emitable th{
    font-size:12px;
    padding: 5px;
}

table#emitable th{
    font-size:11px;
    padding: 2px;
}

table#cagrtable td,table#compoundtable td,table#emitable td{
    font-size:11px;
    padding: 5px;
}

#dashboard_header{
    text-align:center;
    font-size:16px;
}

#csvbutton1,#csvbutton2,#csvbutton3{
    margin-left:10px;
    width:70px;
    margin: none;
    font-size: 12px;
}

/* #csvbutton3{
    margin-left:60px;
} */

#csvbutton1 i,#csvbutton2 i,#csvbutton3 i{
    font-size:18px;
    text-align:right;
    color:white;
    border:0px solid black;
}

#cbstartfrom,#cbstartfrom1,#cbstartfrom2{
    width: 20px;
    height: 15px;
}

#startfrom,#startfrom1,#startfrom2{
    height:16px;
    text-align: center;
    font-size:15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border:2px solid var(--secondary-color);
}

#startfrom2{
    width:auto;
    font-weight:bold;
}

#exchange_cont{
    /* display: inline; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
    gap: 10px;
}

#buy,#sell{
    width:23%;
    margin-top: 0px;
    font-size: 16px;
}

#qty{
    font-size: 16px;
}

#instrument{
    font-size:16px;
}

#summary{
    margin: 100px 0 0 20px;
    font-size: 18px;
}

#summary b,#profit_summary b{
    color: var(--togglecolor);
}

#profit_summary{
    font-size: 21px;
    margin: 30px 0 0 20px;
}

#investment,#currentvalue{
    width:45%;
}

.dashboard{
    margin-top: 30px;
}

#rate{
    width:20%;
}

#ce{
    width: auto;
    font-size:16px;
}

#loan{
    width: 40%;
    /* font-size: 16px; */
}


#cagr1,#compound1,#fa,#emi1,#emi2,#emi3,#gross_profit,#total_charges,#net_profit{
    font-size: 17px;
    font-weight: bold;
    margin-left:30px;
}

#CAGR,#FA,#COMPOUND,#EMI1,#TA,#TI,#gross_profit_value,#total_charges_value,#net_profit_value{
    font-size: 19px;
    font-weight: bold;
    color:var(--togglecolor);
}

#myrange,#myrange1,#myrange2{
    margin-left: 2px;
}

/* label[for='FY'],label[for='tax_payer'],label[for='income_source'],label[for='Income'],label[for='Deductions']{
    font-size: 16px;
} */

#FY,#Age,#tax_payer,#income_source,#Income,#Deductions{
    font-size: 15px;
}


#Age{
    margin-left: 33px;
}

#total_deductions,#net_taxable_income,#income_tax,#surcharge,#cess,#tax_payable{
    font-size: 19px;
}

#tax_info{
    display: block;
    font-size: 12px;
    margin: 100px 10px 10px 10px;
}

#feedback_cont{
    margin-left: 20px;
}

.Feedback label{
    font-size: 17px;
}

    #feedback_header{
        font-size: 18px;
    }

    #name,#email,#subject,select#country{
        font-size: 14px;
        padding: 5px;
    }

    #subject{
        height: 50px;
    }

    input[type='submit']{
        font-size: 14px;
        border-width: 1.5px;
    }

    footer{
        display: flex;
        align-items: center;
        justify-content: center;
        height:auto;
        /* padding: 5px; */
        padding: 5px 0px 5px 25px;
        left:0px;
        right: 0;
        overflow: hidden;
        flex-wrap: wrap;
    }

    footer b{
        /* display: flex;
        align-items: center;
        justify-content: center; */
        font-size: 13px;
        margin: 0 0 2px 0;
        /* margin-left: 80px;
        font-size: 13px; */
    }

    footer a{
        font-size: 11px;
    }

    #about_cont,#disclaimer_cont,#privacy_policy_cont{
        display: none;
        /* align-items: center;
        justify-content: center; */
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(238,238,238,0.8);
        z-index: 9999;
    }

    #About,#disclaimer,#privacy_policy{
        display: block;
        position: relative;
        margin-top: 5% !important;
        color:black;
        background-color: var(--navcolor);
        border:2px solid black;
        margin: auto;
        padding: 50px;
        width: 250px;
        height: 500px;
        /* max-width: 1265px; */
        /* min-height: 465px; */
        border: 1px solid #ddd;
        border-radius: 1px;
        box-shadow: 1px 1px 5px var(--primary-color);
        animation-duration: 1s;
        font-size: 18px;
    }

    #About p,#disclaimer p{
        font-size: 15px;
        margin: 10px;
    }

    /* #About{
        padding: 30px;
    } */

    #About h1,#disclaimer h1{
        display: none;
    }

    #About h2,#disclaimer h2{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #About,#disclaimer,#privacy_policy{
        font-size: 14px;
    }


/* 
    #pieh{
        visibility:hidden;
        position: absolute;
        width: 450px;
        height:20px;
        text-align: center;
        font-size:20px;
        bottom:0;
        left:450px;
        color:var(--secondary-color);
    } */
    
    #pieh{
        display: none;
    }

    #pieh1,#pieh2{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 20px 0 0 25px;
    }
    
    #pie1_mob,#pie2_mob{
        visibility:hidden;
        /* position:relative; */
        /* top:180px; */
        /* left:600px; */
        /* z-index: 3; */
        width: 380px;
        height: 170px;
    }
    
    #piechart1_mob,#piechart2_mob{
        visibility: hidden;
        /* width: 450px; */
        height: 280px;
    }

    #pie1,#pie2{
        display: none;
    }

    #piechart1,#piechart2{
        display: none;
    }

    #pie1_mob,#pie2_mob{
        display: block;
    }

    #piechart1_mob,#piechart2_mob{
        display: block;
    }

  }


