@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&display=swap');
body {
  font-family: Arial, sans-serif;
}

.sidebar {
  height: 100vh;
  /* background: rgba(114, 114, 121, 1); */
  /* background: #5B6776; */
  background: rgba(36, 37, 41, 1);
  color: white;
  padding-top: 20px;
  position: fixed;
  transition: transform 0.3s ease;
  width: 250px;
  z-index: 1000;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: rgba(36, 37, 41, 1);
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(36, 37, 41, 1);
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(36, 37, 41, 1);
}
.txt-rock{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
}
.sidebar a {
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  display: block;
}

.sidebar a:hover {
  background: rgba(132, 132, 132, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.active-menu {
  background: rgba(132, 132, 132, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.sidebar a.active-link {
  background: rgba(132, 132, 132, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.form-search {
  background: rgba(100, 124, 139, 1);
  height: 55px;
  border-radius: 50px;
  width: 450px;
  padding: 0px 20px;
  padding-right: 45px;
  border: 2px solid rgba(100, 124, 139, 1);
  color: rgba(255, 255, 255, 1);

}
.input-field{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  box-shadow: 1px 2px 6px 0px rgba(106, 106, 106, 0.25);
  padding: 20px;
  border-radius: 12px;
  height: 50px;
  color: rgba(188, 188, 188, 1);
}
.input-field::placeholder{
  color: rgba(188, 188, 188, 1);
}
.input-field:hover{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  box-shadow: 1px 2px 6px 0px rgba(106, 106, 106, 0.25);
  color: rgba(188, 188, 188, 1);
}
.input-field:focus{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  box-shadow: 1px 2px 6px 0px rgba(106, 106, 106, 0.25);
  color: rgba(188, 188, 188, 1);
}
.btn-reg{
  border-bottom: 0.28px solid rgba(227, 227, 227, 1);
  box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.45);
padding: 8px 8px;
border-radius: 12px;
}
.btn-inner{
    padding: 0px 0px;
    padding-left: 28px;
background: linear-gradient(360deg, #E1E1E1 14.14%, #FFFFFF 94.15%);
  border-bottom: 0.28px solid rgba(227, 227, 227, 1);
  box-shadow: 0px 2.24px 5.03px 0px rgba(34, 34, 34, 0.25) inset;
border-radius: 12px;
    gap: 50px;
    overflow: hidden;
   font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
   color: rgba(36, 37, 41, 1); 
   font-size: 32px;
   text-transform: uppercase;
}
.h-150{
  height: 100vh;
}
.edit-icon-img{
  background: rgba(56, 184, 172, 1);
   padding: 12px 20px;
}
.edit-icon-img-01{
  background: rgba(4, 16, 123, 1);
   padding: 12px 20px;
}
.edit-icon-img-02{
    background: rgba(250, 94, 66, 1);
   padding: 12px 20px;
}
.list-icons {
  list-style: none;
  gap: 20px;
}

.txt_pharma {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.txt_desc {
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.list-icons li {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 6px;
}

.list-icons li a img {
  width: 30px;
}

.form-search:focus {
  background: rgba(100, 124, 139, 1);
  border: 2px solid rgba(100, 124, 139, 1);
  box-shadow: none !important;
  color: rgba(255, 255, 255, 1);
}

.form-search::placeholder {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.search-icon {
  font-size: 28px;
  position: absolute;
  right: 0;
  transform: translate(-20px, -41px);
  color: #fff;
}
.search-icon-01 {
  font-size: 28px;
  position: absolute;
  right: 0;
  transform: translate(-20px, -41px);
  color: #fff;
}
.filter-count{
    background: rgba(127, 127, 127, 1);
  border: 0.25px solid rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 8px;
}

/* .chevron-down{
    transform: rotate(-180deg);
  } */
.dropdown ul {
  list-style: none;
  background: rgba(126, 126, 126, 1);
  padding: 5px 10px !important;
}

.dropdown ul li a {
  font-size: 15px;
}

.dropdown ul li a.active-link-drop {
  background: rgba(158, 158, 162, 1) !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.content {
  margin-left: 250px;
  /* background: #5B6776; */
  background: rgba(36, 37, 41, 1);
  /* background: ; */
  padding: 0px;
  transition: margin-left 0.3s ease;
}

.sidebar-collapsed-hidden {
  transform: translateX(-250px);
}

.mt-250 {
  margin-top: 200px;
}

.content-collapsed {
  margin-left: 0;
}

.gap-content {
  row-gap: 10px;
}

.gap-content-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 0.25px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
}

.btn-border {
  background: transparent;
  padding: 15px 30px;
  border: none;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  gap: 15px;
  font-size: 18px;
}

.price-cont {
  font-size: 22px;
}

.gap-30 {
  gap: 20px !important;
}

.input-withdrawal {
  background: rgba(255, 255, 255, 0.1);
  border: 0.25px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
  color: #ffffff !important;
  padding: 15px 60px;
  height: 60px;
  width: 325px;
}

.input-withdrawal:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.input-withdrawal::placeholder {
  color: rgba(255, 255, 255, 1);
}

.profile-circle {
  width: 25px;
}

.profile-circle_img {
  width: 25px;
  position: absolute;
  left: 0;
  transform: translate(25px, -43px);
}

.fs-20 {
  font-size: 17px;
}

.gap-content-wrap {
  gap: 15px;
}

.top-nav {
  /* background-color: #f8f9fa; */
  padding: 10px 20px;
}

.bg-img-01 {
  background: rgba(255, 255, 255, 0.1);
  border: 0.25px solid rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 7px;
}

.bg-img-02 {
  background: rgba(255, 255, 255, 0.1);
  border: 0.25px solid rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 50px;
}

.img_01 {
  width: 30px;
}

.bell-icon {
  width: 35px;
}

.profile_img {
  width: 55px;
  border-radius: 50px;
  object-fit: cover;
  height: 55px;
  border: 1.56px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2.57px 4.32px 0px rgba(0, 0, 0, 0.35);
}

.bg-right-wrap {
  background: rgba(162, 176, 195, 1);
  padding: 20px 20px;
  border-radius: 22px;
}
.br-32{
  border-radius: 32px;
}

.right-content {
  padding: 20px 12px;
  border-left: 6px solid rgba(73, 73, 80, 1);
  border-radius: 12px;
}


.wallet-img {
  padding: 20px;
  width: 85px;
}

.support-img {
  padding: 20px;
  width: 100px;
}

.list-right-content {
  list-style: none;
  gap: 20px;
}

.list-right-content li a img {
  width: 15px;
}

.w-20 {
  width: 16px !important;
}

.btn-view:hover {
  color: #fff;
}

.list-right-content li a {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  display: flex;
  align-items: center;
}

.gap-detail-content {
  gap: 20px;
}

.fs-14 {
  font-size: 14px;
}

.w-23 {
  width: 20px;
  height: 20px;
}

.w-22 {
  width: 20px;
}

.w-16 {
  width: 20px;
  height: 15px;
}

.w-14 {
  width: 18px;
  height: 12px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.house-img {
  width: 65px;
}

.gap-images {
  gap: 20px;
}

.menu-icon {
  cursor: pointer;
}

.home-icon {
  width: 20px;
}

.gap-link {
  gap: 15px;
}

.dropdown {
  display: none;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  /* margin-top: 5px; */
  width: 100%;
  padding: 0px;
  color: #fff;
}
.graph-img-bg{
  border: 1px solid rgba(226, 226, 226, 1);
  box-shadow: 0px 4px 18px 0px rgba(173, 173, 173, 0.25);
padding: 20px;
border-radius: 15px;
}
.chevron-down {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.chart-container #lineChart {
      width: 100% !important;
      margin: auto;
    }

.rotate {
  transform: rotate(180deg);
}

.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown ul li {
  padding: 5px 0;
}

.table thead {
  color: #fff;
}
.table .thead {
  color: #000;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
  opacity: 0 !important;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
  opacity: 0 !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
  
  opacity: 0 !important;
}
table.dataTable tbody th, table.dataTable tbody td {
  font-size: 13px;
  padding: 12px 10px;
}
.dataTables_length{
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  text-align: left;
    display: flex;
    width: 100%;
}


.table td,
.table th {
  border-top: 0px solid transparent !important;
}
.t_body tr{
  border-bottom: 5px solid #ffffff !important;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid transparent !important;
}
table.dataTable {

  border-collapse: collapse !important;
}
.dropdown ul li a.active-drop {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  background: rgba(158, 158, 162, 1);
  border-radius: 50px;
  padding: 10px 28px !important;
  font-size: 15px;
  gap: 5px;
}

.dropdown ul li a:hover {
  text-decoration: none !important;
  background: rgba(158, 158, 162, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
  border-radius: 50px !important;
}

.table-input {
  width: 400px;
  height: 55px;
  border-radius: 50px;
  padding-left: 25px;
}

.table td,
.table th {
  vertical-align: middle !important;
  padding: 8px;
  font-size: 18px;
  font-weight: 200;
}
.t_body{
  background: rgba(239, 239, 239, 1) !important;
}
.table-input:focus {
  box-shadow: none;
}

.table-input::placeholder {
  color: rgba(188, 188, 188, 1);
}

.btn-view {
  background: rgba(114, 114, 121, 1);
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-view:hover {
  color: #fff;
}

.btn-view-de:hover {
  color: #fff;
}

.btn-view-pay:hover {

  color: #fff;
}

.btn-view-de {
  background: rgba(114, 114, 121, 1);
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  padding: 12px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-view-pay {
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(73, 73, 80, 1);
  padding: 12px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-para {
  color: rgba(255, 255, 255, 1);
  /* background: #5B6776; */
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 15px;

}

.para_fund {
  margin-top: 200px;
}

.arrow-right {
  width: 25px;
}

.calender_img {
  width: 12px !important;
}

.w-32 {
  width: 32px;
}

.p-30 {
  padding: 12px 30px;
}

.plus-icon {
  width: 40px;
}

.accordian-body {
  background: rgba(255, 255, 255, 0.2);
  padding: 35px 40px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.h-55 {
  height: 55px;
  border: 1px solid rgba(188, 188, 188, 1) !important;
  appearance: none;
  border-radius: 8px;
  color: rgba(130, 130, 130, 1);
  font-size: 20px;
  padding-left: 30px;
  font-weight: 400;
}

.text-label {
  font-size: 20px;
  color: #ffffff;
}

.text-label-amount {
  font-weight: 500;
  font-size: 22px;
}

.arrow-icon-img {
  width: 30px;
  position: absolute;
  right: 0px;
  transform: translate(-20px, -42px);
}

.w-30 {
  width: 50px;
}

.btn-update {
  background: rgba(222, 238, 255, 1);
  padding: 0px;
  border-radius: 12px;


}

.btn-inner-updated {
  background: rgba(222, 238, 255, 1);
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: rgba(73, 75, 77, 1);
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 22px;
  border-radius: 12px;
}

.accordian {
  cursor: pointer;
}

.accordian-body {
  display: none;
}

.accordian-text {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

/* .home-icon-img-active{
    background: url(../images/home-active-icon.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 25px !important;
    width: 4% !important;
    background-position: center !important;
  } */
/* .home-icon-img{
    background: url(../images/home-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 4%;
    background-position: center;
  } */
.w-28 {
  width: 30px;
}

.border-active {
  border-left: 6px solid rgba(67, 61, 139, 1);
}

.plus-icon {
  background: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4%;
  height: 40px;
}

.toggle-active-icon {
  background: url(../images/minus.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 4% !important;
  height: 40px !important;
}

.right-content_wrap {
  border-radius: 12px;
  padding: 45px 40px;
}

.w-240 {
  width: 200px;
  display: flex;
  margin: auto;

}

.btn-public-view {
  box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.25);
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 5px;
  width: 90%;
  display: flex;
  margin: auto;
}

.btn-inner-view {
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  background: linear-gradient(3.19deg, #FFFFFF -57.7%, #999999 501.88%);
  padding: 5px;
  border-radius: 12px;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  color: rgba(114, 114, 121, 1);
  text-transform: uppercase;
  font-size: 25px;
}

.w-20-form {
  width: 19%;
}

.btn-back {
  background: rgba(233, 233, 233, 1);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0px 2.69px 5.39px 0px rgba(100, 100, 100, 0.25);

  display: flex;
}

.btn-inner-back {
  box-shadow: 0px 2.39px 5.37px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(233, 233, 233, 1);
  color: rgba(73, 75, 77, 1);
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 22px;
}

.btn-save {
  background: rgba(114, 114, 121, 1);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0px 2.69px 5.39px 0px rgba(100, 100, 100, 0.25);
  display: flex;
}
.btn-detail {
  background: rgba(190, 194, 195, 1);
  border-radius: 12px;
  padding: 3px;
  box-shadow: 0px 1.15px 2.3px 0px rgba(100, 100, 100, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.btn-add_new {
  background: rgba(23, 59, 92, 1);
  border-radius: 12px;
  padding: 8px 12px;
  

box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.25);


  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
}

.btn-inner-add_new {
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(23, 59, 92, 1);
  color: #fff;
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 17px;
}
.btn-inner-detail {
  box-shadow: 0px 1.02px 2.29px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(190, 194, 195, 1);
  color: #000;
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 17px;
}
.btn-inner-save {
  box-shadow: 0px 2.39px 5.37px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(114, 114, 121, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 22px;
}

.btn-save_001 {
  background: rgba(114, 114, 121, 1);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 2.69px 5.39px 0px rgba(100, 100, 100, 0.25);
  display: flex;
}
.btn-filter{
  background: rgba(255, 255, 255, 1);
  border: 0.25px solid rgba(186, 186, 186, 1);
box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.25);

  padding: 8px;
  border-radius: 12px;

}
.btn-inner-filter{
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 3px 12px;
  font-size: 22px;
  box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(255, 255, 255, 1);
}

.btn-inner-save_001 {
  box-shadow: 0px 2.39px 5.37px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(114, 114, 121, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 3px 3px;
  font-size: 22px;
}
.filter-img{
  width: 22px;
}
.btn-save_003 {
  background: rgba(101, 113, 255, 1);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 2.69px 5.39px 0px rgba(100, 100, 100, 0.25);
  display: flex;
}

.btn-inner-save_003 {
  box-shadow: 0px 2.39px 5.37px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(101, 113, 255, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 3px 3px;
  font-size: 22px;
}

.btn-save_004 {
  background: rgba(239, 76, 77, 1);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 2.69px 5.39px 0px rgba(100, 100, 100, 0.25);
  display: flex;
}

.btn-inner-save_004 {
  box-shadow: 0px 2.39px 5.37px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(239, 76, 77, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  font-family: "poppins", serif;
  font-weight: 500;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 3px 3px;
  font-size: 22px;
}

.table .thead th {
  font-weight: 500;
  color: rgba(39, 39, 39, 1);
  font-family: 'Montserrat';
  font-size: 15px;
}

.txt_employer {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.para_employer {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 23px;
}

.text_label {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}

.br-8 {
  border-radius: 8px;
  font-family: "Montserrat", serif;
  font-weight: 500 !important;
  color: rgba(140, 140, 140, 1);
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn--browse {
  backdrop-filter: blur(11.100018501281738px);
  border-left: 0;
  border-radius: 8px;
  background: rgba(128, 128, 134, 1);
  color: rgba(255, 255, 255, 1);
  height: 38px;
  padding: 5px 14px;
  position: absolute;
  right: 0;
  transform: translate(-10px, -45px);
  border-radius: 10px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.form-radio-btn {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(188, 188, 188, 1);
  border-radius: 8px;
  padding: 12px 15px;
}

.text_recuri {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.form-check-label {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(140, 140, 140, 1);
  font-size: 20px;
}

.form-radio-btn-01 {
  width: 25px;
  height: 25px;
  accent-color: rgba(114, 114, 121, 1);
}

.btn-submit:hover {
  color: #fff !important;
}

.btn-back:hover {
  color: rgba(114, 107, 87, 1) !important;
}

.select2 {
  width: 100% !important;
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(188, 188, 188, 1) !important;
  padding: 10px 12px !important;
  border-radius: 9px !important;
  /* height: 55px !important; */
}

.select2-container--default .select2-selection--multiple {
  padding: 0px 15px !important;
  padding-bottom: 28px !important;
  border: 2px solid #fff !important;
  background: #FFFFFF57 !important;
  backdrop-filter: blur(11.100018501281738px) !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
}

.input-form {
  height: 55px !important;
  color: #454545B2;
  font-size: 15px;
  border-radius: 8px;
  padding: 0px 30px;
  border: 2px solid #fff;
  background: #FFFFFF57;
  backdrop-filter: blur(11.100018501281738px);
}

.select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(188, 188, 188, 1) !important;
  padding: 10px 12px !important;
  border-radius: 9px !important;
  margin-left: 20px !important;
  color: #333 !important;
  margin-top: 13px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.check_input {
  accent-color: rgba(51, 51, 51, 1);
  width: 25px;
  height: 25px;
}

.form-check-label_text {
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.select_txt {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.txt_service {
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.form-check-input_active_01 {
  accent-color: #727279;
  width: 30px;
  height: 30px;
}

.txt_span {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}

.bg-funnel-input {
  background: rgba(100, 124, 139, 1);
  border-bottom: 1px solid rgba(198, 198, 198, 1);
  padding: 20px 20px;
}

.br-22 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.btn-show {
  background: rgba(118, 163, 189, 1);
  color: rgba(255, 255, 255, 1);
  padding: 15px;
  border-radius: 50px;
}

.bg-graph-img {
  background: #263764;
  height: 250px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40% 100%);
}

.bg-graph-img-001 {
  background: #263764;
  height: 145px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40% 100%);
}

.bg-graph-img-01 {
  background: #9FB4EC;
  height: 250px;
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0 100%);
}

.bg-graph-img-002 {
  background: #9FB4EC;
  height: 145px;
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0 100%);
}

.h-110 {
  background: #9FB4EC;
  height: 110px;
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0 100%);
}

.h-80-right {
  background: #9FB4EC;
  height: 80px;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0 100%);
}

.h-80-right_content {
  background: #9FB4EC;
  height: 75px;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0 100%);
  width: 35%;
}

.txt_conted {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-25px, 105px);
  right: 40px;
  color: #fff;
}

.txt_conted-001 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-25px, 65px);
  right: 40px;
  color: #fff;
}

.txt_conted-001-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-25px, 40px);
  right: 40px;
  color: #fff;
}

.txt_left-side {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-25px, 23px);
  right: 40px;
  color: #fff;
}

.txt_left-side_001 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-275px, 13px);
  color: #000;
}

.txt_conted-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 105px);
  left: 90px;
  color: #fff;
}

.txt_conted-002 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 60px);
  left: 90px;
  color: #fff;
}

.txt_conted-002_009 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 36px);
  left: 90px;
  color: #fff;
}

.txt_conted-003 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 23px);
  left: 90px;
  color: #fff;
}

.txt_conted-003_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 13px);
  left: 260px;
  color: #000;
}

.right-content_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 35px);
  left: 90px;
  color: #fff;
}

.right-content_txt_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-35px, 23px);
  left: 90px;
  color: #fff;
}

.btn-counting-01 {
  background: #fff;
  padding: 10px 35px;
  border-radius: 12px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 25px;
}

.btn-counting {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: absolute;
  top: 24%;
  transform: translate(-26px, 50%);
  z-index: 11111111;
  font-size: 26px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.btn-counting-002 {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: absolute;
  top: 13%;
  transform: translate(-26px, 50%);
  z-index: 11111111;
  font-size: 26px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.btn-counting-002-btn {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: absolute;
  top: -6%;
  transform: translate(-26px, 50%);
  z-index: 11111111;
  font-size: 26px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.btn-counting-002-btn-01 {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: absolute;
  top: -19%;
  transform: translate(-26px, 50%);
  z-index: 11111111;
  font-size: 22px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.btn-cont-txt {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: absolute;
  top: -24%;
  transform: translate(-26px, 50%);
  z-index: 11111111;
  font-size: 22px;
  border: 1.51px solid rgba(85, 142, 153, 1);
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.counting-txt {

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
}




@media screen and (max-width:991px) {
  .hidden-flex {
    display: none !important;
  }
  .sidebar {
    height: -webkit-fill-available;
  }
  .gap-inputs{
    flex-wrap: wrap;
    gap: 20px;
  }
  .flex-content-small {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .form_input {
    display: none !important;
  }

  .bg-right-wrap {
    padding: 20px 10px;
  }

  .content {
    padding: 0px;
  }

  .btn-view {
    margin: auto;
    margin-top: 15px;
  }
}

.hidden-flex {
  display: flex;
  gap: 10px;
}

.close-icon {
  display: none;
}

.file_img {
  width: 18px !important;
}

.text_desktop-hidden {
  display: none;
}

.message_img {
  width: 15px !important;
}

.gap_20 {
  gap: 40px;
}

.profile-img_1 {
  width: 100px;
  padding: 10px;
}

.left-content-wrap {
  border-radius: 18px;
}

.bg-profile-img {
  background: rgba(234, 237, 242, 1);
  border-radius: 6px;
  padding: 12px;
}

.bg-profile-img img {
  width: 30px;
}

.inner-bg-gift-img {
  background: rgba(234, 237, 242, 1);
  border-radius: 6px;
  padding: 12px;
  border: 8px solid rgba(182, 182, 183, 1);
  width: max-content;
  border-radius: 50px;
}

.inner-bg-gift-img img {
  width: 28px;

}

.inner-left-content {
  gap: 15px;
}

.detail-inner .fs-12 {
  font-size: 10px;
}

.fs-30 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.text_comp {
  color: rgba(239, 76, 77, 1);
  text-decoration: none;
}

.text_comp:hover {
  color: rgba(239, 76, 77, 1);
}

.inner-left-content {
  border: 0.5px solid rgba(220, 220, 220, 1);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(198, 198, 198, 0.25);
  border-radius: 8px;
  padding: 10px;
}

.fs-15 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.gap-38 {
  gap: 38px;
}

.w-26 {
  width: 25px;
  height: 25px;
}

.h-500 {
  height: 500px;
}

.txt_logo {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: rgba(51, 51, 51, 1);
}

.txt_job {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.content-border {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  border-radius: 12px;
}

.img_cv img {
  width: 100px;
  padding: 10px;
}

.form-check-input_active {
  width: 25px;
  height: 25px;
  accent-color: #494950;
}

.check-active {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-12px, 12px);
  padding-left: 0px;
}

.check_active {
  display: none;
}

.border-check_active {
  border: 1px solid rgba(0, 0, 0, 1) !important;
}

.total_price {
  text-transform: uppercase;
  color: rgba(51, 51, 51, 1);
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 28px;
}

.btn-conter {
  padding: 10px;
  border: 1px solid rgba(203, 203, 203, 1);
  border-radius: 6px;
}

.wallet-border {
  border: 1px solid rgba(114, 114, 121, 1);
  background: rgba(255, 255, 255, 1);
  padding: 12px;
  border-radius: 10px;
}

.txt_wallet {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
}

.txt_pay {
  font-family: "Montserrat", serif;
  font-weight: 400;
}

.radio-active {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-25px, 5px);
}

.radio-check {
  width: 18px;
  height: 18px;
  accent-color: rgba(114, 114, 121, 1);
}

.fs-12-check {
  font-size: 12px;
}

.check-form {
  accent-color: rgba(114, 114, 121, 1);
}

.border_success {
  border: 30px solid rgba(232, 232, 232, 1);
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.border_success-01 {
  border: 30px solid rgba(255, 149, 149, 1);
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.check_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(50px, 75px);
}

.check_img-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(73px, 70px);
}

.check_success {
  width: 125px;

}

.check_success-01 {
  width: 100px;

}

.total_price_01 {
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  color: rgba(0, 0, 0, 1);
}

.success_txt {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
}

.txt_order {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
}

.list-btns {
  list-style: none;
}

.list-btns li a {
  border: 1.04px solid rgba(101, 113, 255, 1);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}
.list-btns li a:hover{
  text-decoration: none !important;
}

.dropdown-profile {
  width: 200px;
  height: 200px;
  background: rgba(126, 126, 126, 1);
  position: absolute;
  right: 0;
  transform: translate(-17px, 61px);
  z-index: 11111111;
  border-radius: 12px;
  display: none;
}

.dropdown-profile ul {
  list-style: none;
  line-height: 30px;
  padding-top: 10px;
}

.dropdown-profile ul li a {
  color: #fff;
  padding: 10px 20px;
}

.txt_employer_para {
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.verify-img {
  background: rgba(224, 227, 255, 1);
  width: 190px;
  padding: 12px 25px;
  border-radius: 50px;
  box-shadow: 0px 9.75px 26.82px 0px rgba(0, 0, 0, 0.25);
}

.table .thead {

  color: rgba(51, 51, 51, 1) !important;
}

.triangle {
  clip-path: polygon(100% 100%, 0% 100%, 50% 0%);
  height: 250px;
  background: #263764;
  transform: rotate(180deg);
}

.br-0 {
  border-radius: 0px !important;
}

.br-28 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.br-30 {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.gap-50 {
  gap: 50px;
}

.para_txt {
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.txt_title {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.txt_s6 {
  position: absolute;
  left: -78px;
}

.txt_s6_txt {
  position: absolute;
  left: -170px;
}

.txt_s6_txt_01 {
  position: absolute;
  left: -257px;
}

.txt_s6-01 {
  position: absolute;
  right: -61px;
}

.txt_s6-01_txt {
  position: absolute;
  right: -143px;
}

.txt_s6-01_txt_01 {
  position: absolute;
  right: -232px;
}

.h-95 {
  height: 110px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40% 100%);

}

.h-80 {
  height: 80px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}

.step-1 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 35%;
}


.step-1 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0 100%);
  width: 35%;
}

.step-1 .polygon {
  width: 66%;
  gap: 68px;
}

.step-2 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
  width: 60%;
}

.step-2 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0 100%);
  width: 60%;
}

.step-2 .polygon {
  width: 78%;
  gap: 28px;
}
.step-12 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
  width: 60%;
}

.step-12 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0 100%);
  width: 60%;
}

.step-12 .polygon {
  width: 85%;
  gap: 28px;
}

.step-3 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
  width: 60%;
}

.step-3 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  width: 60%;
}

.step-3 .polygon {
  width: 70%;
  gap: 28px;
}

.step-4 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 60%;
}

.step-4 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  width: 60%;
}

.step-4 .polygon {
  width: 62.5%;
  gap: 28px;
}
.step-13 .h-80_left {
  height: 65px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 60%;
}

.step-13 .h-80-right_content {
  background: #9FB4EC;
  height: 65px !important;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  width: 60%;
}

.step-13 .polygon {
  width: 52.5%;
  gap: 28px;
}

.step-5 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 28% 100%);
  width: 67%;
}

.step-5 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
  width: 58%;
}

.step-5 .polygon {
  width: 41.5%;
  gap: 28px;
}

.step-1 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 20px;
  padding-right: 35px;
  position: inherit !important;
  transform: none !important;
}

.step-2 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 20px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}
.step-12 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 20px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}

.step-3 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 20px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}

.step-4 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 20px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}

.step-5 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}
.step-13 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 58px;
  position: inherit !important;
  transform: none !important;
}

.step-1 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 18px;
  padding-left: 32px;
  color: #fff;
}

.step-2 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 18px;
  padding-left: 55px;
  color: #fff;
}
.step-12 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 18px;
  padding-left: 55px;
  color: #fff;
}

.step-3 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 18px;
  padding-left: 55px;
  color: #fff;
}

.step-4 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 18px;
  padding-left: 55px;
  color: #fff;
}

.step-5 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 16px;
  padding-left: 55px;
  color: #fff;
}
.step-13 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 16px;
  padding-left: 55px;
  color: #fff;
}
.step-7 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 16px;
  padding-left: 55px;
  color: #fff;
}
.step-8 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 16px;
  padding-left: 55px;
  color: #fff;
}
.step-9 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 16px;
  padding-left: 45px;
  color: #fff;
}
.step-11 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 17px;
  padding-left: 38px;
  color: #fff;
}
.step-18 .right-content_txt_01 {
  display: flex;
  justify-content: left;
  align-items: left;
  position: inherit !important;
  transform: none !important;
  /* left: 90px; */
  padding-top: 17px;
  padding-left: 38px;
  color: #fff;
}

.step-1 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-2 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-12 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-3 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-4 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-5 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-7 .txt_left-side h3 {
  font-size: 22px !important;
  margin-bottom: 0px !important;
}
.step-13 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-1 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-2 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-12 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-3 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-4 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.step-5 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-13 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.btn-white-step-1 {
  border: 1px solid #558E99;
  background: #fff;
  padding: 6px 22px;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 20px;
}

.btn-white-step-2 {
  border: 1px solid #558E99;
  background: #fff;
  padding: 6px 22px;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 18px;
}

.w_80 {
  width: 96%;
}

.p-68 {
  padding: 10px 68px !important;
}
.zigzag {
  padding: 10px 68px !important;
}


.step-7 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
  width: 61%;
}
.step-7 .polygon {
  width: 46.5%;
  gap: 28px;
}
.step-7 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0 100%);
  width: 61%;
}
.step-7 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 55px;
  position: inherit !important;
  transform: none !important;
}
.step-7 .txt_left-side h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.step-7 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}

.btn-white-step-3{
  
    border: 1px solid #558E99;
    background: #fff;
    padding: 6px 18px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 18px;
    transform: translate(0px, -1px);


}
.btn-white-step-4{
  
    border: 1px solid #558E99;
    background: #fff;
    padding: 6px 30px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 18px;
    transform: translate(-2px, -1px);


}
.step-8 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
  width: 61%;
}
.step-8 .polygon {
  width: 37.5%;
  gap: 28px;
}
.step-8 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0 100%);
  width: 61%;
}
.step-8 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 55px;
  position: inherit !important;
  transform: none !important;
}
.step-8 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-8 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-9 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  width: 61%;
}
.step-9 .polygon {
  width: 32.5%;
  gap: 28px;
}
.step-9 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  width: 61%;
}
.step-9 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 50px;
  position: inherit !important;
  transform: none !important;
}
.step-9 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-9 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-11 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  width: 61%;
}
.step-11 .polygon {
  width: 25.5%;
  gap: 28px;
}
.step-11 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  width: 61%;
}
.step-11 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 35px;
  position: inherit !important;
  transform: none !important;
}
.step-11 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-11 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-14 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
  width: 61%;
}
.step-14 .polygon {
  width: 20.5%;
  gap: 28px;
}
.step-14 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 68% 100%, 0 100%);
  width: 61%;
}
.step-14 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 35px;
  position: inherit !important;
  transform: none !important;
}
.step-14 .txt_left-side h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.step-14 .right-content_txt_01 h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.step-15 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
  width: 61%;
}
.step-15 .polygon {
  width: 14.5%;
  gap: 28px;
}
.step-15 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 68% 100%, 0 100%);
  width: 61%;
}
.step-15 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 17px;
  padding-right: 35px;
  position: inherit !important;
  transform: none !important;
}
.step-15 .txt_left-side h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.step-15 .right-content_txt_01 h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.step-18 .h-80_left {
  height: 60px;
  background: #263764;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  width: 61%;
}
.step-18 .polygon {
  width: 51.5%;
  gap: 28px;
}
.step-18 .h-80-right_content {
  background: #9FB4EC;
  height: 60px !important;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  width: 61%;
}
.step-18 .txt_left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-top: 18px;
  padding-right: 55px;
  position: inherit !important;
  transform: none !important;
}
.step-18 .txt_left-side h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.step-18 .right-content_txt_01 h3 {
  font-size: 22px;
  margin-bottom: 0px !important;
}
.btn-white-step-4 {
  border: 1px solid #558E99;
  background: #fff;
  padding: 6px 18px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 22px;
  transform: translate(0px, -1px);
}

/* zigzag css Start */

.zigzag-box{
  border: 20px solid rgba(135, 204, 135, 1);
  width: 20%;
  position: relative;

}
.zigzag-sec{
  padding: 30px 90px !important;
  position: relative;
}
.rotate-zigzag{
  transform: rotate(90deg);
  top: 42px;
  right: -121px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
}
.pt-36{
  padding-top: 36px;
}
.border-zigzag::before{
  width: 100%;
  height: 10px;
  background: #f00;
  background: linear-gradient(90deg, #fff 0%, #fff 70%, #525252 70%, #525252 100%);
  background-size: 120px;


}



/* road-map */

.wrapper {
  /*border: 1px solid #dadada;*/
    zoom: 1;  
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper .item-container {
  width: 14.2857%;
  float: left;
  border-bottom: 30px solid #81cd8c;
  position: relative;
  font-size: 0;
}
.wrapper.second .item-container {
  width: 12.5%;
  float: left;
  border-bottom: 30px solid #81cd8c;
  position: relative;
  font-size: 0;
}
.wrapper .item-container.down{
  border: none;
}
.wrapper.greyLine .item-container {  
  border-bottom: 30px solid #aeafae;
}
.wrapper.greyLine .item-container.down{
  border: none;
}
.wrapper .item-container.last.first {
  border-width: 0;
}
.wrapper .item-container.last:after {
  content: '';
  position: absolute;
  left: 0;
  right: 80px;
  z-index: 1;
  top: -15px;
  height: 30px;
  display: block;
  background: #fff;
}
.wrapper .item-container.last .bullet:after {
  content: '+';
  background-color: #59c77f;
  border-color: #59c77f;
  color: #fff;
  line-height: 24px;
}
.wrapper .item-container.last .bullet:hover:after {
  background-color: #3aac62;
  border-color: #3aac62;
}
.wrapper .item-container.last.even:after {
  left: 80px;
  right: 0px;
  top: initial;
  bottom: -15px;
}
.wrapper .item-container.odd {
  float: right;
  margin-top: 100px;
  border-bottom-width: 0;
  border-top: 2px solid #dcdee0;
  text-align: right;
}
.wrapper .item-container.odd .item {
  margin-bottom: 0;
  margin-top: 35px;
}
.wrapper .item-container.odd .item:after {
  bottom: initial;
  top: -13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wrapper .item-container.odd .bullet {
  bottom: initial;
  top: -15px;
}
.wrapper .item-container.odd .bullet.first {
  left: 50%;
  margin-right: 0;
  margin-left: -20px;
  right: 0;
}
.wrapper .item-container.odd .bullet.first:after {
  right: initial;
  left: 5px;
}
.wrapper .item-container.odd .item-piece {
  vertical-align: top;
}
/*.wrapper .down-bar {
  position: absolute;
  bottom: -15px;
  height: 30px;
  right: 0px;
  width: 58px;
}
.wrapper .down-bar:after {
  content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 150px;
    top: 15px;
    width: 30px;
    background: #81cd8c;
    z-index: 1;
}*/

.wrapper .item-piece {
  vertical-align: bottom;
/* font-size 16px */
  text-align: center;
  max-width: 160px;
  width: 160px;
  /*min-height: 125px;*/
  background: transparent;
  position: relative;
  display: inline-block;
}
.wrapper .item {
  border: 2px solid #dcdee0;
    min-height: 45px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 15px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 10px;
    width: 50%;
    padding: 5px;
}
.wrapper .item:after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #dcdee0;
  border-left: 2px solid #dcdee0;
  border-color: inherit;
  position: absolute;
  bottom: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  left: 50%;
  margin-left: -11.5px;
}
.wrapper .bullet {
  font-size: 12px;
    display: block;
    height: 20px;
    width: 50px;
    background-color: #305365;
    color: #fff;
    position: absolute;
    bottom: -25px;
    left: 45%;
    border-radius: 5px;
    margin-left: -20px;
    z-index: 2;
}

.wrapper .bullet:after {
  content: '';
    display: block;
    /* height: 20px; */
    min-width: 150px;
    /* background: #305365; */
    /*border: 2px dashed #fff;*/
    /* border-radius: 5px; */
    top: 8px;
    right: 5px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.down .half-circle-left {
    width: 160px;
    height: 65px;
    background-color: transparent;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 30px solid #7ace91;
    border-bottom: 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}
.down .half-circle-left.greyBorder{
  width: 160px;
    height: 65px;
    background-color: transparent;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 30px solid #aeafae;
    border-bottom: 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}
.down .half-circle-right {
    width: 160px;
    height: 65px;
    background-color: transparent;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 30px solid #7ace91;
    border-bottom: 0;
    transform: rotate(90deg);
    transform-origin: bottom left;
}
.down .item-piece.right{
  position: relative;
    right: 26px;
    background: transparent;
}
.down .item-piece.left{
  position: relative;
    left: 26px;
    background: transparent;
}
.down .item-piece .bullet:after{
  border: none;
}
.down .item-piece .item{
  background-color: #fff;
}
.pl-160{
  padding-left: 160px;
}
.line-img{
  
    background: url(../images/line-img.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    height: 5px;
    position: absolute;
    transform: translate(0px, 13px);
    /* z-index: 111111111111111111; */
    width: 100%;
}
.gap_form{
  gap: 30px;
}
.main_gap{
  gap: 30px;
}
.input_form{
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  border: none !important;
  height: 45px;
  width: 150px;
}
.btn-period{
  background: rgba(118, 163, 189, 1);
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
}
.btn-period:hover{
  color: #fff;
}
.register{
  border: 1px solid rgba(203, 203, 203, 1);
  background: rgba(255, 255, 255, 1);
  padding: 15px;
  border-radius: 12px;
}
.btn-total{
  background: rgba(230, 238, 255, 1);
  border-radius: 8px;
  padding: 15px 12px;
}
.btn_action{
  background: rgba(255, 231, 231, 1);
  border-radius: 8px;
  padding: 15px 12px;
}
.p-20{
  padding: 15px 30px !important;
}
.fs-heading{
  text-transform: uppercase;
}
.wallet-balance {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 12px 20px;
  border-radius: 50px;
}
.w-45 {
  width: 35px;
}
.input-navbar {
  width: 300px;
  height: 50px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 12px 20px;
  padding-left: 40px !important;
  border-radius: 50px;
}
.search-icon-black {
  position: absolute;
  width: 25px;
  transform: translate(10px, -38px);
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(239, 76, 77, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgba(52, 199, 89, 1);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(52, 199, 89, 1);
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}





.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}
  .txt_show{
      font-family: "Nunito Sans", serif; 
  font-weight: 500;
  color: rgba(68, 70, 67, 1); 
  }
.dataTables_filter{
  display: none !important;
}
.table-input-filter{
  box-shadow: 0px 4px 10px 0px rgba(133, 133, 133, 0.25);
  border: 0.25px solid rgba(186, 186, 186, 1);
  background: rgba(245, 245, 245, 1);
border-radius: 8px;
height: 50px;
color: rgba(39, 39, 39, 1);
position: relative;
}
.table_search{
  position: absolute;
  width: 25px;
    right: 0;
    transform: translate(-35px, -38px);
}

.table-input-filter:focus{
  box-shadow: none !important;
  border: 0.25px solid rgba(186, 186, 186, 1);
  background: rgba(245, 245, 245, 1);
  color: rgba(39, 39, 39, 1);
}
.info_example.dataTables_info{
  display: block !important;
}
.dataTables_info{
  display: none !important;
}
.search-input{
  background: rgba(127, 127, 127, 1);
  height: 55px;
  border-radius: 50px;
  width: 400px;
}
.search-input::placeholder{
  color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat';
  font-weight: 500;
}
.search-input:focus{
  background: rgba(127, 127, 127, 1);
  box-shadow: none !important;
  border: none !important;
}
.user-icon-img{
  background: rgba(127, 127, 127, 1);
  padding: 15px 40px;
  border-radius: 50px;
  color: #fff;
}

.txt-label{
  color: rgba(36, 37, 41, 1);
   font-family: 'Montserrat';
  font-weight: 400;
}
.input_field{
  background: rgba(255, 255, 255, 1);
border: 1px solid rgba(36, 37, 41, 0.3);
box-shadow: 0px 4px 4px 0px rgba(133, 133, 133, 0.25);
  padding: 15px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
}
.input_field:focus{
  background: rgba(255, 255, 255, 1);
border: 1px solid rgba(36, 37, 41, 1);
box-shadow: 0px 4px 4px 0px rgba(133, 133, 133, 0.25);

}
.input_field::placeholder{
  color: rgba(36, 37, 41, 1);
   font-family: 'Montserrat';
  font-weight: 500;
  opacity: 50%;
}
.input_field::placeholder:focus{
  color: rgba(36, 37, 41, 1);
   font-family: 'Montserrat';
  font-weight: 500;
  opacity: 0%;
}
.show-icon{
  position: absolute;
  right: 0px;
  transform: translate(-15px, 42px);
    top: 0px;
    color: rgba(188, 188, 188, 1);
    cursor: pointer;
}
.hide-icon{
  position: absolute;
  right: 0px;
  transform: translate(-15px, 42px);
    top: 0px;
    display: none;
    color: rgba(188, 188, 188, 1);
    cursor: pointer;
}
.input-check{
  width: 20px;
  height: 20px;
}
.form-check-01{
   color: rgba(51, 51, 51, 1);
   font-family: 'Montserrat';
  font-weight: 400;
} 
.btn-inner-sign{
  padding-left: 0px !important;
  padding: 8px 0px !important;
  text-transform: capitalize !important;
  font-family: "Finlandica", sans-serif !important;
  font-weight: 500;    
}
.left-side-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 18px;
}
.right-side-content{
  border-radius: 18px;

}
  @media screen and (max-width: 991px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
    }
    
    table td {
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
@media screen and (max-width:20000px) {
   .h-150{
    height: -webkit-fill-available;
  }
}

@media screen and (max-width:1400px) {
  .fs-price {
    font-size: 10px !important;
}
.text_total{
  font-size: 9px !important;
}
}
@media(max-width:768px){
  .wrapper{
    padding: 0px;
  }
 
  .txt_employer_para {
    margin-left: 0px !important;
  }
  .flex_center{
    justify-content: center;
    flex-direction: column;
    row-gap: 8px;
  }
  .verify-img {
    width: 145px;
  }
  .gap_form {
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center !important;
    margin: auto;
} 
.p-20 {
  padding: 12px 15px !important;
}


  .fs-heading{
    margin-bottom: 10px !important;

  }
  .fs-price {
    font-size: 15px !important;
}
.text_total{
  font-size: 14px !important;
}
  .btn-period{
    margin: auto;
  }
  .wrapper .item-container{
    width: 50%;
  }
  .wrapper.second .item-container{
    width: 50%;
  }
  .wrapper .item-piece{
    margin-top: 15px;
  }
  .wrapper .bullet:after{
    min-width: 165px;
  }
}

/* road-map */
@media screen and (max-width:1183.9px) {
  .btn-view {
    margin-top: 15px;
  }

  .padding-flex-right {
    padding-right: 15px !important;
  }

  .padding-flex-right_01 {
    padding-right: 15px !important;
    padding-left: 15px !important;

  }

  .list-btns {
    row-gap: 30px;
  }

  .column-padding {
    padding-right: 15px !important;
  }

  .table-input {
    width: -webkit-fill-available;
  }

  .fs-18 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width:1258.9px) {
  .hidden-flex {
    display: none;
  }

  .flex-content-small {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .w-20-form {
    width: 48% !important;
  }

  .form-check-input_active_01 {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .flex-width {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .step-2 .polygon {
    width: 100%;
  }
  .step-12 .polygon {
    width: 100%;
  }
  .step-3 .polygon {
    width: 100%;
  }
  .step-4 .polygon {
    width: 100%;
  }
  .step-5 .polygon {
    width: 100%;
  }
  .step-6 .polygon {
    width: 100%;
  }
  .step-7 .polygon {
    width: 100%;
  }
  .step-13 .polygon {
    width: 100%;
  }
  .step-14 .polygon {
    width: 100%;
  }
  .step-28 .polygon {
    width: 100% !important;
  }
  .step-29 .polygon {
    width: 100% !important;
  }
  .step-15 .polygon {
    width: 100%;
  }
  .step-11 .polygon {
    width: 100%;
  }
  .step-8 .polygon {
    width: 100%;
  }
  .step-9 .polygon {
    width: 100%;
  }

  .txt_left-side_001 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-75px, 6px) !important;
    color: #fff !important;
    z-index: 11111;
  }

  .txt_left-side_001 h3 {
    font-size: 18px;
  }

  .txt_left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-25px, 31px);
    right: 12px;
    color: #fff;
  }

  .bg-graph-img-002 {
    height: 110px !important;
    margin-top: 0px !important;
  }

  .h-110 {
    height: 75px !important;
    margin-top: 0px !important;
  }

  .h-80-right {
    height: 75px !important;
    margin-top: 0px !important;
  }

  .h-80-right_content {
    height: 75px !important;
    margin-top: 0px !important;
  }

  .para_txt {
    display: none;
  }

  .txt_title {
    font-size: 15px;
  }

  .bg-graph-img {
    background: #263764 !important;
    height: 145px !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21% 100%) !important;
  }

  .bg-graph-img-001 {
    background: #263764 !important;
    height: 110px !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21% 100%) !important;
  }

  .h-95 {
    background: #263764 !important;
    height: 75px !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21% 100%) !important;
  }

  .triangle {
    height: 190px;
    width: 75%;
    display: flex;
    justify-content: center;
    margin: auto;
    height: 145px !important;
  }

  .w-65 {
    width: 65% !important;
  }

  .txt_sl {
    margin-top: 15px;
    display: none !important;
  }

  .txt_conted h3 {
    font-size: 18px;
  }

  .txt_conted-001 h3 {
    font-size: 18px;
  }

  .bg-graph-img-01 {
    height: 195px;
    margin-top: 0px !important;
  }

  .txt_conted-01 h3 {
    font-size: 18px;

  }

  .txt_conted-002 h3 {
    font-size: 18px;
  }

  .txt_conted-002_009 h3 {
    font-size: 18px;
  }

  .txt_conted-003 h3 {
    font-size: 18px;
  }

  .txt_conted-003_01 h3 {
    font-size: 18px;
  }

  .right-content_txt h3 {
    font-size: 18px;
  }

  .right-content_txt_01 h3 {
    font-size: 18px;
  }

  .btn-counting {
    background: #fff;
    padding: 5px 5px !important;
    border-radius: 12px;
    position: absolute;
    top: 31% !important;
    transform: translate(2px, 36%);
    z-index: 11111111;
    font-size: 13px !important;
  }

  .btn-counting-002 {
    background: #fff;
    padding: 5px 5px !important;
    border-radius: 12px;
    position: absolute;
    top: 33% !important;
    transform: translate(1px, 36%) !important;
    z-index: 11111111;
    font-size: 13px !important;
  }

  .btn-counting-002-btn {
    background: #fff;
    padding: 5px 5px !important;
    border-radius: 12px;
    position: absolute;
    top: 18% !important;
    transform: translate(1px, 36%) !important;
    z-index: 11111111;
    font-size: 13px !important;
  }

  .btn-counting-002-btn-01 {
    background: #fff;
    padding: 5px 5px !important;
    border-radius: 12px;
    position: absolute;
    top: 18% !important;
    transform: translate(1px, 36%) !important;
    z-index: 11111111;
    font-size: 13px !important;
  }

  .btn-cont-txt {
    background: #fff;
    padding: 5px 5px !important;
    border-radius: 12px;
    position: absolute;
    top: 18% !important;
    transform: translate(1px, 36%) !important;
    z-index: 11111111;
    font-size: 13px !important;
  }

  .txt_conted-01 {
    left: 79px;
    bottom: 161px !important;
  }

  .txt_conted-002 {
    left: 70px !important;
    bottom: 88px !important;
  }

  .txt_conted-001 {
    right: 30px;
    bottom: 95px !important;
  }

  .txt_conted-002_009 {
    left: 70px !important;
    bottom: 52px !important;
  }

  .txt_conted-003 {
    left: 70px !important;
    bottom: 41px !important;
  }

  .txt_conted-003_01 {
    left: 70px !important;
    bottom: 32px !important;
    color: #fff !important;
  }

  .right-content_txt {
    left: 70px !important;
    bottom: 52px !important;
  }

  .txt_left-side h3 {
    font-size:188px;
  }

  .right-content_txt_01 {
    left: 70px !important;
    bottom: 41px !important;
  }

  .txt_conted-001-content h3 {
    font-size: 18px;
  }

  .bg-graph-img-01 {
    background: #9FB4EC;
    height: 145px !important;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%) !important;
  }

  .txt_conted {
    right: 25px;
    bottom: 157px !important;
  }
}
.fs-price{
  font-size: 15px;
}

@media screen and (max-width:1500px) {
  .fs-heading{
    font-size: 14px;
  }
}
@media screen and (max-width:1280px) {
  .inner-left-content {
    padding: 8px;
  }
  .btn-inner-add_new {
    box-shadow: 0px 1.77px 3.98px 0px rgba(255, 255, 255, 0.25) inset;
    background: rgba(23, 59, 92, 1);
    color: #fff;
    display: flex
;
    font-family: "poppins", serif;
    font-weight: 500;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    font-size: 13px;
}
  .fs-12 {
    font-size: 12px;
}
.btn-filter
.w-45 {
  width: 25px;
}
.input-navbar {
  width: 255px;
}
  
  .step-11 .txt_left-side h3 {
    font-size: 16px;
  }
  .step-11 .right-content_txt_01 h3 {
    font-size: 16px;}
  .step-11 .txt_left-side {
    padding-top: 21px;
  }
  .step-11 .right-content_txt_01 {
    padding-top: 20px;
    padding-left: 35px;
  }

  .step-1 .txt_left-side {
    padding-right: 55px;
  }

  .step-1 .right-content_txt_01 {
    padding-left: 47px;
  }

  .txt_left-side_001 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-235px, 13px);
    color: #000;
  }

  .txt_s6 {
    position: absolute;
    left: -57px;
  }

  .txt_s6_txt {
    position: absolute;
    left: -130px;
  }

  .txt_s6_txt_01 {
    position: absolute;
    left: -201px;
  }

  .txt_s6-01 {
    position: absolute;
    right: -57px;
  }

  .txt_s6-01_txt {
    position: absolute;
    right: -123px;
  }

  .txt_s6-01_txt_01 {
    position: absolute;
    right: -188px;
  }

  .bg-graph-img {
    background: #263764;
    height: 250px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
  }

  .bg-graph-img-001 {
    background: #263764;
    height: 145px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
  }

  .h-95 {
    background: #263764;
    height: 110px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
  }

  .btn-counting {
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    position: absolute;
    top: 26%;
    transform: translate(-18px, 50%);
    z-index: 11111111;
    font-size: 23px;
  }

  .btn-counting-002 {
    background: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    position: absolute;
    top: 13%;
    transform: translate(-18px, 50%);
    z-index: 11111111;
    font-size: 23px;
  }

  .btn-counting-002-btn {
    background: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    position: absolute;
    top: 1%;
    transform: translate(-18px, 50%);
    z-index: 11111111;
    font-size: 23px;
  }

  .btn-counting-002-btn-01 {
    background: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    position: absolute;
    top: -13%;
    transform: translate(-18px, 50%);
    z-index: 11111111;
    font-size: 23px;
  }

  .btn-cont-txt {
    background: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    position: absolute;
    top: -13%;
    transform: translate(-18px, 50%);
    z-index: 11111111;
    font-size: 23px;
  }

  .bg-graph-img-01 {
    background: #9FB4EC;
    height: 250px;
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0 100%);
  }

  .txt_conted {
    right: 25px;
    bottom: 210px;
  }

  .txt_conted-001 {
    right: 30px;
    bottom: 115px;
  }

  .txt_conted-001-content {
    right: 30px;
    bottom: 56px;
  }

  .txt_conted-01 {
    left: 90px;
    bottom: 210px;
  }

  .txt_conted-002 {
    left: 88px;
    bottom: 72px;
  }

  .txt_conted-002_009 {
    left: 88px;
    bottom: 72px;
  }

  .txt_conted-003 {
    left: 88px;
    bottom: 38px;
  }

  .txt_conted-003_01 {
    left: 197px;
    bottom: 18px;
  }

  .right-content_txt {
    left: 88px;
    bottom: 71px;
  }

  .right-content_txt_01 {
    left: 88px;
    bottom: 40px;
  }

  .table-input {
    width: 320px;
  }

  .input-withdrawal {
    width: max-content;
    padding-right: 5px;
  }

  .btn-border {
    gap: 9px;
    font-size: 13px;
  }

  .price-cont {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-250px);
  }

  .txt_conted-01 {
    left: 79px;
    bottom: 155px;
  }

  .txt_conted-002 {
    left: 79px;
    bottom: 155px;
  }

  .txt_conted-002_009 {
    left: 79px;
    bottom: 155px;
  }

  .txt_conted-003 {
    left: 79px;
    bottom: 155px;
  }

  .txt_conted-003_01 {
    left: 79px;
    bottom: 155px;
  }

  .right-content_txt {
    left: 79px;
    bottom: 155px;
  }

  .right-content_txt_01 {
    left: 79px;
    bottom: 155px;
  }

  .txt_conted {
    right: 10px;
    bottom: 160px;
  }

  .txt_conted-001 {
    right: 10px;
    bottom: 92px;
  }

  .txt_conted-001-content {
    right: 10px;
    bottom: 55px;
  }

  .triangle {
    height: 190px;
  }

  .flex-center {
    justify-content: center !important;
    row-gap: 20px;
  }

  .txt_sl {
    margin-top: 15px;
  }

  .flex-vector {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

  .bg-graph-img {
    height: 195px;
  }

  .bg-graph-img-001 {
    height: 195px;
  }

  .h-95 {
    height: 195px;
  }

  .bg-graph-img-01 {
    height: 195px;
    margin-top: 20px;
  }

  .bg-graph-img-002 {
    height: 195px;
    margin-top: 20px;
  }

  .h-110 {
    height: 195px;
    margin-top: 20px;
  }

  .h-80-right {
    height: 195px;
    margin-top: 20px;
  }

  .h-80-right_content {
    height: 195px;
    margin-top: 20px;
  }

  .bg-graph-img {
    background: #263764;
    height: 145px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  }

  .bg-graph-img-001 {
    background: #263764;
    height: 145px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  }

  .h-95 {
    background: #263764;
    height: 110px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  }

  .bg-graph-img-01 {
    background: #9FB4EC;
    height: 145px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }

  .bg-graph-img-002 {
    background: #9FB4EC;
    height: 145px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }

  .h-110 {
    background: #9FB4EC;
    height: 110px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }

  .h-80-right {
    background: #9FB4EC;
    height: 110px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }

  .h-80-right_content {
    background: #9FB4EC;
    height: 110px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }

  .btn-counting {
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    position: absolute;
    top: 38%;
    transform: translate(2px, 36%);
    z-index: 11111111;
    font-size: 23px;
  }

  .flex-forms {

    flex-direction: column;
  }

  .w-20-form {
    width: 100% !important;
  }

  .check_img {
    transform: translate(21px, 32px) !important;

  }

  .check_img-01 {
    transform: translate(33px, 34px) !important;

  }

  .check_success {
    width: 80px;
  }

  .check_success-01 {
    width: 55px;
  }

  .border_success {
    border: 15px solid rgba(232, 232, 232, 1);
    width: 150px;
    height: 150px;
  }

  .border_success-01 {
    border: 15px solid rgba(255, 149, 149, 1);
    width: 150px;
    height: 150px;
  }

  .total_price {
    margin-top: 15px;
  }

  .txt_logo {
    font-size: 26px;
  }

  .gap-30 {
    gap: 12px !important;
  }

  .btn-back {
    padding: 5px;
  }

  .btn-save {
    padding: 5px;

  }

  .btn-inner-back {
    gap: 8px;
    padding: 5px 10px;
    font-size: 15px;
  }

  .w-28 {
    width: 25px;
  }

  .btn-inner-save {
    gap: 8px;
    padding: 5px 10px;
    font-size: 15px;

  }

  .form-check-label_text {
    font-size: 12px;
  }

  .mt-250 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .home-icon-img {
    width: 8%;
  }

  .right-content_wrap {
    padding: 15px 22px;
  }

  .para_employer {
    font-size: 16px;
  }

  .txt_employer {
    font-size: 16px;
    margin-top: 0px;
    padding-top: 0px !important;
  }

  
  .text-label {
    margin-top: 0px;
  }

  .text_small-margin {
    margin-top: 0px !important;
  }

  .form-radio-btn {
    margin-bottom: 15px;
  }

  .txt-small {
    font-size: 22px !important;
  }

  .home-icon-img-active {
    width: 8% !important;
  }

  .accordian-body {
    padding: 20px 15px;
  }

  .accordian-text {
    font-size: 18px;
  }

  .plus-icon {
    width: 35px;
  }

  .toggle-active-icon {
    width: 35px !important;
  }

  .padding-flex-right {
    padding-right: 15px !important;
  }

  .padding-flex-right_01 {
    padding-right: 15px !important;
    padding-left: 15px !important;

  }

  .fs-12 {
    font-size: 12px;
  }

  .detail-content-right {
    margin-top: 0px !important;
  }

  .fs-15 {
    font-size: 15px;
  }

  .text_comp {
    font-size: 12px;
  }

  .bg-profile-img {
    margin-right: 8px !important;
  }

  .support-img {
    padding: 10px;
  }

  .gap_20 {
    column-gap: 20px !important;
  }

  .wallet-img {
    padding: 10px;
  }

  .text_desktop-hidden {
    display: flex !important;
  }

  .calender_img {
    width: 13px !important;
  }

  .text_mobile-hidden {
    display: none;
  }

  .profile_img {
    width: 38px;
    height: 38px;
  }

  .bell-icon {
    width: 25px;
  }

  .bg-img-02 {
    padding: 3px;
  }

  .circle_img {
    width: 15px !important;
  }

  .sidebar.sidebar-collapsed {
    transform: translateX(0px);
  }

  .sidebar.sidebar-collapsed-hidden {
    transform: translateX(-250px);

  }

  .close-icon {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
  }

  .sidebar {
    padding: 12px
  }

  /* .sidebar.hidden-sidebar{
            transform: translateX(-250px);
        } */
  .right-content {
    padding: 10px 10px;
  }

  .house-img {
    width: 58px;
  }

  .fs-18 {
    font-size: 14px;
  }

  .form {
    margin-top: 0px !important;
  }

  .text-fs-15 {
    font-size: 15px;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .text-label-amount {
    font-size: 15px;
  }

  .h-55 {
    font-size: 15px;
    padding-left: 15px;
    height: 50px;
  }

  .gap-20 {
    gap: 5px;
    flex-direction: column;
  }

  .list-right-content li a {
    font-size: 10px;
  }

  .gap-detail-content {
    justify-content: center;
    row-gap: 12px;
    column-gap: 12px;
  }

  .gap-10 {
    justify-content: center;
  }

  .gap-20 {
    justify-content: center;
  }

  .list-right-content {
    row-gap: 5px !important;
    column-gap: 5px;
    margin-top: 10px;
  }

  .content {
    margin-left: 0;
  }

  .menu-icon {
    display: block !important;
  }
}

.menu-icon {
  display: none;
}


.txt-company{
  color: rgba(36, 37, 41, 1);
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 24px;
}
.txt-percent-count{
  border: 12.53px solid rgba(174, 220, 248, 1);
  padding: 28px 0px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 38px;
  aspect-ratio: 1/1;

}
.right-side-border{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 218, 218, 1);
  padding: 24px 15px;
  border-radius: 18px;
}
.txt-strate{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
}
.para-strate{
   font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.txt-market{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
}

.switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 30px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: .4s;
      border-radius: 30px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #ccc; /* gray bg */
    }

    input:checked + .slider:before {
      transform: translateX(30px);
      background-color: #4CAF50; /* green circle */
    }
.body-signup{
  background: rgba(36, 37, 41, 1);
}
.text-sign{
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;

}
.left-side-content,
.right-side-content {
    transition: all 0.6s ease-in-out;
    position: relative;
}

.left-move {
    transform: translateX(-100%);
    /* opacity: 0; */
    z-index: 111111111;

}
.right-move {
    transform: translateX(100%);
    /* opacity: 0; */
    z-index: 111111111;
}
.show-center {
    transform: translateX(-100%);
    opacity: 1;
}
.show-center-01 {
    transform: translateX(0%);
    opacity: 1;
}
.right-move-01   {
    transform: translateX(0%);
    opacity: 1;
}
.btn-google{
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(36, 37, 41, 0.3);
  border-radius: 12px;
  padding: 15px;
  width: -webkit-fill-available;
}
.txt-or{
  position: absolute;
    background: #fff;
    padding: 3px 10px;
    transform: translate(0px, 0px);
}
.txt-fgt{
    font-family: 'Montserrat';
  font-weight: 500;
  color: rgba(255, 56, 56, 1);
}

@media screen and (max-width:767px) {
  .txt-percent-count {
    border: 12.53px solid rgba(174, 220, 248, 1);
    /* padding: 35px 0px; */
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 22px;
    /* height: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
}
.txt-calendar{
  margin-left: 0px !important;
}
.flex-padding-right{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.left-side-content{
  padding: 1rem !important;
}
.right-side-content{
  padding: 1rem !important;
}
.btn-reg{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.left-move {
    transform: translateY(-100%);
    /* opacity: 0; */
    z-index: 111111111;

}
    .right-move {
        transform: translateY(320%);
        /* opacity: 0; */
        z-index: 111111111;
    }
.show-center {
        transform: translateY(-35%);
        opacity: 1;
    }
.show-center-01 {
    transform: translateY(0%);
    opacity: 1;
}
.right-move-01   {
    transform: translateY(0%);
    opacity: 1;
}
.right-side-content{
  margin-top: 20px;
  margin-bottom: 20px;
}
.fs-14{
  font-size: 14px;
  margin-bottom: 0px !important;
}
.fs-30{
  font-size: 30px;
}
.btn-reg{
  width: -webkit-fill-available;
}
.txt-company {
  font-size: 15px;
}
 .btn-reg {
    width: 100% !important;
  }
  .border-flex{
    flex-direction: column;
    gap: 20px;
    align-items: start !important;
    /* justify-content: center !important; */
  }
  .flex-content-count{
    justify-content: center !important;
    width: -webkit-fill-available;
  }
  .para-strate{
    text-align: center;
  }

}
@media screen and (max-width:1380px) {
  .btn-reg {
    width: 22%;
  }
  .btn-inner {
    gap: 0px;
      font-size:18px;
      
  }
  .edit-icon-img {
    padding: 5px 8px;
  }
  .edit-icon-img-01 {
    padding: 5px 8px;
  }
  .edit-icon-img-02 {
    padding: 5px 8px;
  }
  .btn-inner {
    padding-left: 10px;
  }
 
}
@media screen and (max-width:991px) {
  .btn-reg {
    width: 50%;
  }
  .left-btn-slide{
    width: -webkit-fill-available;
  }
  .fs-30{
    font-size: 30px;
  }
  .right-btn-reg{
    
    width: -webkit-fill-available;
  }
  .btn-inner{
    gap: 0px;
    font-size: 24px;
  }
  .edit-icon-img {
    padding: 12px 22px;
  }
  .edit-icon-img-01 {
    padding: 12px 22px;
  }
  .edit-icon-img-02 {
    padding: 12px 22px;
  }
   .btn-inner {
       padding-left: 28px;
  } 
}
@media screen and (max-width:1380px) {
  .filter-count {
    background: rgba(127, 127, 127, 1);
    border: 0.25px solid rgba(255, 255, 255, 1);
    padding: 5px;
    border-radius: 8px;
    width: 45px;
}
.search-input {
  width: 300px;
}
}