@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #343a40 !important;
  font-family: "Times New Roman", Times, serif;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
}

.btn {
  width: 100%;
  color: rgb(32, 32, 32);
  display: block;
  padding: 10px 15px !important;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  border-radius: 29px;
  border: none;
}

.btn-white {
  background-color: #fff;
  color: rgb(32, 32, 32);
}

.btn-black {
  background-color: rgb(32, 32, 32);
  color: #fff;
}

.btn_pay {
  padding: 5px 20px !important;
  background-color: #343a40;
  color: #fff;
  width: auto;
}

.btn-white-outline {
  border: 2px solid #fff;
  color: #fff;
}

.container-custom {
  max-width: 700px;
  margin: 0 1rem;
}

.heading {
  background-color: #692d7d;
  color: #fff;
  padding: 0.3rem 0.5rem;
}

@media (max-width: 768px) {
  .container-custom {
    max-width: 700px;
    margin: 0 1rem;
  }
  input[type=checkbox],
  input[type=radio] {
    transform: scale(2) !important;
    border-radius: 50%;
  }
  .task:has(.check) {
    background-color: grey !important;
    color: #000;
  }
  .img {
    width: 150%;
  }
  button {
    outline: none;
  }
  .button {
    background-color: #fff;
    border: none;
    outline: none;
  }
  .grid-parent {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .modal-content {
    border-radius: 40px;
  }
  .modal-body {
    padding: 0 !important;
  }
  .modal-body .title-custom {
    padding: 0.8rem 0;
  }
  .modal-body .main-modal {
    background-color: #343a40;
    color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-bottom: 1rem;
  }
  .modal-body .main-modal form .form-elements {
    padding-top: 1.5rem;
  }
  .modal-body .main-modal form .form-elements div {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .modal-body .main-modal form .form-elements div input {
    padding: 0.5rem;
    border-radius: 10px;
    border: none;
  }
  .modal-body .main-modal form .form-elements .credit-check {
    flex-direction: row;
  }
  .modal-body .main-modal form .form-elements .credit-check input {
    margin: 0 1rem 0 0.5rem;
  }
  .modal-body .main-modal form .form-elements .radio {
    display: grid;
    place-items: center;
  }
  .modal-body .main-modal form .form-elements .radio table thead tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-body .main-modal form .form-elements .radio table thead tr th {
    margin-right: 2rem;
  }
  .modal-body .main-modal form .form-elements .radio table thead tr th input {
    margin: 0 0.5rem;
  }
  .credit {
    color: #ce0505;
  }
  .paid {
    color: #01681e;
  }
  form .submit {
    width: 1.5rem;
    background: #fff;
    border: none;
    border: 1px solid rgb(32, 32, 32);
    border-radius: 5px;
  }
  form .check {
    background-color: #2d5faf;
  }
  .outer-container-custom {
    background: linear-gradient(#285ca3, #343a40, #2d5faf);
    height: 100vh;
    width: 100%;
    background-color: #2d5faf;
    overflow-y: hidden;
  }
  .outer-container-custom .img-container-custom {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-container-custom .welcome-text {
    display: grid;
    place-items: center;
  }
  .outer-container-custom .welcome-text h1,
  .outer-container-custom .welcome-text p {
    color: #fff;
  }
  .outer-container-custom .welcome-text h1 {
    font-size: 3rem;
    padding: 1rem 0;
  }
  .outer-container-custom .welcome-text p {
    font-size: 1.2rem;
  }
  .outer-container-custom .welcome-buttons {
    margin-top: 2.5rem;
  }
  .outer-container-custom .welcome-buttons a {
    margin-top: 2rem;
  }
  .login-outer {
    height: 100vh;
    overflow-y: hidden;
    background-color: #fff;
  }
  .login-outer .top-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .login-outer .top-items a {
    color: rgb(32, 32, 32);
    font-size: 1.2rem;
  }
  .login-outer .login-heading {
    margin: 2rem 0 3.5rem 0;
  }
  .login-outer .login-heading h1 {
    font-size: 2rem;
  }
  .login-outer .login-heading p {
    font-size: 1.2rem;
  }
  .login-outer .login-main {
    background-color: #343a40;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 100%;
  }
  .login-outer .login-main form .form-elements {
    padding-top: 3rem;
    place-items: center;
  }
  .login-outer .login-main form .form-elements div {
    margin: 1rem 0;
  }
  .login-outer .login-main form .form-elements div input {
    width: 100%;
    padding: 1rem;
    border-radius: 29px;
    border: none;
    font-size: 1.2rem;
  }
  .login-outer .login-main form .form-elements div input::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .login-outer .login-main form .form-elements div input[type=text] {
    background: url("../assets/email.png") no-repeat 15px;
    padding-left: 40px;
    background-size: 20px;
    background-color: #fff;
  }
  .login-outer .login-main form .form-elements div input[type=email] {
    background: url("../assets/email.png") no-repeat 15px;
    padding-left: 40px;
    background-size: 20px;
    background-color: #fff;
    margin-top: 1rem;
  }
  .login-outer .login-main form .form-elements div input[type=password] {
    background: url("../assets/password.png") no-repeat 15px;
    padding-left: 40px;
    background-size: 20px;
    background-color: #fff;
    margin-top: 1rem;
  }
  .login-outer .login-main form .form-elements .forget {
    float: right;
    color: #fff;
    margin-bottom: 1rem;
  }
  .login-outer .login-main form .form-elements input[value=login] {
    margin: 5rem 0;
    background-color: #692d7d;
  }
  .login-outer .login-main form .form-elements .google {
    display: none;
  }
  .home-outer .top-elements {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../assets/bg.jpeg") no-repeat center center/cover !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    z-index: 10;
  }
  .home-outer .top-elements .title-custom,
  .home-outer .top-elements .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .home-outer .top-elements .title-custom button,
  .home-outer .top-elements .balance button {
    border: none;
    background: none;
  }
  .home-outer .top-elements .title-custom .dave_pic,
  .home-outer .top-elements .balance .dave_pic {
    width: 20%;
    border-radius: 50%;
  }
  .home-outer .top-elements .title-custom .hide,
  .home-outer .top-elements .balance .hide {
    visibility: hidden;
  }
  .home-outer .top-elements .money {
    font-size: 2rem;
    padding: 0;
  }
  .home-outer .main-elements {
    overflow-y: scroll !important;
    z-index: -1;
    padding-bottom: 5rem;
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /* Style the collapsible content. Note: hidden by default */
  }
  .home-outer .main-elements p {
    margin-bottom: 0 !important;
  }
  .home-outer .main-elements .title-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .home-outer .main-elements .expenses {
    margin: 1rem 0;
  }
  .home-outer .main-elements .tasks .task {
    background-color: #fff;
    box-shadow: 3px 3px 30px #888;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
  }
  .home-outer .main-elements .tasks .task input,
  .home-outer .main-elements .tasks .task .cash-expense {
    margin: 0 1rem;
  }
  .home-outer .main-elements .tasks .task div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-outer .main-elements .tasks .task div a:last-child {
    margin: 0 1rem;
  }
  .home-outer .main-elements .collapsible {
    background-color: #692d7d;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  .home-outer .main-elements .collapsible span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .home-outer .main-elements .active,
  .home-outer .main-elements .collapsible:hover {
    background-color: #582668;
  }
  .home-outer .main-elements .active {
    margin-bottom: 0 !important;
  }
  .home-outer .main-elements .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 1rem;
  }
  .home-outer .main-elements .content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgb(32, 32, 32);
  }
  .home-outer .main-elements .content ul li .text {
    width: 50%;
  }
  .home-outer .main-elements .collapsible:after {
    content: "➕"; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff !important;
    float: right;
    margin-left: 5px;
  }
  .home-outer .main-elements .active:after {
    content: "➖"; /* Unicode character for "minus" sign (-) */
  }
  .footer-custom {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: -1px 0 10px rgb(32, 32, 32);
    padding: 0;
    z-index: 1000;
    background-color: #fff;
  }
  .footer-custom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 0.5rem;
  }
  .footer-custom ul li button,
  .footer-custom ul li a,
  .footer-custom ul li i {
    color: #692d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border: none;
    outline: none;
  }
}/*# sourceMappingURL=style.css.map */