@font-face {
  font-family: 'Quicksand_Light';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand_Light'), url('../fonts/Quicksand_Light.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand-Light';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Light'), url('../fonts/Quicksand-Light.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Regular'), url('../fonts/Quicksand-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Quicksand-Book';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Book'), url('../fonts/Quicksand-Book.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Medium'), url('../fonts/Quicksand-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Bold'), url('../fonts/Quicksand-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Quicksand-Bold'), url('../fonts/Quicksand-Bold.woff') format('woff');
}

html,
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Quicksand-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  zoom: 1;
}

p {
  font-family: "Quicksand-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #58595B;
}

ul li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  transition: ease 0.5s all;
}

label {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  display: inline-block;
  font-family: "Quicksand-Medium", sans-serif;
}

.primary-color {
  color: #31489c !important;
}

.secondary-color {
  color: #3bc1ce !important;
}

.btn {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding: 17px 40px;
  border-radius: 4px;
  color: #4971FB;
}

.btn-icon {
  padding: 5px;
  border-radius: 0;
}

.btn.light-radius {
  border-radius: 5px !important;
}

.btn.btn-primary {
  color: #fff;
  background-color: #1880e1;
  border-color: #1880e1;
  border-radius: 5px;
  font: normal normal 600 16px/27px Quicksand-Regular;
  padding: 5px 25px;
}

.btn-primary:hover {
  background-color: #1880e1;
  border: 1px solid #1880e1;
}



.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 5px;
  font: normal normal 600 16px/27px Quicksand-Regular;
  padding: 5px 25px;
  margin-left: 15px;
}

.btn-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn.btn-outline {
  color: #4971FB;
  background-color: transparent;
  border: 2px solid #4971FB;
  padding: 18px 26px;
}

.btn-outline:hover {
  color: #fff !important;
  background-color: #4971FB !important;
  border: 2px solid #4971FB !important;
}

.btn.yellow-btn {
  color: #31489c;
  background-color: #ffc73c;
}

.btn-outline-primary {
  color: #466cae;
  background-color: transparent;
  border: 2px solid #3f5f97;
  border-radius: 62px;
  font: normal normal 600 14px/22px Quicksand-Medium;
  cursor: pointer;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #31489c;
  cursor: pointer;

}

.btn-outline-secondary {
  color: #007DD1;
  background-color: transparent;
  border: 2px solid #3EA9F1;
  border-radius: 62px;
  font: normal normal 600 20px/24px Quicksand-Medium;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #007DD1;
  border-color: #007DD1;
}

.btn.circle-radius {
  border-radius: 20px;
}

.btn.light-radius {
  border-radius: 5px !important;
}

.btn-default:hover {
  color: #4971FB;
  background: none;

}

.form-control {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  background: #ffffff;
  padding: 9px 20px;
  border: 1px solid #B5C5FD;
  border-radius: 8px;
}

textarea.form-control {
  min-height: calc(7.5em + (0.75rem + 2px)) !important;
  resize: none;
}


select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #c6c7c7 50%), linear-gradient(135deg, #c6c7c7 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50%), calc(100% - 12px) calc(50%);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  border-radius: 8px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control.style-2 {
  height: 50px;
  padding: 10px 23px;
  border: 1px solid #cfd3df;
  background-color: #fff;
}

.btn-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginBg {
  background: rgb(207, 230, 165);
  background: linear-gradient(180deg, rgba(207, 230, 165, 1) 0%, rgba(134, 227, 206, 1) 100%);
  height: 100vh;
  zoom: 1;
}

.loginBg-signup {
  background: rgb(207, 230, 165);
  background: linear-gradient(180deg, rgba(207, 230, 165, 1) 0%, rgba(134, 227, 206, 1) 100%);
  zoom: 1;
}

.loginBg-admin {
  background: #1880e1;
  background: linear-gradient(180deg, #1880e1, #77bdff);
  height: 100vh;
  zoom: 1;
}

.loginOuter {
  padding: 10px;
}

input {
  box-shadow: none !important;
  outline: none;
}

#mainBgn {
  background: #e0f7ff;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px 0 0 10px;
  padding: 34px 27px;
  display: flex;
  justify-content: center;
}

#signup-bg {
  background: #e0f7ff;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px 0 0 10px;
  padding: 110px 27px;
  display: flex;
  justify-content: center;
}

#mainContainer {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
  margin: 20px;
  border-radius: 10px;
  background: #fff;
}

#mainContainer-admin {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
  margin: 50px 20px 20px 20px;
  border-radius: 10px;
  background: #fff;
}

.loginForm {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0px;
  position: relative;
}


.loginLeftSide img {
  margin: 0 auto;
  display: block;
}

.loginLeftSide h2 {
  font-family: 'Quicksand-Bold';
  font-size: 20px;
  color: #144067;
}

.loginLeftSide h2 span {
  color: #fe5722;
}

.admin-span h2 span {
  color: #53b140;
}

.loginLeftSide ul li {
  background: url(../images/tick.png) no-repeat left 5px;
  padding: 0 0 12px 30px;
  float: left;
  width: 50%;
  color: #133f66;
}



.right-content {
  padding: 25px 75px;
}

.right-content img {
  margin: 0 auto 10px;
  display: block;
}

.right-content h2 {
  font-family: 'Quicksand-Bold';
  font-size: 32px;
  color: #133f66;
  text-align: center;
}

.right-content p {
  color: #133f66;
}

.loginBottom {
  text-align: center;
  border-top: 1px solid #e3e8f6;
  padding: 25px 0 0;
  margin: 50px 0 0;
  width: 100%;
}

.loginBottom p {
  color: #6d7381;
  font-size: 12px;
  margin: 0 0 5px;
}

.btn-section p a {
  color: #6d7381;
  font-size: 14px;
  font-family: 'Quicksand-Medium';
}


body.sticky-footer .content-wrapper {
  min-height: calc(100vh - 56px - 56px);
}

body.fixed-nav {
  padding-top: 0;
}

.content-wrapper {
  min-height: calc(100vh - 0);
  padding-top: 1rem;
}

.leftSidebar {
  width: 100%;
  top: 0;
  position: absolute;
}

.content-wrapper {
  overflow-x: hidden;
  height: 100vh;
  background: #fff url(../images/bg.png) no-repeat right bottom;

}

.form-control::placeholder {
  color: #a4a9bc !important;
}

.navbar-expand-lg .navbar-collapse {
  width: 275px;
  overflow-y: scroll;
  height: 80vh;
  position: absolute;
  top: 0;
}

.logo {
  text-align: center;
  margin: 8px auto 20px;
  display: block;
}



.desktoplogo {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }

  .navbar-expand-lg .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .desktoplogo {
    display: block;
  }

}

.mobilelogo {
  display: none;
}

.leftSidebarOuter {
  background: url(../images/bg.jpg) repeat-y;
  height: 100vh;
  width: 275px;
  position: fixed;
  background-size: cover;
}


/* Custom CSS for dropdown styling */
.sidebar {
  width: 275px;
  height: 89%;
}

#admin-side .list-group-item {
  cursor: pointer;
  transition: background-color 0.3s;
  color: #94a3b8;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 25px;
}

#admin-side .list-group-item:hover {
  background-color: #334155;
  color: #fff;
}

#admin-side .list-group-item.active {
  background-color: #334155;
  color: #fff;
}

#admin-side .list-group-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

#admin-side .list-group-item.active .list-group-submenu {
  max-height: 500px;
  /* Adjust this value to your preference */
}

#admin-side .nav li.nav-item>a.nav-link {
  color: #fff;
  border-radius: 10px;
  font-family: 'Quicksand-Regular';
  font-weight: normal;
  display: block;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
}

#admin-side .nav li.nav-item>a.nav-link:hover {
  color: #fff;
  border-radius: 10px;
  background-color: #334155;
  font-family: 'Quicksand-Regular';
}

#admin-side .nav li.nav-item>a.nav-link.active {
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Quicksand-Regular';
}



#admin-side .nav li.nav-item>a.nav-link.btn-toggle[aria-expanded="true"] {
  color: #fff;
  border-radius: 10px;
  background-color: #334155;
  font-family: 'Quicksand-Regular';
}


.sidebar {
  width: 275px;
  height: 89%;
}

#sidebar .list-group-item {
  cursor: pointer;
  transition: background-color 0.3s;
  color: #94a3b8;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 25px;
}

#sidebar .list-group-item:hover {
  background-color: #334155;
  color: #fff;
}

#sidebar .list-group-item.active {
  background-color: #334155;
  color: #fff;
}

#sidebar .list-group-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

#sidebar .list-group-item.active .list-group-submenu {
  max-height: 500px;
  /* Adjust this value to your preference */
}

#sidebar .nav li.nav-item>a.nav-link {
  color: #000;
  border-radius: 10px;
  font-family: 'Quicksand-Regular';
  font-weight: normal;
  display: block;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
}

#sidebar .nav li.nav-item>a.nav-link:hover {
  color: #fff;
  border-radius: 10px;
  background-color: #334155;
  font-family: 'Quicksand-Regular';
}

#sidebar .nav li.nav-item>a.nav-link.active {
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Quicksand-Regular';
}



#sidebar .nav li.nav-item>a.nav-link.btn-toggle[aria-expanded="true"] {
  color: #fff;
  border-radius: 10px;
  background-color: #334155;
  font-family: 'Quicksand-Regular';
}



/* .btn-toggle-nav li {
  background: url(../images/arrow.png) no-repeat left 18px;

} */

.btn-toggle-nav li a {
  color: #94a3b8;
  font-weight: 100;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  cursor: pointer;
  transition: ease 0.5s all;
}

.btn-toggle-nav li a:hover,
.btn-toggle-nav li a.active {
  color: #fff;
  font-weight: 100;
  display: block;
  cursor: pointer;
}

.btn-toggle-nav {
  margin: 5px 0 0 25px;
}

.btn-toggle-nav .btn-toggle-nav {
  margin: 0 0 0 17px;
}

.bg-dark {
  background-color: #0c1018 !important;
}

.nav {
  margin: 0 15px;
}

.nav li.nav-item {
  margin-bottom: 10px;
}


.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: #fff;
  background-color: transparent;
}

.btn-toggle-nav li:hover.btn-toggle[aria-expanded="true"] {
  color: #fff;
}

.btn-toggle-nav li a:hover .btn-toggle-nav .btn-toggle-nav ul li {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;

  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  opacity: .7;


  transition: transform .35s ease;
  transform-origin: .5em 50%;
  right: 8px;
  position: absolute;
  color: #94a3b8;

  transform: rotate(-90deg);
  top: 17px;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(0deg);
  right: 12px;
}

.headerTop {
  width: 100%;
  display: flex;
  padding: 0 0 15px;
  margin-bottom: 25px;
  justify-content: space-between;

}

.headerTop h1 {
  color: #133f66;
  font-size: 26px;
  font-family: 'Quicksand-Medium';

}


.dropdown {
  position: absolute;
  width: 120px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  margin-top: 0.3rem;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
}

.dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 8px 1rem;
  font-size: 14px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: black;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown a:hover {
  color: #1e7fda;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}

.arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}


.dropdown1 {
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  position: relative;
  padding: 1px 2px;
  height: 45px;
}

.btn.profilebtn {
  font-family: 'Quicksand-Medium';
  color: #133f66;
  font-size: 14px;
  padding: 3px 12px 2px 1px;
  box-shadow: none;
  width: auto;
  border: none;
}




.leftBottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 40px 0 30px;
}

.leftBottom p {
  font-size: 13px;
  color: #6f6f6f;
  font-family: 'Quicksand-Bold';
  margin: 0 0 5px;
}

.leftBottom p strong {
  color: #000;
}


.logoutLink {
  border-top: 1px solid #393a44;
  padding: 15px 0 0;
  margin: 25px 0 0;
}

.logoutLink a {

  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: 'Quicksand-Regular';

}

.outerCard-goal {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.outerCard {
  border: none;
  padding: 37px;
  border-radius: 8px;
}

.outerCard h1 {
  color: #000;
  font-size: 22px;
  font-family: 'Quicksand-Medium';
  margin: 0 0 40px;

}

.outerCard h1 span {
  color: #56b240;

}

.outerCard h1 span.subtitle {
  color: #8f9095;
  font-size: 16px;
  display: block;
  padding: 7px 0;
  font-family: 'Quicksand-Regular';

}


.cardList {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 9px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.cardList h3 {
  color: #000;
  font-size: 16px;
  font-family: 'Quicksand-Medium';
  margin: 0;
  padding: 0 0 2px;
}

.cardList a {
  text-decoration: underline;
  color: #1e7fda;
  font-size: 14px;
  font-family: 'Quicksand-Regular';
}

.cardList img {
  margin-bottom: 15px;
}

.cardList .card-body {
  padding: 14px 0 10px;
}

.dashboardTips {
  padding: 25px 0 0;
}


.dashboardTips span {
  color: #8f9095;
  font-family: 'Quicksand-Medium';
  display: block;
  padding: 15px 0 10px;
}

.dashboardTips ul li {
  background: url(../images/tick.png) no-repeat left 5px;
  padding: 0 0 12px 30px;
  font-family: 'Quicksand-Regular';
  color: #000000;

}


.datepicker-days td {
  font-family: 'Quicksand-Regular';

}

.input-group-text {
  padding: 9px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #717b87;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}

.outerCard .col>a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  text-decoration: none;
  border-radius: 0.25rem;
  background: #fff;
}

.outerCard .col>a h3 {
  text-decoration: none;
}

.outerCard .col>a:hover .card {
  background: #cffff1;
}

/*----- Content of Tabs -----*/
.tab-content {
  width: 100%;
  margin-top: -16px;
  padding: 10px 15px;
}

.sliderNumberLeft {
  float: left;
}

.sliderNumberRight {
  float: right;
}

.confirmationBox {
  padding: 18px 30px 30px 25px;
  width: 100%;
  height: 100%;

}

.confirmationBox h3 {
  color: #000;
  font-size: 21px;
  font-family: 'Quicksand-Medium';
  margin: 0 0 15px;
}


.confirmationBoxInner {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  flex-flow: row;
}

.confirmationBoxInner img {
  width: auto;
  padding-right: 10px;
}

.confirmationBoxInner .card-body {
  padding: 0 0 0 12px;
}

.confirmationBoxInner .card-body ul li {
  padding: 0 0 7px;
  color: #98999d;
}

.confirmationBoxInner .card-body ul li span {
  color: #2086e0;
}


.dashboardList label {
  color: #8f9095;
  font-size: 16px;
}

.assetsConfirmationBox {
  padding: 19px;
  font-size: 14px;
}

.assetsConfirmationBox .card-body {
  padding: 0;
}

.assetsConfirmationBox ul li {
  color: #98999d;
}

.assetsConfirmationBox h4 {
  color: #228fe7;
  font-size: 17px;
  font-family: 'Quicksand-Medium';
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
}


.anchor-tag {
  text-decoration: underline;
  color: #1e7fda;
  cursor: pointer;
  font-size: 14px !important;
}

/* Loading css */

*:focus {
  box-shadow: none !important;
}

.form-group {
  clear: both;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group span.label {

  font-weight: bold;
}


.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.card-body {
  width: 100%;
}

.confirmationBoxInner {
  box-shadow: 0 0 15px #0000001a;
  display: flex;
  align-items: flex-start;
  flex-flow: row;
  padding-bottom: 0px !important;
}

.investment-text-left {
  text-align: left !important;
}

.investment-text-left-second {
  padding: 0 0 7px !important;
  color: #98999d;
  text-align: left !important;
  margin-bottom: 0px !important;
}

::ng-deep.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px !important;

}

.blue-color-icon {
  color: #2086e0;
}

.modal-body,
.modal-header,
.modal-footer {
  background: #e9f8ff17 !important;
}

.image-background {
  background-repeat: no-repeat;
  background-color: #e9f8ff17 !important;
  background-position: center;
  border: none !important;
  padding: 5px 10px !important;
}

.img-bg-family {
  background-image: url(/assets/images/familydetails.png);
}

.img-bg-personal {
  background-image: url(/assets/images/personal-img.png);
}

.ps-sm-0 {
  font-size: 14px;
}

.income-list {
  padding: 0px !important;
  text-align: left !important;
}

.income-height {
  height: 110px !important;
  margin-bottom: 10px !important;
}

.invalid-feedback {
  display: block !important;
}

.box-show-none {
  border: none !important;
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.assetsConfirmationBox {
  height: 200px !important;
}

.text-align-center {
  text-align: center;
}

.anchor-link {
  text-decoration: none;
  text-decoration-color: #2086e0;
  cursor: pointer;
}


/* Component's CSS file or <style> block in the component */
.tableListing {
  width: 100%;
  border-collapse: collapse;
}

/* Header styling */
.tableListing thead th {
  background-color: #e6f3ff;
  color: #333;
  padding: 8px 20px 8px 8px;
  text-align: start;
}

/* Row styling */
.tableListing tbody tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Light gray for even rows */
}

.tableListing tbody tr:hover {
  background-color: #e0e0e0;
  /* Darker gray for hover effect */
}

/* Cell styling */
.tableListing td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  text-align: start;
  font-size: 14px;
}

.tableListing table {
  border: 1px solid #dee2e6;
  width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none !important;
}


.nav li.nav-item {
  margin-bottom: 6px;
  display: block;
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
  display: block;
  text-align: left;
  border: 1px solid #0d6efd;
  text-decoration: none;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  font-size: 14px;
  color: #495057;
  width: 200px;
  display: block;
  text-align: left;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  text-decoration: none;
  padding: 4px 11px;
}


.userboxTopList {
  margin-bottom: 0;
  box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px 0 !important;
}

.userViewOuter {
  padding: 16px 0px;
}

.leftsidebar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 20%;
}

@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 275px;
  }
}


.tabTitle h4 {
  font-size: 20px;
  text-align: start;
}

.auto-height {
  height: auto !important;
}

.modal-title {
  font-size: 20px !important;
}

.box-shadow {
  box-shadow: 0 0 29px #0000001a;
  border-radius: 8px;
}

.control-label span {
  font-family: "Quicksand-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.confirmationBoxInner .card-body {
  padding: 0;
}

.tab-pane fieldset {
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 0px 25px 10px 25px;
  margin: 0 0 15px;
}

.tab-pane legend {
  background-color: #ecf6ff;
  width: auto;
  color: #4d4d4d;
  padding: 5px 14px;
  font-size: 14px;
  float: none;
  margin-left: 0;
  border: 0 solid #ecf6ff;
}

.toaster.toaster-top-right {
  z-index: 9999 !important;
}

#pause {
  background: #00000026 no-repeat 0 0 !important;
}


.admin-dashbord {
  box-shadow: 0 0 15px #0000001a;
  display: flex;
  flex-flow: row;
  padding: 19px !important;
  font-size: 14px;
  border-radius: 8px;
  justify-content: space-between;
}

.badge-border {
  padding: 7px 10px !important;
  border-radius: 4px !important;
}

.height-79 {
  height: 79vh
}

/* field set customer design */
.cust-fieldset {
  border: 2px solid #0d6efd8a;
  padding: 20px;
  border-radius: 10px;
  /* background-color: #e9f8ff; */
  margin: 30px 0;
}


.cust-fieldset legend {
  font-size: 1.12em;
  font-weight: 500;
  color: #0d6efd;
  padding: 3px 13px;
  margin-top: -35px;
  background: #e9f8ff;
  border: 1px solid #0d6efd8a;
  border-radius: 10px 0px;
  width: auto;
}

.sub-header1 {
  text-align: left;
  color: #8b8dba;
  font-size: 18px;
  padding-bottom: 1rem;
}