

.container {
    width: 60%;
    margin: auto;
    padding: 20px;
  }
  
  .header h1 {
    color: #007bff;
    font-size: 2.5rem;
  }
  
  .header p {
    margin-top: 20px;
    color: #666;
  }
  
  .module {
    margin-top: 40px;
  }
  
  .module h2 {
    color: #28a745;
  }
  
  .section {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #eaeaea;
    position: relative;
  }
  
  .section .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
  }
  
  .section .desc {
    margin-top: 10px;
    color: #666;
  }
  
  .explore-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    color: #007bff;
    font-size: 1rem;
    cursor: pointer;
  }
  
  .explore-btn span {
    font-size: 1.2rem;
  }
    body {
      overflow-x: hidden;
    }
#wrapper{
  margin: 0px !important;
}
#menu-toggle {
      position: absolute;
      top: 280px;
      z-index: 1000;
      cursor: pointer;
      background: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 50%;
      padding: 3px;
      padding-left:6px;
      padding-right: 6px;
      left: 270px;
      font-size: 12px;
      color: #454545;
    }
    #wrapper.toggled #sidebar-wrapper {
      width: 0;
      opacity: 0;
    }
 
    #sidebar-wrapper {
      min-height: 100vh;
      width: 250px;
      transition: all 0.3s ease;
      background-color: #f8f9fa;
    }
 
    #page-content-wrapper {
      flex: 1;
      transition: all 0.3s ease;
    }
 
    #wrapper.toggled #page-content-wrapper {
      margin-left: 0;
    }
 
    .list-group-item {
      border: none;
    }
 
    .list-group-item:hover {
      background-color: #e9ecef;
    }
 
   
    #wrapper.toggled #menu-toggle {
        left: 0;
      }
      footer {
        background-color: #f5f8fb;
        padding: 3.8rem 3.3rem 1rem 3.3rem;
      }
      .footer-graphic {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1rem;
      }
      footer .consent-text {
        font-size: 12px;
      }
      .consent-text {
        margin-left: 0.25rem;
        margin-bottom: 0 !important;
      }
      .subscribe-form {
        margin-top: -3.5rem;
      z-index: 1;
      }
      footer .pages {
       z-index: 2;
       left:3%;
      }
      .subscribe-btn {
        border: none;
        color: black;
        background-color: white;
        border: solid 1.5px grey;
        font-size: 14px;
        padding: 0.25rem 1rem;
        width: auto;
      }
      .subscribe-btn:hover {
        border: none;
        color: white !important;
        border: solid 1.5px #4665d0 !important;
        background-color: #4665d0 !important;
      }
      .subscribe-email {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        width: 38%;
        font-size: 14px;
        padding-left: 0.5rem;
        border: solid 1.5px grey;
      }
      .checkbox-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }.email-input {
        width: 100%;
        padding: 2%;
      }
      footer ul {
        padding-left: 0;
      }
      footer h3 {
        font-size: 21px !important;
        font-weight: normal !important;
        margin-left: 5%;
      }
      footer h4 {
        font-size: 16px !important;
        font-weight: normal !important;
      }
      footer h5 {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500 !important;
      }
      footer h2 {
        font-size: 28px !important;
        font-weight: normal !important;
        width: -moz-fit-content;
        width: fit-content;
      }
      .up-arrow {
        margin-top: 5%;
        margin-right: 10%;
        margin-left: 25%;
        height: auto;
      }
      .up-arrow-fixed {
        display: none;
        position: fixed;
        z-index: 999;
        bottom: 2rem;
        right: 0.5rem;
        cursor: pointer;
      }
      .hide{
      display:hidden;
      }
      footer p {
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
      }
      .footer-menu {
        margin-top: 0%;
        padding-bottom:30px;
      }
      .footer-dots {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -0.2rem;
      }
      .footer-links {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 7%;
        padding-right: 2%;
      }
      .footer-links-med {
        display: none;
      }
      footer h6 {
        font-size: 12px;
        font-weight: normal;
        padding-top: 0.15rem;
      }
    
      footer a:hover,
      footer p:hover,
      .mobile-footer a:hover,
      .mobile-footer p:hover,
      .mobile-footer-sm p:hover,
      .mobile-footer-sm a:hover {
        color: #4665d0;
      }
      .footer-logo {
        padding-top: 0.3rem;
        height: auto;
      }
     .container-fluid{
      padding-left: 10px;
      padding-right: 10px;
     }
     .row{
      padding-left: 15px;
      padding-right: 15px;
     }
      a{
        text-decoration: none;
        color: #454545;
      }
      a:hover{
        text-decoration: none;
        color: #454545;
      }
      .module{
        display: flex;
        margin: 0px !important;
      }
      .module-left p{
        width: 85%;
      }
      .module-right p{
        font-size: 15px;
      }
      .module-right i{
        cursor: pointer;
      }
	  
	  .sub-heading{
		background:#454545;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	  }
	  
      .heading{
        background: linear-gradient(to right,#4665D0, #FF6600);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }
      .header-description{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 80%;
        font-size: 13px;
        font-weight: lighter;
        line-height:normal;
        color:#454545
      }
      .exportlink{
        float:right;
       }
       #sidebar-wrapper{
        width:280px;
       }
    
       .list-group i{
        float: right;
       }
     .sidebar-content{
      margin-top: 100px;
     }
     .sidebar-content .list-group-item .sidebar-head{
      color: #454545 !important;
     }
     .list-group-item-action.bg-light:hover {
      background-color: #fff !important;
  }
  .list-group-item-action.bg-light:active,
  .list-group-item-action.bg-light.show {
      background-color: #fff !important;
  }
  .circle-wrapper {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(#4665D0, #FF6600);
    padding: 2px;
  }
 
  .circle {
    display: flex;
    align-items: center;
    justify-content: center;
   background-color:#F5F8FB;
    border-radius: 50%;
    padding: 20px;
    font-size: larger;
    color:  linear-gradient(#4665D0, #FF6600);
    cursor: pointer;
  }
  .circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(#4665D0, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .get-started-btn {
    background-color: #4665d0 !important;
    border: none !important;
    margin-left: 1.2rem;
    padding: 0.3rem 1rem !important;
    font-size: 16px;
    color: white;
  }
  .btn:hover {
    background-color: #4665d0 !important;
    color: #ddd;
  }
  .btn {
    transition: color 0.2s ease-in;
    z-index: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: none !important;
    border-radius: 0.25rem !important;
  }
  .get-started-btn:before,
  .get-started-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      circle at center,
      #18319a,
      #18319a 5%,
      transparent 5%
    );
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    z-index: -1;
  }
 
  .get-started-btn:focus {
    box-shadow: none;
    outline: none;
  }
  .get-started-btn:hover:before,
  .btn:hover::before {
    transform: scale(25);
    opacity: 1;
  }
  .get-started-btn a {
    color: white !important;
  }
  .nav-dropdown a {
    color: #454545 !important;
    padding: .5rem 1.75rem !important;
  }
  .nav-dropdown a:hover {
    background-color: #f5f7f9;
  }
  .nav-dropdown hr {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #cfd4d93d !important;
  }
  .company-nav-link p {
    margin-bottom: 0;
    color: #454545;
    cursor: pointer;
  }
  .company-nav-link p:hover {
    color: #4665d0;
  }
  .navbar {
    padding: 1.8rem 2.2rem 0.5rem 2.6rem !important;
    background-color: rgba(255, 255, 255, 0.92) !important;
  }
  .nav-light {
    color: #454545 !important;
    border-color: #454545 !important;
  }
  .navbar-toggler {
    font-size: 1.6rem;
    background-color: #fff !important;
  }
  .navbar-nav {
    margin-left: auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  nav button {
    outline: 1.5px solid;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .navbar-brand {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
    margin-right: 0 !important;
  }
  .navbar-brand-container {
    display: inline-block;
    width: 9.5rem;
    margin-right: 1rem;
  }
  .nav-link {
    padding: 0.3rem 1rem !important;
  }
  nav li a {
    font-size: 16px;
    padding-left: 1.8rem;
    font-weight: 450;
    color: #454545;
    transition: color 0.3s ease;
  }
  nav li a:hover {
    color: #4665d0;
  }
  nav a:hover {
    text-decoration: none;
    color: #454545;
  }
 
.select-wrapper {
  position: relative;
  display: inline-block;
}
 
.select-apis,.select-apis option {
  color:#454545;
  padding: 0px 0px;
  font-size: 13px;
  border: none;
  cursor:pointer;
}
 
 
.search-bar{
  margin-bottom: 20px;
}
.search-bar .input-box{
  position: relative;
  border-radius: none;
  padding: 0px !important;
  border: 2px solid #DDDDDD;
}
.server-selection{
	 position: relative;
	 border-radius: none;
	 padding: 0px !important;
	 border: 2px solid #DDDDDD !important;
}
 
.search-bar .input-box i {
  position: absolute;
  left: 8px;
  top:7px;
  color:#686a6b;
  font-size: 12px;
}
.search-bar .input-box input.form-control {
  border: none;
  padding: 5px 10px 5px 30px;
  height: 24px;
  outline: none;
  box-shadow: none;
}
.overline {
  position: relative;
  display: inline-block;
}
 
.overline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 20%;
  height: 2px;
  background-color: orange;
}
.navbar{
  margin-bottom: 40px;
}
#wrapper{
  margin-top: 30px;
}
.sidebar-content i{
  color:#686a6b;
  font-size: 12px;
  margin-top: 10px;
}
hr.top-line {
  width: 100%;
  border: 1px solid #DDDDDD;
  margin: 0px;
  padding: 0px;
}
 
.scheme-container {
    display: none;
}
#back-to-main{
	cursor:pointer;
}