.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    width: fit-content;
} 
.input-group {
    /* box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 10%); */
    background: #fff;
    border-radius: 57px;
    .form-control: focus {border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }: ;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  transition: box-shadow .15s ease;
    border: 0;
  box-shadow: 0 0px 5px rgb(50 50 93 / 40%), 0 1px 0 rgb(0 0 0 / 2%);
overflow: hidden;
}

  .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: unset;
    border: unset;
    border-radius: unset;
    /* border-right: 1px solid #e2dada; */
}
  
 input{
   
       border: none;
    background: transparent;
 } 
  
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #9e7c7c00;
    background-clip: padding-box;
    border: unset;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  
.form-control:focus {
    color: #495057;
    background-color: unset;
    border-color: #ff2d55;
    outline: none;
    /* outline: 0; */
    box-shadow:unset;
}
  
  












.d-a-card{
    text-align: center;
    margin: 16px;
  }
.d-a-card .img{
  
  border-radius:6px;
  
}


 






.modal-content {
 
    border-radius: 10px;
  }


.loaderr {
  height:24px;
  width:24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}







.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff2d55;
    background-color: #ff2d55;
}


.bg-info {
   background-color: #212529!important;
    color: #fff;
    font-size: 18px;
    margin: 16px
}

  
  .pay-card{
    
    position:relative;
    width:100%;
    background:#fff; 
    border-radius:10px;
    padding:16px;
    margin-bottom: 39px;
  }
  
  .pay-text{
    
    margin-top:60px;
    font-size:18px;
    
  }
  
  .pay-img{
    position: absolute;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    border-radius: 10px;
    padding: 6px;
    background:#FFF;
  }
  .pay-img img{
    width:100%;
  }
  
  .cont{
    
    margin: 16px;
    border-radius:10px;
    background: #fff;
   
    
  }
  
  
 table .thead-light th {
    color: #8898aa;
    background-color: #f6f9fc;
    border-color: #e9ecef;
}
  
  .table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}
  
  table td, .table th {
    font-size: 0.8125rem;
    white-space: nowrap;
    background: #fff;
}
  
  
.table th {
    font-weight: 600;
}
  
  .table th, .table td {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
}
  
  th {
    text-align: inherit;
}
  
  table {
    border-collapse: collapse;
}





















.pr-card{

  background:rgb(199, 255, 199);
  padding:16px;
  border-radius:10px;
 
  margin-top:12px;


}

.pr-c-1{

 float:left;

}

.pr-card .text{

 font-size:20px;
 font-weight:bold;

}

.pr-c-2{

 float:right;

}

.content-header{

  height:68px;
  width:100%;


}

.content-header .pagename{

  font-size:20px;
  font-weight:bold;
  float:left;
  text-align:center;
  padding: 17px;

}


.content-header .profile{

  font-size:16px;
  font-weight:bold;
  float:right;
  text-align:center;
  padding: 17px;

}

















/*//////////////////////////////////////////////////////*/


body{
 
background:#f6f5f5;
}

.divider{

 margin-top:16px;
 height:0.5px;
  width:100%;
  background:#1d212421;



}


.row{
 
margin-right:0px;
margin-left:0px;


}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 107px;
    margin-bottom: 0;
    list-style: none;
}

.nav-item{
  
margin-left: 13px;

}
.navbar {

  justify-content: left;
  height:68px;
}
 
    
 .mmenu{

    padding-top: 5px;
    padding-right: 17px;
    display:none;
} 
 


.nav-shadow{

   box-shadow:0px 0px 4px 0px rgba(0,0,0,0.12);

}
.shad{

   box-shadow:0px 0px 5px 0px rgba(0,0,0,0.12);

}

.icon-20{

  font-size:20px;

}


.nav-i{

   display:flex;

}

.nav-icon{

    margin-top: 2px;
    margin-right: 5px;

}

.sidebar  .nav-icon{

    margin-top: 2px;
    margin-right: 12px;

}

 .popover__content .nav-icon{

    margin-top: 2px;
    margin-right: 12px;

}

 a{

  color:#626262;
  
}


.nav-i.active {
    color: #fff;
    background: linear-gradient(
45deg
, #ff2d55, #ffc519);
    border-radius: 16px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-i.active1 {
    color: #fff;
    background: linear-gradient(
45deg
, #ff2d55, #ffc519);
   
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}


@media screen and (max-width: 580px) {
   
 .mmenu{

    padding-top: 5px;
    padding-right: 17px;
    display:block;

} 
 

}

 
   .btn-primary {
    border-color: unset !important;
    color: #fff;
    background: linear-gradient( 
45deg
 , #ff2d55, #ffc519);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 24px;
    box-shadow: 0 0px 10px #ff2424, 0 1px 0 rgb(0 0 0 / 2%);
}
 


.mt-20{

 margin-top:20px;

}



.template{

    margin-top:68px;

}


.bannerhome{


    text-align: center; 
    z-index: 1;
    position: relative;
    height: auto;
    width: calc(100% - 1.777);
    background-color: #333;
    background-size: cover;
    background-position: center center;
    background-image: url(../assest/img/homeimg.jpg);

}

.bannerhome .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.90;
    background: transparent;
}

.bannerhome .text {
    padding: 7% 0;
    z-index: 3;
    position: relative;
    text-align: left;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.bannerhome .text h2 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 30px;
}

.bannerhome .text p {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.6;
    margin: 0 0 50px;
}

.btn-lg, .btn-group-lg > .btn {

    font-size: 16px;

}

.c-card{
 
 background:#fff;
 border-radius:16px;
 padding:12px;
 margin-bottom:12px;
color: #626262;

}

.c-card .header {
    font-size: 1.25rem;
    font-weight: 900;
    padding: 9px;
    padding-top: 17px;
    padding-left: 20px;
    color:#2c2c2c;
}


.activity-timeline.timeline-left {
    border-left: 2px solid #dae1e7;
    padding-left: 40px;
    margin-left: 1.5rem;
}
 
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.activity-timeline.timeline-left li {
    position: relative;
    margin-bottom: 20px;
}
.activity-timeline.timeline-left li .timeline-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: -3.8rem;
    padding: .7rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.bg-primary {
    background-color: #7367f0 !important;
}

font-weight-bold {
    font-weight: 700 !important;
}
 
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
 
html body p {
    line-height: 1.5rem;
}

.font-small-3 {
    font-size: 0.9rem !important;
}

.activity-timeline.timeline-left li {
    position: relative;
    margin-bottom: 20px;
}

.font-medium-2 {
height: 23px;
    width: 18px;
    font-size: 18px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}







 


.sign{

 background:#fff;
 padding:30px;
 border-radius:8px;
 max-width:820px;
 width:100%;


}



.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 3px;
  box-sizing: border-box;
  border: 12px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.loader{

  display:flex;

}

.loader .text{

  margin-left:12px;
margin-top: 4px;
 
}


/* The side navigation menu */
.sidebar {
  margin: 0;
  padding: 16px;
  width: 250px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  overflow: scroll;
 
 
}

.sidebar::-webkit-scrollbar {
    width: 10px;
}
 
.sidebar:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:lightgray;
    
}
 
/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 16px;
}

/* Active/current link */
.sidebar a.active {
   color: #fff;
    background: linear-gradient(
45deg
, #ff2d55, #ffc519);
   
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
 color: #fff;
   background: linear-gradient( 
45deg
 , #6a727a, #6c757d40);
   
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}







/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 250px;
  
  
}


.topbar{

   display:none;


}

.close-sidebar{

  display:none;
}







.bg {
    width: 100%;
    position: fixed;
    left: 250px;
    top: 0px;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(
180deg
, #ffe95a, #f6f5f5);
    z-index: -1000;
}


.login-img{
  
  display:block;

}


/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width:580px) {


.sign {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    max-width: 820px;
    width: 100%;
    overflow: hidden;
    padding-top: 33px;
    padding-bottom: 30px;
}


.login-img{
  
  display:none;

}




  .d-a-card{
    text-align: center;
    margin: 16px;
  }
.d-a-card .img{
  
  border-radius:6px;
  width:100%;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    font-size: 12px;
}



  .sidebar a {
    text-align: center;
    float: none;
  }

.sidebar {
  left:-250px;
  margin: 0;
  padding: 16px;
  width: 250px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  overflow: auto;
  padding:16px;
 box-shadow:0px 0px 5px 0px rgba(0,0,0,0.12);
z-index:12000;
top:0;
bottom:0;
}

.close-sidebar{

    display: block;
    height: 40px;
    width: 60px;
    
    position: absolute;
    right: 0;
    text-align: center;
  


}






div.content {
  margin-left:0px;
  margin-top:68px;
  padding: 0px;
  
}

.topbar{

    display:block;
    height:68px;
    display: block;
    height: 68px;
    background: #fff;
    padding: 16px;
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    right:0;

   

}


.bg {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 400px;
    overflow: hidden;
    background: linear-gradient(
180deg
, #ffe95a, #f6f5f5);
    z-index: -1000;
}

}



a {
  text-decoration: none;
}

.popover__title {
 
}

.popover__wrapper {
  position: relative;

  display: inline-block;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* left: 16px; */
    right: 0px;
    transform: translate(0, 10px);
    background-color: #191515;
    padding: 16px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: auto;
    border-radius: 10px;
    top: 50px;
    color: #fff;
    width:190px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 25px;
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #191515 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: left;
  font-size:15px;
  color:#fff;
font-weight: normal;
}

.popover__content a{
  color:#fff;
}

.popover__content a:hover {
    color: yellow;
}


