@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Poppins:wght@500;600;800;900&display=swap');

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

:root {
  /* --primary-textcolor: #9B51E0; */
  --primary-textcolor2: #EE901F;
  --primary-textcolor: #3FCDD9;
  --success-textcolor: #30B21A;
  --primary-bgGray: #e1e1e7;
  --primary-textSecondary: #919397;
  --primary-fontFamily: 'Poppins';
  --secondary-fontFamily: 'Inter';
}

.btn-app-outline {
  border: 1px solid var(--primary-textcolor) !important;
  transition: 0.3s ease-in;
  font-size: 14px;
  font-weight: 600;
}

.btn-app-outline-sm {
  border: 1px solid var(--primary-textcolor) !important;
  transition: 0.3s ease-in;
  font-size: 12px;
  font-weight: 600;
}

.started-btn {
  background-color: #d2a9fb97;
  transition: 0.3s ease-in;
}

.btn-app-outline:hover,
.btn-app-outline-sm,
.started-btn:hover {
  background-color: var(--primary-textcolor);
  color: #fff;
}

.small-heading {
  font-weight: 600;
  font-size: 17px;
}

/* Transition css */
.slide-fade-enter-active {
  transition: all 0.5s ease-in-out;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(-40px);
  opacity: 0;
}

/* welcome page */
#welcome .center-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
}

#welcome .center-div h1 {
  color: #fff !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 13px;
}

#welcome .center-div p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5rem;
}

#welcome .bg-img {
  background-image: url('../images/bar2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#welcome .overlay {
  background: linear-gradient(to left, #b36af87c, #b36af87c, #b36af87c);
  position: absolute;
  width: 100%;
  height: 100vh;
}

#welcome .welcome-container {
  position: absolute;
}

/* Register/Login Page ************************** */

.sign-page {
  font-family: var(--secondary-fontFamily);
  /* height: 100vh !important; */
}

.sign-page .left-side {
  background-size: cover;
  background-position: center;
  background: linear-gradient(to bottom, rgba(123, 122, 122, 0.5), transparent), url('../images/bar.jfif');
  background-repeat: no-repeat;

}

.sign-page .right-side {
  background-color: var(--primary-textcolor);
}

.sign-page .right-side .form-container {
  width: 70%;
}

.sign-page .right-side .page-title {
  font-size: 30px;
  font-weight: 600;
}

.sign-page .right-side label {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 7px;
  margin-bottom: 3px;
  color: #e0e3f4;
}

.sign-page .right-side .form-control {
  background-color: #e9e4ed !important;
  color: #000;
  border: none;
}

.sign-page .right-side .form-control:focus {
  border: 0px !important;
  outline: none;
}

.sign-page .sign-btn {
  background: #fff;
  padding: 5px 0px;
  color: var(--primary-textcolor);
  transition: 0.5s ease;
  border: 1px solid var(--primary-textcolor);
}

.sign-page .sign-btn:hover {
  color: #fff;
  background: var(--primary-textcolor);
  border: 1px solid #fff;
}


/* Sidebar Design************************************* */
.circle-logo {
  width: 34px;
  height: 34px;
  background-color: var(--primary-textcolor);
  border-radius: 50%;
}

.app-nav .nav-link.active {
  color: #ffffff !important;
  background: var(--primary-textcolor);
  border-left: 4px solid #a583eae8 !important;
  font-weight: 500;
}

.app-nav .nav-item .nav-link:hover {
  color: var(--primary-textcolor)
}

.app-nav .nav-item .nav-icon {
  font-size: 17px !important;
}

/* Dashboard CSS ************************************/
.dashboard_layout {
  color: #000;
  font-family: var(--primary-fontFamily) !important;
}

.stat_container {
  background-color: #fff;
  padding: 14px;
  border: 1px solid var(--primary-bgGray);
}

.stat_container:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.stat_container .stat_content .title {
  font-size: 17px;
  font-weight: 600;
}

.stat_container .stat_content .amount {
  font-size: 30px;
  font-weight: 800;
}

.stat_container .stat_content .Branchamount {
  font-size: 23px;
  font-weight: 800;
}


.stat_container img {
  width: 50px;
  height: 50px;
}

/* Line progress stat */
.stat_container .progress_content .title {
  font-size: 17px;
  font-weight: 600;
}

.stat_container .progress_content .wheel_date {
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0px;
}

.stat_container .line_progress .progress-bar {
  background-color: var(--primary-textcolor);
}

/* Category */


/* pagination  */
.pagination {
  padding: 12px 0px;
}

.pagination li {
  border: 1px solid var(--primary-textSecondary);
  padding: 2px;
  margin-right: 5px;
  border-radius: 2px;
  transition: 0.3s ease-in;
}

.pagination li a {
  padding: 2px 8px;
}

.pagination li:not(.disabled):hover,
.pagination .active {
  background: var(--primary-textcolor);
  color: #fff;
}

.pagination li:hover a {
  color: #fff;
}

/* end pagination */
.category_expense_container .heading {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.category_expense_container .subtitle {
  font-weight: 500;
  font-size: 14px;
}

.category_expense_container .category_expense_container_inner {
  margin-top: 12px;
  border-bottom: 1px solid var(--primary-bgGray);
  padding-bottom: 5px;
}

.category_expense_container .category_expense_container_inner .title {
  font-size: 15px;
  font-weight: 500;
}

.category_expense_container .category_expense_container_inner .date {
  font-size: 13px;
  font-weight: 500;
}

/* Income Layout Css Start ********************** */
.basic-page-layout {
  font-family: var(--secondary-fontFamily);
}

.basic-page-layout .form-control {
  font-size: 14px;
  padding: 8px;
}

.basic-page-layout .top-heading {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1.3rem;
}

.basic-page-layout label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}

.basic-page-layout input::placeholder {
  color: var(--primary-textSecondary);
}


.basic-page-layout .form-control:not(.custom-input) {
  border: 1px solid var(--primary-bgGray) !important;
}

.basic-page-layout [type='checkbox'] {
  color: var(--primary-textcolor) !important;
}


.basic-page-layout .form-control:focus {
  box-shadow: none !important;
}

.basic-page-layout .total-amount-box {
  font-size: 22px;
  font-weight: 800;
  color: #343434;
}


.basic-page-layout .error {
  font-size: 12px;
  color: red;
}

.basic-page-layout .trash-btn {
  color: red;
  font-size: 15px;
}

.basic-page-layout .edit-btn {
  color: var(--success-textcolor);
  font-size: 13px;
  padding: 5px;
}

.item-badge {
  border: 1px solid var(--primary-textcolor);
  font-size: 13.5px;
  margin-bottom: 0.6em;
  color: var(--success-textcolor);
  font-weight: 600;
}

/* Expense Layout ********************************/

.tab_navbar button {
  font-size: 15px;
  font-weight: 500;
}

.tab_navbar .active-tab {
  color: var(--primary-textcolor);
  border-bottom: 2px solid var(--primary-textcolor);
}

.expense-layout .alert-message {
  font-size: 14px;
}

.basic-page-layout table thead th {
  font-size: 14px;
  font-weight: 500;
}

.basic-page-layout table thead {
  background-color: var(--primary-bgGray);
}

.basic-page-layout table .coloerd-cell {
  background-color: #efeaeac8;
}

.hr-style {
  border: 1px solid var(--primary-textcolor);
}

/* Netwoth****************** */
.networth-layout .total-annual-saving {
  font-weight: 800;
  border: 1px solid var(--success-textcolor);
}

.networth-layout .total-annual-saving h6 {
  color: var(--success-textcolor);
  font-size: 30px;
}

.networth-layout .total-debit {
  font-size: 30px;
  font-weight: 800;
  border: 1px solid #FF0800;
}

.networth-layout .total-debit h6 {
  color: #FF0800;
  font-size: 30px;
}

.networth-layout .total-networth {
  font-weight: 800;
  border: 1px solid #0070FF;
}

.networth-layout .total-networth h6 {
  color: #0070FF;
  font-size: 30px;
}

/* End  */

/* Profile user */
.user-profile .profile-input {
  border: none;
  color: #9fa7b5;
}

.user-profile .input-group-text {
  border: none;
  background-color: transparent;
}

.user-profile label {
  cursor: pointer;
  font-weight: 500;
}

.user-profile .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.user-profile .error-profile {
  font-size: 12px;
}


.table-image {
  width: 45px;
  height: 45px;
}


.formdiv-container {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.basic-page-layout .calcultion-inner p{
  font-size: 14px;
}


#top-arrow-scroll {
  position: fixed;
  bottom: 30px;
  border: none;
  border-radius: 20px;
  padding: 10px;
  background-color: var(--primary-textcolor);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#top-arrow-scroll:hover{
  color: var(--primary-textcolor2);
}

