@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.blueLink {
  color: #4F43DA;
}

.radius {
  border-radius: 10px;
}
.space-30 {
  padding: 30px;
}
a:hover {
  color: #4F43DA;
  text-decoration: none;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.space-common {
  margin-bottom: 70px;
}
ul li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}

::placeholder {
  color: #ccc !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
select {
  cursor: pointer;
}

.whitebg_container {
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  width: 100%;
  margin-bottom: 20px;
}
.navbar-toggler {
  border-color: #fff;
  background-color: #fff;
}

.back_arrow:hover svg path {
  stroke: #fff;
}
.back_arrow { padding: 7px 15px; margin-right: 10px; }
.btn_filter_search {
  padding: 5px 20px;
}
.btn_add_staff {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
}

header .nav-link {
  color: #fff;
  font-size: 14px;
  margin: 0 8px;
  padding: 5px 10px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #4F43DA;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
}
header .nav-link:hover {
  color: #fff;
  opacity: 0.9;
}
header .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
header .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border: 0;
}
header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 9;
  width: 100%;
  top: 0;
}
.navbar .dropdown-menu {
  min-width: 200px;
}
.navbar .dropdown-menu:after {
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px #fff;
  height: 0;
  width: 0px;
  top: -8px;
  position: absolute;
  content: "";
  right: 10px;
}

main.is-sticky {
  padding-top: 100px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.navbar-brand {
  color: #fff;
}

.titleName {
  font-size: 22px;
  display: flex;
  align-items: center;
}

.serachbar {
    position: relative;
  max-width: 350px;
}
.serachbar input {
  width: 280px;
  height: 40px;
}

.input_icon { position: relative; }
.input_icon .icon { position: absolute; top: 15px; left: 12px; }
.input_icon .form-control { padding-left: 42px; }
.input_icon.inputPassword .icon { top: 12px;}
.icon_pass {     position: absolute;
  right: 12px;
  top: 39px;}
  .pro_name { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; margin-right: 10px; font-size: 15px; }
  .active>.page-link, .page-link.active { background-color: #4F43DA; border-color: #4F43DA; border-radius: 50%; }
  .page-item {margin: 0 3px;}
  .page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
    border-radius: 50%;
  }

  .page-item:first-child .page-link {
    border-radius: 50% !important;
  }

  .add_staff_popup { position: relative; padding: 35px; }
  .add_staff_popup .btn-close {     position: absolute;
    right: 15px;
    top: 20px; } 
    .add_staff_popup .modal-body { padding: 0; }
    .add_staff_popup .modal-title { font-size: 24px; font-weight: 700; margin-bottom: 15px; } 

    .billing_detial h6 { font-size: 18px; font-weight: 500; color:#000; }
    .billing_detial_title { font-size: 18px; font-weight: 500; color: #4F43DA; }
    .billing_detial { background-color: #EDECF9; padding: 15px; border-radius: 12px; }
    .profile-upload {
      transition: all .3s ease;
      text-align: center;
      width: 130px;
      border-radius: 100%;
      position: relative;
    }
    .profile-upload input {
      display: none;
    }
    .profile-upload label {
      cursor: pointer;
      width: 100%;
    }
    .profile-upload figure {
      height: 130px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      overflow: hidden;
      border: 0;
    }
    .profile-upload figure img {
      max-width: 100%;
      object-fit: cover;
      height: 100%;
    }

    .profile-upload label span { display: block; margin-top: 10px; font-size: 13px; color: #5B5B5B; }
    .btn.btn_back:hover { background-color: #f4f3ff; color: #4F43DA; }

.title_common {
    font-size: 16px;
    font-weight: 500;
    color: #4F43DA;
    margin-bottom: 1px !important;
}
    .business_details label { font-size: 13px; color: #41404A; }
    .business_details p { font-size: 16px; font-weight: 500; }


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dt-container .dt-paging .dt-paging-button.active .page-link,
.dt-container .dt-paging .dt-paging-button.active .page-link:hover {
    background: #4f43da !important;
    border-radius: 50%;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.paginate_button.current:hover,
.dt-paging-button.active .page-link:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dt-container .dt-paging .dt-paging-button .page-link:hover {
    background: #ccc !important;
    border-radius: 50% !important;
    color: #000 !important;
    border: 1px solid #eee !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dt-container .dt-paging .dt-paging-button .page-link {
    background: #eee !important;
    border-radius: 50% !important;
    color: #000 !important;
    border: 1px solid #eee !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dt-container .dt-paging .dt-paging-button.active .page-link {
    color: #fff !important;
}

.dt-container .dt-paging .dt-paging-button .page-link {
    min-width: 2.25rem;
}

.dt-layout-full {
    padding-left: 0;
    padding-right: 0;
}

.swal2-backdrop-show {
    background: rgba(0,0,0,0.5) !important
}

.swal2-modal h2 {
    font-size: 22px !important
}
.swal2-modal{ padding:15px; text-align:center !important}

.swal2-actions{display:flex; justify-content:center}


.icon_search {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 14px;
}

.searchbar .seachinput {
    position: relative;
}

.Searchbar .seachinput {
    padding-left: 30px
}

.normalBtn {
    font-size: 16px;
    color: #4F43DA;
    padding: 8px 10px 10px 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.countryCode {
    padding-right: 0px !important;
    padding-left: 47px !important;
    margin-left: 0 !important;
}

.businessAdmin {
    padding-right: 17px !important;
    padding-left: 51px !important;
    margin-left: 0 !important;
}

.patient {
    padding-right: 0px !important;
    padding-left: 49px !important;
    margin-left: 0 !important;
}

.tab-buttons {
    display: flex;
    justify-content: left; /* Align buttons evenly */
    margin-bottom: 0; /* Add some space between buttons and tab content */
    margin-left:3px;
}

.tab-button {
    cursor: pointer;
    padding: 10px 20px; /* Adjust padding for better button size */
    background-color: #fff;
    color:#4F43DA;
    border: 1px solid #ccc;
    border-radius: 5px; /* Add rounded corners */
    margin-right:10px
}

    .tab-button.active {
        background-color: #4f43da;
        color: #fff;
        border-color: #4f43da;
    }

#patient .container-fluid, #business .container-fluid {
    padding: 0px 20px !important
}

.invite-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4CAF50; /* Green background */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 8px; /* Curved borders */
    border: none;
    
}

.invite-button-grey {
    display: inline-block;
    padding: 8px 16px;
    background-color: dimgray; /* Green background */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 8px; /* Curved borders */
    border: none;
    
}


.inviteBnt {
    background: #009b54;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}
.JoinedBtn {
    background: #6c6c6c;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}

.box-bg {
    background: #f7f7f7
}



/*---------------*/
body.inner {
	padding-left: 280px;
}
.header {
	background-color: #fff;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 25px 20px 30px;
	font-size: 15px;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.header .menu-btn {
	display: inline-block;
	cursor: pointer;
}
.header .menu-btn img {
	display: block;
}
.header .dropdown-toggle {
	color: #000;
}
.header .dropdown-menu ul li a {
	border-radius: 4px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	padding-left: 0;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #333537;
}
.header .dropdown-menu ul li a img {
	width: 18px;
	margin-right: 8px;
}
.header .dropdown-toggle::after {
	border: 0;
	display: inline-block;
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px;
	background-image: url('../images/dropdown-arrow.svg');
	vertical-align: middle;
}
.header .dropdown-menu {
	transform: none !important;
	top: 100% !important;
	margin-top: 15px !important;
	left: auto !important;
	right: -15px !important;
	min-width: 200px;
	border-radius: 6px;
	border: 0;
	box-shadow: 0 17px 22px rgb(0 0 0 / 11%);
	padding: 15px 10px 25px 10px;
}
.profile-pic-box img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 10px;
}
.header .dropdown-menu h5 {
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 500;
}

.sidebar {
	width: 280px;
	padding: 23px 20px;
}
    .sidebar > div {
        width: 240px;
    }

    .sidebar .logo {
        display: inline-block;
        margin: 30px auto 14px auto;
    }
.sidebar .logo img {
	max-width: 180px;
}
    .sidebar ul {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

        .sidebar ul li:hover, .sidebar ul li.active {
            opacity: 1;
            background: #4F43DA;
            border-radius: 7px;
        }
.sidebar ul li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.sidebar ul li.active a {
	font-weight: 500;
	color: #fff;
}

.sidebar ul li:hover a {
	color: #fff;
}

.sidebar ul li a {
	display: block;
	position: relative;
	padding-left: 28px;
	color: #000;
	display: flex;
	align-items: center;
	font-weight: 400;
}
.sidebar ul li:hover img,
.sidebar ul li:hover i,
.sidebar ul li.active img,
.sidebar ul li.active i,
{
	filter: invert(100%);
}
.sidebar ul li a img,
.sidebar ul li a i {
	position: absolute;
	left: 0;
	width: 17px;
}

.breadcrumb {
	margin-bottom: 0px;
}
.headingText {
	font-size: 24px;
	font-weight: 500;
}

.maxWidthLable {width: 300px !important; width: 100%;}
.maxWidthLable1 {
    width: 190px !important;
    width: 100%;
}

.profile-img {
    width: 26px;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin: 6px 0 0 18px;
}

.backBtn {
    padding: 6px 20px !important
}

/*
    Date:03/10/2024
*/
.moreText {
    font-size: 11px;
    color: #4F43DA;
}

.btnInvited {
    background: #009B54;
    padding: 5PX 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.btnJoined {
    background: #6C6C6C;
    padding: 5PX 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.viewMoreList {
    min-height: 100px;
    max-height: 450px;
    overflow: auto;
}


.addCarddBox{width:100%}

.addCarddBox .loginTitle {
    color: #4F43DA;
    font-size: 18px;
    font-weight: bold;
}

/*.w150 {
    max-width: 150px;
    height: 47px;
}*/

.lPanding30 {
    padding-left: 30px;
}

.lPanding60 {
    padding-left: 60px;
}



.dataTables_info{ padding-bottom:30px !important}

.leftmenu {
    text-decoration: none;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.layout-dafault {
    height: 100vh;
    display: grid;
    grid-template-areas:
        "sidebar header"
        "sidebar content";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}

    .layout-dafault header {
        grid-area: header
    }

    .layout-dafault aside {
        grid-area: sidebar
    }

    .layout-dafault main {
        grid-area: content
    }

.layout-minimal {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
}

.width-400px {
    width: 400px;
}

.width-500px {
    width: 500px;
}

.dt-container .top {
    display: grid;
    grid-template-areas:
        "info paging"
        "length length";
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-top: .5rem;
}

.dt-container .top .dt-info {
    grid-area: info;
    padding: .25rem;
}

.dt-container .top .dt-paging {
    grid-area: paging;
    padding: .25rem;
}

.dt-container .top .dt-length {
    grid-area: length;
    margin-top: .5rem;
    padding: .25rem;
}

.dt-container .top .dt-length select {
    height: auto;
}

.dt-column-title {
    margin: .25rem .25rem;
}

table.dataTable thead th {
    padding: .5rem .5rem;
}

table.dataTable tbody td
{
    padding: .25rem .5rem;
}