@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

:root {
  scroll-behavior: smooth;
}


body{
 font-family: 'Inter', sans-serif;
  font-weight:400;
  color:#151618;
  font-size:16px;
  line-height:24px;
}
.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.btn-light{
  margin-top:10px;
  float:right;
}
ol li p{
  color:#151618;
  font-size:14px;
  font-weight:400;
 font-family: 'Libre Franklin', sans-serif; 
}
.table h2{
	font-family: 'Libre Franklin', sans-serif; 
	font-weight:800;
	font-size:14px;
	color:#000000;
}
.buttoned ul li {
  display: inline-block;
  
}
.buttoned ul {
  margin-left:-40px;
  margin-top:20px;
}
.btn-lighted a{
  padding: 6px 10px;
  color:#737374;
  border:1px solid #737374;
}
.red{
  color:#2461EE;
  font-size:14px;
  font-weight:700;
}
.buttoned ul li a {
  color:#151618 !important;
  font-size:14px !important;
  font-weight:400 !important;
  border:3px solid #E8E8E8 !important;
  padding:6px 8px !important;
  border-radius:40px;
}
td a{
	font-size:14px;
	font-weight:700;
	font-family: 'Libre Franklin', sans-serif;
}
td h1{
	color:#151618 !important;
	font-size:14px;
	font-weight:400;
  margin:10px 0px;
	font-family: 'Libre Franklin', sans-serif;
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .carding {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
.my{
  margin:15px 0px;
}
@media screen and (max-width: 576px) {
  .carding:not(:first-child) {
    display: none;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 
}

.box .percent {
  position: relative;
}

.box svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}

.box svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}
.box .number span {
  color:#000;
}
.box svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #3498db; 
}

.box .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box .number h3 {
  font-weight: 200;
  font-size: 3.5rem;
}

.box .number h3 span {
  font-size: 2rem;
}

.box .title h5 {
  margin: 25px 0 0;
}

.box:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}

.box:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}
.cards img{
  padding: 0px !important;
}
.class-end{
  text-align: center;
}
.class-end img{
  margin-bottom:20px;
}
.table span {
  color: #2461EE;
  font-size:16px;
  font-weight: 700;
}
a {
  color: #4154f1;
  text-decoration: none;
}
.table .bi-check{
font-size:16px !important;
}
.table h4{
  margin-bottom:0rem;
  font-size:18px;
  color:#151618;
}
.table h4 .heads {
  
  font-size: 14px;
  margin-top: -90px !important;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
.table ul li a{
  color:#151618;
  font-size:16px;
  font-weight:600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.table ul li{
  display:inline-block;
  padding:0px 5px;
}
.boxed h4 {
 font-size: 16px;
  font-weight:800;
}
.member-info h5 {
  color:#151618;
  font-size: 14px;
  font-weight: 700;
}



.btn-microsoft{
  color:#373838;
  border:1px solid #373838;
  padding:8px 12px;
  border-radius:50px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

h3 {
  font-size:24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}
h5{
  color:#5B5E65;
font-size:14px;
  font-weight:400;

}
h4{
  color:#151618;
  font-size:18px;
  font-weight:800;
  font-family: 'Inter', sans-serif;
}
.dropdown-menu span{
  color: #2461EE;
font-size:14px;
font-weight:500;
}
.loged img{
  margin-top:-40px;
  margin-left:-280px;
  height:50px;

}
.box ul {
  margin-top:-20px;
  margin-right:-350px;
}
.box ul li {
  padding: 0px 6px;
}
ol li {
  list-style-type: none;
  position: relative;
  margin:50px 0;
  line-height: 25px;
  padding-left:60px;
  font-size:14px;
  color:#151618;
}
ol li:before {
content: counter(list) "";
counter-increment: list;
display: block;
position: absolute;
top: 0;
left: 0;
width:40px;
height:40px;
margin-right: 4px;
padding-top:6px;
margin-bottom:50px;
background:#6262F5;
font-size:14px;
line-height: 30px;9 
font-weight: bold;
color: #fff;
text-align: center;
  border-radius:50px;
}
.modal-body span{
  font-size:14px;
  color:#5B5E65;
  color:#2461EE;
}
.flex-column .badge-info{
  position: absolute; 
  right:0%; 
  top:5%;
}
.text-end a{
  color:#4E4EC4;
  padding:5px 10px;
  text-align: right;
  margin-left:10px;
  font-weight:700;
  font-size:18px;
}
.text-end{
	margin-right:30px;
}

.boxing span{
  font-size:12px;
}
.boxing p{
  padding:20px 60px !important;
  font-size:12px;
  font-weight:400;
  color:#fff;
}
.boxed{
  padding:20px;
}
ul{
  list-style:none;
}
.btning ul li{
display:inline-block;
}

.card__list{
  list-style:none;
  margin:10px 0px;
    
}

.card__list li:before {
    content: "";
    font-size: var(--font-size-5, 1.625rem);
    font-weight: 700;
    padding: 0 13px 0 13px;
    border: 5px solid var(--accent2-300,#2461EE);
    background-color: #fff;
    width:40px;
    height:40px;
    background-color: #2461EE;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left:-20px;
    top:-20px;
    margin-left: -1px;
}
.lines .bi-check{
  position:relative;
  left:-20px;
  top:-30px;
  
}
.card__list li {
    list-style: none;
    border-left:2px solid var(--accent2-300,#D9D9D9);
    font-size: 1.75rem;
    font-weight: var(--font-weight-7,700);
    top:10px;
    position: relative;
    padding-left:-15px;
    line-height: var(--font-lineheight-3, 1.5);
    margin-bottom:30px;
    margin-top:30px !important;
    left:25px;
}
.card__list li:last-child {
    list-style: none;
    border-left:none;
    font-size: 1.75rem;
    font-weight: var(--font-weight-7,700);
    top: 10px;
    position: relative;
    padding-left:-15px;
    line-height: var(--font-lineheight-3, 1.5);
    margin-bottom: 0;
    left:25px;
}
.textes{
  position:absolute;
  left:40px;
  top:-20px;

}
.textes p {
  font-size: 14px;
  margin-right: 50px;
  color: #373838;
  font-weight: 400;
}
.btns a{
  font-size:16px;
}
 .btn-menu {
  font-weight: 500;
  font-size: 12px;
  background-color:transparent;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 10px 14px;
  transition: 0.3s;
  line-height: 1;
  border-radius: 5px;
  color:#2461EE;
  border: 2px solid #2461EE;
}
.btn-success strong{
  color:#2461EE;
}
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding:1px 10px;
   border-radius: 3px 0 0 3px;
}
.bi-plus{
  font-size:24px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btned:first-child {
  border: 1px solid #2461EE;
  background-color:#2461EE;
  padding:6px 8px;
  color: #fff;
}
.btnedes:first-child {
  border:none;
  background-color:transparent;
  padding:6px 8px;
  color:000;
}
.btn:first-child {
  border: 1px solid #2461EE;
  background-color: transparent;
  font-size:14px;
  
}
 .btn-success{
  background-color:transparent;
  border:1px solid #2461EE;
 }
 .btn-label span{
  color:#2461EE;
 }
 .btn:first-child:hover{
  border:1px solid #2461EE;
  background-color:transparent;
 }

.btn-book {
  font-weight: 500;
  font-size: 14px;
  background-color:#2461EE;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 12px 18px;
  transition: 0.3s;
  line-height: 1;
  border-radius: 5px;
  color: white;
  border: 2px solid #2461EE;
}
.btn-booked {
  font-weight: 500;
  font-size: 14px;
  background-color:#4E4EC4;;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 12px 18px;
  transition: 0.3s;
  line-height: 1;
  border-radius: 5px;
  color: white;
  border: 2px solid #4E4EC4;;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.search-form{
  min-width:500px;
  margin-left: 20px;
margin-top: 20px;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.sticked-header-offset {
  margin-top: 70px;
}
hr{
  margin:0rem;
}
h5{
  margin-bottom:.3rem;
  margin-top:.5rem;
}
.mt-2{
  margin-left:20px;
}
.table p{
  margin-top:10px;
  color:#373838;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
}
.btns a{
  color:#373838;
}
.btn-menued{
  color:#2461EE;
  font-weight:700;
font-size:16px;
}
.btn-menu{
  color:#2461EE;
  font-weight:700;
font-size:16px;
}
.btn-book{
  color:#fff;
  font-weight:700;
font-size:16px;
}
.btn-booked{
  color:#fff;
  font-weight:700;
font-size:16px;
}
.cards a{
	color:#2461EE !important;
}
.ml-5{
	margin-left:20px;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
}

 
  .table .position-relative {
  position: absolute;
  left:0px;
  top:10px;
}
.header {
  z-index: 997;
 background:rgba(139, 128, 128, 0.8);
  transition: all 0.5s;
  padding:0px 0px 10px 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
}
.imged img{
  display: flex;
  position: absolute;
  right:5%;
  top:5%;
}

 .table .search-bar {
min-width:300px !important;
  padding:20px 0px 0px 80px;

}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width:50%;
}
.imgs img{
  position:absolute;
top:6%;
}
.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.table .align-items-center {
  align-items: center !important;
}
.table .d-flex {
  display: flex !important;
}



@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}
.cir{
text-align: center;
}
.text p{
  color:#373838;
  font-size:14px;
  margin-top:0px !important;
   padding-top:0px !important;
}
.box p{
  color:#151618;
  font-size:14px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  
}
.boxing p{
  color:#fff;
  font-size:12px;
}
.boxing span{
  color:#4E4EC4;
  font-size:12px;
}
.btn-light{
  border:1px solid #4d4d4d;
  padding:6px 12px;
  background-color:transparent;
  border-radius:0px;
}
ul .title{
  display:block ruby;
}

.btn-light a{
  color:#4d4d4d;
  font-size:14px;
}
.icon-box h5{
  margin-top:0rem;
}
.icon-box .bi-plus{
  margin-top:0rem;
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}


.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}



/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}


/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height:50px;
  margin-right: 6px;
  margin-top:15px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color:#fff;
}
/*Right*/

  .circle{
    background-color:#6262F5;
    border-radius:50px;
    width:40px;
    height:40px;
  }
.circle span {
  color:#fff;
  font-size:18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 16px;
}
.texted p{
  font-size:14px;
  margin-right:50px;
}
.modal-header{
  background-color:#6262F5;
}
.modal-header p{
  color:#fff;
}
.modal-header h5{
  color:#fff;
  font-family: 'Inter', sans-serif;
  font-size:24px;
  font-weight:800;
}
.texted h5{
  font-size:16px;
  color:#000;
  font-weight:400;
  margin-top:10px;
  margin-right:40px;
}
.imgs img{
  position:absolute;
  top:5%;
  right:5%;
}
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color:none;}
.image-parent img{
  position:absolute;
  top: 0%;
}
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    
  }
  
  
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.show .modal-dialog {
    right: 0;
    width:400px;
    margin-top:-60px;
  }

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
  position: absolute;
  right: 0%;
  top:3%;
  color:#fff !important;
}
.modal-header { 
  display:block;
 }
 .flex-column h5{
  color:#5B5E65;
  font-size:14px;
 }
 .flex-column p{
  color:#5B5E65;
  font-size:14px;

 }
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
.modal-headers h5{
  padding:20px;
  color: #2461EE;
font-size: 16px;
font-weight: 700;
}
.modal-headers p{
  padding:10px 0px;
  
font-size: 16px;
font-weight:400;
}

.btn-close {
  background-size: 25%;
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 14px;
}
.btn-close {
  box-sizing: content-box;
  width: 3em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: 1em;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
}
.btn-white{
  border:1px solid #4d4d4d;
  width:450px;
}
.member p{
color:#151618;
  font-size:16px;
  font-weight:400;
  font-family: 'Libre Franklin', sans-serif;
}

.modal.show .modal-dialog {
  transform: none;
  top:20%;
bottom:0%;

}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: -370px;
  bottom: 0;
  width:350px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .hero-new {
  height:30vh !important;
  
}
    #main {
    padding:0px;
  }
  .table .search-bar {
  min-width:300px;
  padding: 20px 0px 0px 0px !important;
}
.search-form input {
 width: 100%;
}
.mts{
  margin: 40px 0px 0px 0px;
text-align: center;
}
  .sidebar {
    left: -350px;
  }

.card-3{
  min-height:380px;
}
  .membered-info p {
  
  font-size:11px !important;
 
}

.membered-info a {
 font-size: 12px;
}
.table p {
font-size:12px;
}
.bi-plus {
  font-size: 18px;
  position: relative;
  left: 10px;
}
.btn:first-child {
  border: 1px solid #2461EE;
  background-color: transparent;
  font-size: 10px;
}
.btns ul li {
  display:block;
  margin-bottom:10px;
}
.loged img{
  margin-top:-40px;
  margin-left:-100px;
  height:30px;

}
.box ul {
  margin-top:-50px;
  margin-right:-100px;
}
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}



@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left:0px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size:10px;
  margin-right:12px;
  line-height:20px;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}
.sidebar-nav .nav-content a {
  font-size: 14px;
  font-weight: 600;
  color: #012970;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

.pt{
  padding-top:250px;
}
.icon h5 {
  text-align: left;
  padding: 15px;
  color:#fff;
}
.icon .bi {
margin-top:-70px;
color: #fff;
  font-size: 26px;
}
.sidebar-nav span{
	color:#082362;
font-size:16px;
font-weight:500;
}
.icon-boxed hr{
	margin-top:50px;
}
.box ul li{
  display:inline-block;
}
.icon-box ul li {
	position: relative;
  list-style: none;
  text-align: left;
  list-style-position:inside;
  font-size:14px;
  padding:7px 20px 0px 25px;
  line-height:20px;
  color:#151618;
  margin:16px 0px;
  font-family: 'Libre Franklin', sans-serif;
}
.carding{
  border-radius:5px; 
  background-color:#fff;
   box-shadow:0px 2px 6px #ccc;
}

.list-position{
	position: absolute;
	left:0px;
	top:15px;


}
.icon-box .icon h4{
  font-size:18px;
  font-weight:700;
  color:#151618;
}
.icon ul .list li{
  display:inline-block !important;
  font-size:14px;
  padding:0px !important;
}
.image-fluid {
  width: 100% !important;
}
.pic img{
  height:50px;
  border-radius: 50%;

}

.membered-info p{
  padding:0px 10px !important;
  margin-bottom:0px;
  font-size:12px;
  color:#151618;
  font-family: 'Libre Franklin', sans-serif;
}
.icon-box p{
  
  margin-bottom:10px;
  font-size:12px;
  color:#373838;
  font-family: 'Libre Franklin', sans-serif;
}
.membered-infoed p {
  padding: 0px 10px !important;
  margin-bottom: 0px;
  font-size:16px;
  color: #151618;
  font-family: 'Libre Franklin', sans-serif;
}
.membered-infoess p {
  padding: 0px 10px !important;
  margin-bottom: 0px;
  font-size:14px;
  color:#000000;
  font-family: 'Libre Franklin', sans-serif;
}
 h5.five{
  padding:10px 10px !important;
  margin-bottom:0px;
  font-size:14px;
  color:#151618;
  font-weight:800;
  font-family: 'Inter', sans-serif;
}
 h5.six{
  padding:0px 10px !important;
  margin-bottom:0px;
  font-size:14px;
  color:#151618;
  font-weight:800;
  font-family: 'Inter', sans-serif;
}
h5.seven {
  padding: 10px 10px !important;
  margin-bottom: 0px;
  font-size: 14px;
  color: #151618;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
}
.membered-infoed h5{
  padding:0px 10px !important;
  margin-bottom:0px;
  font-size:16px;
  color:#151618;
  font-weight:800;
  font-family: 'Inter', sans-serif;
}
.membered-info h5{
  padding:0px 10px !important;
  margin-bottom:0px;
  font-size:14px;
  color:#151618;
  font-weight:800;
}
.hero .icon-box {
  padding:20px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
width: 100%;
  text-align: center;

  text-align: left;
}
.icon-boxed .fa{
  font-size:14px;
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.piced img{
  margin-left:20px;
  margin-top:20px;
}
.pices img{
  margin-left:40px;
  margin-top:0px;
}
.icon-boxed a{
  border:1px solid #2874BB;
  font-size:12px;
  padding:5px;
   color:#2874BB;
  margin-right: 10px;
}

.icon-boxed ul li{
  list-style:none;
  display:inline-block;
  float:right;
margin-right: 10px;
margin-top: -8px;
}
.icon-boxed ul {
margin-right:-20px !important;
margin-top:-33px;
margin-bottom:30px;
}
.hero .icon-boxed {
  padding:20px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
width: 100%;
  text-align: center;
  
  text-align: left;
}
.hero .icon-box a{
  text-align: left;
  font-size:16px;
  padding-left:0px;
  color:#2461EE;
  font-weight:800 !important;
  text-decoration: underline;
  margin-top:10px;
  padding-bottom:10px;
}
.hero .icon-box .blked{
  text-align: left;
  font-size:14px !important;
  padding-left:0px;
  color:#2461EE;
  font-weight:800 !important;
  text-decoration: underline;
  margin-top:10px;
  padding-bottom:10px;
}
.membered-info h2{
	font-size:12px;
	color:#151618;
	font-weight:800;
	margin-left:10px;
	font-family: 'Libre Franklin', sans-serif;
}
.membered-info a{
  text-decoration: underline;
  color: #2461EE;
font-weight: 700;
font-family: 'Libre Franklin', sans-serif;
font-size: 14px;
}
.modal-contenter .btn-close{
position:absolute;
left:80%;
}
.membered-info h5{
  color:#151618;
  font-size:14px;
  font-weight:400;
  font-family: 'Libre Franklin', sans-serif;
}
.modal-contenter{
  position: absolute;
  top:120% !important;
  width:150%;
  background-color:#fff;
  box-shadow:0px 2px 6px #ccc;
  padding:20px;
}
.modal-contenter.modal-headers h4{
  padding:20px;
  color:#151618 !important;
font-size:24px;
font-weight: 700;
padding:20px 0px 10px 20px;
}
.modal-headers h5{
  padding:20px;
  color: #2461EE;
font-size: 16px;
font-weight: 700;
}
.btn-danger{
  color:#2057D6;
}
.hero{
 width: 100%;
position: relative;
  background-image: url("../images/rectangle-1.png");
padding: 60px 0 0 0;
background-attachment:scroll;
position:relative;
height:500px;
}
.hero-new{
  background-image: url("../images/rectangle-1.png");
height:70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
background-attachment:scroll;
position:relative;
}

section {
  scroll-margin-top: 70px;
}
span{
  color:#082362;
  font-size:32px;
  font-weight:700;
}span{
  color:#2461EE;
  font-size:32px;
  font-weight:700;
}

.con-box p{
  font-size:12px;
}
.mt{
  margin-top:40px;
}
@media screen and (max-width:991px){
h5.seven {
  padding:0px 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #151618;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
}
.mt{
  margin-top:12px !important;
}
.table-responsive .table h4 {
  font-size:12px;
 
}
}
@media screen and (max-width: 768px) {
	h5 {
font-size: 10px;
 
}
  td h1{
    font-size:12px;
  }
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }

  .header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #fff;
  padding-right: 20px;
  padding-top: 15px;
}

.btning ul li {
  margin: 10px 0px;
  display: block;
}
.btning ul{
	margin-left:20px;
}
.membered-info a {
  font-size:12px;
}
 .mt-3 {
  margin-top: 1rem !important;
}
.ml{
  margin-left:40px !important;
}
}