/* Universal CSS Start */

html,
body {
    height: 100%;
}

body {
    background: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif !important;
    height: 100svh;
}
h1,h2,h3,h4,h5,h6,p,div,li,button,a{
    font-family: "Inter", sans-serif !important;
}

body.home {
    overflow: hidden;
}

body.enter-amount {
    overflow: hidden;
}

body.recent-transactions {
    overflow: hidden;
}

body.final-amount {
    overflow: hidden;
}

.number{
    letter-spacing: 10px;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
}



input:focus,input:focus-within{
    box-shadow:unset !important;
}

.mobile-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100svh;
    overflow: hidden;
}

.page-content {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    padding: 20px;
}

/* Universal CSS End */

/* Home Page CSS Start */

.top-header {
    background: #041420;
}

.top-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.content-header {
    background: #041420;
}

.feed {
    padding-top: 17px;
}

.feed-tabs {
    justify-content: space-around;
    border-bottom: 1px solid transparent;
}

.nav-tabs.feed-tabs .nav-item {
    width: auto;
}

.feed-tabs .nav-link {
    font-weight: 400;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-bottom: 10px;
    width: 100%;
}

.feed-tabs .nav-link.active {
    background: #041420;
    color: #3D90D4;
    border-bottom: 2px solid #3D90D4;
}

.btn-hidden {
    background: #041420;
    color: #FFFFFF;
}

.heute {
    color: #99A8B0;
}

.heute p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    color: #99A8B0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;    
}

.heute h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.heute button {
    font-weight: 400;
    font-size: 13px;
}

.heute button:hover {
    color: #FFFFFF;
}

.heute .entry {
    border-radius: 11px;
    background: #041420;
    border: 1px solid rgba(189, 202, 208, 0.27);
    /* cleaner version */
}

.heute .entry img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

.heute a {
    font-weight: 500;
    line-height: 1.2;
    color: #3D90D4;
    text-decoration: none;
    font-size:15px;
    
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;    
    
}

.heute .text-danger {
    color: #FF7081 ! important;
}

.heute a:hover {
    color: #5aa7e6;
}

.heute .text-primary-strong {
    color: #FFFFFF;
}

/* The "Window" */
.slot-window {
    height: 33px;
    overflow: hidden;
    display: inline-block;
}

/* Home Page CSS End */

/* Enter Amount Page CSS Start */

.enter-amount-form {
    height: 100%;
    width: 100%;
    padding: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.enter-amount-form .form-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.enter-amount-form .input-group-text {
    font-weight: 400;
    background: #041420;
    color: #ffffff;
    border: 1px solid #BDCAD045;
    border-radius: 11px;
}

.enter-amount-form .form-control {
    font-weight: 400;
    background: #041420;
    color: #ffffff;
    border: 1px solid #BDCAD045;
    border-radius: 11px;
    padding: 16px;
}

.enter-amount-form .btn-light {
    font-weight: 400;
    background: #EEEEEE;
    color: #08192E;
    border-radius: 11px;
    padding: 16px 24px;
}

.enter-amount-form .btn-primary {
    font-weight: 400;
    background: #1BA2F1;
    color: #FFFFFF;
    border-radius: 11px;
    padding: 16px 24px;
}

/* Enter Amount Page CSS End */

/* Recent Transactions Page CSS Start */

.recent-transactions-form {
    height: 100%;
    width: 100%;
    padding: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.recent-transactions-form .form-control {
    font-weight: 400;
    background: #041420;
    color: #ffffff;
    border: 1px solid #BDCAD045;
    border-radius: 11px;
    justify-content: space-between;
    opacity: 1;
    border-width: 1px;
    padding: 16px;
    color-scheme: dark;
}

.recent-transactions-form .btn-light {
    font-weight: 400;
    background: #EEEEEE;
    color: #08192E;
    border-radius: 11px;
    padding: 16px 24px;
}

.recent-transactions-form .btn-primary {
    font-weight: 400;
    background: #1BA2F1;
    color: #FFFFFF;
    border-radius: 11px;
    padding: 16px 24px;
}

/* Recent Transactions Page CSS End */

/* Final Amount Page CSS Start */

.final-amount-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.final-amount-form .input-group-text {
    font-weight: 400;
    background: #041420;
    color: #ffffff;
    border: 1px solid #BDCAD045;
    border-radius: 11px;
}

.final-amount-form .form-control {
    font-weight: 400;
    background: #041420;
    color: #ffffff;
    border: 1px solid #BDCAD045;
    border-radius: 11px;
    justify-content: space-between;
    opacity: 1;
    border-width: 1px;
    padding: 16px;
    color-scheme: dark;
}

.final-amount-form .btn-light {
    font-weight: 400;
    background: #EEEEEE;
    color: #08192E;
    border-radius: 11px;
    padding: 16px 24px;
}

.final-amount-form .btn-primary {
    font-weight: 400;
    background: #1BA2F1;
    color: #FFFFFF;
    border-radius: 11px;
    padding: 16px 24px;
}

/* Final Amount Page CSS End */

/* Bottom Navbar CSS Start */

.bottom-nav {
    width: 100%;
    background: #101D2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    box-shadow: -3px -1px 4px 0px #00000040;
    padding: 16px 30px;
    height: 83px;
    flex-shrink: 0;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
}

.nav-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #99A8B0;
}

.nav-item.active .nav-icon {
    filter: brightness(0) saturate(100%) invert(49%) sepia(93%) saturate(1734%) hue-rotate(176deg) brightness(97%) contrast(96%);
}

.nav-item.active .nav-label {
    color: #1BA2F1;
}

/* Bottom Navbar CSS End */