/**
* Custom CSS
*/
 
#header .logo a {
	color: white;
}
.navbar a { 
	color: white; 
}
.bg-nav-dark {
	background-color: #420315 !important;
}
 
.navbar .dropdown ul { 
	background: #420315; 
} 
.main{
	margin-top: 70px !important;
	/* background-color: #f9f6f6; */
}
.sidebar{
	background-color: cornsilk;
} 

.navbar-mobile ul { 
	background-color: #393030;  
}

section {
	padding: 30px 0 !important;
	overflow: hidden;
}

.accordion-button { 
	background-color: lightgoldenrodyellow; 
}
.mobile-nav-toggle {
	color: #e8ca54; 
}

body { 
	font-weight: 500;
	font-size: 16px;
}
.btn  {
    -webkit-border-radius: 0.9rem !important;
    -moz-border-radius:0.9rem !important;
    border-radius:0.9rem !important;
	font-weight:600 !important;
   }

   .row > * { 
		padding-right: calc(var(--bs-gutter-x) * .2);
		padding-left: calc(var(--bs-gutter-x) * .2);
		margin-top: var(--bs-gutter-y);
	}
.datepicker td,th{
    text-align: center;
    padding: 6px 8px;
    font-size: 12px;
}
.datepicker .datepicker-switch {
	 
	font-weight: bold;
	font-size: 16px;
}
.datepicker td, .datepicker th { 
	font-weight: bold  !important;;
}
.modal { 
	top: 50px;  
	height: 90%; 
}

.dashboardIcon {
	border-radius: 1.5rem !important;
	padding: .01rem  !important; 
	height: 80px  !important; 
}

.dashboardButtonIcon {
	line-height: 10px  !important; 
}

.list-group-item-dashboard { 
	margin: .2rem .1rem !important; 
	padding: .2rem 1rem !important; 
	border-radius: .9rem !important; 
	margin: .2rem .1rem !important; 
	border-top-width: 1px !important; 
}

.list-group-item-dashboard:last-child {
	border-bottom-right-radius: .9rem !important;
	border-bottom-left-radius: .9rem !important;
}

.list-group-item-dashboard:first-child {
	border-top-left-radius: .9rem !important;
	border-top-right-radius: .9rem !important;
}


@media (max-width: 991px) {
	.blog {
		padding: 5px 0 20px 0 !important;
	}
	.main {
		margin-top: 80px !important;
	} 
}

/**
*  COLOR PALLETE
	https://colorhunt.co/palette/225760
*/
/*
body, html { 
	 background-color: #dddddd;
}
*/
.bg-nav-dark {
	background-color: #205929 !important;
}

#footer {
	background: #222831; 
}

#footer .footer-top {
	background: #205929; 
}

.card-header { 
	background-color: #30475e; 
	color:#dddddd;
}

.section-title h2 { 
	color: #30475e; 
}

body { 
	color: #30475e;
}

.card-4 .card-heading { 
	background: #30475e; 
}
.btn--blue {
	background: #30475e;
}
.bg-warning {
	background-color: #dddddd !important; 
}
.bg-secondary{
	background-color: #c1dfee  !important; 
}
a { 
	color: #358432;
}
.accordion-button:not(.collapsed) {
	color: #ddd;
	background-color: #30475e; 
}

.card-5 .card-heading { 
	background: #30475e; 
}

.blog .sidebar { 
	margin:10px; 
}

ul.bullet_list  {
	padding-left: 2rem;
}

ul.bullet_list  > li { 
	list-style-type: disc;
}

.card {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

/* CIRCLE*/
.quote-wrapper {
	width: 300px;
	height: 300px;
	position: relative;
	margin: 5vh auto 0; /*OPTIONAL MARGIN*/
  }
  
  .text {
	width: 100%;
	height: 100%;
	/*BLUE BG*/
	background: radial-gradient( ellipse at center, #222831 0%, #222831 70%, rgba(0, 128, 172, 0) 70.3% );
	/*RED BG
	background: radial-gradient(
	  ellipse at center,
	  rgba(210, 20, 20, 1) 0%,
	  rgba(210, 20, 20, 1) 70%,
	  rgba(210, 20, 20, 0) 70.3%
	);*/
	position: relative;
	margin: 0;
	color: white;
  }
  
  .text p {
	height: 100%;
	font-size: 20px;
	color: yellow;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	font-style: italic;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  }
  
  .text::before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	shape-outside: polygon(
	  0 0,
	  98% 0,
	  50% 6%,
	  23.4% 17.3%,
	  6% 32.6%,
	  0 50%,
	  6% 65.6%,
	  23.4% 82.7%,
	  50% 94%,
	  98% 100%,
	  0 100%
	);
	shape-margin: 7%;
  }
  
  .text p::before {
	content: "";
	width: 50%;
	height: 100%;
	float: right;
	shape-outside: polygon(
	  2% 0%,
	  100% 0%,
	  100% 100%,
	  2% 100%,
	  50% 94%,
	  76.6% 82.7%,
	  94% 65.6%,
	  100% 50%,
	  94% 32.6%,
	  76.6% 17.3%,
	  50% 6%
	);
	shape-margin: 7%;
  }
  
  .quote-wrapper blockquote footer {
	width: 100%;
	position: absolute;
	bottom: 25px;
	font-size: 17px;
	text-align: center;
	font-style: italic;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  }
   
  
  @media (min-width: 850px) {
	.quote-wrapper {
	  width: 250px;
	  height: 250px;
	}
  
	.quote-wrapper::before {
	  font-size: 300px;
	}
  
	.text p {
		font-size: 20px;
	}
  
	.quote-wrapper blockquote footer {
	  bottom: 32px;
	}
  }
  
  /*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/
  /*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/
  
  .note {
	margin: 5vw;
	padding: 0.5em;
	border-left: 0.5em solid #52e052;
	background: #e9fbe9;
  }
  
  .note a {
	text-decoration: none;
	color: #222831;
  }
  
  .note a:hover {
	text-decoration: underline;
  }

  .circleText{
	color: #222831;
	font-size: 17px;
  }

  .card-box {
    border: 1px solid #ddd;
    padding: 0px;
    box-shadow: 0px 0px 10px 0px #c5c5c5;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
}
.card-box .card-thumbnail {
    /*max-height: 200px;*/
    overflow: hidden;
    border-radius: 10px;
    transition: 1s;
}
.card-box .card-thumbnail:hover {
    transform: scale(1.2);
}
.card-box h3 a {
    font-size: 20px;
    text-decoration: none;
}
 

.card2 {
    height: auto;
    background-color: #f4f5fc;
    margin-top: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px
}

.carousel {
    margin-top: -20px !important
}

.card2 h5 {
    font-weight: 700
}

.card2 p {
    font-size: 13px;
    margin-top: -10px;
    color: #8b8b90
}


.card-sl {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 10px;
}

.card-image-sl{
	background: #E26D5C;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
	border-radius: 8px 8px 0px 0;
}

.card-image-sl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0px 0;
}

.card-action {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	z-index: 2;
	color: #E26D5C;
	background: #fff;
	border-radius: 100%;
	padding: 15px;
	font-size: 15px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
	color: #fff;
	background: #E26D5C;
	-webkit-animation: pulse 1.5s infinite;
}

.card-heading-s1 {
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 10px 15px;
	justify-content: center;
	height: 3.0em; 
	text-overflow: -o-ellipsis-lastline;
	 
    text-overflow: ellipsis;
     
}

.card-text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #636262;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     
    min-height: 80px;     
	max-height: 80px;     
	/* Exactly 2 lines are displayed. 
	Height of 1 line is 1.2em*/
	height: 6em; 
	text-overflow: -o-ellipsis-lastline;
} 

.card-details-text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #636262;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
	text-overflow: -o-ellipsis-lastline;
} 

.card-button {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	width: 100%;
	background-color: #1F487E;
	color: #fff;
	border-radius: 0 0 12px 12px;
	font-size: 18px;
	font-weight: bold;
}

.card-button:hover {
	text-decoration: none;
	background-color: #1D3461;
	color: #fff;

} 
.card-action {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	z-index: 2;
	color: #e91e1e;
	background: rgb(240, 228, 228);
	border-radius: 10%;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-price {
	position: relative;
	float: left;
	margin-top: -25px;
	margin-left: 20px;
	z-index: 2;
	color: #eef5f2;
	background: rgb(48, 16, 192);
	border-radius: 100%;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
 

.card-location{
	display: flex;
	justify-content: center;
	background: rgb(208, 203, 231); 
	padding: 10px 0;
	position: relative;
	 
	color:#111129;

}


.card-status{
	position: relative;
	float: left;
	color:#111175;

}


.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	will-change: transform;
	transform: translateZ(0);
	display: flex;
	height: 50px;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
  }
  .mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .mobile-bottom-nav__item--active {
	color: rgb(95, 11, 230);
  }
  .mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
  }

  body { 
	padding-bottom: 50px;
  }

  #header .logo { 
	text-transform: none;
} 
 

.topPadding{
	padding: 10px 0 5px 0  !important;

}

@media (max-width:767.98px){
	#header { 
		padding: 35px 0 20px 0;
		margin-top:0px;
	} 
	#header.header-scrolled { 
	padding: 35px 0 12px 0;
	margin-top:0px;
	} 
	.bg-nav-dark {
		background-color: #205929 !important;
	}
 }

 .advanced {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}
/*
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: #00838f !important;
    border-color: #00838f !important;
    box-shadow: none
}
*/
.advanced {
    color: #00838f !important
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #00838f
}


.search_results{ 
	background-color: #d2f72e !important;
	padding:10px;
    font-size: 18px;
	font-weight: bold;
}

.ee_breadcrumb{
	
	margin:10px;
	border-radius: 25px !important;
	overflow: hidden; 
	border-color: #00838f !important;
} 

.searchButtonLink{
  	border: 2px solid ;
	margin:2px;
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}
.filterBox{
	padding:10px;
  	border: 2px solid ; 
	border-radius: 20px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

@media (max-height: 500px) {
	#hero {
	  height: 50vh;
	}
  }

  @media (max-width: 992px) {
	#hero {
	  height: 50vh;
	} 
  }


  /*Bootstrap Calendar*/
.datepicker {
     
    
}
 
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
     
    color: rgba(255, 255, 255, 0.7);
}


.material-symbols-outlined-sm {
	font-size: 16px !important;
  }

  .pricing-content{position:relative;}
.pricing_design{
    position: relative;
    margin: 0px 15px;
}
.pricing_design .single-pricing{
    background:#205929;
    padding: 20px 20px;
    border-radius:30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    z-index: 1;
}
.pricing_design .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.price-head{}
.price-head h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 600;
}
.price-head h1 {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
}
.price-head span{}

.single-pricing ul{list-style:none;margin-top: 30px;}
.single-pricing ul li {
	line-height: 24px;
}
.single-pricing ul li i {
	background: #205929;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
}
.pricing-price{}

.price_btn {
	background: #205929;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.price_btn:hover{background:#027030;}
a{
text-decoration:none;    
}

.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}


.requiredField  {  
	background: url(https://cdn0.iconfinder.com/data/icons/fugue/icon/asterisk-small.png) no-repeat;
	background-position:right top;
   }

.btn-more {
	padding: 0 5px !important;
}

hr {
	border: 0;
	height: 1px;
	width: 20%;
	position: relative;
	margin: 20px auto;
  }
  hr.center-ball {
	background: #046429;
  }
  hr.center-ball:before {
	content: "";
	width: 15px;
	height: 6px;
	background: #046429;
	display: inline-block;
	border: 4px solid #046429;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 50%;
	margin: 0 0 0 -3px;
  }

  select.form-select { -webkit-appearance: menulist; }
  .form-select {
	background-image: none !important;
} 
/* Child purpose container */
.purpose-children {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}


/* Child button */
.purpose-child-btn {
    width: 100%;
    min-height: 48px;

    padding: 8px 10px;

    border: 1px solid #dee2e6;
    border-radius: 8px;

    background: #fff;
    color: #343a40;

    font-size: 14px;
    font-weight: 500;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    transition: all 0.15s ease;
}


/* Hover */
.purpose-child-btn:hover {
    border-color: #0d6efd;
    background: #f8faff;
}


/* Selected */
.purpose-child-btn.active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}


/* Parent dropdown */
#purposeParent {
    font-size: 15px;
}


/* Desktop */
@media (min-width: 768px) {

    .purpose-children {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* Small mobile */
@media (max-width: 360px) {

    .purpose-children {
        grid-template-columns: 1fr;
    }

}
.expense-section {
    margin-bottom: 16px;
}

.section-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #343a40;
}


/* ============================================================
   HORIZONTAL PILLS
   ============================================================ */

/* ============================================================
   PARENT CATEGORY PILLS
   No horizontal scrolling.
   Pills automatically wrap to next line.
   ============================================================ */
.pill-scroll-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    width: 100%;
}

.category-pill {
    border: 1px solid #dee2e6;

    background: #fff;
    color: #495057;

    border-radius: 50px;

    padding: 8px 14px;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    cursor: pointer;

    transition: all .15s ease;
}

.category-pill.active {
    background: #950cb1;
    border-color: #0d6efd;
    color: #fff;
}
 @media (max-width: 360px) {

    .category-pills {
        gap: 5px;
    }

    .category-pill {
        padding: 4px 8px;
        font-size: 12px;
    }
}

/* ============================================================
   CHILD OPTIONS
   ============================================================ */

.option-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 8px;
}

.option-btn {
    width: 100%;

    min-height: 30px;

    padding: 4px 8px;

    border: 1px solid #dee2e6;

    border-radius: 8px;

    background: #fff;

    color: #343a40;

    font-size: 13px;
    font-weight: 500;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    cursor: pointer;

    line-height: 1.25;

    transition: all .15s ease;
}

.option-btn.active {
    background: #950cb1;  
    border-color: #0d6efd; 
    color: #fff;
}

.option-btn.disabled-option {
    opacity: .35;
}


/* ============================================================
   SELECTED EXPENSES
   ============================================================ */

.selected-section {
    background: #f8f9fa;

    border: 1px solid #dee2e6;

    border-radius: 10px;

    padding: 10px;
}

.selection-count {
    font-size: 12px;

    background: #e9ecef;

    padding: 3px 8px;

    border-radius: 20px;

    color: #495057;
}


/* ============================================================
   SELECTED ACCOUNT ROW
   ============================================================ */

/* ============================================================
   SELECTED ACCOUNT ROW
   ============================================================ */

.selected-account-row {
    display: flex;
    align-items: center;
    gap: 7px;

    background: #fff;

    border: 1px solid #dee2e6;
    border-radius: 8px;

    padding: 8px;

    margin-bottom: 7px;
}


.selected-account-name {
    flex: 1;
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 7px;
}


.selected-account-label {
    min-width: 0;
}


.selected-account-title {
    display: block;

    font-size: 13px;
    font-weight: 600;

    overflow: hidden;
    text-overflow: ellipsis;
}


.selected-account-label small {
    display: block;

    color: #6c757d;

    font-size: 11px;

    margin-top: 1px;
}


/* Number */

.selected-number {
    flex: 0 0 24px;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: #6c757d;
    color: #fff;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 600;
}


/* Amount */

.selected-account-amount {
    width: 105px;
    flex: 0 0 105px;
}

.selected-account-amount input {
    height: 38px;

    padding-left: 6px;
    padding-right: 6px;

    font-size: 13px;

    text-align: right;
}


/* Remove */

.remove-account-btn {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #f1f3f5;

    color: #dc3545;

    font-size: 22px;
    line-height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.remove-account-btn:active {
    background: #dc3545;
    color: #fff;
} 

@media (max-width: 360px) {

    .selected-account-row {
        gap: 5px;
        padding: 7px;
    }

    .selected-account-amount {
        width: 90px;
        flex: 0 0 90px;
    }

    .remove-account-btn {
        flex: 0 0 28px;

        width: 28px;
        height: 28px;

        font-size: 20px;
    }
}
/* ============================================================
   TOTAL
   ============================================================ */

.total-row {
    display: flex;

    justify-content: space-between;

    align-items: center;

    border-top: 1px solid #dee2e6;

    padding-top: 10px;

    margin-top: 8px;

    font-size: 15px;
}

.total-row strong {
    font-size: 17px;
}


/* ============================================================
   DESKTOP
   ============================================================ */

@media (min-width: 768px) {

    .option-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .category-pill {
        padding: 9px 18px;

        font-size: 14px;
    }

    .option-btn {
        font-size: 14px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 360px) {

    .category-pill {
        padding: 7px 11px;

        font-size: 12px;
    }

    .option-btn {
        font-size: 12px;

        min-height: 46px;

        padding: 6px 5px;
    }

    .selected-account-amount {
        width: 95px;

        flex: 0 0 95px;
    }

}


/* ============================================================
   VERY SMALL SCREEN
   ============================================================ */

@media (max-width: 320px) {

    .selected-account-row {
        flex-wrap: wrap;
    }

    .selected-account-name {
        width: 100%;

        flex: 0 0 100%;
    }

    .selected-account-amount {
        width: 100%;

        flex: 0 0 100%;
    }

}

/* ============================================================
   EXPENSE BASIC DETAILS
   ============================================================ */

.expense-basic-card {
    background: #f8f9fa;

    border: 1px solid #dee2e6;

    border-radius: 10px;

    padding: 12px;

    margin-bottom: 16px;
}


.expense-basic-card .form-label {
    font-size: 13px;

    font-weight: 600;

    margin-bottom: 4px;

    color: #495057;
}


.expense-basic-card .form-control {
    min-height: 30px;

    font-size: 14px;
}


.expense-basic-card textarea.form-control {
    min-height: 65px;

    resize: vertical;
}


.expense-basic-card .form-text {
    font-size: 11px;

    margin-top: 3px;
}

/* ============================================================
   GENERAL
   ============================================================ */

.expense-section {
    margin-bottom: 16px;
}

.section-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #343a40;
}


/* ============================================================
   HORIZONTAL PILLS
   ============================================================ */

.pill-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;

    margin-bottom: 10px;
}

.pill-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.category-pills {
    display: flex;
    gap: 7px;

    width: max-content;
    min-width: 100%;
}

.category-pill {
    border: 1px solid #dee2e6;

    background: #fff;
    color: #495057;

    border-radius: 50px;

    padding: 8px 14px;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    cursor: pointer;

    transition: all .15s ease;
}

.category-pill.active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}


/* ============================================================
   CHILD OPTIONS
   ============================================================ */

.option-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 8px;
}

.option-btn {
    width: 100%;

    min-height: 30px;

    padding: 7px 8px;

    border: 1px solid #dee2e6;

    border-radius: 8px;

    background: #fff;

    color: #343a40;

    font-size: 13px;
    font-weight: 500;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    cursor: pointer;

    line-height: 1.25;

    transition: all .15s ease;
}
 
.option-btn.disabled-option {
    opacity: .35;
}


/* ============================================================
   SELECTED EXPENSES
   ============================================================ */

.selected-section {
    background: #f8f9fa;

    border: 1px solid #dee2e6;

    border-radius: 10px;

    padding: 10px;
}

.selection-count {
    font-size: 12px;

    background: #e9ecef;

    padding: 3px 8px;

    border-radius: 20px;

    color: #495057;
}


/* ============================================================
   SELECTED ACCOUNT ROW
   ============================================================ */

.selected-account-row {
    display: flex;

    align-items: center;

    gap: 8px;

    background: #fff;

    border: 1px solid #dee2e6;

    border-radius: 8px;

    padding: 8px;

    margin-bottom: 7px;
}

.selected-account-name {
    flex: 1;

    min-width: 0;

    font-size: 13px;

    font-weight: 500;

    display: flex;

    align-items: center;

    gap: 7px;
}

.selected-number {
    flex: 0 0 24px;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: #6c757d;

    color: #fff;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    font-size: 11px;

    font-weight: 600;
}

.selected-account-amount {
    width: 110px;

    flex: 0 0 110px;
}

.selected-account-amount input {
    height: 40px;

    font-size: 14px;

    text-align: right;
}


/* ============================================================
   TOTAL
   ============================================================ */

.total-row {
    display: flex;

    justify-content: space-between;

    align-items: center;

    border-top: 1px solid #dee2e6;

    padding-top: 10px;

    margin-top: 8px;

    font-size: 15px;
}

.total-row strong {
    font-size: 17px;
}


/* ============================================================
   DESKTOP
   ============================================================ */

@media (min-width: 768px) {

    .option-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .category-pill {
        padding: 9px 18px;

        font-size: 14px;
    }

    .option-btn {
        font-size: 14px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 360px) {

    .category-pill {
        padding: 7px 11px;

        font-size: 12px;
    }

    .option-btn {
        font-size: 12px;

        min-height: 46px;

        padding: 6px 5px;
    }

    .selected-account-amount {
        width: 95px;

        flex: 0 0 95px;
    }

}


/* ============================================================
   VERY SMALL SCREEN
   ============================================================ */

@media (max-width: 320px) {

    .selected-account-row {
        flex-wrap: wrap;
    }

    .selected-account-name {
        width: 100%;

        flex: 0 0 100%;
    }

    .selected-account-amount {
        width: 100%;

        flex: 0 0 100%;
    }

}
.expense-form-container {
    width: 60%;
    max-width: 900px;
    min-width: 600px;
    margin: 20px auto;
}

/* Tablet */
@media (max-width: 991px) {
    .expense-form-container {
        width: 80%;
        min-width: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .expense-form-container {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 8px;
    }
}

/* PURPOSE CATEGORY CONTAINER */
.purpose-container {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Parent categories */
#purposeParentPills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Individual parent pill */
#purposeParentPills .category-pill {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Child purpose list */
#purposeChildren {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 8px;
}

/* Child purpose button */
#purposeChildren .option-btn {
    width: 100%;
    min-height: 30px;
    height: auto;
    padding: 6px 8px;
    white-space: normal;
}

/* Desktop */
@media (min-width: 768px) {
    #purposeChildren {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.expense-form-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.expense-form-actions .btn {
    flex: 1;
    min-height: 30px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
}

@media (min-width: 768px) {
    .expense-form-actions {
        justify-content: flex-end;
    }

    .expense-form-actions .btn {
        flex: 0 0 180px;
    }
}