@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
}
/* You can add global styles to this file, and also import other style files */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-label {
  text-transform: capitalize;
  font-size: 0.85rem;
  font-weight: 600;
}
input,select {
  height: 40px;
  color: #617985;
}
::placeholder,
input::placeholder,
input[type="date"]::placeholder {
  color: #617985!important;
}
.input-group:focus-within {
  box-shadow: none;
}
.medium-blue-text { 
  color: #086BB2;
}
.blue-text {
  color: #219EBC;
}

.dark-blue-text {
  color: #023047;
}

.light-blue-text {
color: #8ECAE6;
}

.light-blue-btn {
background: #8ECAE6;
border: 1px solid #023047;
color: #023047;
}

.light-blue-btn:hover {
background: #023047;
border: 1px solid #8ECAE6;
color: #8ECAE6;
}

.dark-blue-btn {
background: #023047;
color: #8ECAE6;
}

.dark-blue-btn:hover {
background: #ffffff;
border: 1px solid #023047;
color: #023047;
}

.full-bg-gradient {
background: rgb(58,155,213);
background: -moz-radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
background: -webkit-radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
background: radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9bd5",endColorstr="#0063ad",GradientType=1);
min-height: 100vh;
}

.full-pg-img {
/* The image used */
background-image: url("../img/bg_signup.png");

/* Full height */
min-height: 100vh;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;   
}

#user-auth-card.card {
  background: rgb(249 249 249 / 90%);
  box-shadow: 0px 0px 5px 0px rgba(0 0 0 / 0.5);
  border-radius: 1.2rem;
}

#user-auth-card .service-card-img {
  border-radius: 30px 0 0 30px;
  background-image: url('../img/register_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#user-auth-card .custom-select-padding {
 padding: .375rem 1.8rem .375rem .30rem;
}

#user-auth-card select,
.billing-form .bootstrap-select,
#user-auth-card input,
#user-auth-card textarea,
#user-auth-card .country-code-btn {
  border: 1px solid #8ECAE6;
  color: #617985;
  border-radius: 0.375rem;
}
#user-auth-card .country-code-btn {
  border-radius: 0.375rem 0 0 0.375rem;
  background-color: #fff;
}
#user-auth-card .form-password-toggle input {
  border-radius: 0.375rem 0 0 0.375rem;
}

#user-auth-card .form-text {
  color: #6f6f6f;
}

.billing-form .bootstrap-select .dropdown-toggle:focus {
  outline: none!important;
}

#user-auth-card input::placeholder {
  color: #617985;
}

#user-auth-card .billing-form input {
  border-radius: 15px;
}

#user-auth-card .register-btn {
  background: #023047;
  color: #8ECAE6;
}

#user-auth-card .register-btn:hover {
  background: #ffffff;
  border: 1px solid #023047;
  color: #023047;
}

#user-auth-card .terms-label,
#user-auth-card .forgot-label {
  font-size: 76%;
}

.billing-form .bootstrap-select>.dropdown-toggle {
  color: #8ECAE6;
  background-color: #fff;
}

#service-details-form {
border-radius: 30px;
}

.select2 {
  width: 100% !important;
  box-sizing: border-box;
}

#service-details-form .select2-container--default .select2-selection--single {
  border: 1px solid #8ECAE6;
  border-radius: 10px;
  height: 42px;
  box-shadow: 2px 4px 6px rgb(0 0 0 / 25%);
  padding: 0;
}

#service-details-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  color: #8ECAE6;
}

#service-details-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

#service-details-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8ECAE6;
}

@media (max-width: 767px) {
  #user-auth-card .service-card-img {
      border-radius: 20px 20px 0 0;
      min-height: 30vh;
  }
  #user-auth-card,
  #service-details-form {
      border-radius: 25px;
  }
}

#service-selection-card .service-card {
--background: #fff;
--background-checkbox: #0082ff;
--background-image: #fff, rgba(0, 107, 175, 0.2);
--text-color: #666;
--text-headline: #000;
--card-shadow: #0082ff;
--card-width: 100%;
--card-height: auto;
--card-radius: 30px;
--header-height: 47px;
--blend-mode: overlay;
--transition: 0.15s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
padding: 8px;
}
#service-selection-card .service-card:nth-child(odd) .service-card__body-cover-image {
--x-y1: 100% 90%;
--x-y2: 67% 83%;
--x-y3: 33% 90%;
--x-y4: 0% 85%;
}
#service-selection-card .service-card:nth-child(even) .service-card__body-cover-image {
--x-y1: 100% 85%;
--x-y2: 73% 93%;
--x-y3: 25% 85%;
--x-y4: 0% 90%;
}
#service-selection-card .service-card__input {
position: absolute;
display: block;
outline: none;
border: none;
background: none;
padding: 0;
margin: 0;
-webkit-appearance: none;
}
/* .service-card__input:checked ~ .service-card__body {
--shadow: 0 0 0 3px var(--card-shadow);
} */
#service-selection-card .service-card__input:checked ~ .service-card__body .service-card__body-cover-checkbox {
--check-bg: var(--background-checkbox);
--check-border: #fff;
--check-scale: 1;
--check-opacity: 1;
}
#service-selection-card .service-card__input:checked ~ .service-card__body .service-card__body-cover-checkbox--svg {
--stroke-color: #fff;
--stroke-dashoffset: 0;
}
#service-selection-card .service-card__input:checked ~ .service-card__body .service-card__body-cover:after {
--opacity-bg: 0;
}
#service-selection-card .service-card__input:checked ~ .service-card__body .service-card__body-cover-image {
--filter-bg: grayscale(0);
}
#service-selection-card .service-card__input:disabled ~ .service-card__body {
cursor: not-allowed;
opacity: 0.5;
}
#service-selection-card .service-card__input:disabled ~ .service-card__body:active {
--scale: 1;
}
#service-selection-card .service-card__body {
display: grid;
grid-auto-rows: calc(var(--card-height) - var(--header-height)) auto;
background: var(--background);
height: var(--card-height);
width: var(--card-width);
border-radius: var(--card-radius);
overflow: hidden;
position: relative;
cursor: pointer;
box-shadow: var(--shadow, 0 4px 4px 0 rgba(0, 0, 0, 0.02));
transition: transform var(--transition), box-shadow var(--transition);
transform: scale(var(--scale, 1)) translateZ(0);
}
#service-selection-card .service-card__body:active {
--scale: 0.96;
}
#service-selection-card .service-card__body-cover {
--c-border: var(--card-radius) var(--card-radius) 0 0;
--c-width: 100%;
--c-height: 100%;
position: relative;
overflow: hidden;
}
#service-selection-card .service-card__body-cover:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: var(--c-width);
height: var(--c-height);
border-radius: var(--c-border);
background: linear-gradient(to bottom right, var(--background-image));
mix-blend-mode: var(--blend-mode);
opacity: var(--opacity-bg, 1);
transition: opacity var(--transition) linear;
}
#service-selection-card .service-card__body-cover-image {
width: var(--c-width);
height: var(--c-height);
-o-object-fit: cover;
   object-fit: cover;
border-radius: var(--c-border);
filter: var(--filter-bg, grayscale(1));
padding: 8px;
}
#service-selection-card .service-card__body-cover-checkbox {
background: var(--check-bg, var(--background-checkbox));
border: 2px solid var(--check-border, #fff);
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
width: 28px;
height: 28px;
border-radius: 50%;
opacity: var(--check-opacity, 0);
transition: transform var(--transition), opacity calc(var(--transition) * 1.2) linear;
transform: scale(var(--check-scale, 0));
}
#service-selection-card .service-card__body-cover-checkbox--svg {
width: 13px;
height: 11px;
display: inline-block;
vertical-align: top;
fill: none;
margin: 7px 0 0 5px;
stroke: var(--stroke-color, #fff);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 16px;
stroke-dashoffset: var(--stroke-dashoffset, 16px);
transition: stroke-dashoffset 0.4s ease var(--transition);
}
#service-selection-card .service-card__body-header {
height: var(--header-height);
background: var(--background);
padding: 0 10px 60px 10px;
}
#service-selection-card .service-card__body-header-title {
color: var(--text-headline);
font-weight: 500;
margin-bottom: 8px;
}
/* .service-card__body-header-subtitle {
color: var(--text-color);
font-weight: 500;
font-size: 13px;
} */


#wrapper {
display: flex;
}

#wrapper #content-wrapper {
background-color: #fff;
width: 100%;
overflow-x: hidden;
}

#wrapper #content-wrapper #content {
flex: 1 0 auto;
}

.topbar {
height: 4.375rem;
}

.add-campaign-btn {
background: #023047;
border: 2px solid #A2A2A2;
border-radius: 20px;
color: #8ECAE6;
font-weight: 600;
}

.add-campaign-btn:hover {
background-color: #8ECAE6;
color: #023047;
border: 2px solid #A2A2A2;
}

.add-campaign-btn i {
font-size: 30px;
}

.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
}

.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}

.sidebar {
  background: rgb(58,155,213);
  background: linear-gradient(180deg, #3A9BD5 0%, #0063AD 100%);

}

.badge-danger {
color: #fff;
background-color: #e74a3b;
}

.notification-dot {
height: 10px;
width: 10px;
background-color: #525199;
border-radius: 50%;
border: 1px solid white;
display: inline-block;
position: relative;
top: -8px;
left: -8px;
}

.topbar .dropdown-menu-right {
right: 0;
left: auto!important;
}

.dropdown .dropdown-menu .dropdown-header {
font-weight: 800;
font-size: 0.65rem;
color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900;
content: '\f105';
font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
content: '\f107';
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
position: absolute;
transform: scale(0.7);
transform-origin: top right;
right: .25rem;
margin-top: -.25rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
height: 2rem;
width: 2rem;
}

.topbar {
height: 4.375rem;
}

.topbar #sidebarToggleTop {
height: 2.5rem;
width: 2.5rem;
display: flex;
justify-content: center;
align-items: center;
}

.topbar #sidebarToggleTop:hover {
background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
background-color: #dddfeb;
}

.topbar .navbar-search {
width: 14rem;
}

.topbar .navbar-search input {
font-size: 0.85rem;
height: auto;
border-radius: 20px 0 0 20px;
}

.topbar .navbar-search button {
border-radius: 0 20px 20px 0;
}

.topbar .topbar-divider {
width: 0;
border-right: 1px solid #e3e6f0;
height: calc(4.375rem - 2rem);
margin: auto 1rem;
}

.topbar .nav-item .nav-link {
height: 4.375rem;
display: flex;
align-items: center;
padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
outline: none;
}

.topbar .nav-item:focus {
outline: none;
}

.topbar .dropdown {
position: static;
}

.topbar .dropdown .dropdown-menu {
width: calc(100% - 1.5rem);
right: 0.75rem;
}

.topbar .dropdown-list {
padding: 0;
border: none;
overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
background-color: #4e73df;
border: 1px solid #4e73df;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #fff;
}

.topbar .dropdown-list .dropdown-item {
white-space: normal;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-left: 1px solid #e3e6f0;
border-right: 1px solid #e3e6f0;
border-bottom: 1px solid #e3e6f0;
line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
position: relative;
height: 2.5rem;
width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
height: 2.5rem;
width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
background-color: #eaecf4;
height: 0.75rem;
width: 0.75rem;
border-radius: 100%;
position: absolute;
bottom: 0;
right: 0;
border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
background-color: #eaecf4;
color: #3a3b45;
}

@media (min-width: 576px) {
.topbar .dropdown {
  position: relative;
}
.topbar .dropdown .dropdown-menu {
  width: auto;
  right: 0;
}
.topbar .dropdown-list {
  width: 20rem !important;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 13.375rem;
}
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: rgba(255, 255, 255, 0.8);
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
color: #fff;
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
color: #fff;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
color: #d1d3e2;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
color: #858796;
}

.sidebar {
width: 6.5rem;
min-height: 100vh;
color: #fff;
border-radius: 0 20px 20px 0;
}

.sidebar .nav-item {
position: relative;
}

.sidebar .nav-item:last-child {
margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
text-align: center;
padding: 0.75rem 1rem;
width: 6.5rem;
color: #ffffff;
}

.sidebar .nav-item .nav-link span {
font-size: 0.65rem;
display: block;
}

.sidebar .nav-item.active .nav-link {
font-weight: 700;
}

.sidebar .nav-item .collapse {
position: absolute;
left: calc(6.5rem + 1.5rem / 2);
z-index: 1;
top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
border-radius: 0.35rem;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
display: none;
transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
padding: .5rem 0;
min-width: 10rem;
font-size: 0.85rem;
margin: 0 0 1rem 0;
background: rgb(58,155,213);
background: linear-gradient(180deg, #3A9BD5 0%, #0063AD 100%);
color: #ffffff;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
margin: 0;
white-space: nowrap;
padding: .5rem 1.5rem;
text-transform: uppercase;
font-weight: 800;
font-size: 0.65rem;
color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
padding: 0.5rem 1rem;
margin: 0 0.5rem;
display: block;
color: #ffffff;
border-bottom: 1px solid #fff;
text-decoration: none;
border-radius: 0;
white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
background-color: #023047;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
color: #fff;
font-weight: 700;
}

.sidebar #sidebarToggle {
/* width: 2.5rem;
height: 2.5rem;
text-align: center;
margin-bottom: 1rem; */
cursor: pointer;
}

/* .sidebar #sidebarToggle::after {
font-weight: 900;
content: '\f104';
font-family: 'Font Awesome 6 Free';
margin-right: 0.1rem;
} */

.sidebar #sidebarToggle:hover {
text-decoration: none;
}

.sidebar #sidebarToggle:focus {
outline: none;
}

.sidebar.toggled {
width: 0 !important;
overflow: hidden;
}

/* .sidebar.toggled #sidebarToggle::after {
content: '\f105';
font-family: 'Font Awesome 6 Free';
margin-left: 0.25rem;
} */

.sidebar.toggled .sidebar-card {
display: none;
}

.sidebar .sidebar-brand {
height: 4.375rem;
text-decoration: none;
font-size: 1rem;
font-weight: 800;
padding: 1.5rem 1rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05rem;
z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
display: none;
}

.sidebar hr.sidebar-divider {
margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
text-align: center;
padding: 0 1rem;
font-weight: 800;
font-size: 0.65rem;
}

.sidebar .sidebar-card {
display: flex;
flex-direction: column;
align-items: center;
font-size: 0.875rem;
border-radius: 0.35rem;
color: rgba(255, 255, 255, 0.8);
margin-left: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
padding: 1rem;
background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-card .sidebar-card-illustration {
height: 3rem;
display: block;
}

.sidebar .sidebar-card .sidebar-card-title {
font-weight: bold;
}

.sidebar .sidebar-card p {
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
.sidebar {
  width: 14rem !important;
}
.sidebar .nav-item .collapse {
  position: relative;
  left: 0;
  z-index: 1;
  top: 0;
  -webkit-animation: none;
  animation: none;
}
.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0;
  box-shadow: none;
}
.sidebar .nav-item .collapsing {
  display: block;
  transition: height 0.15s ease;
}
.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
  margin: 0 1rem;
}
.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 14rem;
}
.sidebar .nav-item .nav-link i {
  font-size: 1.10rem;
  margin-right: 0.25rem;
}
.sidebar .nav-item .nav-link span {
  font-size: 0.85rem;
  display: inline;
}
.sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f077';
  font-family: 'Font Awesome 6 Free';
}
.sidebar .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after {
  content: '\f078';
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}
.sidebar .sidebar-brand .sidebar-brand-text {
  display: inline;
}
.sidebar .sidebar-heading {
  text-align: left;
}
.sidebar.toggled {
  overflow: visible;
  width: 6.5rem !important;
}
.sidebar.toggled .nav-item .collapse {
  position: absolute;
  left: calc(5.7rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
.sidebar.toggled .nav-item .collapse .collapse-inner {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  border-radius: 0 20px 20px 0;
}
.sidebar.toggled .nav-item .collapsing {
  display: none;
  transition: none;
}
.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
  margin: 0;
}
.sidebar.toggled .nav-item:last-child {
  margin-bottom: 1rem;
}
.sidebar.toggled .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}
.sidebar.toggled .nav-item .nav-link span {
  font-size: 0.85rem;
  display: block;
}
.sidebar.toggled .nav-item .nav-link i {
  margin-right: 0;
}
.sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after {
  display: none;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text {
  display: none;
}
.sidebar.toggled .sidebar-heading {
  text-align: center;
}
}

.sidebar-light .sidebar-brand {
color: #6e707e;
}

.sidebar-light hr.sidebar-divider {
border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link {
color: #858796;
}

.sidebar-light .nav-item .nav-link i {
color: #d1d3e2;
}

.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
color: #6e707e;
}

.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
color: #6e707e;
}

.sidebar-light .nav-item .nav-link[data-bs-toggle="collapse"]::after {
color: #b7b9cc;
}

.sidebar-light .nav-item.active .nav-link {
color: #6e707e;
}

.sidebar-light .nav-item.active .nav-link i {
color: #6e707e;
}

.sidebar-light #sidebarToggle {
background-color: #eaecf4;
}

.sidebar-light #sidebarToggle::after {
color: #b7b9cc;
}

.sidebar-light #sidebarToggle:hover {
background-color: #dddfeb;
}

.sidebar-dark .sidebar-brand {
color: #fff;
}

.sidebar-dark hr.sidebar-divider {
border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-dark .sidebar-heading {
color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
color: rgba(255, 255, 255, 0.8);
}

.sidebar-dark .nav-item .nav-link i {
color: rgba(255, 255, 255, 0.3);
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
color: #fff;
}

.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-bs-toggle="collapse"]::after {
color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
color: #fff;
}

.sidebar-dark .nav-item.active .nav-link i {
color: #fff;
}

.sidebar-dark #sidebarToggle {
background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-dark #sidebarToggle::after {
color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark #sidebarToggle:hover {
background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark.toggled #sidebarToggle::after {
color: rgba(255, 255, 255, 0.5);
}

/* Count Card */
.wave-card {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 24%);
  border-radius: 20px!important;
}

.total-count-card {
  position: relative;
  min-width: 100%;
  min-height: auto;
  background: #FFFFFF;
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px!important;
  margin-bottom: 20px;
}
.total-count-card .custom-fs-h1 {
  font-size: 6rem;
  margin-bottom: 0;
}
.total-count-card  .card-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 12rem;
  background-color: transparent;
  border: 0;
}

.total-count-card .card-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.total-count-card h3 {
  color: #8ECAE6;
}
.total-count-card .card-header i {
  color: rgba(142, 202, 230, 0.3);
}
.circular-progress-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  border-radius: 20px;
}
.tiles .nav-pills {
  position:relative;
  border:none!important;
}
.tiles .nav-pills li {
  background-color: #ffffff;
  box-shadow: 0px -1px 10px #bdbdbd;
  border-radius: 20px;
  margin: 0 5px;
}
.tiles .nav-pills li .nav-link.active {
  border-radius: 20px;
  background-color: dodgerblue;
  color: white;
}
.tiles .nav-pills li .nav-link:hover {
  border-radius: 20px;
  background-color: dodgerblue;
  color: white;
}
.tiles .nav-pills li a
{
  position:relative;
  padding: 10px 15px!important;
  font-size:16px;
  border:none!important;
  color:#333;
  background-color:#fff;
  border-radius:20px;
  text-align: center;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaa;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 25%);
  border-radius: 20px;
  outline: 0;
  padding: 6px;
  height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow ,
.campaign-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 48px;
  width: 28px;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
}
.select2-container--classic .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 30px;
}
.select2-container--open .select2-dropdown--below { 
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}

#groupName {
  width: 50%;
}
.select-all-area input[type="checkbox"] {
  height: auto;
}
.doctor-details {
  display: flex;
  margin: 8px 0;
  justify-content: flex-start;
}
.doctor-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8ECAE6;
}
.back-btn {
  cursor: pointer;
}
.search-result-select .select2 {
  width: 70% !important;
  box-sizing: border-box;
}
.search-result-select .select2-container--classic .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaa;
  box-shadow: 4px 3px 6px rgb(0 0 0 / 25%);
  border-radius: 20px;
  outline: 0;
  padding: 6px;
  height: 42px;
}
.search-result-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  width: 28px;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
}
.search-result-select .select2-container--classic .select2-selection--single .select2-selection__clear {
  margin-right: 30px;
}
.search-result-select .select2-container--open .select2-dropdown--below { 
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}
.service-tab .nav-pills .nav-link.active,
.service-tab .nav-pills .nav-link.active:hover,
.service-tab .nav-pills .nav-link.active:focus {
  color: #fff;
  background-color: #086BB2;
  border: 1px solid #086BB2;
}
.service-tab .nav-link {
    background-color: #fff;
    border-radius: 20px;
    color: #023047;
    border: 1px solid #023047;
}

#sub-admin input,
#sub-admin .select2-container--default .select2-selection--multiple,
.campaign-form .select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 2px solid #E0F9FF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

#sub-admin .select2-container .select2-search--inline .select2-search__field {
  height: 38px;
  padding: 5px;
}

.select2-checkbox:before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  color: #ccc;
  margin-right: 10px;
  font-size: 14px;
}
.select2-checkbox.select2-selected:before {
  content: "\f14a";
  color: #2ecc71;
}

@media (max-width: 768px) {
.search-result-select .select2 {
  width: 100% !important;
}
.doctor-details {
  justify-content: flex-start;
}
.doctor-data {
  margin-left: 10px;
}
#groupName {
  width: 100%;
}
}

table#example {
  width: 100%;
  padding: 10px;
}
/* table#example thead th:first-of-type {
  border-top-left-radius: 20px;
}
table#example thead th:last-of-type {
  border-top-right-radius: 20px;
} */
table#example tbody tr:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
table#example tbody tr td {
  padding: 0.30rem 0.20rem;
}
table#example thead th,
table#example tfoot th {
font-weight: bold;
background: rgb(58,155,213);
background: linear-gradient(180deg, #3A9BD5 0%, #0063AD 100%);
color: #fff;
text-align: center;
}
table#example thead th,
table#example thead td {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.audience-group {
  margin-top: 100px;
  text-align: center;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.audience-group .group-img {
  margin-bottom: 30px;
}
.audience-group .group-img img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 5px;
}
.audience-group .card-body {
  padding: 1.5rem 0.85rem;
}
.filter-area {
  z-index: 1032;
  background: rgb(58,155,213);
  background: -moz-radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
  background: radial-gradient(circle, rgba(58,155,213,1) 0%, rgba(0,99,173,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9bd5",endColorstr="#0063ad",GradientType=1);
}
.filter-area { 
  border-radius: 20px 0 0 20px;
  margin-left: auto;
}
.filter-area ul {
  padding: 5px;
}

.filter-area ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.filter-area ul li a:hover {
  color: #fff!important;
}

.filter-area ul li:last-child a {
  border-bottom: 0;
}

#filterAccordion .accordion-item {
  background-color: transparent;
}

#filterAccordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #288ac9;
  box-shadow: none;
  border-bottom: 2px solid white;
}

#filterAccordion .accordion-collapse.show{
  background-color: #005182;
}

#filterAccordion .accordion-body {
  padding: 0.79rem 0.55rem;
}

#filterAccordion .nav-link,
#filterAccordion .accordion-button {
  padding: 0.5rem 0.55rem;
  background-color: transparent;
  color: #fff;
}

#filterAccordion .card.accordion-item {
  box-shadow: none;
}

#filterAccordion input[type="checkbox"] {
  height: auto;
}

.accordion .accordion-item.active {
  box-shadow: none!important;
}
#genderFilter .custom-height {
 /* height: 80px;*/
  overflow-y: auto;
}
.custom-height {
  overflow: hidden;
  overflow-y: auto;
 /* height: 250px;*/
}

/* .add-group-area {
  height: calc(100vh - 180px); 
  overflow-y: auto;
  overflow-x: hidden;
} */

.search-campaign-area input {
  border-radius: 20px 0 0 20px;
}

.search-campaign-area button {
  border-radius: 0 20px 20px 0;
}

.campaign-card {
  border-radius: 20px;
  padding: 0;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  margin: 20px;
}

.code-area .code {
  background-color: lightgrey;
  padding: 6px 10px;
  border-radius: 20px;
}

.campaign-card .card-footer {
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.campaign-card .status-completed {
  background-color: #023047;
}

.campaign-card .status-running {
  background-color: #FFB703;
}

.campaign-card .status-pending {
  background-color: #FB8500;
}

.campaign-form .select2-container--default .select2-selection--single {
  height: 50px;
}

.status-toggle button{
  border : 1px solid #959595;
  border-right-color : #959595 !important;
  border-left-color : #959595 !important;
}

.campaign-details-card {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.campaign-content-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  padding: 20px 0;
}

.campaign-buttons-area .btn-area button,
.edit-btn-area a.btn {
  width: 140px;
  border: 0;
  background-color: #8ECAE6;
  color: rgba(2, 48, 71, 0.5);
  border-radius: 20px;
  font-weight: 700;
  padding: 12px 20px;
}

.edit-btn-area a.btn {
  width: 180px;
}

.campaign-buttons-area .btn-area button:hover,
.edit-btn-area a.btn:hover {
  color: #8ECAE6;
  background-color: #023047;
}

@media (max-width: 767px) {
  .campaign-buttons-area .btn-area button {
    width: 100px;
    font-size: 14px;
    padding: 8px 6px;
  }

  .edit-btn-area a.btn {
    width: 130px;
    font-size: 14px;
    padding: 8px 6px;
  }

  .campaign-content-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-area { 
    border-radius: 5px ;
  }

}