body {
    background-color: #e3e3e3 !important;
}

#mainContainer {
    position: relative;
    min-height: 100vh;
    background-color: #f4f4f4;
    padding: 0;
}

.btn:focus,
.btn-close:focus {
    box-shadow: none !important;
}

.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: #000000de;
}

.loader-container .loader-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    background: white;
}

.loader-container .loader-content .logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.loader-container .loader-content .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loader .loading-title {
    font-size: 17px;
    margin-left: 6px;
}

.loader-head {
    display: none;
}

.header-container {
    width: 100%;
    height: 90px;
    background-color: #056ef8;
    color: white;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 10px;
    border-radius: 0 0 15px 15px;
}

.main-logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
}

.main-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.header-user {
    font-size: 17px;
    color: white;
}

.header-balance {
    position: absolute;
    background-color: white;
    right: 20px;
    border-radius: 10px;
    color: #007FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    padding-top: 2px;
    padding-bottom: 1.5px;
}

header {
    position: relative;
}

#symble {
    font-family: initial;
    background: #0058ff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
}

#balance {
    padding-right: 15px;
    font-weight: 600;
}

#balance {
    position: relative;
}

.scroll .title {
    color: #fff;
    background: #06cdff;
    float: left;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    z-index: 99;
}

.scroll a {
    color: black;
    font-size: 17px;
    text-decoration: none;
    margin: 5px 0 5px 7px;
    margin-right: 0px;
    margin-left: 7px;
    display: inline-block;
}

#owl-demo .item img {
    width: 100%;
    height: 200px;
}

.shortcut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    padding: 15px 0;
    position: relative;
}

.shortcut .icon img {
    width: 40px;
    height: 40px;
}

.shortcut .text {
    font-weight: 500;
    color: #000;
}

.logout-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.card-title {
    color: #000;
}

.income-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 0 4px #626262 inset;
    padding-left: 10px;
}

.view-btn {
    background-color: #900C3F;
    margin: 0;
    color: #fff;
    padding: 10px 8px;
    font-size: 14px;
    font-family: roboto;
    border-radius: 0 5px 5px 0;
    transition: 0.5s ease;
}

.view-btn:hover {
    background-color: #0072E5;
    color: #fff;
}

.income-text {
    font-family: roboto;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #046bf1;
    display: flex;
    align-items: center;
}

#back-button {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: white;
    font-size: 28px;
    height: 100%;
}

#title {
    font-family: roboto;
    font-size: 20px;
    color: white;
    width: 100%;
    margin-left: 20px;
}

.profile-top {
    height: 280px;
    background-image: url("../images/pg.jpg");
    background-size: contain;
    border-radius: 0 0 50px 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 60px;
    background-repeat: round;
}

.profile-top h4 {
    color: white;
}

.btn-groups {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.btn-groups a {
    display: block;
}

.custom-btn {
    background: linear-gradient(#32e62c, #26ad00);
    color: white;
    padding: 3px 10px;
    font-family: roboto;
    border-radius: 50px;
    border: none;
}

.profile-wrapper {
    padding-left: 18px;
    padding-right: 18px;
}

.profile-content {
    width: 100%;
    min-height: 100vh;
    background-color: white;
    border-radius: 10px 10px 0 0;
    margin-top: -40px;
    position: relative;
    padding: 10px;
}

.card-header.custom {
    background-color: #E2E6E7;
    color: black;
    font-family: roboto;
    font-size: 18px;
    padding: 4px 10px;
    border: none;
}

.card-body.custom {
    padding: 11px 10px;
    border: none;
}

.card.custom {
    margin-bottom: 10px;
}

.wrapper {
    padding: 8px;
}

.profile-picture-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.profile-picture-wrapper #user-image {
    width: 150px;
    height: auto;
    max-height: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    border-radius: 7px;
}

.profile-picture-wrapper #img-selector {
    position: absolute;
    bottom: 0;
    background-color: #00000080;
    width: 150px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    cursor: crosshair;
}

.profile-picture-wrapper #img-selector .bx {
    font-size: 35px;
    color: white;
    font-weight: bolder;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.w-0 {
    width: 0px;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 14px;
    height: 42px;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

.form-control:focus {
    border-color: #6777ef;
}

.round-link-header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.round-link-header .round-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.111);
    padding: 5px;
}

.round-link-header .round-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3px;
}

.round-link-header .round-title {
    font-size: 18px;
    color: black;
    font-family: arial;
}

.round-link-header .round-title span {
    position: absolute;
    right: 5px;
    font-size: 13px;
    background: #f70000;
    color: white;
    padding: 2px 15px;
    border-radius: 50px;
    top: 8px;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 1px white;
}

.card-header h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.custom-tabs {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px #7b7c7b inset;
}

.custom-tabs .nav-item {
    width: 50%;
}

.custom-tabs .nav-item .nav-link {
    width: 100%;
    font-size: 18px;
    font-family: arial;
    line-height: 19px;
    color: #262626;

}

.custom-tabs .nav-item .nav-link.active {
    border: none;
    margin: 0;
    border-radius: 9px;
    background: #007FFF;
    color: white;
}

.balance-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;

    border-radius: 5px;
    background: #3555ff;
    margin-bottom: 10px;
}

.balance-title {
    font-size: 16px;
    color: #fff;
    font-family: roboto;
    padding: 12px;
    background: green;
}

.wallet-balance {
    color: white;
    font-weight: 500;
    font-family: roboto;
    font-size: 16px;
    padding: 10px;
}

.balance-section.final {
    justify-content: center;
    background: cornflowerblue;
}

.balance-section.final .wallet-balance {
    font-size: 21px;
    color: white;
    font-weight: bold;
    font-family: roboto;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}

.sym {
    font-family: arial;
}

.indigator {
    position: absolute;
    top: 2px;
    right: 8px;
    background: red;
    color: white;
    font-family: roboto;
    font-size: 10px;
    font-weight: bolder;
    padding: 0px 8px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ffaa4f;
}

.floating_edit_btn {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 3px 9px;
    background: #0958bec9;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s ease;
}
.floating_edit_btn:hover {
    background: #003478c9;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.111);
}