
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("./../icons/simple-line-icons/css/simple-line-icons.css");
/* @import url("./../icons/font-awesome/css/all.min.css"); */
@import url("./../icons/material-design-iconic-font/css/materialdesignicons.min.css");

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url("./../icons/themify-icons/css/themify-icons.css");
@import url("./../icons/line-awesome/css/line-awesome.min.css");
@import url("./../icons/avasta/css/style.css");
@import url("./../icons/flaticon/flaticon.css");
@import url("./../icons/icomoon/icomoon.css");
@import url(./../vendor/animate/animate.min.css);
@import url(./../vendor/aos/css/aos.min.css);
@import url(./../vendor/perfect-scrollbar/css/perfect-scrollbar.css);
@import url(./../vendor/metismenu/css/metisMenu.min.css);
:root {
  --primary: #363062;
  --secondary: #263373;
  --primary-hover: #231f40;
  --primary-dark: black;
  --rgba-primary-1: rgba(54, 48, 98, 0.1);
  --rgba-primary-2: rgba(54, 48, 98, 0.2);
  --rgba-primary-3: rgba(54, 48, 98, 0.3);
  --rgba-primary-4: rgba(54, 48, 98, 0.4);
  --rgba-primary-5: rgba(54, 48, 98, 0.5);
  --rgba-primary-6: rgba(54, 48, 98, 0.6);
  --rgba-primary-7: rgba(54, 48, 98, 0.7);
  --rgba-primary-8: rgba(54, 48, 98, 0.8);
  --rgba-primary-9: rgba(54, 48, 98, 0.9);
  --ibm-font: "IBM Plex Sans", sans-serif;
  --inter-font: "Inter", sans-serif;
  --poppins-font: "Poppins", sans-serif;
  --nunito-font: "Nunito", sans-serif;
  --open-sans-font: "Open Sans", sans-serif;
}
[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li:hover > a svg * {
  fill:white !important
}
.deznav .metismenu > li.mm-active > a svg * {
  fill:white !important
}
.deznav .metismenu ul {
  padding-left: 12px !important;
}
.deznav .metismenu ul a {
  font-size: 13px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.deznav .metismenu > li a > i {
  font-size: 16px !important;
  padding-right: 0px !important;
}
.deznav {
   background-color: transparent !important;
   z-index: 2;
}
.nav-header {
  width: 240px !important;
  background-color: transparent !important;
}
.header {
  background-color: transparent !important;
  padding-left: 250px !important;
  margin: 0px !important;
}
.show.menu-toggle .header {
  padding-left: 7rem !important;
}
#main-wrapper.show header {
  width: 7rem !important;
}
#main-wrapper {
  position: relative;
}
#main-wrapper .circle {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 260px;
  height: 100%;
   background: url("../images/side-circle.png");
  
   background-attachment: fixed;
   z-index: 0;
   background-repeat: no-repeat;
  
  
}
#main-wrapper.show .circle {
  width: 7rem;
}
#main-wrapper.show .nav-header {
  width: 5rem !important;
}
.header .header-content {
  background-color: white;
}


    .content-margin {
        margin-left: 260px !important;
    }
.top_70 {
  margin-top: -110px !important;
}
.title-container{
  height: 160px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  background-color: #263373;
  color: white;
  font-family: var(--ibm-font);
  font-weight: 700;
  font-size: 32px;
}
.title-container .button {
  background-color: #FFF;
  border: none;
  border-radius: 10px;
  padding: 9px 20px;
  height: max-content;

  display: flex;
  gap: 10px;
  align-items: center;
  color: #000000;
  font-family: var(--poppins-font);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.custom-card {
  box-shadow: 6px 6px 54px 0px #0000000D;
  padding: 16px;
  border-radius: 14px;
  background-color: white;
}
.custom-card .card-header {
  display: flex;
  justify-content: space-between;
      padding: 0px;
    border: none;
    align-items: flex-start;
}
.custom-card .card-header .left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 32px;
}
.custom-card .card-header .left .small-title {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  opacity: 70%;
  color: #202224;
  font-family: var(--ibm-font);
}
.custom-card .card-header .left .large-title {
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #202224;
  font-family: var(--ibm-font);
}
.custom-card .card-header .icon {
  height: 60px;
  width: 60px;
  background-color: #fff3d6;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graph-card{
  padding: 24px;
  border-radius: 14px;
  box-shadow: 6px 6px 54px 0px #0000000D;
  background-color: white;
}
.table-graph .table-tag {
  border-radius: 67px;
  background-color: #ebf5ed;
  color: #3A974C;
  display: flex;
  justify-content: center;
  width: max-content;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--nunito-font);
  padding: 12px 40px;
}
.table-graph{
  padding: 16px 21px;
  border-radius: 14px;
  box-shadow: 6px 6px 54px 0px #0000000D;
  background-color: white;
}
.table-graph .table thead th {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial !important;
  color: #030229;
  font-family: var(--nunito-font);
  border-bottom: none !important;
  opacity: 70%;
}
.table-graph .table td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: var(--nunito-font);
  border-bottom: none !important;
}
.table-graph .table.border-b td {
  border-bottom: 1px solid rgba(241, 243, 250, 1) !important;
  border-right: none !important;
}
.graph-card .card-header {
  padding: 0px;
  margin: 0px;
  border: none;
}
.graph-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #202224;
  margin-bottom: 16px;
  font-family: var(--ibm-font);
}
.title-medium{
  font-size: 28px;
  font-weight: 600;
  color: #202224;
  margin-bottom: 12px;
  font-family: var(--ibm-font);
}
.graph-card .title.blue{
  color: #363062;
}
div.phpdebugbar-header {
  position: absolute;
  width: 100% !important;
  bottom: 0px;
}
.venu-card{
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 4px 20px 0px #EEEEEE80;
background-color: white;
}
.venu-card .form-label {
  font-family: var(--ibm-font);
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #232323;
  font-family: var(--inter-font);
}
.venu-card .form-label .email {
  padding: 0px;
  margin: 0px;
   color: #232323;
   background-color: transparent;
}
.venu-card .form-control {
  font-family: var(--inter-font);
  height: 50px;
  border-radius: 15px;
  display: block;
  width: 100%;
  border: 1px solid #DFEAF2;
  padding: 12px 20px;
  margin-bottom: 22px;
}
.venu-card .form-control.vue-tel-input {
  display: flex;
  align-items: center;
}
.venu-card .form-control.bg-white {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(223, 234, 242, 1) !important;
  color: rgba(113, 142, 191, 1) !important;
}
.venu-card ::placeholder {
  font-family: var(--inter-font);
  color: #718EBF;
  
}
.venu-card .btn-primary {
  background-color: #363062;
  border-radius: 10px;
  padding: 8px 42px;
  font-family: var(--ibm-font);
  font-weight: 600;
  font-size: 18px;
  border: none;
}
.custom-search-bar {
  position: relative;
  width: 270px;
  height: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #F0F2FA;
  border: none;
}
.custom-search-bar input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0 40px 0 15px;
  font-size: 14px;
  font-family: var(--ibm-font);
  color: #000000;
  padding: 12px 24px;
}
.custom-search-bar .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #718EBF;
}
input:focus {
  outline: none;
  box-shadow: none;
}
.small-cards-container .small-card {
  padding: 16px;
  border-radius: 14px;
  background-color: #F2F4FA;
  position: relative;
  margin-bottom: 24px;
  min-height: 100px;
}
.small-cards-container .small-card .title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.small-cards-container .small-card .title-header .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.small-cards-container .small-card .title-header .right{
  display: flex;
  align-items: center;
  gap: 12px;
}
.small-cards-container .small-card .title-header .right .badge-dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
}
.small-cards-container .small-card .title-header .right .badge-dot.online {
  background-color: #00B69B;
}
.small-cards-container .small-card .title-header .right .status{
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--poppins-font);
  font-size: 12px;
  font-weight: 400;
   background-color: transparent;
   border-radius: 0px;
}
.small-cards-container .small-card .title-header .right .status.online{
  color: #00B69B;
 
}
.small-cards-container .small-card .title-header .right .status.reset-required{
  color: #EAB429;
}
.small-cards-container .small-card .title-header .right .status.reset-required .badge-dot{
  background-color: #EAB429;
}
.small-cards-container .small-card .title-header .right .status.gateway-required{
  color: #bc8b0f;
}
.small-cards-container .small-card .title-header .right .status.gateway-required .badge-dot{
  background-color: #bc8b0f;
}
.small-cards-container .small-card .title-header .right .status.offline{
  color: #F04242;
}
.small-cards-container .small-card .title-header .right .status.waiting{
  color: #EAB429;
}
.small-cards-container .small-card .title-header .right .badge-dot.offline {
  background-color: #F04242;
}
.small-cards-container .small-card .title-header .right .badge-dot.waiting {
  background-color: #EAB429;
}
.small-cards-container .small-card .title-header .left img {
  width: 36px !important;
  font-size: 8px !important;
  object-fit: contain !important;
  height: 20px !important;
}
.small-cards-container .small-card .title-header .left .title{
  max-width: 130px;
  font-weight: 400;
}
.small-cards-container .small-card .title {
  font-size: 15px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-weight: bold;
  color: #263373;
  opacity: 70%;
  margin-bottom: 0px;
  font-family: var(--poppins-font);
}
.small-cards-container .small-card .title.small{
  font-size: 12px;
}
.small-card .dropdown-toggle {
  background-color: transparent !important;
}
.small-card .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
}
.small-card .dropdown-toggle::after{
  content: none;
}
.small-card .dropdown-menu {
  border-radius:6px;
  padding: 6px;
 min-width: 20px;
 border: none !important;
 border-color: none !important;

box-shadow: 0px 15px 35px -5px #11182633;


}
.small-card .dropdown-menu .dropdown-item{
    display: flex
;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-family: var(--poppins-font);
    font-weight: 500;
    padding: 2px 0px;
    width: max-content;
    min-width: 68px;
    justify-content: space-between;
}
.small-card .dropdown-menu .dropdown-item.edit {
  color: #2264E5;
}
.small-card .dropdown-menu .dropdown-item.delete {
  color: #D12953;
}
.small-card .dropdown-menu .dropdown-item:hover,
.small-card .dropdown-menu .dropdown-item:active,
.small-card .dropdown-menu .dropdown-item:focus {
  background-color: #f9f9fb;
}
.small-card .venue-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #5F6164;
  margin-bottom: 12px;
  font-family: var(--poppins-font);
}
.small-card .venue-info .detected {
  color: #00E096;
  font-weight: 600;
}
.small-card .venue-info strong {
  color: #000000 !important;
  font-weight: 600;
}
.small-card .venue-info.mb-0 {
  margin-bottom: 0px;
}
.card-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F1F3FA;
  padding-top: 16px;
  margin-top: 24px;
}
.card-pagination-wrapper .pagination-info {
  font-size: 12px;
  font-family: var(--poppins-font);
  color: #687182;
  letter-spacing: 3%;
}
.card-pagination-wrapper .pagination {
  gap: 12px;
}
.card-pagination-wrapper .pagination .page-item .page-link {
 height: 26px;
    width: 26px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 0px;
    font-size: 12px;
}
.card-pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #363062;
  color: white !important;
  border:1px solid #363062;
  box-shadow: none;
}
.card-pagination-wrapper .pagination .page-item:first-child .page-link,
.card-pagination-wrapper .pagination .page-item:last-child .page-link {
  border-radius: 4px;
}
.modal-lg.max-590 .modal-content{
  max-width: 590px;
  margin: auto;
  padding: 24px;
  border-radius: 30px;
  
}
.pagination .page-item .page-link span  {
  color: #687182 !important;
}
.modal-lg.max-590 .modal-content .title {
  font-size: 24px;
  margin-bottom: 24px;
  color: rgba(35, 35, 35, 1);
  font-weight: 400;
  font-family: var(--inter-font);
}
.modal-lg.max-590 .modal-content .button {
  padding: 10px 40px;
  font-size: 16px;
  color: white;
  font-family: var(--poppins-font);
  font-weight: 500;
  border-radius: 67px;
  background-color: rgba(38, 51, 115, 1);
}
.table-graph .vue3-easy-data-table{
  border: none !important;
}
/* Delete Modal Styles */
.delete-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.delete-modal {
	background: white;
	border-radius: 30px;
	padding: 0;
	max-width: 400px;
	width: 90%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	animation: modalSlideIn 0.3s ease-out;
  padding: 36px;
}
@keyframes modalSlideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.delete-modal-header {
	padding: 0px;
	text-align: center;
}

.delete-icon {
	width: 90px;
	height: 90px;
	background-color: #fee;
	border-radius: 50%;
	display: flex;
	align-items: center;
  background-color: #F04242;
	justify-content: center;
	margin: 0 auto;
  margin-bottom: 22px;
}

.delete-modal-body {
	
	text-align: center;
}

.delete-modal-body h4 {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 5px;
  text-align: center;
  font-family: var(--poppins-font);
}

.delete-modal-body p {
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
  text-align: center;
  font-family: var(--poppins-font);
}

.delete-modal-footer {
	display: flex;
	gap: 12px;
  justify-content: center;

}

.delete-modal-footer .btn-cancel,
.delete-modal-footer .btn-delete {
	flex: 1;
	padding: 12px 50px;
	border-radius: 68px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
  font-family: var(--poppins-font);
}

.delete-modal-footer .btn-cancel {
	background-color: #F0424226 !important;
	color: #000;
	border:none;
}



.delete-modal-footer .btn-delete {
	background-color: #263373 !important;
	color: white !important;
}



.delete-modal-footer .btn-cancel:disabled,
.delete-modal-footer .btn-delete:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.cart-body.chart-body {
  padding: 18px !important;
}
.custom-tab-1 .nav-tabs {
  border-bottom: none;
  background-color: #F2F4FA !important;
  padding:8px 12px !important;
  border-radius: 10px !important;
  width: max-content !important;
}
 .profile-tab .custom-tab-1 .nav-item .nav-link {
  font-size: 14px !important;
  padding: 8px 20px !important;
  color: #000000;
  font-family: var(--poppins-font);
  font-weight: 400;
    border-radius: 10px !important;
 }
 .profile-tab .custom-tab-1 .nav-item .nav-link:hover,
 .profile-tab .custom-tab-1 .nav-item .nav-link:active,
 .profile-tab .custom-tab-1 .nav-item .nav-link:focus,
 .profile-tab .custom-tab-1 .nav-item .nav-link.active {
  background-color: #363062 !important;
  color: white !important;
  -webkit-tap-highlight-color: transparent;
 }
 .venu-card .card-body.less{
  padding: 0px !important;
 }
 .venu-card .info-small {
  padding: 16px 20px;
  background-color: #F2F4FA;
  border-radius: 20px;
  margin-bottom: 20px;
 }
  .venu-card .info-small h4{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    font-family: var(--poppins-font);
  }
  .venu-card .info-small .form-label{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
    font-family: var(--poppins-font);
  }
   .venu-card .info-small .active {
    display: flex;
    align-items: center;
    color: #00B69B;
    align-items: center;
    gap: 8px;
  }
   .venu-card .info-small .active .dot{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #00B69B;
   }
     .venu-card .info-small .inactive {
    display: flex;
    align-items: center;
    color: #F04242;
    align-items: center;
    gap: 8px;
  }
   .venu-card .info-small .inactive .dot{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #F04242;
   }
  .alert-box {
     padding: 16px 16px;
  background-color: #F2F4FA;
  border-radius: 20px;
  margin-bottom: 20px;
  }
  .alert-box .alert-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    justify-content: space-between;
  }
  .alert-box .alert-flex:last-child {
    margin-bottom: 0px;
  }
  .alert-box .alert-flex .alert-name {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-family: var(--poppins-font);
  }
  
  .alert-box .alert-flex .alert-value {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: var(--poppins-font);
  }
  .alert-box .alert-tag {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    background-color: #E6E1F5;
    padding: 4px 12px;
    border-radius: 67px;
    display: flex;
    width: max-content;

    font-family: var(--poppins-font);
  }
  .alert-tag.leak-type-critical {
    background-color: #F042421A !important;
    color: #F04242 !important;
  }
  .alert-tag.leak-type-caution {
    background-color: #EAB4291A !important;
    color: #EAB429 !important;
  }
  .alert-tag.leak-type-random {
    background-color: #00E0961A !important;
    color: #00E096 !important;
  }
  .alert-tag.leak-type-default {
    background-color: #4355c9 !important;
    color: white !important;
  }
  
  /* Toggle Badge Styles */
  .toggle-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border-radius: 20px;
    width: 44px;
    height: 24px;
    position: relative;
    transition: all 0.3s ease;
  }
  .toggle-badge.enabled {
    background-color: #363062;
  }
  .toggle-badge.disabled {
    background-color: #d1d5db;
  }
  .toggle-slider {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .toggle-badge.enabled .toggle-slider {
    margin-left: auto;
  }
  .toggle-badge.disabled .toggle-slider {
    margin-right: auto;
  }
  
  /* Device Image Styles */
  .tab-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .tab-header-wrapper .nav-tabs {
    width: max-content;
  }
  .device-image-container {
    flex-shrink: 0;
    width: 50px;
    height: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
   
    
  }
  .device-image {
     width: 50px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }
  .no-image-badge {
    padding: 2px;
  }
  .no-image-badge i {
    font-size: 1px;
    color: #adb5bd;
  }
  .no-image-badge span {
    font-weight: 500;
  }
  
    .alert-tag.alone {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    background-color: #E6E1F5;
    padding: 4px 12px;
    border-radius: 67px;
    display: flex;
    width: max-content;

    font-family: var(--poppins-font);
  }
  .btn-filter-new {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background-color: #EAB429;
    padding: 9px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--poppins-font);
    color: white;
  }
  .btn-filter-new:focus {
    box-shadow: none;
    outline: none;
  }
  .notifications-wrapper .inner-box{
    padding: 12px 20px;
    background-color: rgba(242, 244, 250, 1);
    border-radius: 30px;
  }
  .notifications-wrapper .box-small {
    background-color: white;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
padding: 14px 10px;
  }
  .notifications-wrapper .box-small .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
  }
   .notifications-wrapper .box-small .top .text{
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: rgba(32, 34, 36, 1);
   }
    .notifications-wrapper .box-small .text-sm{
      font-size: 16px;
      font-weight: 400;
      line-height: 1.1;
      margin: 0px;
      color: rgba(96, 96, 96, 1);
    }
    .notifications-wrapper .title-med,.title-medd {
      font-size: 24px;
      font-weight: 700;
      color: rgba(32, 34, 36, 1);
      margin-bottom: 4px;
      font-family: var(--ibm-font);
    }
    .notifications-wrapper .title-sm,.title-smm {
      font-size: 16px;
      font-weight: 600;
      color: rgba(96, 96, 96, 1);
      margin-bottom: 30px;
      font-family: var(--ibm-font);
    }
    .update-button-container {
      margin-top: 24px;
    }
    .update-button-container .button {
      background-color: #363062 !important;
      border: none !important;
      border-radius: 10px !important;
      padding: 9px 40px !important;
      height: max-content !important;
      width: max-content !important;
    
      display: flex;
      gap: 10px;
      align-items: center;
      color: #FFFFFF;
      font-family: var(--poppins-font);
      font-weight: 400;
      font-size: 16px;
      cursor: pointer;
    }
    .notifications-wrapper .customSwitch {
      width: 35px !important;
      height: 17px !important;
    }
    .notifications-wrapper .customSwitch .slider:before {
    width: 14px !important;
    height: 14px !important;
    left: -3px !important;
    top: 1px !important;
}
.profile-title {
  font-size: 24px;
  font-weight: 700;
  color: rgba(32, 34, 36, 1);
 
  font-family: var(--ibm-font);
  margin-bottom: 6px;
  line-height: 1.5;
}
.profile-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(96, 96, 96, 1);
  margin-bottom: 18px;
  font-family: var(--ibm-font);
 
  line-height: 1.15;
}
.profile-top {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.profile-top .profile-wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
}
.profile-top .profile-wrapper .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  
}
.profile-top .profile-wrapper .profile-image img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  object-fit: cover;
}
.profile-top .profile-wrapper .user-data .user-name {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 6px;
  font-family: var(--poppins-font);
}
.profile-top .profile-wrapper .user-data .user-email {
  font-size: 14px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  margin: 0px;
  font-family: var(--inter-font);
}
.profile-top .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-top .buttons .button{
  width: 88px;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--poppins-font);
  border: none;
  border-radius: 8px;
}
.profile-top .buttons .button:focus {
  outline: none;
  box-shadow: none;
}
.profile-top .buttons .button.remove-image{
  background-color: rgba(240, 242, 250, 1);
  color: rgba(100, 100, 100, 1);
}
.profile-top .buttons .button.change-image{
  background-color: rgba(38, 51, 115, 1);
  color: #fff;
}
.profile-bottom-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.profile-bottom-buttons .button{
  width: 145px;
  padding: 9px 13px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--poppins-font);
  text-align: center;
  border: none;
  border-radius: 8px;
}
.profile-bottom-buttons .button:focus {
  outline: none;
  box-shadow: none;
}
.profile-bottom-buttons .button.cancel-btn{
  background-color: rgba(240, 242, 250, 1);
  color: rgba(100, 100, 100, 1);
}
.profile-bottom-buttons .button.save-btn{
  background-color: rgba(38, 51, 115, 1);
  color: #fff;
}
.bottom-profile-line {
  height: 1px;
  background-color: #F1F3FA;
  margin: 40px 0px;
}
.btn-summary {
  background-color: #263373; color: white; border-radius: 70px; 
								width:max-content;padding: 6px 16px; font-size: 12px;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}
.btn-summary:hover,
.btn-summary:active,
.btn-summary:focus {
  background-color: #363062; color: white;
}
.deznav {
  z-index: 1030 !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .sub-dropdown .nav-text {
    display: inline-block !important;
}
@media (max-width: 767px) {
  .profile-title{
    font-size: 18px;
  }
  .top-title-custom p {
    font-size: 12px !important;
  }
  .top-title-custom p strong {
    font-size: 12px !important;
  }
  .top-title-custom a {
    font-size: 10px !important;
  }
  .profile-top .profile-wrapper .profile-image {
    width: 50px;
    height: 50px;
  }
  .profile-top .profile-wrapper {
    gap: 12px;
  }
  .profile-top .profile-wrapper .user-data .user-name {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .profile-top .profile-wrapper .user-data .user-email {
    font-size: 12px;
  }
  .profile-top {
    gap: 12px;
    flex-wrap: wrap;
  }
  .profile-top .buttons .button {
    width: auto;
    font-size: 12px;
    padding: 6px 12px;
  }
  .venu-card .form-control {
    height: 44px;
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .venu-card .form-label {
    font-size: 14px;
  }
  .profile-bottom-buttons .button {
    padding: 8px 16px;
    font-size: 14px;
  }
  .btn.btn-info {
    font-size: 12px;
  }
  .profile-sub-title{
    font-size: 14px;
  }
  .btn-summary {
    padding: 4px 10px;
  }
  .table-graph .table thead th,.table-graph .table thead td {
    font-size: 11px !important;
  }
  .table-graph .table thead th {
    white-space: nowrap;
    padding: 6px;
  }
  .table-graph{
    overflow-x: auto;
  }
  .notifications-wrapper .title-med,.title-medd {
    font-size: 18px;
  }
  .notifications-wrapper .title-sm,.title-smm {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .notifications-wrapper .box-small .top .text {
    font-size: 16px;
  }
  .vue3-easy-data-table__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .notifications-wrapper .inner-box {
    padding: 12px;
    border-radius: 12px;
  }
  .notifications-wrapper .box-small .text-sm {
    font-size: 14px;
  }
  .notifications-wrapper .box-small {
    margin-bottom: 16px;
  }
  .footer {
    height: 0px !important;
  }
    .header .header-content {
        padding-left: .5rem !important;
        padding-right: 0.5rem;
    }
    #main-wrapper.show .nav-header {
      width: 4rem !important;
      margin: 0px !important;
    }
    .header{
      padding-left: 60px !important;
    }
    .title-container {
      height: 92px;
      font-size: 16px;
      padding: 16px;
    }
    .container-fluid.top_70 {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .btn-filter-new {
      font-size: 13px !important;
      padding: 6px 12px !important;
      margin-left: 4px;
    }
    .btn-filter-new svg {
      width: 14px !important;
      height: 14px !important;
    }
    .custom-search-bar {
      height: 34px;
    }
    .top_70 {
      margin-top: -50px !important;
    }
    .title-container .button {
      font-size: 12px;
      padding: 7px 12px;
    }
    .card-pagination-wrapper {
  
    border-top: 1px solid #F1F3FA;
    padding-top: 16px;
    
    flex-wrap: wrap;
    gap: 8px;
}
    .hamburger{
      left: 20px !important;
    }
    .content_main{
      padding-bottom: 0.5rem;
    }
    .show.menu-toggle .content-margin {
      margin-left: 4rem !important;
    }
    .deznav .metismenu > li > a{
      padding: 0.5rem !important;
    }
    .venu-card {
      padding: 12px;
      border-radius: 16px;
    }
    .custom-search-bar {
      max-width: 250px;
      width: 100%;
    }
    .small-cards-container .small-card .title {
      font-size: 12px;
    }
    .deznav{
      width: 4rem !important;
    }
    #main-wrapper.show .circle, #main-wrapper .circle{
      width: 4rem !important;
    }
    .nav-header .img-fluid {
      width: 32px !important;
    }
    .custom-card .card-header .left .large-title{
      font-size: 24px;
    }
    .graph-card .title{
      font-size: 16px;
    }
    .card-body.chart-body{
      padding: 2px !important;
    }
    .title-medium{
      font-size: 20px;
    }
}