@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import "https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i";
@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
@import "https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i";

.no-auth-input .input-group .form-control,
.no-auth-input .form-group .form-control {
 color: #000 !important;
}

.custom-file-label {
 cursor: pointer;
}

.custom-file-input {
 display: none;
}

.card-selection {
 margin: 10px 0;
}

.radio-group {
 display: flex;
 flex-direction: column;
 overflow: auto;
 max-height: 250px;
}

.radio-option {
 display: flex;
 align-items: center;
 margin-bottom: 8px;
}

.radio-option input {
 margin-right: 10px;
}

.radio-option label {
 display: flex;
 align-items: center;
 cursor: pointer;
}

.radio-option img {
 margin-right: 8px;
 border-radius: 5px;
}

.selected-card {
 margin-top: 10px;
 font-weight: bold;
}

.overview-box {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 20px;
 border-radius: 8px;
 color: #fff;
 margin-bottom: 20px;
}

.overview-box .icon {
 font-size: 30px;
}

.overview-box .details h4 {
 font-size: 17px;
 margin: 0;
}

.overview-box .details span {
 font-size: 20px;
 font-weight: bold;
}

.eth {
 background-color: #716b94;
}
.usdt {
 background-color: #12946c;
}

.btc {
 background-color: rgb(247, 147, 26);
}

.green {
 background-color: green;
}

.sol {
 background-color: #dc1fff;
}

.bnb {
 background-color: #ffd966;
}

.usdc {
 border: #2775ca 3px solid;
}

.usdc:hover {
 background-color: #555;
 border: #f0f0f0 1px solid;
}

.main-content {
 margin-top: 70px;
 padding: 20px;
}
.sidebar-admin {
 height: 100vh;
 overflow-y: auto;
 background-color: #0a0722;
 border-right: 2px solid #dee2e6;
 position: relative;
 z-index: 1;
 top: 80px;
 left: 0;
 width: 400px;
}

.sidebar-admin.show {
 transform: translateX(0);
}

.sidebar-admin .list-group-item i {
 margin-right: 10px;
}
.sidebar-admin .list-group-item {
 display: flex;
 align-items: center;
 color: #fff;
 background-color: #555;
 margin-bottom: 2px;
}

.sidebar-admin .list-group-item:hover {
 color: #fff;
 background-color: #666;
}

.list-group .active {
 color: #fff;
 background-color: #1c2022 !important;
}
@media (max-width: 768px) {
 .main-content {
  margin-left: 0;
  margin-right: 0;
  padding: 3px;
 }
 .sidebar-admin {
  position: fixed;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  width: 250px;
 }
}

/*CARDS*/
.three-column-cards-container {
 padding: 20px;
}

.card-custom {
 transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom */
 border-radius: 10px;
 overflow: hidden;
 box-shadow: 0px 14px 18px rgba(17, 119, 252, 0.5);
 height: 250px !important;
}

.card-custom:hover {
 transform: scale(1.05); /* Zoom effect on hover */
}

.avatar-img {
 width: auto !important; /* Avatar image size */
 height: 70px !important;
 margin-top: 20px;
}

/*AMOUNTS*/
.airtime-amounts-container {
 padding: 20px;
 background-color: #1e1e1e;
 border-radius: 10px;
}
.modal-content {
 background-color: #1c2022 !important;
 color: #f1f1f1 !important;
}
.amount-btn {
 width: 100%;
 padding: 10px 0;
 background-color: #b3b3b3; /* Similar to the button color in the image */
 color: #000;
 font-size: 16px;
 border: none;
 border-radius: 8px;
 font-weight: bold;
}

.amount-btn:hover {
 background-color: #808080; /* Darker shade on hover */
}

.selected-amount {
 text-align: center;
 color: white;
}

input:not([type="radio"]):not([type="checkbox"]),
.list-group-item,
.form-select {
 background: transparent !important;
 color: #fff !important;
}
input::placeholder {
 color: #aaa !important;
}
.input-group-text {
 background: transparent !important;
 color: #fff !important;
}

#self-addon1,
#smile-addon1 {
 color: #28a0f5 !important;
 cursor: pointer;
}

#self-addon1:hover,
#smile-addon1:hover {
 color: gold !important;
}

/*TOP UP*/
.image-grid-top-up {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 10px;
}

.image-item--top-up {
 position: relative;
 overflow: hidden;
 cursor: pointer;
}

.grid-image-top-up {
 width: 25%;
 transition: transform 0.3s ease;
}

.selected-top-up {
 border: 2px solid #007bff; /* Highlight selected image with a border */
}

*,
*:before,
*:after {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body,
html {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #eee;
 height: 100%;
 margin: 0;
 padding: 0;
 background-color: #0c1224 !important;
 box-sizing: border-box;
}

body {
 overflow-x: hidden;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-rendering: optimizeLegibility;
}
.tabs-section .nav-link {
 color: #e40914 !important;
 font-weight: 700;
 border: 0 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
 color: #fff !important;
 background-color: crimson !important;
 border: 0 !important;
}
.divides {
 padding-bottom: 5px;
 border-bottom: 2px;
 border-bottom-style: double;
 border-bottom-color: #fff;
}

.custom-title {
 font-family: inherit;
 font-weight: 600;
 font-size: 24px;
 line-height: 1.1;
 color: #fff;
 margin-bottom: 20px;
 margin-top: 20px;
 text-transform: uppercase;
 word-break: break-word;
}

a:focus {
 outline: none;
}
a:hover {
 text-decoration: none;
}
a {
 transition: color 0.2s;
 text-decoration: none !important;
 color: #e40914;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
 margin: 0;
 line-height: unset;
 font-size: unset;
 font-weight: unset;
}
ul,
li {
 margin: 0;
 list-style-type: none;
}
input,
textarea,
label {
 outline: none;
 border: none;
 margin: 0;
}
img {
 max-width: 100%;
}
button {
 outline: none;
 border: none;
 background: 0 0;
 cursor: pointer;
}
button:focus {
 outline: none;
}
iframe {
 border: none;
}
a:focus,
input:focus,
textarea:focus {
 outline: 0;
 box-shadow: none;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.signup-container {
 min-height: 100vh; /* Ensure the container covers the full viewport height */
 background: url("../images/bg.png");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: scroll; /* Fix the background-attachment issue on mobile */

 padding: 20px; /* Add padding for better spacing on mobile */
}

.signup-card {
 padding: 20px;
 background-color: #f1f1f1;
 border-radius: 8px;
 text-align: center;
}

/* Header Section */
.signup-header {
 margin-bottom: 20px;
}

.back-button {
 color: #ffffff;
 text-decoration: none;
 font-size: 18px;
}
.back-button:hover {
 color: gold;
}

.header-title {
 color: #ffffff;
 font-weight: bold;
 font-size: 18px;
}

.login-link {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}

.login-link:hover {
 color: gold;
}

.signup-card h2 {
 margin-bottom: 20px;
 color: #ffffff;
}

.form-group {
 position: relative;
 margin-bottom: 15px;
}

.form-control {
 border: 1px solid #007bff;
 color: #333;
 padding: 10px;
}

.signup-card .form-group .form-control {
 border: 1px solid rgba(0, 123, 255, 0.3) !important;
 color: #333 !important;
 background-color: #fff !important;
}

.form-control::placeholder {
 color: #888888;
}

.password-field i {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 color: #888888;
 cursor: pointer;
}

.terms {
 font-size: 12px;
 color: #333;
 margin-bottom: 15px;
}

.terms-link {
 color: #007bff;
 text-decoration: none;
}

.btn-primary {
 background-color: #3280f4 !important;
 border-color: #3280f4 !important;
 font-weight: bold;
}

.btn-primary:hover {
 background: #1c2022 !important;
}

.spin-overlay {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 10000000000;
 display: flex; /* Corrected */
 justify-content: center;
 align-items: center;
}

.page-transition {
 transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
 opacity: 0;
 transform: translateX(100%);
}

.page-transition-enter {
 opacity: 1;
 transform: translateX(0);
}

.page-transition-exit {
 opacity: 0;
 transform: translateX(-100%);
}

.dashboard-container {
 background-color: #0c1224;
 color: #fff;
 padding: 20px;
 margin-top: 70px;
}

.balance-card {
 background: #1c2022 !important;
 color: #fff !important;
 border-radius: 10px;
 text-align: center;
 border: #aaa 1px solid !important;
 transition: transform 0.3s ease; /* Smooth zoom effect */
}

.balance-card:hover {
 transform: scale(1.05); /* Zoom in slightly */
}

.quick-actions .action-btn {
 width: 60px;
 height: 60px;
 font-size: 24px;
 background: #1c2022;
 color: #f0f0f0;
 border: #f1f1f1 1px solid !important;
}

.quick-actions .action-btn:hover {
 background: #777;
 color: #f0f0f0;
}

.expense-card {
 background-color: #1e1e1e;
 border-radius: 10px;
 color: #fff;
 padding: 20px;
}

.todos h5 {
 font-weight: bold;
}

.recent-transactions {
 height: 400px;
 overflow-y: auto;
 margin-bottom: 110px !important;
}

.recent-transactions h5 {
 font-weight: bold;
}

.bottom-nav {
 position: fixed;
 bottom: 0;
 width: 100%;
 background-color: #1e1e1e;
 padding: 10px 0;
 display: flex;
 justify-content: space-around;
}

/*MENU*/
.tdropdown-menu {
 position: absolute;
 top: 55px; /* Adjust depending on avatar size */
 right: 25px;
 background-color: #1c2022;
 color: #f1f1f1 !important;
 border: 1px solid #ccc;
 border-radius: 8px;
 padding: 10px;
 z-index: 1000000 !important;
 box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.tdropdown-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.tdropdown-menu ul li {
 padding: 10px;
 cursor: pointer;
}

.tdropdown-menu ul li:hover {
 background-color: #777;
 color: #f0f0f0 !important;
}

/*FOOTER*/
.footer {
 position: fixed;
 bottom: 0;
 width: 100%;
 display: flex;
 justify-content: space-around;
 background-color: #1c2022;
 padding: 10px 0;
 color: white;
 z-index: 1000;
}

.footer-item {
 display: block;
 text-align: center;
}

.footer-link {
 text-decoration: none;
 color: white;
 font-size: 14px;
}

.footer-link:hover {
 color: gold; /* Hover color */
}

.footer-link:active {
 color: gold;
}

.footer-link span {
 margin-top: 5px;
}

.footer-link i {
 font-size: 24px; /* FontAwesome icon size */
}

/*HEADER*/
.header {
 position: fixed; /* Make it fixed */
 top: 0; /* Fix it to the top */
 width: 100%; /* Full width */
 display: flex;
 justify-content: space-between;
 align-items: center;
 background-color: #0c1224;
 padding: 20px 20px;
 color: white;
 height: 60px;
 border-bottom: #3280f4 2px solid;
 z-index: 1000; /* Ensure it stays above other content */
 box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header-item {
 display: flex;
 align-items: center;
}

.back-button {
 cursor: pointer;
 font-size: 24px;
}

.logo img {
 height: 40px; /* Adjust logo size */
}

.avatar img {
 border-radius: 50%; /* Make the avatar round */
 width: 40px; /* Avatar width */
 height: 40px; /* Avatar height */
}
