@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300&display=swap');
:root{
    --primary-color: #4D81CF;
    /* --primary-color: #78c5e2; */
    --secondary-color:#9fcd68;
    --third-color:#ffffff;
    --fourth-color:#000000;
    --border-radius: 50%;
    --font-family: 'Montserrat', sans-serif;
    --background-image: linear-gradient(to right, #78c5e2, #44cbd6, #31ceb6, #5ccc87, #90c552);
}
a{
    text-decoration: none;
}
*{
    border: none;
    margin: 0;
    padding: 0;
}
body{
    
}
.dropdown-toggle{
    font-size: 25px;
}
.bg-color{
    background-image: var(--background-image);
}
.login{
    min-width: 100%;
    font-family: var(--font-family);
}
.logo-img img{
    width: 200px;
}
.head-name{
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family);
    cursor: pointer;
}
.card-center .card-title{
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}
.sub-title{
    color: var(--fourth-color);
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.ss-form{
    padding: 10px;
}
.ss-form a{
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--primary-color);
}
.ss-form label, .form-control{
    font-size: 12px;
    font-weight: 600;
}
.ss-btn{
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 5px 0px;
  }
  .ss-btn:hover{
    color: #fff;
  }
.log-fnt-icon{
    width: 30px;
    background-color: var(--primary-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.log-fnt-icon i{
    font-size: 14px;
    color: var(--third-color);
}
.forget{
    color: var(--fourth-color);
    font-size: 13px;
    font-weight: 500;
}
.form-control:focus {
    border-color: #dedede;
    box-shadow: none;
}
.bubbles{
    position:absolute;
    width:100%;
    height: 100%;
    z-index:0;
    overflow:hidden;
    top:0;
    left:0;
  }
  .bubble{
    position: absolute;
    bottom:-100px;
    width:40px;
    height: 40px;
    background:#f1f1f1;
    border-radius:var(--border-radius);
    opacity:0.5;
    animation: rise 10s infinite ease-in;
  }
  .bubble:nth-child(1){
    width:40px;
    height:40px;
    left:5%;
    animation-duration:10s;
  }
  .bubble:nth-child(2){
    width:20px;
    height:20px;
    left:10%;
    animation-duration:5s;
    animation-delay:5s;
  }
  .bubble:nth-child(3){
    width:50px;
    height:50px;
    left:15%;
    animation-duration:7s;
    animation-delay:4s;
  }
  .bubble:nth-child(4){
    width:80px;
    height:80px;
    left:20%;
    animation-duration:11s;
    animation-delay:6s;
  }
  .bubble:nth-child(5){
    width:35px;
    height:35px;
    left:25%;
    animation-duration:6s;
    animation-delay:8s;
  }
  .bubble:nth-child(6){
    width:45px;
    height:45px;
    left:30%;
    animation-duration:4s;
    animation-delay:3s;
  }
  .bubble:nth-child(7){
    width:90px;
    height:90px;
    left:35%;
    animation-duration:12s;
    animation-delay:9s;
  }
  .bubble:nth-child(8){
    width:25px;
    height:25px;
    left:40%;
    animation-duration:6s;
    animation-delay:2s;
  }
  .bubble:nth-child(9){
    width:15px;
    height:15px;
    left:45%;
    animation-duration:5s;
    animation-delay:1s;
  }
  .bubble:nth-child(10){
    width:90px;
    height:90px;
    left:50%;
    animation-duration:10s;
    animation-delay:6s;
  }
  .bubble:nth-child(11){
    width:30px;
    height:30px;
    left:80%;
    animation-duration:10s;
    animation-delay:4s;
  }
  .bubble:nth-child(12){
    width:45px;
    height:45px;
    left:90%;
    animation-duration:4s;
    animation-delay:12s;
  }
  .bubble:nth-child(13){
    width:10px;
    height:10px;
    left:60%;
    animation-duration:12s;
    animation-delay:9s;
  }
  .bubble:nth-child(14){
    width:25px;
    height:25px;
    left:50%;
    animation-duration:6s;
    animation-delay:5s;
  }
  .bubble:nth-child(15){
    width:15px;
    height:15px;
    left:70%;
    animation-duration:5s;
    animation-delay:1s;
  }
  .bubble:nth-child(16){
    width:60px;
    height:60px;
    left:5%;
    animation-duration:10s;
    animation-delay:6s;
  }
  @keyframes rise{
    0%{
      bottom:-100px;
      transform:translateX(0);
    }
    50%{
      transform:translate(100px);
    }
    100%{
      bottom:1080px;
      transform:translateX(-200px);
    }
  }
/* end login */
/* header */
.header{
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: var(--third-color);
    padding: 0px 10px;
    height: 60px;
}
.head-img img{
    width: 35px;
    height: 35px;
    border-radius: var(--border-radius);
    cursor: pointer;
}
.head-img i{
    cursor: pointer;
}
.dropdown-menu{
    border: 1px solid #ddd;
    font-family: var(--font-family);
}
.dropdown-item:hover {
    /* background-image: var(--background-image); */
    background-color: var(--primary-color);
    color: var(--third-color);
    border-radius: 5px;
}
.dropdown-item{
    border-bottom: 1px solid #ddd;
}
.dropdown-menu[data-bs-popper] {
    right: 5px;
    left: auto;
}
.dropdown-menu a{
    display: flex;
    padding: 3px 15px 3px 3px;
    align-items: center;
}
.dropdown-item{
    color: var(--fourth-color);
    border-radius: 5px;
}
/* end header */
/* sidebar */
.sidebar{
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 996;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    transition: 0.3s;
    background-color: var(--third-color);
    font-family: var(--font-family);
}
.sidebar-nav {
    padding: 20px 20px;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    list-style: none;
    border-radius: 4px;
}

.sidebar-nav .nav-item {
    margin-bottom: 10px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--fourth-color);
    padding: 3px 15px;
    border-radius: 4px;
}
.sidebar-nav .nav-link.active {
    background-image: var(--background-image);
    color: var(--third-color);
}
.sidebar-nav .nav-link:hover {
    color: var(--third-color);
    background-color: var(--primary-color);
  }
  .icon{
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px 5px 15px;
}
.icon-text{
    font-size: 12px;
    font-weight: 600;
}
/* end sidebar */
/* main */
.main-content{
    margin-top: 20px;
    padding: 20px 30px 0px 30px;
    transition: all 0.3s;
    background-color: #fefefe;
    font-family: var(--font-family);
}
@media (max-width: 1199px) {
    #main-content {
      padding: 20px;
    }
  }
.main{
    padding-top: 40px;
}
.page-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--fourth-color);
}
.card{
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    border-radius: 10px;
}
.heading{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-family);
  }
.label-hasUnderline:after {
    margin-top: 3px;
    content: "";
    /* margin-bottom: 1rem; */
}
.label-hasUnderline:after, .label-hasUnderline:before {
    display: block;
    width: 70px;
    height: 2px;
    border-radius: 2px;
    background: #ff5f02;
}
.subsubheading{
    font-size: 11px;
    font-weight: 600;
    color: #000;
    font-family: var(--font-family);
  }
  .profit-loss{
    /* font-size: 25px; */
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--primary-color);
    /* text-align: end; */
    /* margin: 10px 0px 0px 0px; */
  }
.ss-scroll{
    width: 100%;
    height: 200px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
  }
  .ss-scroll::-webkit-scrollbar{
  width: 10px;
}
.ss-scroll::-webkit-scrollbar-track{
  background-color: var(--third-color);
}
.ss-scroll::-webkit-scrollbar-thumb{
  background-color: var(--secondary-color);
  border-radius: 10px;
  border: 1px solid transparent;
  background-clip: content-box;
}

.ss-background{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: 10px 0px 0px 10px;
  }
  .ss-padding{
    padding: 0px 10px;
  }
.toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: var(--primary-color);
  }
  @media (min-width: 1200px) {
    #main-content {
      margin-left: 250px;
    }
  }
  @media (max-width: 767px) {
    .logo-img img {
      width: 130px;
    }
  }
  @media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
      left: 0;
    }
  }
  @media (min-width: 1200px) {
  
    .toggle-sidebar #main-content
    {
      margin-left: 0;
    }
  
    .toggle-sidebar .sidebar {
      left: -250px;
    }
  }
  @media (max-width: 1199px) {
    .sidebar {
      left: -250px;
    }
  }
/* end main */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    color: var(--third-color);
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  #example_filter label{
    margin-bottom: 10px!important;
    font-size: 13px!important;
    font-family: var(--font-family)!important;
  }
  .dataTables_length, .dataTables_info, .dataTables_paginate{
    font-size: 13px!important;
    font-family: var(--font-family)!important;
  }
  table th{
    font-size: 13px!important;
    font-weight: 500;
    font-family: var(--font-family)!important;
  }
  table td{
    font-size: 13px!important;
    font-weight: 400;
    font-family: var(--font-family)!important;
  }
  .ss-icon{
    width: 25px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
  }
  table tr{
    vertical-align: middle;
  }
  .ss-icon i{
    font-size: 13px;
    vertical-align: sub;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: var(--third-color)!important;
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    border-radius: 7px;
  }
  .user-form{
    font-family: var(--font-family);
    font-size: 13px;
  }
  .user-form label{
    font-weight: 600;
  }
  #example .form-check-input{
    width: 45px;
    height: 26px;
    cursor: pointer;
  }
  .user-form .form-check-input{
    height: 18px!important;
    width: 18px!important;
  }
  .ss-check-label{
    padding-top: 3px;
    margin-left: 5px;
  }
  .ss-check-color{
    color: #7d7d7d;
  }
.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.ss-percentage-height{
  height: 20px;
}
/* flash messages start */
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message span{
  cursor: pointer;
}
.message {
  background: #eff8ff;
  color: #2779bd;
  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.message.hidden {
  display: none;
}
.message.warning {
  background: #fffabc;
  color: #8d7b00;
  border-color: #d3b800;
}

.message.success, .message.error {
  font-size: 13px;
  font-weight: 600;
}
.message {
  padding: 10px;
}
/* flash messages end */
.error-message{
  color: #cc1f1a;
}
.ss-margin-top{
  margin-top: -380px;
}
.ss-btn-back{
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 500;
  background-color: var(--fourth-color);
  border: 1px solid var(--fourth-color);
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  margin: 5px 0px;
}
.ss-btn-back:hover{
  color: var(--third-color);
}
.form-check-inline{
  margin-right: 5px;
}
.form-select-sm{
  font-size: 13px;
  font-weight: 500;
}
.ss-mt-4{
  margin-top: 1.5rem!important;
}
@media (min-width:320px) and (max-width:767px){
  .head-img img{
    width: 25px!important;
    height: 25px!important;
  }
  .toggle-sidebar-btn{
    font-size: 25px!important;
    padding-left: 5px!important;
  }
  .logo-img img{
    width: 120px;
  }
  .ss-mt-4{
    margin-top: 0px!important;
  }
}
.permission-heading{
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ss-permission-bg{
  /* background-color: aliceblue; */
  border-radius: 5px;
}
.terms h2, .policy h2 {
  font-size: 22px;
  color: #4d89d8;
  font-weight: bold;
  }
  .terms h2 span, .policy h2 span{
   padding-bottom: 10px;
   border-bottom:2px solid #ff5f02;
  }
 .terms h3:after, .terms h2:before,
 .policy h3:after, .policy h2:before{
   display: block;
   width: 70px;
   height: 2px;
   border-radius: 2px;
   background: #ff5f02;
 }
 .terms h3:after, .policy h3:after {
   margin-top: 3px;
   content: "";
 }
  .terms p, .policy p {
   letter-spacing: 0;
   font-size: 14px;
   margin: 10px 0;
   text-align: justify;
   font-weight: 400;
   color: #000000;
  }
  .terms h3, .policy h3 {
  font-size: 17px;
  color: #78c5e2;
  /* text-decoration: underline; */
  font-weight: bold;
  margin-top: 30px;
  }
  .terms ul, .policy ul{
  margin:10px 20px;
  list-style-type: circle;
  }
  .terms ul>li, .policy ul>li {
  margin: 10px 20px;
  text-align: justify;
  letter-spacing: 0;
  font-size: 14px;
  }
  @media (max-width:767px){
   .terms h2 span, .policy h2 span{
   padding-bottom: 10px;
   border-bottom:2px solid #ff5f02;
  }
   .terms h2, .policy h2 {
     font-size: 12px;}
   .mx-5{
     margin-left: 0px!important;
     margin-right: 0px!important;
   }
  }
  .sslabel:after{
    margin: auto!important;
    width: 100px!important;
  }
  .fs-14{
    font-size: 14px!important;
  }
  /* .wrapper{
    text-align: center;
    padding: 10px;
  } */
  #ss-chart, #ss-chart-1, #ss-chart-2, #ss-chart-3, #ss-chart-4,
    #ss-chart-5, #ss-chart-6, #ss-chart-7, #ss-chart-8, #ss-chart-9,
    #ss-chart-10, #ss-chart-11, #ss-chart-12, #ss-chart-13, #ss-chart-14,
    #ss-chart-15, #ss-chart-16, #ss-chart-17, #ss-chart-18{
    /* height: 45px!important; */
  }
  @media screen and (width: 767px) and (max-width: 991px) {
    #ss-chart, #ss-chart-1, #ss-chart-2, #ss-chart-3, #ss-chart-4,
    #ss-chart-5, #ss-chart-6, #ss-chart-7, #ss-chart-8, #ss-chart-9,
    #ss-chart-10, #ss-chart-11, #ss-chart-12, #ss-chart-13, #ss-chart-14,
    #ss-chart-15, #ss-chart-16, #ss-chart-17, #ss-chart-18{
      /* height: 45px!important; */
    }
  }

  .value-input .table tr th{
    font-weight: 600;
    font-size: 11.5px!important;
  }
  
  .value-input .table-light{
    --bs-table-bg: #fdfbfb;
  }
  
  .value-input .table tr td input{
    width: 80px;
  }
  
  .value-input .table tr td .form-control {
    font-size: 11.5px;
    font-weight: 500;
    /* border: 0; */
  }
  
  .value-input .table>:not(caption) {
    padding: 3px 4px;
  }

  /* Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}
