:root {
  --bp-primary-color: #021f39 ;
  --bp-secondary-color: #ff6000 ;
  --bp-body-background-color: #F5F5F5;
  --bp-black: #1E1E1E;
  --bp-text-color: #757B82;
  --bp-blue: #5065F6;
  --bp-green: #28B95E;
  --bp-yellow: #FFDB45;
  --bp-red: #F04B69;
  --bp-gray: #808080 !important;
  --bp-blue-10: rgb(80, 101, 246, 0.1);
  --bp-green-10: rgb(40, 185, 94,0.1);
  --bp-yellow-10: rgb(255, 219, 69,0.1);
  --bp-red-10: rgb(240, 75, 105, 0.1);
  --bp-gray-10: rgb(88 88 88 / 10%) !important;
}

body{
  background-color: #f1f1f1;
  overflow-x: hidden;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Noto Color Emoji !important;
  font-size: 14px !important;
                                                
}



.montserrat-<uniquifier> {
  font-family:  'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Noto Color Emoji !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
   
    font-family:  'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Noto Color Emoji !important;
    font-weight: 500;
    
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#content {
  margin: 0 10px !important;
}

.required::after {
  content: " *";
  color: red;
}


.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
 
} 

.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {    
    margin: 0px 40px 0 0px !important;
}

.navbar .logo a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
}

.navbar .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: 35px;
}

.navbar .links a {
  font-weight: 500;
  text-decoration: none;
  color: var(--bp-black);
  padding: 10px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.navbar .links a:hover {
  color: #47b2e4;
}

.navbar .buttons a {
  text-decoration: none;
  color: var(--bp-black);;
  font-size: 1rem;
  padding: 15px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.navbar .buttons a:not(:last-child) {
  margin-right: 30px;
}

.navbar .buttons .signin:hover {
  color: #47b2e4;
}

.navbar .buttons .signup {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 0.375rem;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.navbar .buttons .signup:hover {
  background-color: #47b2e4;
  color: #fff;
}


.user-icon{
  border-radius: 50%;
}

.header-menu .nav-item{
margin-left: 20px;
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95vh;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-section .hero {
  max-width: 50%;
  color: #fff;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #c9c7c7;
}

.hero-section .img img {
  width: 517px;
}

.hero-section .buttons {
  margin-top: 40px;
}

.hero-section .buttons a {
  text-decoration: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 0.375rem;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
}

.hero-section .buttons a:not(:last-child) {
  margin-right: 15px;
}

.buttons .join {
  background-color: #47b2e4;
}

.hero-section .buttons .learn {
  border: 1px solid #fff;
  border-radius: 0.375rem;
}

.hero-section .buttons a:hover {
  background-color: #47b2e4;
}

/* Hamburger menu styles */
#menu-toggle {
  display: none;
}

#hamburger-btn {
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1023px) {
  .navbar .logo a {
    font-size: 1.5rem;
  }

  .links {
    position: fixed;
    left: -100%;
    top: 75px;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background: #175d69;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .navbar #menu-toggle:checked ~ .links {
    left: 0;
  }

  .navbar #hamburger-btn {
    display: block;
  }

  .header .buttons {
    display: none;
  }

  .hero-section .hero {
    max-width: 100%;
    text-align: center;
  }

  .hero-section img {
    display: none;
  }
}

div.container{
}


.footer a{
  text-decoration: none;
}

.footer a:hover{
  color: #47b2e4;
}

.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
 background: #fff;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}

.sidebar .logo-details{
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
margin: 0px 10px 0px 10px;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: var(--bp-primary-color);
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 35px;
  color: var(--bp-secondary-color);
  font-weight: 900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.logo-details .logo-icon {
  display: none;
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}


.sidebar.close .logo-details .logo-icon {
display: block;
}

.sidebar.close .logo-details .logo_name{
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 10px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}

.sidebar .nav-links li.menu{
  position: relative;
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  margin: 10px 10px 25px 10px;
  background-color: #fff0;
  color: white !important;
}

.sub-menu li{
  position: relative;
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  margin: 5px; 
}


/* .sidebar .nav-links li.menu:hover{
  background: #848484;
} */

.sidebar .nav-links .iocn-link:hover{
  background: #848484;
}




.sidebar .nav-links li .iocn-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: rgb(1, 1, 1);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.sidebar .nav-links li.show-sub-2-menu i.arrow{
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}


.sidebar li.show-menu-l-3 > a> i.arrow{
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
}

.expand-icon{
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
}

.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: rgb(19, 18, 18);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 0px 10px;
  margin-top: 2px; 
  display: none;
  background-color: #fff;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}


.sidebar .sub-menu-l-3{
list-style-type: none;
}

.sidebar .nav-links li.show-sub-2-menu .sub-2-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #000;
  font-size: 18px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .sidebar .sub-menu li{
  padding: 0px 10px 0px 10px;
} */


.sidebar .nav-links li .sub-menu i{
  color: #000 ;
}

.sidebar .sub-menu li:hover{
  /* background-color: #767676;   */
}

.sidebar .sub-menu li:hover a{
  color:#000 !important;  
}

.sidebar .sub-menu li:hover i{
  color: #000 !important;  
}


.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}



.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  padding: 12px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #0c1943;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: var(--bp-black);;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  background: #f1f1f1; 
  left: 260px;
  width: calc(100% - 260px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  color: #455560;
  /* overflow-y: auto; */
  /* overflow-x: auto; */
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}

.sidebar .sub-sub-menu{
  padding: 10px;
}

.sidebar .sub-2-menu > ul{
  padding-right: 10px;
  padding-bottom: 10px;
}

.sidebar .sub-2-menu:hover {
  background-color: #efefef !important;
}



.sidebar-mobile .nav-links{
  height: 100%;
  padding: 10px 0 150px 0;
  overflow: auto;
}

.sidebar-mobile .sub-menu {
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
}

.sidebar-mobile .nav-links::-webkit-scrollbar{
  display: none;
}

.sidebar-mobile .nav-links li.menu{
  position: relative;
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  margin: 0px 10px 0px 10px;
  padding: 10px;
}

.sidebar-mobile .sub-menu li{
  position: relative;
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  margin: 5px;
}

.sidebar-mobile .nav-links li.menu:hover{
  background: var(--bp-primary-color);
}
.sidebar-mobile .nav-links li .iocn-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.sidebar-mobile a {
text-decoration: none !important;
color: var(--bp-black);
}

.sidebar-mobile .sub-menu i {
  margin: 5px 5px 5px 20px;
}



.bp-active {
  background: #f1f1f1 !important;
}

.bp-secondary-active {
  /* background: #b7b7b7 !important; */
}

.bp-tatiary-active {
  background: #f1f1f1 !important;
}

.bp-secondary-active a {
  color: #000 !important;
  opacity: 1 !important;
}

.bp-secondary-active i{
  color: #000 !important;
}

.home-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-section .home-content .open-close-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .open-close-menu{
  cursor: pointer;
  margin-right: 10px;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}

.home-content .search_content{
  width: 60%;
 height: 40px;
 font-size: 1.3rem;
 padding: 10px 15px 10px 15px;
  background-color: inherit;
  line-height: 1.5rem;
   border-color: #ffffff00;
}

 .search_content:focus{   
  border: 0px solid #ffffff00 !important;
  outline-color: var(--bp-primary-color);
}

.search-icon{
color: var(--bp-text-color);

}

.header-menu-dropdown.show {
  position: absolute !important;
  top: 60px;
  right: 0 ;
  padding: 5px 20px 5px 5px;
}

.home-content .navbar-nav{
  width: 100%;
  -ms-flex-pack: distribute !important;
      /* justify-content: space-around !important; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 450px){
  .sidebar{
    width: 0px;
  }
  .sidebar.close{
    width: 0px;
  }
  .sidebar .profile-details{
    width: 0px;
  }
  .sidebar.close .profile-details{
    background: none;
  }
  .sidebar.close .profile-details{
    width: 0px;
  }
  .home-section{
    left: 0px;
    width: 100%;
  }
  .sidebar.close ~ .home-section{
    left: 0px;
    width: 100%;
  }

  .sidebar .logo-details{
    display: none;
  }

  .home-content .navbar-brand {
    display: none;
  }

  .offcanvas-start{
    width: 300px;
    background-color: var(--bp-body-background-color);
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}


.card-icon {
  display: -webkit-box; 
 
  display: -ms-flexbox; 
 
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-icon-inner{   
  display: -webkit-box; 
  
  display: -ms-flexbox; 
  
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
 height: 30px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

@media screen and (max-width: 1300px) {
  .card-icon {  
  width: 30px;
  height: 30px;  
}

.card-icon-inner{ 
   width: 20px;
   height: 20px; 

}
 
}

.card-icon-inner img {
  width: 50%;
  height: 50%;  
}

.card-link {
  text-decoration: none;
  cursor: pointer; 
   font-size: 16px;   
    font-weight: 400;
    color: rgba(40, 185, 94, 1);
    width: 72px;
    height: 14px;  
}




.stats .number {
  margin-top: 5px;
     font-size: 35px;   
    font-weight: 900;
    color: rgba(30, 30, 30, 1); 
    /* min-width: 250px;  */
    overflow: hidden; 
    text-overflow: ellipsis;
     white-space: nowrap; 
}

.stats .text {
     font-size: 18px;   
    font-weight: 500;
    color: rgba(50, 51, 67, 1); 
    min-width: 80px;  
    overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}


.bp-blue {
  background-color: var(--bp-blue);  
}


.bp-yellow {
  background-color: var(--bp-yellow);
}

.bp-green {
  background-color: var(--bp-green);
}
.bp-red{
  background-color: var(--bp-red);
}

.bp-blue-10 {
  background-color: var(--bp-blue-10);
  }

.bp-yellow-10 {
  background-color: var(--bp-yellow-10);
 
}

.bp-green-10 {
  background-color: var(--bp-green-10);
  
}

.bp-red-10 {
  background-color: var(--bp-red-10);
 
}

.hide-show-password{
  cursor: pointer;
}

.fa-trash-alt {
  cursor: pointer !important;
}

.fa-cog{
  cursor: pointer !important;
}

.breadcrumb a{
  text-decoration: none !important;
  font-size: 20px;
}

.selected {
  border: 2px solid #FF6000 !important
}

.login-image{
  height: 100vh !important;
  width: auto !important;  
}


.login-form {
    width:100%;
    height:100vh;
    margin:0px ;
    overflow: hidden;
      
}
.login {
    position:relative;
    top:10vh;
    padding:20px;
    max-width: 500px;
    min-height: 500px;
    background-color: #efefefde;
    border-radius: 50px;
    /* left: 30px; */

}

.login-logo{
    width: 120px;
    cursor: pointer;
  }

@media screen and (min-width: 2049px) {
  .login {   
    top:20vh ;   
  }
 
   .login-image{
    height: 100vh !important;
    width: auto !important;
    content:url("/assets/images/login-background.jpg");
  }

  .sign-up-form {
  top: 120px !important
  }  
}

@media screen and (max-width: 2048px) {
  .login {   
    top:18vh;   
   
  }

  .login-logo{
    width: 200px;
  }

  .sign-up-form {
  top: 120px !important
  }
}

@media screen and (max-width: 1000px) {  
  

  .login {   
    top:15vh;   
   
  }

  .sign-up-form {
  top: 50px !important
  }

  
}

@media screen and (max-height: 450px) {
  .login-logo{
    width: 150px;
  }

  .login {   
    top:0px;    
    max-width: 600px;
  }

  .sign-up-form {
  top: 50px !important
  }
}

.login a {
    text-decoration: none;
}

.login-form {
  background-image: url("/assets/images/login-background.jpg");
  background-size: cover;                   
    background-repeat: no-repeat;
    background-position: center center; 
}


.login-form .form-control {
	line-height: 1.9 !important;
	background-color: #fff0 !important;
	border: 2px solid #7eabd7 !important;
}

.login-form .username-input {
  border-radius: 0.8rem 0.8rem 0rem 0rem !important;
}

.login-form .password-input {
   border-radius: 0rem 0rem 0rem 0.8rem !important;
}

.login-form .submit-input {
   border-radius: 0rem 0rem 0.8rem 0rem !important;
}

.card {
  width: 100% !important;
}

.login-form .form-select {
	line-height: 1.9 !important;
	background-color: #fff0 !important;
	border: 2px solid #7eabd7 !important;
}

.login-form .input-group-text{
  line-height: 1.9 !important;
	background-color: #fff0 !important;
	border: 0px solid #fff0 !important;
}

.login-form .input-group{
  	border: 2px solid #7eabd7 !important;
    border-radius: 0.25rem !important;
}

.login-form .input-group .form-control{
  	border: 0px solid #fff0 !important;
   
}



.header-menu-select{
  width: auto !important;
  background-color: #fff0 !important;
  border: 0px solid #fff0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.highlighted-text {
    color: #3b3b3b;
    font-weight: bold;
    background-color: #ff750214;
    border-radius: 5px;
    border: 2px solid #fb5607!important;
    margin: 2px!important;
    padding: 2px 5px!important;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}


#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff !important;
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
            box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px 0 -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    -webkit-transition: -webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
    transition: -webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
            box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    -webkit-transform: translate3d(0,-1px,0);
            transform: translate3d(0,-1px,0);
}

.table-search-input {
  border: 1px solid rgba(8,51,88,.25);
  border-radius: 5px;
}

.table-search-input .input-group-text{
  background-color: #fff0 !important;
  border: none !important;

}

.table-search-input .form-control{
  border: none !important;
}

.table-search-input .input-group-append {
  padding: 5px !important;
  cursor: pointer;
  border: none !important;
  background-color: #fff0 !important;
}

/* .th {
  font-family: "Helvetica Neue";
  font-weight: 900 !important;
} */

th {
  
  font-weight: 800;
}

.badge {
  font-weight: 500;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Light gray track */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* Medium gray thumb */
  border-radius: 4px; /* Rounded corners */
}

.filters .form-select {
  line-height: 1.9rem;
}

.filters .btn-export {
  line-height: 1.9rem;
}

@media (min-width: 768px){
.d-md-inline {
    display: inline !important;
}
}

 #preloader {
        position: absolute;
        left: 40%;
        top: 40vh !important;
        width: 200px;
        height: 100px;
        background-color: none !important;
    }

.select2-container .select2-selection--single {   
    height: 43px !important;    
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.btn-success {
  background-color: var(--bp-blue) !important;
  border-color: var(--bp-blue) !important;
}

.btn-success:hover{
  background-color: #3d57fd !important;
  border-color: #3d57fd !important;
}

.btn-outline-secondary {
    color: #f04d12 !important;
    border-color: #f04d12 !important;
}

.btn-outline-secondary:hover {
    color: #ffffff !important;
    border-color: var(--bp-blue) !important;
    background-color: var(--bp-blue) !important;
}

.column-filter label:hover{
color: #5065F6;
}


.modal-body{
  padding: 2rem !important;
}

.modal-footer{
  padding: 1rem 2rem !important;
}

.modal-header{
  padding: 1rem 2rem !important;
}


.dmxDropzone {
    
    border: 2px dashed rgba(8,51,88,.25) !important;
  
}

main a {
  color: #083358 !important;
}

main a:hover{
  color: #0370d7 !important;
}

.page-item.active .page-link {    
    color: #fff !important;   
}

/* .table>thead {

    background-color: #e6e6e6 !important;
} */

.pdf-highlight {
        color: #3b3b3b;
        font-weight: bold;
        background-color: #ff7402f8 !important;
        border-radius: 2px;
        border: none !important;
        white-space: nowrap;     
        outline-offset: 5px;
        outline: 2px solid #fb5607 !important;
      }

  .form-check-input {    
    border: var(--bs-border-width) solid #5d5e5f !important;  
}

.spacer-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.invoice-summary{
  background-color: #76c213ba;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

.invoice-summary > .invoice-total {
  color: #000;
  background-color: #fff;
  padding: 10px;
}

.invoice-footer{
   background-color: #76c213ba; 
  padding: 10px;
  color: white;

}

.invoice-bg{
   background: #76c213ba; 
  padding: 5px;
  color: white;
}

.savings-card{
  border-style: double;
  border-radius: 10px;
  border-color: #76c213ba;
  padding: 20px;

}
.dashed-line {
  border-bottom: #76c213ba;
  border-width: 2px;
  border-style: dashed;
  margin-top: 50px;
  border-color: #76c213ba;
}