body{
    background: #1b2127 !important;
}
.azeret_font {
    font-family: 'Azeret Mono' !important;
}
.manrop_font {
    font-family: 'Manrope' !important;
}
.btn-canvas {
    width: auto !important;
    background: #1b1b1b00 !important;
}
.tcul_status {
    border-radius: 8px !important;
    padding: 4px 10px !important;
    color: #ADFF38 !important;
    background-color: #066f7d !important;
}

.h-42 {
    height: 42px !important;
}

.h-44 {
    height: 44px !important;
}
select {
    background: #003841;
}
/* .market-page .btn-canvas.active {
    left: 15px;
} */
.tf-card-article {
    background: #004750;
}
#history .inner-content .widget-history {
    background: #004750 !important;
}
.product-item {
    background: #004750 !important;
}
/* .btn-canvas {
    display: block !important;
    left: 25px !important;
    width: fit-content !important;
    padding: 40px 30px 90px 30px !important;
    background: #1B2127 !important;
    top: 0 !important;
} */
.content-tabs .wrapper-content .inner-content {
    max-width:100%;
}
.themesflat-container {
    width: 100%;
}
.heading-section .tf-title {
    font-size: 22px !important;
    line-height: 26px !important;
}
.modal-body h2 {
    font-size: 22px;
}
.h40 {
    height: 40px !important;
}
.qr-code{
    width: 250px !important;
}
.transaction-margin::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Invert colors to make it white */
}
.dropdown .btn-secondary {
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.tcul_store {
    width: 180px !important;
}
.widget-income {
    padding: 40px 40px 30px 40px;
}
.widget-income .title {
    font-size: 32px;
    line-height: 42px;
    max-width: 100%;
}
.action__body h2 {
    max-width: 100%;
}
/* Copy UPI Field */
.input-container {
    position: relative;
    /* display: inline-block; */
}
.input-container input {
    padding-right: 30px; /* Adjust based on button size */
}
.tcul_btn1{
    display: flex !important;
    padding: 10px 12px !important;
    height: 36px !important;
    background-color: rgb(0 107 121) !important;
}
.input-container .copy-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #005b69;
    color: white;
    padding: 5px 16px;
    cursor: pointer;
    border-radius: 10px;
}
.tcul_tab{
    height: 40px;
    padding: 10px 11px 9px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    cursor: pointer;
}
.tcul_active_tab{
    font-size: 14px;
    line-height: 17px;
    background-color: rgba(172, 255, 56, 1);
    color: rgba(22, 22, 22, 1);
    border-radius: 14px;
}
.tcul_active_li{
    color: #acff38 !important;
}
#my-account-tab svg path,
#change-password-tab svg path {
    fill: white; /* Default color */
}

#my-account-tab.tcul_active_tab svg path,
#change-password-tab.tcul_active_tab svg path {
    fill: red; /* Active tab color */
}

.tcul_pay_mode{
    font-size: 14px;
    line-height: 17px;
    background-color: #acff38;
    color: rgba(22, 22, 22, 1);
    border-radius: 14px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background-color: rgba(172, 255, 56, 1);
    color: rgba(22, 22, 22, 1);
}
.input-container .copy-btn:hover {
    background-color: #5fa100;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background: #003841 !important;
    color: #dfdfdf !important;
}
.action__body {
    padding: 20px 40px !important;
    border-radius: 20px !important;
}
#market-header {
    padding-bottom: 20px !important;
}









/* Mobile Media query */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px !important;
    }
    .market-header .widget-search {
        display: none !important; 
    }
}

@media (max-width: 1440px) {
    /* #page.market-page {
        padding: 132px 40px 40px 40px !important;
    } */
    .content-tabs .wrapper-content .inner-content {
        max-width: 100% !important;
    }
}
@media screen and (min-width:321px) and (max-width:481px) {
    /* #page.market-page {
        padding: 132px 17px 40px 16px !important;
    } */
}
@media (max-width: 768px) {
    .market-header .widget-search {
        display: block !important; 
    }
}
/* Custom Classes */
.text-dark{
    color: #313131 !important;
}
.fs_12{
    font-size: 12px !important;
}
.fs_14{
    font-size: 14px !important;
}
.fs_16{
    font-size: 16px !important;
}
.fs_18{
    font-size: 18px !important;
}
.fs_20{
    font-size: 20px !important;
}
.lh_12{
    line-height: 14px !important;
}
.lh_14{
    line-height: 16px !important;
}
.lh_16{
    line-height: 18px !important;
}
.lh_18{
    line-height: 20px !important;
}
.lh_20{
    line-height: 22px !important;
}
.lh_22{
    line-height: 24px !important;
}
.lh_24{
    line-height: 26px !important;
}
.lh_26{
    line-height: 28px !important;
}
.lh_28{
    line-height: 30px !important;
}
.lh_30{
    line-height: 32px !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.fw_300{
    font-weight: 300 !important;
}
.fw_400{
    font-weight: 400 !important;
}
.fw_500{
    font-weight: 500 !important;
}
.fw_600{
    font-weight: 600 !important;
}
.fw_700{
    font-weight: 700 !important;
}
.fw_800{
    font-weight: 800 !important;
}
.fw_900{
    font-weight: 900 !important;
}
.rounded_4{
    border-radius: 4px !important;
}
.rounded_8{
    border-radius: 8px !important;
}
.rounded_12{
    border-radius: 12px !important;
}
.rounded_16{
    border-radius: 16px !important;
}
.rounded_20{
    border-radius: 20px !important;
}
.rounded_100{
    border-radius: 100px !important;
}