/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
a:hover{
  color: #009eff;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}


/*Dashboard 01-10-24*/
/*toggle*/
.sidenav-toggled #sidebar-wrapper {
  transform: translateX(-270px);
  transition: margin 0.25s ease-out;
}
.sidenav-toggled #page-content-wrapper {
  margin-left: 0;
  transition: margin 0.25s ease-out;
}
.sidenav-toggled #page-content-wrapper .navbar {
  margin: 0;
}
/*Content*/
#wrapper {
  display: flex;
  position: relative;
}
#sidebar-wrapper {
  min-height: 100vh;
  transition: margin 0.25s ease-out;
  background: #040F1E;
  max-width: 270px;
  width: 100%;
  transform: translateX(0px);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow-y: auto;
}
#sidebar-wrapper .brand {
  display: block;
  width: 100%;
  background: #FFF;
  padding: 18px 30px;
  position: sticky;
    top: 0;
    z-index: 111;
}
#sidebar-wrapper .list-group {
  padding: 20px 15px;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
#sidebar-wrapper .list-group > a.active, .bottom_menu li .list-group-item.active {
  background: #fff !important;
  color: #040F1E !important;
  font-weight: 600;
  border: none;
}

#sidebar-wrapper .list-group > a {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background: transparent;
  border-radius: 8px;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 11px;
  text-decoration: none;
}
#sidebar-wrapper .list-group > a.active svg path {
  stroke: #040F1E !important;
}
.add_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 106, 255, 1);
  padding: 8px 0 ;
  border-radius: 8px;
  color: white;
  gap: 8px;
  margin-bottom: 15px;
}

.client_menu {
    padding: 0 10px;
}

.client-wrapper {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client-wrapper:hover , .client-wrapper.active {
    background: #006aff;
    color: black;
    border-radius: 18px;
}

.client-wrapper:hover .client-number svg path , .client-wrapper.active svg path {
    stroke: white;
}
.client-list {
  gap: 10px;
  display: flex;
  align-items: center;
  color: white;
}
.client-number {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
#page-content-wrapper {
  width: 100%;
  margin-left: 270px;
  transition: margin 0.25s ease-out;
}
.wd-as-checkbox.custom-checkbox > [type="checkbox"]:not(:checked) + label, .wd-as-checkbox.custom-checkbox > [type="checkbox"]:checked + label{
  margin-bottom:15px;
}
.wd-as-checkbox.custom-checkbox > [type="checkbox"]:checked + label:before{
  background:white;
  border-color:rgba(0, 106, 255, 1);
}
.wd-as-checkbox.custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .wd-as-checkbox.custom-checkbox > [type="checkbox"]:checked + label:after{
    color:rgba(0, 106, 255, 1);
}
.wd-as-checkbox.custom-checkbox > [type="checkbox"]:not(:checked) + label:before{
  border: 1px solid rgba(220, 228, 231, 1)
}
.navbar {
  background: #fff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 30px 15px 10px;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(205, 218, 235, 1);
  margin: 0 0 0 270px;
}
.wd-admin-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu_leftbar {
  display: flex;
  align-items: center;
  gap: 25px;
}
#sidebarToggle {
  background: transparent;
  display: inline-block;
  border: 1px solid #E3EDF0;
  border-radius: 8px;
  padding: 8px 10px;
}
#sidebarToggle span {
  width: 21px;
  height: 2px;
  background: #8895A7;
  border-radius: 3px;
  margin: 5px 0;
  display: block;
}
.head_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #040F1E;
}
.menu_rightbar {
  display: flex;
  align-items: center;
  gap: 16px;
}
.back_icon {
  border: 1px solid rgba(205, 218, 235, 1);
  padding: 9px;
  border-radius: 9px;
}
.dropdown.wd-as-dropmenu {
  border-radius: 12px;
  border: 1px solid rgba(205, 218, 235, 1);
}

.dropdown.wd-as-dropmenu button {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
  padding: 9px;
}
.dropdown.wd-as-dropmenu button img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid rgba(205, 218, 235, 1);
}
/*content body*/
.content-container {
  padding: 30px;
  margin: 81px 0 0;
  position: relative;
}
.wd-earning-bx {
  background: url(../images/bg-mask.png) no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #DAE2EC;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wd-earning-lft {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wd-dash-profile {
  border: 1px solid #E3EDF0;
  min-width: 100px;
  height: 100px;
  border-radius: 22px;
  overflow: hidden;
}
.wd-totl-earn h3 {
  font-size: 28px;
  font-weight: 700;
  color: #040F1E;
  margin-bottom: 8px;
  font-family: "Kumbh Sans", sans-serif;
}
.wd-totl-earn p {
  color: rgba(66, 96, 138, 1);
  margin-bottom: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.36px;
  text-align: left;
}

.wd-earning-rght {
  display: flex;
  align-items: center;
  gap: 50px;
}
a.wd-wthdraw-btn span {
  color: rgba(0, 106, 255, 1);
  font-family: Kumbh Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
}
.wd-wthdraw-btn {
  border: 1px solid rgba(208, 221, 237, 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 11px 20px;

}
.wd-wthdraw-btn:hover{
  border:1px solid rgba(0, 106, 255, 1);
}
.wd-as-graph{
   display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(227, 237, 240, 1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 100px;
}
.wd-graph-wrap{
  width: 100%;
}
.wd-graph-wrap h3 {
  font-family: Kumbh Sans;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.wd-graph-wrap img {
  width: 100%;
  object-fit: contain;
  height: 290px;
}
/*Report*/
.report_box {
  border: 1px solid rgba(227, 237, 240, 1);
  border-radius: 16px;
  padding: 16px;
}
.wd-as-icon {
  display: flex;
  align-items:center;
  gap: 15px;
  padding:20px 0 30px;
  border-bottom: 1px dotted rgba(190, 210, 217, 1)
}
.wd-as-icon  h5 {
  font-family: Kumbh Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 14.88px;
  text-align: left;
  color: rgba(7, 21, 41, 1);
}
.wd-dashboard-blog.wd-comn-bx {
  background: linear-gradient(90.94deg, #F7FAFF 0.76%, #F9FBFF 101.34%);
}
.wd-as-icon .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wd-report-text {
  padding: 15px 0;
}
.wd-report-text h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.29px;
  text-align: left;
  color: rgba(7, 21, 41, 1);
}
.purple{
  background: rgba(132, 90, 223, 1);
}
.blue{
  background: rgba(35, 183, 229, 1);
}
.green{
  background: rgba(38, 191, 148, 1);
}
.wd-as-access{
  padding: 16px;
}
.wd-as-access h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(7, 21, 41, 1);
}
.access_link{
padding: 7px 0;
text-align: center;
border-radius: 6px;
margin-bottom: 5px;
}
.access_link a {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;

}
.lg-blue{
  background: rgba(231, 240, 252, 1);
  color: rgba(0, 106, 255, 1);
}
.lg-skyblue{
  background: rgba(232, 247, 252, 1);
  color: rgba(35, 183, 229, 1);
}
.lg-pink{
  background: rgba(244, 239, 253, 1);
  color: rgba(132, 90, 223, 1);
}
.recent_link {
  display: flex;
  justify-content: space-between;
  align-items:center;
  border: 1px solid rgba(227, 237, 240, 1);
  border-radius: 16px;
  opacity: 0px;
  padding:20px;
  margin:30px 0;
}
.recent_link p{
  font-family: "Kumbh Sans", sans-serif;
font-size: 16px;
font-weight: 600;
margin: 0px;
color: rgba(7, 21, 41, 1);
}
thead tr th {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  /* line-height: 17.36px; */
  /* text-align: left; */
  color: rgba(1, 30, 41, 1);
}
.client_report {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(227, 237, 240, 1);
  padding: 6px 18px;
  border-radius: 8px;
}
.admin-footer {
    border: 1px solid #E3EDF0;
    border-radius: 14px;
    padding: 15px 30px;
    margin-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    background: white;
    margin: 0px 20px 0 0;
}

.admin-footer p {
  font-size: 12px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 0;
  text-align: center;
}
/* Modal */
.modal .modal-header {
  position: relative;
  justify-content: center;
  border: none;
}
.modal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
}
.modal .modal-content {
  padding: 30px;
  border-radius: 28px;
}
.modal .modal-header h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: rgba(20, 20, 31, 1);
}

.modal .input__field {
  padding: 14px 20px;
  border: 1px solid #DBDADE;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.modal .input__label {

  flex: none;
  order: 0;
  flex-grow: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 12px;
  margin: 10px 0;
  background: #fff;
  white-space: nowrap;
  transform-origin: 0 0;
  background: transparent;
  transition: transform 300ms ease-in;
  transform: translate(0.8rem, -45%) scale(0.9);
 color: rgba(20, 20, 31, 1);
  border: none;
  background-color: #fff;
  margin: 0px 0 0 0;
  font-family: "Kumbh Sans", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 17.36px;
text-align: center;

}

.modal .modal-footer {
  border: none;
  justify-content: center;
}

.modal .modal-footer button {width: 160px;height: 54px;border-radius: 10px;}
.footer_close {
  background: rgba(20, 20, 31, 1);
}

.footer_submit {
  background: rgba(0, 106, 255, 1);
}

/*CLient list*/
.wd-as-client-wrap{
  border: 1px solid rgba(227, 237, 240, 1);
  padding: 20px 18px;
  margin-bottom: 65px;
  border-radius: 8px;
}
.client_listreport {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(227, 237, 240, 1);
  padding: 10px 18px;
  border-radius: 8px;
}

.client_listreport p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  color: rgba(7, 21, 41, 1);
}
.client_listreport h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: rgba(125, 137, 164, 1);
}
.btn_filter {
  display: flex;
  justify-content: end;
  align-items: center;
  gap:15px;
}

.explore {
  border-radius: 10px;
  border: 1px solid rgba(0, 106, 255, 1);
  padding:10px 30px;
  font-family: "Kumbh Sans", sans-serif;
font-size: 14px;
font-weight: 500;
color: rgba(0, 106, 255, 1);
}
.explore:hover {
  background: rgba(0, 106, 255, 1);
  color: white;
}
.search {
  margin: 15px 0;
}
.filter {
  background: rgba(0, 106, 255, 1);
   border-radius: 10px;
  padding:10px 18px;
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
font-size: 14px;
font-weight: 500;


}
.search_wrapper input{
  width:100%;
  padding: 14px 20px;
  border: 1px solid #DBDADE;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.search_wrapper {
  position: relative;
}

button.search-btn {
  background:none;
  padding: 10px 14px;
  height: 13px;
  text-align: center;
  display: inline-flex;
  border: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  right: 0;
}
.filter_wrap{
  display: none;
}
.filter_wrap.active {
  display: flex;
  align-items: center;
  gap: 20px;
}

.select_date input {
  width: 241px;
  height: 45px;
  /* top: 254px; */
  /* left: 320px; */
  /* gap: 0px; */
  border-radius: 12px;
  padding: 0 15px;
  border: 1px solid rgba(199, 205, 213, 1);
}

button.apply_filter {
  border: 1px solid rgba(0, 106, 255, 1);
  background: #fff;
  width: 117px;
  height: 45px;
  border-radius: 10px;
  color: rgba(0, 106, 255, 1);
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.36px;
  text-align: center;
}

a.clear_filter {
  color: rgba(130, 149, 176, 1);
  text-decoration: underline;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.36px;
  text-align: center;
}
.filter_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  border: 1px solid rgba(220, 228, 231, 1);
  border-radius: 8px;
  padding: 18px 20px 0 20px;
}
a.tabbing_link {
  width: 175px;
  opacity: 0px;
  display: inline-block;
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.2s ease-in-out;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.84px;
  text-align: center;
  color: rgba(125, 137, 164, 1);

}
.title_client {
  display: flex;
  gap: 15px;
}
th svg {
  margin-left: 15px;
}
a.tabbing_link:hover {
  border-bottom: 5px solid rgba(0, 106, 255, 1);
  color: rgba(0, 106, 255, 1);
}
a.tabbing_link.active {
  border-bottom: 5px solid rgba(0, 106, 255, 1);
  color: rgba(0, 106, 255, 1);
}
.upload_invoice a {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.upload_invoice {
  margin-bottom: 12px;
}
.wd-as-client-table {
  margin-top: 20px;
}

.wd-as-client-table thead {
  border: none;
  background: rgba(243, 249, 253, 1);
}
.wd-as-dropmenu .dropdown-menu{
  padding:5px;
}

.wd-as-dropmenu .dropdown-menu .dropdown-item{
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wd-as-client-table tbody tr {
  border: 1px solid rgba(227, 234, 243, 1);
  border-radius: 20px !important;
  margin: 5px 0;
}

.wd-as-bold {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: rgba(1, 30, 41, 1);
}

.wd-as-client-table td {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.88px;
  text-align: left;
  color:  rgba(125, 137, 164, 1);
}

.green_text {
  color: rgba(48, 144, 54, 1);
}
.file-upload{
  display: none;
}
.upload_box {
  width: 482px;
  border: 2px dashed rgba(205, 218, 235, 1);
  background: rgba(247, 250, 255, 1);
  border-radius: 24px;
  text-align: center;
  padding: 20px 0;
}
/*pagination*/
.pagination_wrap {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid rgba(220, 220, 233, 1);
  margin-right: 10px;
  border-radius: 8px;
  font-family: "Kumbh Sans", sans-serif;
font-size: 14px;
font-weight: 500;

}

.pagination a.active {
  background: rgba(4, 15, 30, 1);
  color: white;
  border: 1px solid rgba(4, 15, 30, 1);
}
tbody tr th {
  display: flex;
}
.upload_box_text h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 0;
  color: rgba(1, 30, 41, 1);
}

.upload_box_text p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(166, 183, 205, 1);
  margin: 5px 0 0;
}
.pagination a:hover:not(.active) {background-color: black;color: white;}
.pagination a:hover svg path {
  stroke: white;
}
.modal-text-wd-as {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 0;
}
.upload_box {
  display: flex;
  justify-content: center;
     width: 100%;
    overflow: hidden;
}
.footer_close:hover , .footer_submit:hover {
  background: white;
  color: black;
}
.wd-dash-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-border-radius {
    border-radius: 10px;
}
/*13-11-24*/
.preview-data:has(div){
    padding: 0 10px;
    text-align: left;
    width: 100%;
    display: flex;
    gap: 5px;
    width: 100%;
    overflow: scroll;
}

.preview-data div {
 font-size: 12px;
    word-wrap: break-word;
    min-width: 25%;
    gap: 3px;
    margin: 0 0 5px;
    background: #006aff33;
    border-radius: 12px;
    padding: 10px;
    text-overflow: ellipsis;}

.preview-data:has(div)::-webkit-scrollbar {
  width:4px;
    height:8px;
}
.client_menu::-webkit-scrollbar {
  width:5px;
}

.client_menu::-webkit-scrollbar-thumb, .preview-data:has(div)::-webkit-scrollbar-thumb {
  background:  #006aff;
  border-radius: 24px;
}
.client_menu::-webkit-scrollbar-track:hover, .preview-data:has(div)::-webkit-scrollbar-track:hover {
  background: #f0f0f0;
}
.client_menu::-webkit-scrollbar-thumb:hover, .preview-data:has(div)::-webkit-scrollbar-thumb:hover{
  background:  black;

}
.client_menu::-webkit-scrollbar-corner , .preview-data:has(div)::-webkit-scrollbar-corner{
  background: transparent;
}
