

body {
    margin: 0;
    font-family: Inter;
    background-color: #F6FCFD;
    
   
  }

  .font_color{
    color:white;
  }

  #hr{
    border-width: medium; color:#002447; position: relative; z-index:4; margin-top: 80px; width: 70%; margin-left:13%;
  }
 
#content{
    background-color: #F6FCFD;
    
}

.icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.blue_bg{
    width: 200px;
    height: 95px;
    border-radius: 17px;
    background: #002447;
  }
  #content marquee{
    background: linear-gradient(180deg, #8EC7F5 0%, rgba(142, 199, 245, 0.00) 169.7%);
  }

 
  .service_icon{
 
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

  }

  .service_icon:hover{
    /* background: linear-gradient(180deg, #8EC7F5 0%, rgba(142, 199, 245, 0.00) 169.7%); */
    background-color: #CBDAFD;
    
   
  }

  .transaction{

    height: 269px;
  
  }
  .table_head{
    background: #CBE6FD;
    padding:15px;
  }
  .transaction1 table{
    width: 100%;
  }
  
  .transaction1 tr,td{
    padding:9px;
  
  }
  .head{
    border-radius: 15px 15px 0px 0px;
    background: #002447;
  }
 .transaction1{
  height: 250px;
  border-radius: 0 0 24px 24px;
  background: #FBFCFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
 }
 /*
 .transaction2{
  height:155px;
 }

 /*overflow-y*/
.options-wrapper {

  overflow :scroll;
  
}

div::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
 div ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div ::-webkit-scrollbar-thumb {
  background-color: #002549;
  border-radius: 10px;
  
}

/*overflow-y*/
.transaction2{
  height: 160px!important;
  border-radius: 0 0 24px 24px;
  /*border: 1px solid rgba(0, 0, 0, 0.38);*/
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.39);
}
.transaction2 table{
  width: 100%;
}
.transaction2 h5{
  border-radius: 22px 22px 0px 0px;
  background: #002447;
}
.options-wrapper2 {
  height: 80px;
  overflow-y: scroll;
  
}

.blue_bg{
  width: 200px;
  height: 95px;
  border-radius: 17px;
  background: #002447;
}

/*offcanvasRight*/

#offcanvasRight{
  width: 20%;
  /*background: #002447;*/
 background: #116CB5;
}

/*table background*/
.options-wrapper3 {
  height: 80%;
  overflow-y: scroll;
  
}

div::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
 div ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div ::-webkit-scrollbar-thumb {
  background-color: #002549;
  border-radius: 10px;
  
}

/*push menu*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.side_nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: url('images/nav_bg.png');
  /*background: linear-gradient(180deg, #3F61A7 0%, rgba(112, 155, 203, 0.47) 100%);*/
  z-index: 500;
  transition: all 0.5s ease;
}
.side_nav.close {
  width: 78px;
}
.side_nav .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}

.side_nav .nav-links {
  height: 100%;
  padding: 0 0 150px 0;
  overflow: auto;
}
.side_nav.close .nav-links {
  overflow: visible;
}
.side_nav .nav-links::-webkit-scrollbar {
  display: none;
}
.side_nav .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.side_nav .nav-links li:hover {
    background: linear-gradient(180deg, #8EC7F5 0%, rgba(142, 199, 245, 0.00) 169.7%);
}
.side_nav .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}
.side_nav.close .nav-links li .icon-link {
  display: block;
}
.side_nav .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color:#000;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.side_nav .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.side_nav.close .nav-links i.arrow {
  display: none;
}
.side_nav .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.side_nav .nav-links li a .link_name {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease;
}
.side_nav.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.side_nav .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #CBE6FD;
  display: none;
}
.side_nav .nav-links li.showMenu .sub-menu {
  display: block;
}
.side_nav .nav-links li .sub-menu a {
  color:black;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.side_nav .nav-links li .sub-menu a:hover {
  opacity: 1;
}
.side_nav.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;
  transition: 0s;
}
.side_nav.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.side_nav .nav-links li .sub-menu .link_name {
  display: none;
}
.side_nav.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.side_nav .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.side_nav .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
  
}
.side_nav .profile-details {

  width: 260px;
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: linear-gradient(180deg, #116CB5 0%, rgba(17, 108, 181, 0.00) 141.57%);
  padding: 8px 0;
  transition: all 0.5s ease;
}
.side_nav.close .profile-details {
  background: none;
}
.side_nav.close .profile-details {
  width: 78px;
}
.side_nav .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.side_nav .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  transition: all 0.5s ease;
}
.side_nav.close .profile-details img {
  padding: 10px;
}
.side_nav .profile-details .profile_name,
.side_nav .profile-details .job {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  
}
.side_nav.close .profile-details i,
.side_nav.close .profile-details .profile_name,
.side_nav.close .profile-details .job {
  display: none;
}
.side_nav .profile-details .job {
  font-size: 12px;
}
.home-section {
  position: relative;
  background-color: #F6FCFD;
  height: 100%;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.side_nav.close ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
  position:fixed;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 420px) {
  .side_nav.close .nav-links li .sub-menu {
    display: none;
  }
}






/*login page css*/
.form{
  border-radius: 41px;
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.form input{
  border-color:  #002447!important;
}
.form input::placeholder{
  color:rgba(0, 0, 0, 0.23);
}
.form label{
  color:#002447;
}
.Blue_button{
  background-color: #002447;
  color: white!important;
}
.Blue_button:hover{
  border: 1px solid #002447;
  background-color: none!important;
  color:#002447!important;
  transition: all 0.4s ease;
}
.Blue_button a{
  color: white!important;
}
.Blue_button a:hover{
  color:#002447!important;
}
.google{
  margin-left: 74px!important;
}
.fa-eye{
  position: absolute;
  margin-left: 21%;
}

/* PROFILE PAGE */
/*.profile_details span{
  position: absolute;
  margin-left: -30px;
  margin-top: 50px;
}*/
.profile_overview h5{
  color: #002447;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.th_color{
  color: 002447;
  opacity: 70%;
  font-weight: 500;
}
.profile_Page{
  width: 82%;
}
.profile_Page ul{
  border-radius: 22px 22px 0px 0px;
  background: #002447;
}
.profile_Page ul li  .nav-link{
  color: #f6fcfd!important;
}
.profile_Page ul li  .nav-link:hover{
  /*border-color:#F6FCFD;*/
  border-radius: 22px 22px 0 0;
 
}
.profile_Page ul li  .nav-link.active{
  color: #002447!important;
  border-radius: 18px 18px 0 0;
  
}
/*upload image*/

.edit-container {
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
}
h1 {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 20px;
}
h1 small {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  color: gray;
}
.upload-image {
  position: relative;
  max-width: 205px;
  margin: 16px auto;
}
.upload-image.image-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.image-edit input {
  display: none!important;
}
 .image-edit input + label {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-top: 72%;
  margin-left: 15%;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #000;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.image-edit input  label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.image-edit input  label:after {
  /*content: "\f040";*/
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.image-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
 .image-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.green_btn{
  border:none;
  background: linear-gradient(179deg, #72A720 0.63%, rgba(114, 167, 32, 0.00) 313.63%)!important;
}
.green_btn:hover{
  border:1px solid #72A720;
  background: none!important;
  color:#72A720;
  transition: all 0.4s ease;
}
.grey_btn{
  border:none;
  background: linear-gradient(180deg, #B4B4B4 0%, rgba(180, 180, 180, 0.00) 226.53%);
}
.grey_btn:hover{
  border: 1px solid #B4B4B4 ;
  background: none;
  transition: all 0.4s ease;
}

/*services page*/
.services_bg{
  background: url('images/services_bg.png');
}

.icon_bg{
  width: 15%; 
  border-radius: 25px;
  background: #FDFDFD;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.icon_bg:hover{
  /*background: #002447;*/
  background: radial-gradient(250.56% 250.56% at 49.72% 31.07%, #002447 0%, rgba(0, 36, 71, 0.00) 100%);
  color:white;
  transition: all 0.5s ease-in-out ;
  cursor: pointer;
}
.icon_bg a{
  text-decoration: none;
  color:#002447
}
.icon_bg a:hover{
  color:white;
}

.icon2{
  width: 50%;
  background-color: #fdfdfd;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
} 


/* DTM Beneficiary */

.Remitterr{
  width: 370px; 
  border-radius: 24px;
  background: #FBFCFD;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.beneficiary_bg{
  border-radius: 0 0 24px 24px;
  background: #FBFCFD;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 560px;
  overflow-y: scroll;
}

/* Signup page */

.Signup_form input[type =text]{
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom:1px solid #002447;
 

}
.Signup_form input[type =checkbox]{
  border:1px solid #002447;
}

.Signup_form select{
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom:1px solid #002447;

}
.Signup_form h3{
  color: #133454;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 2.88px;
}
.Signup_banner{
  background: url('images/signup_bg.png');
  background-position: center;
  background-size: cover;
  
}
.Signup_banner h3{
  color: #133454;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.88px;
  }
  /* manage table */
  .manage_table{
      height: 400px;
      width: 100%;
      border-radius: 0 0 24px 24px;
      background: #FBFCFD;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
     
  }
  .manage_bg{
    width: 240px;
    height: 90px;
    border-radius: 17px;
    background: #002447;
  }
  .manageuser_table{
    height: 510px;
    border-radius: 0 0 24px 24px;
    background: #FBFCFD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
   }
   .manageuser_table table{
    width: 100%;
  }
  
  .manageuser_table tr,td{
    padding:9px;
  
  }
  .rechargereport_table{
    height: 300px;
    border-radius: 0 0 24px 24px;
    background: #FBFCFD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .rechargereport_table table{
    width: 100%;
  }
  
  /*.rechargereport_table tr,td,th{
    padding:15px;
  
  }*/
  /*create user page*/
 #createUser_container{
      /*width: 775px;*/
      border-radius: 24px;
      background: #FBFCFD;
      box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      margin-left: 5%;
      align-items: center;
 }
 .createUser_ul{
    position: relative;
     z-index:6; 
     margin-top: -3.5rem!important;
 }
  /*pagination*/


.pagination-container {
  display: inline;
  align-items: center;
  justify-content: center;
  margin: 10px;
 
}
/* .pagination{
  
} */
.pagination ul li{
  list-style-type: none;
  display:inline;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;

}

.page-button {
  color: #010101;
  background: linear-gradient(#fff, #fff) padding-box,
            linear-gradient(to right, #010101, #CDEBFE) border-box;
  border-radius: 50rem!important;
  border: 4px solid transparent;
  width: 70px;
  height: 70px;
  font-size: 18px;
  /* margin: 0 15px; */
  cursor: pointer;
  outline: none;
}
.page-button.active {
  background: #002447!important;
  border:1px solid #070707;
  border-radius: 50rem;
  color:#fff;
}
.prev-button {
  background-color: #fff;
  color:#002447;
  border:none;
}
.prev-button:hover{
  background-color: none;
  border:1px solid #002447!important;

}

.next-button{
  border-radius: 13px;
  background: linear-gradient(180deg, #002447 51.02%, rgba(0, 36, 71, 0.00) 429.59%);
  border:none;
  color:#fff;
}
.next-button:hover{
  border:1px solid #002447;
  background: none;
  color:#002447;
}

/*forget password*/
.circle{
  width:80px;
  height: 80px;
  border-radius: 100%;
  background: radial-gradient(71.94% 71.94% at 50% 50%, #133454 1.04%, rgba(19, 52, 84, 0.00) 100%);
}
.Password_form{
  border-radius:20px;
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.Password_form:hover{
  border-radius: 20px;
  border: 1px solid #002447;

}

.Password_form:active{
  background: #002447;
  color: #fff!important;

}
/* .circle:hover{
  background: #ffff;
} */

/*email verfications*/

.pin-code{ 
  padding: 0; 
  margin: 0 auto; 
  display: flex;
  justify-content:center;
  
} 
 
.pin-code input { 
  border: none; 
  text-align: center; 
  width: 48px;
  height:48px;
  font-size: 36px; 
  background-color: #D9D9D9;
  margin-right:20px;
} 



.pin-code input:focus { 
  border: 1px solid #573D8B;
  outline:none;
} 


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*responsig*/
