* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--bs-font-light-black);
    overflow-x: hidden; /*This is to handle a select2 dropdown bug*/
}

#floating-button-pl {
	width:100%;
	position: sticky;
	bottom: 0;
	background-color: var(--bs-nav-background);
	color: var(--bs-primary);
	padding: 10px 20px;
	z-index: 1028;
    border: 0 !important;
}

.floating-button {
	display:block;
	width:90%;
	left: 0;
	right: 0;
	margin:0 auto;
	bottom: 20px;
	background-color: var(--bs-secondary);
	color: var(--bs-primary);
	font-weight: 500 !important;
	padding: 10px 20px;
	border-radius: 30px;
	cursor: pointer;
	z-index: 1029;
	border :0;
}
.floating-button svg{
    width: 1rem;
    height: 1rem;
    fill:currentColor;
    margin-left:10px;
    margin-bottom:3px;
}

.button-square{
	border-radius:0.25rem;
	border:1px solid var(--bs-primary);
}

pre {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h4,
span {
    display: inline;
}

.giant-header {
    font-size: 7rem;
}

a {
    text-decoration: none;
}

.btn-link {
    text-decoration: none;
}

.btn {
    position: relative !important;
}

td {
    vertical-align: middle;
}

p {
    margin: 0;
}

table p {
    margin: 0;
}

.table {
    margin: 0 !important;
}

footer {
    bottom: 0;
    min-height: 85px;
    /* Height of the footer */
    background: var(--bs-main-background);
}

#footer-container {
    padding: 0rem 4.5rem 0 4.5rem;
}

#footer-container ul {
    list-style-type: none;
}

#footer-container a {
    color: var(--bs-text-muted);
}

.container {
    padding: 0;
}

#main-content {
    padding: 0;
    background-color: var(--bs-main-background);
    min-height: 100vh;
    top: 70px;
}

/* Identitcal to main content without the sidebar margin in @media*/
#main-content2 {
    padding: 0;
    background-color: var(--bs-main-background);
    min-height: 100vh;
    top: 70px;
}

#main-container {
    padding: 6rem 5rem 3rem 5rem;
}

#main-container #forgot_password_pl {
    max-width: 800px;
    margin: 0 auto;
}

#main-container #account_pl {
    max-width: 800px;
    margin: 0 auto;
}

#main-container #loan_pl {
    max-width: 800px;
    margin: 0 auto;
}

#main-container #pro_account_pl {
    max-width: 800px;
    margin: 0 auto;
}

#main-container #help_pl {
    max-width: 800px;
    margin: 0 auto;
}

.btn-outline-orange:hover {
    background: transparent;
    color: var(--bs-orange)
}

.btn-outline-primary:hover {
    background: transparent;
    color: var(--bs-primary)
}

.btn-outline-secondary {
    color: #495057
}

.btn-input-label-color {
    border: 1px solid #ced4da !important
}

.font-bold {
    font-weight :800 !important;
}

#account_bal_table .gold-dot::before {
    content: '';
    background-color: var(--bs-gold);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#account_bal_table .silver-dot::before {
    content: '';
    background-color: var(--bs-silver);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#account_bal_table .green-dot::before {
    content: '';
    background-color: var(--bs-green);
    margin-top: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#account_bal_table .green-triangle {
    display: flex;
    gap: 6px;
    align-items: start;
    margin-top: 1.5px;
    margin-left: 1rem;
}

#account_bal_table .green-triangle::before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid var(--bs-green);
    margin-top: 3px;
}

#account_bal_table .col {
    padding: 0 0 0 1rem;
}

#account_bal_table .row {
    padding: 0 2rem;
}

#account_bal_table td {
    padding: 1rem 0;
}

#account_bal_table #user_total_asset_ag {
    white-space: nowrap;
}

#account_bal_table #user_total_asset_au {
    white-space: nowrap;
}

#account_bal_table .user_cash_wallet_val {
    white-space: nowrap;
}

#redeem_input_table td:nth-child(2) input {
    min-width: 2rem;
    max-width: 5rem;
}

.message_box_note div {
    position: relative;
    background-color: var(--bs-notice-grey)
}

.message_box_note_left div:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: auto;
    left: 20px;
    top: -20px;
    bottom: auto;
    border: 10px solid;
    border-color: transparent transparent var(--bs-notice-grey) var(--bs-notice-grey);
}

.message_box_note_right div:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: -20px;
    bottom: auto;
    border: 10px solid;
    border-color: transparent var(--bs-notice-grey) var(--bs-notice-grey) transparent;
}

.alert_sm {
    padding: 1.5rem 1.5rem;
}

.default-bg-image {
    background-image: url('/public/media/images/SM_Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #29124D;
}

.feeerror span{
    color:#dc3545;
    white-space: normal;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
	right: 0;
	 */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 1300;
    /* Behind the navbar */
    padding: 0;
    /* Height of navbar */
    /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
    box-shadow: inset -1px 0 0 rgba(7, 30, 236, 0.1);
    background-color: var(--bs-nav-background);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 60px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

#sidebar_nav_list .nav-link {
    padding: 1rem;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: hsla(0, 0%, 100%, .45);
    display: flex;
    flex: nowrap;
    align-items: center;
}

#sidebar_nav_profile {
    background-color: var(--bs-primary);
}

#sidebar_nav_profile .row {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: white;
}

#outer_avatar {
    border-radius: 50%;
    background-color: var(--bs-orange);
    width: 53px;
    height: 53px;
}

#inner_avatar {
    border-radius: 50%;
    background-color: var(--bs-primary);
    width: 45px;
    height: 45px;
}

#sidebar_nav_list .nav-link:hover {
    color: var(--bs-white);
}

#sidebar_nav_list .nav-item.active {
    background-color: var(--bs-primary);
}

#pro_account_banner {
    background: rgb(108, 36, 101, 0.4);
    color: white;
    border: 2px solid rgb(214, 132, 94, 0.4);
    border-radius: 1rem;
}

#main-container #asset_transfer_pl {
    max-width: 800px;
    margin: 0 auto;
}

/* Icons */

#cvv_card_icon {
    width: 3rem;
    height: 3rem;
}

#help_pl #intercom_svg {
    width: 1.2rem;
    height: 1.2rem;
}

.help_icon {
    border-radius: 50%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
}

.help_icon svg {
    fill: var(--bs-primary);
    height: 34px;
    width: 34px;
}

.icon_pulse {
    position: relative;
    animation: pulse 1.5s 5;
    z-index: 999;
}

.default-svg {
    width: 4rem;
    height: auto;
    fill: var(--bs-primary);
    margin: 2rem;
}

@keyframes pulse {
    0% {
        background: rgba(107, 36, 101, 0.2);
        box-shadow: 0 0 0 0 rgba(107, 36, 101, 0.15);
    }
    70% {
        background: rgba(107, 36, 101, 0.2);
        box-shadow: 0 0 0 30px rgba(107, 36, 101, 0.2);
    }
    100% {
        background: rgba(107, 36, 101, 0.2);
        box-shadow: 0 0 0 0 rgba(107, 36, 101, 0.2);
    }
}

.modal_notification_icon svg {
    width: 6rem;
    height: auto;
    margin: 0 auto;
}

#sidebar_nav_list .nav-item svg {
    width: 1.1rem;
    height: auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

#sidebar_nav_list .nav-item:hover svg {
    color: var(--bs-orange);
}

#sidebar_nav_list .nav-item.active svg {
    color: var(--bs-orange);
}

#deposit-card col {
    margin: 0;
}

#deposit-card .card-body svg {
    width: 2.5rem;
    height: auto;
    margin: 1rem;
    color: var(--bs-primary);
}

#deposit-card .arrow_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#deposit-card .arrow_svg svg {
    margin: 0;
    width: 1.5rem;
    height: auto;
    color: var(--bs-primary);
}

.fee_svg {
    border-radius: 50%;
    padding: 0.4rem;
    background-color: var(--bs-primary-trans);
}

.fee_svg svg {
    color: var(--bs-primary);
    width: 27px;
    height: auto;
}

.arrow_svg svg {
    fill: var(--bs-secondary)
}

.how-to-content svg {
    fill: var(--bs-primary);
    height: 4rem;
    width: auto;
    margin-bottom: 1.5rem;
}

.how-to-content .arrow_svg svg {
    fill: var(--bs-secondary);
    height: auto;
    width: 2.7rem;
    margin-bottom: 0;
}

.how-to-notice {
    line-height: 1.2rem;
}

#sidebar_nav_list .nav-item.active .nav-link {
    color: var(--bs-white);
}

.sidebar-heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0.5rem 0;
}

/* Navbar */

.navbar-brand {
    height: 72px;
    padding: 1rem;
    font-size: 1rem;
    display: block;
    width: 100%;
    background-color: var(--bs-nav-background);
    background-image: url("/public/media/images/sm-logo-white.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50%;
}

#main_centered_logo {
    background-image: url("/public/media/images/sm-logo-white.svg");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 0 auto;
    height: auto;
    max-width: 400px;
}

.navbar .navbar-toggler {
    top: 1rem;
    left: 1rem;
    z-index: 1301;
}

.navbar {
    height: 72px;
    padding: 1rem;
}

.dropdown-menu {
    width: 265px;
}

#profile_dropdown [data-bs-toggle] {
	height:40px;
	width:230px;
}

.dropdown-menu[data-bs-popper] {
    top: 65px;
    left:-28px;
}

/* Progress Bar */

#account_portfolio_chart {
    display: flex;
    /* margin:47px auto; */
    height: 120px;
    width: 120px;
    ;
    border-radius: 50%;
}

#inner_circle {
    transform: translate(16.5%, 16.5%);
    position: relative;
    background-color: white;
    z-index: 2;
    height: 90px;
    width: 90px;
    ;
    border-radius: 50%;
    box-shadow: none;
}

.icon-big {
    width: 50px;
    height: 50px;
}

#registration_tnc_modal ul {
    list-style-type: none;
}

#login_registration_content .card {
    min-width: 700px;
    max-width: 700px;
}

#login_registration_content #login_card {
    min-width: 0;
    max-width: 450px;
}

#registration_card .radio_button {
    display: flex;
    align-items: center;
    margin: 0;
}

#registration_card .radio_button p {
    margin: 0 0 0 0.3rem;
}

#registration_card #company_file_uploads .input-group {
    margin-bottom: 0.3rem;
}

#account_type_page button:hover {
    border-color: var(--bs-primary);
}

#registration_card #declarations .declaration-radio {
    display: flex;
    border-bottom: 1px solid gainsboro;
    gap: 50px;
    align-items: center;
}

#registration_card #declarations div:nth-child(6) {
    border-bottom: 3px solid gainsboro;
}

#registration_card #declarations div:nth-child(7) {
    display: block;
    border-bottom: 3px solid gainsboro;
}

#registration_card #declarations div input[type=radio] {
    margin-right: 9px;
}

#declarations div input[type=radio] {
    margin-right: 9px;
}

#registration_card .form-check-label p {
    margin: 0;
}

#registration_card {
    z-index: 0;
    border: none;
    position: relative
}

#registration_card .card-body {
    padding: 0
}

#registration_card fieldset:not(#joint-details){
    padding: 2rem;
}

#registration_card #joint-details .form-group{
    padding-left: 2rem;
    padding-right: 2rem;
}

#registration_card #joint-details #personal_document_selector .form-check .form-group{
    padding-left: 0rem;
    padding-right: 0rem;
}

#registration_card #joint-details #second_person_title{
    padding:2rem 2rem 1rem 2rem;
}

#registration_card .bg-notice-grey{
    margin-bottom:2rem;
    padding:1rem 2rem;
}

#registration_card #personal_document_selector{
    padding-bottom:2rem;
}											  	
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 5rem 2.5rem 5rem;
}

.progressbar::before,
.progress_active {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: 1
}

.progress_active {
    background-color: var(--bs-primary);
    width: 0%;
    transition: 0.3s
}

.progress-step {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    line-height: 10px;
}

#login-progress::before {
    content: url("/public//media/images/login-circle-fill.svg");
}

#personal-progress::before {
    content: url("/public//media/images/contacts-fill.svg");
}

#personal-progress-one::before {
    content: url("/public//media/images/contacts-fill-1.svg");
}

#joint-progress::before {
    content: url("/public//media/images/contacts-fill-2.svg");
}

#contact-progress::before {
    content: url("/public//media/images/mail-add-fill.svg");
}

#company-progress::before {
    content: url("/public//media/images/building-fill.svg");
}

#declaration-progress::before {
    content: url("/public//media/images/quill-pen-fill.svg");
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 1rem;
    word-wrap: break-word;
    width: 100%;
    color: #666;
    text-align: center;
}

.progress-step-active {
    background-color: var(--bs-primary);
    color: #f3f3f3
}

.table-responsive {
    padding: 0;
}

.card-header {
    padding: 1rem 2rem;
    min-height: 4.4rem;
    font-size: 1.2rem;
    display: flex;
    flex: nowrap;
    align-items: center;
}

.card .nav-link {
    font-size: 1.2rem;
}

.card-body {
    padding: 1.5rem 2rem;
}

.card-footer {
    padding: 1.5rem;
}

.card-body .form-group {
    margin: 0 0 1.5rem 0;
}
.form-group{
    position:relative;
}						   

.card p {
    padding: 0;
}

.modal .btn-close {
    position: absolute;
    right: 1.2rem;
}

.modal-backdrop {
    z-index: 2999;
}

.modal-header {
    padding: 1rem 2rem;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-card-body-padding {
    padding: 2rem 2rem;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.modal-footer div {
    display: flex;
    flex: nowrap;
    width: 50%;
    gap: 1rem;
}

.modal {
    z-index: 3000;
}

.confirmation-table td {
    width: 50%;
}

.spotlight-card {
    padding: 1rem 1.5rem;
    border-radius: 5px;
    border: none;
}

.spotlight-card p {
    white-space: nowrap;
}

.spotlight-card h3 {
    white-space: nowrap;
}

.spotlight-card a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem rgb(0 0 0 / 13%);
}

.dashboard_trans_pl {
    background-color: var(--bs-card-dark-grey);
}

.dashboard_trans_pl .col {
    padding: 0.4rem;
}

.dashboard_trans_pl .col .card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 2rem 1rem;
}

.dashboard_trans_pl .col .card p {
    margin: 8px 0 5px 0;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.main_svg_bullion {
    border-radius: 50%;
    padding: 0.4rem;
    background-color: var(--bs-light-yellow);
}

.main_svg_bullion svg {
    color: var(--bs-dark-yellow);
    width: 27px;
    height: auto;
}

.main_svg_cash {
    border-radius: 50%;
    padding: 0.4rem;
    background-color: var(--bs-light-green);
}

.main_svg_cash svg {
    color: var(--bs-dark-green);
    width: 27px;
    height: auto;
}

#dashboard_user_card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dashboard_user_card svg {
    margin: 0 auto;
    color: var(--bs-primary);
    width: 60px;
    height: auto;
}

.spotprice-card {
    padding: 2rem 2rem;
}

.spotprice-card p {
    letter-spacing: 1.2px;
    font-size: 13px;
    margin: 1rem 0;
}

.spotprice-card .h3 {
    font-size: 28px;
    font-weight: 400;
}

#dashboard_data .spotprice-card {
    padding: 0.5rem 0;
}

#dashboard_data .spotprice-card .h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0.3rem 0;
}

#dashboard_data .spotprice-card p {
    margin: 0.3rem 0;
}

.history-card .card-body {
    min-height: 350px;
}

.history-table {
    min-height: 60px;
}

.history-table table {
    margin: 0;
}

#tx_actions div {
    display: flex;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
}

#tx_actions {
    max-width: 120px;
}

#dashboard_history {
    max-height: 535px;
}

#dashboard_data .dashboard_card {
    min-height: 535px;
    height: 100%;
}

#account_type_form .col {
    text-align: center;
    margin: 0 auto;
}

.input-group-text {
    width: 65px;
    justify-content: center;
    align-items: center;
}

.purple_notice_card {
    background-color: #FAFAFC;
    border: 2px solid #EFE9EF;
}

.password_requirement_card ul,.purple_notice_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.password_requirement_card ul p,.purple_notice_card ul p {
    margin-left: 2.5rem;
}

.password_requirement_card ul li,.purple_notice_card ul li {
    padding: 0.7rem 0;
    position:relative;
    margin-left:25px;
}

.password_requirement_card .pass_x:before {
    content: url("/public/vendor/bootstrap-icons/icons/x-circle-fill.svg");
    margin: 2px 0px 5px -25px;
    float: left;
}

.password_requirement_card .pass_check:before,.purple_notice_card .pass_check:before {
    content: url("/public/vendor/bootstrap-icons/icons/green-check-circle-fill.svg");
    margin: 2px 0px 5px -25px;
    float: left;
}

.password_requirement_card .no_check:before {
    content: url("/public/vendor/bootstrap-icons/icons/grey-check-circle-fill.svg");
    margin: 2px 0px 5px -25px;
    float: left;
}

.card-danger {
    border: none;
}

.card-danger .card-header {
    color: var(--bs-alert-red-text);
    background-color: var(--bs-alert-red-background);
    border-bottom: 1px solid white;
}

.card-danger .card-body {
    color: var(--bs-font-light-black);
    background-color: var(--bs-alert-red-background);
    font-weight: 400;
}

.card-danger .card-body p {
    margin: 0;
}

.table-col-padding td:first-child {
    padding-left: 2rem;
}

.table-col-padding td:last-child {
    padding-right: 2rem;
}

.toast {
    position: fixed;
    padding: 1rem;
    top: 80px;
    right: 10px;
    z-index: 9999;
    background-color: var(--bs-danger);
    color: white;
    width: 99.5%;
}

.form-group label {
    padding-bottom: 0.5rem;
}

.pill {
    border-radius: 16px;
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
    background-color: white;
}

.pending-pill {
    color: var(--bs-dark-yellow);
    background-color: var(--bs-light-yellow);
}

.paid-pill {
    color: var(--bs-dark-yellow);
    background-color: var(--bs-light-yellow);
}

.cancelled-pill {
    color: var(--bs-danger);
    background-color: var(--bs-alert-red-background);
}

.completed-pill {
    color: var(--bs-dark-green);
    background-color: var(--bs-light-green);
}

.market-closed-pill {
    background-color: var(--bs-silver);
    padding: 1px 0;
    text-align: center;
}

.loader-cover {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 2;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.pre-loader-dot {
    display: inline-flex;
    flex: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.pre-loader-dot span {
    width: 8px;
    height: 8px;
    display: inline-flex;
    background: #000;
    border-radius: 100%;
    -webkit-animation: preloader 1s linear infinite alternate;
    -o-animation: preloader 1s linear infinite alternate;
    animation: preloader 1s linear infinite alternate;
}

.pre-loader-dot.pre-loader-white span {
    background: #ffffff;
}

.pre-loader-dot span:nth-child(1) {
    animation-delay: -0.8s;
}

.pre-loader-dot span:nth-child(2) {
    animation-delay: -0.5s;
}

.pre-loader-dot span:nth-child(3) {
    animation-delay: -0.2s;
}

@keyframes preloader {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.pre-loader-sm {
    border-radius: 10px;
    height: 10px;
    margin: 5px;
    background: linear-gradient(90deg, #0000 20%, rgba(250, 250, 250, 0.7) 30%, #0000 70%) rgba(248, 248, 248, 0.2);
    background-size: 300% 100%;
    animation: shine 0.5s infinite;
}

.pre-loader-sm-cc {
    border-radius: 10px;
    height: 10px;
    margin: 5px;
    background: linear-gradient(90deg, #0000 20%, rgba(250, 250, 250, 0.7) 30%, #0000 70%) rgba(248, 248, 248, 0.2);
    background-size: 300% 100%;
    animation: shine 0.5s infinite;
}

.password_eye_toggle:hover {
    cursor: pointer;
}

#tx_history_date_dropdown {
    min-width: 220px;
}

.dataTables_filter {
    float: left !important;
}

.dataTables_length label {
    float: right !important;
}

#trans_history_table_length label {
    float: right !important;
}

#stackermarket-pro-card #stackermarket-card-image {
    border-radius: 15px;
    width: 70%;
}

#stackermarket-pro-card #p_annual_fee {
    font-size: 16px;
}

.upload_file_descriptor {
    font-size: 17px;
    font-weight: 400px;
    display: flex;
    align-items: center;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    width: 25%;
    min-width: 115px;
    border-radius: 6px;
}

.upload_file_descriptor::before {
    content: "";
    background-image: url("/public/media/images/paperclip-white.svg");
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

.upload_file_descriptor:hover {
    cursor: pointer;
}

/*Replaces file input with a customizable label*/
.custom_file_upload{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom_file_upload + label {
    font-size: 1.25rem;
    cursor: pointer;
    border: 1 solid #6c757d;
    border-radius:6px;
    text-overflow: ellipsis;
    overflow: hidden; 
    display:inline-block;
    background-color: #fff;
}

.was-validated input[type=file].custom_file_upload:invalid + label.input-group-text, input[type=file].custom_file_upload.is-invalid + label.input-group-text {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated input[type=file].custom_file_upload:invalid:focus + label.input-group-text, input[type=file].custom_file_upload.is-invalid:focus + label.input-group-text {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.banner {
    border-radius: 5px;
    background-color: var(--bs-primary);
    border-right: 0.8rem solid #581652;
    border-bottom: 0.8rem solid #581652;
    text-align: center;
    position: relative;
    display: flex;
    flex: nowrap;
    justify-content: center;
}

.gold-banner {
    background-color: var(--bs-light-yellow);
    border-right: 0.3rem solid var(--bs-dark-yellow);
    border-bottom: 0.3rem solid var(--bs-dark-yellow);
}

.silver-banner {
    background-color: var(--bs-notice-light-grey);
    border-right: 0.3rem solid var(--bs-silver);
    border-bottom: 0.3rem solid var(--bs-silver);
}

.site-banner {
    min-height: 8.5rem;
}

.site-banner img {
    height: 5rem;
    width: auto;
    position: absolute;
    top: -20px;
}

.site-banner a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: nowrap;
}

.site-banner p {
    margin-top: auto;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    padding-bottom: 20px;
    padding-top: 4rem;
}

#resend_otp_button:hover {
    cursor: pointer;
}

.success_icon {
    background-image: url(/public/media/images/success.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50%;
    display: block;
    height: 5rem;
    width: 5rem;
}

.warning_icon {
    background-image: url(/public/media/images/exclamation.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50%;
    display: block;
    height: 5rem;
    width: 5rem;
}

.error_icon {
    background-image: url(/public/media/images/error.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50%;
    display: block;
    height: 5rem;
    width: 5rem;
}

.radio-icon {
    position: relative;
}

.radio-icon svg {
    width: 2.7rem;
    height: 2.7rem;
    fill: #707070;
    margin: 0.7rem;
}

.radio-icon input[type=radio] {
    margin: 0;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
}

#card_month_input {
    min-width: 6rem;
}

#card_year_input {
    min-width: 6rem;
}

.pro_account_svg_tick {
    border-radius: 50%;
    padding: 0.4rem;
    background-color: white;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_account_svg_tick svg {
    color: var(--bs-primary);
    width: 4rem;
    height: auto;
}

.pro_account_button {
    background: var(--bs-primary-trans);
    color: var(--bs-primary);
    width: 170px;
    font-size: 1rem;
}

.pro_account_button:hover {
    color: var(--bs-primary);
}

.inventory_table{
	border-collapse: separate;
	border-spacing:5px;
}

.inventory_table tbody{
	margin: 0 -15px;
	display: block;
	border-spacing: 10px;
}

#asset_transfer_form .inventory_table{
	overflow:hidden;
}

#asset_transfer_form .inventory_table tbody{
	overflow:auto;
}

.inventory_table td:first-child .form-group{
	margin-left:1px;
}

.inventory_table td{
	padding:0;
}

.inventory_table tr > *:nth-child(1) { width:15%; }
.inventory_table tr > *:nth-child(2) { width:60%; }
.inventory_table tr > *:nth-child(3) { width:20%; }
.inventory_table tr > *:nth-child(4) { width:10%; }

#days_progressbar {
    height: 8px;
    border-radius: 1rem;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    width: 0px;
    margin: 0px;
    padding: 0px;
}

input[type=file]::file-selector-button {
    visibility: hidden;
    width: 0px;
    margin: 0px;
    padding: 0px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.1);
    /* IE */
    -moz-transform: scale(1.1);
    /* FF */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    background-color: white !important;
}

input[type=checkbox]:checked {
    background-color: var(--bs-primary) !important;
}

input[type=radio] {
    width: 1rem;
    height: 1rem;
}

input[type=radio] {
    margin-right: 1.5rem;
    width: 1rem;
    height: 1rem;
}

/*iframe loader*/
.loader-container {
    position: absolute;
    top: 50%; /* Position it vertically in the middle */
    left: 50%; /* Position it horizontally in the middle */
    transform: translate(-50%, -50%); /* Center it precisely */
  }
  
  .loader {
    border: 4px solid #f3f3f3; /* decrease border thickness */
    border-radius: 50%;
    border-top: 4px solid #581652; /* decrease top border thickness */
    width: 30px; /* decrease width */
    height: 30px; /* decrease height */
    animation: spin 1s linear infinite; /* animation to spin the loader */
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

@keyframes shine {
    0% {
        background-position: right;
    }
    /*100% {
	background-position: left; it's the default value, no need to define it
	}*/
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes fill_chart {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@keyframes fill_chart {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #small_icon{
        display: none;
    }
}

@media (max-width: 992px) {
    .sidebar {
        top: 72px;
        display: block;
    }
    .navbar-brand {
        display: none;
    }
    #small_icon{
        display: flex;
    }
    #main-container {
        min-width: 90%;
    }
    #transaction_history_pl {
        min-width: 100%;
    }
    #fees_page [class*="col-"] {
        margin-bottom: 1rem;
    }
    #footer-container {
        justify-content: center;
    }
    #main-container {
        padding: 6rem 0.5rem 2rem 0.5rem;
    }
    .progress-step::after {
        width: 20%;
        line-height: 10pt;
    }
    .progressbar {
        margin: 1.5rem 5rem 3.5rem 5rem;
    }
}

@media (max-width: 767.98px) {
    .card-body .row {
        padding: 1rem 0.5rem;
        /* min-height: 80px; */
    }
    #main-container {
        min-width: 90%;
    }
    #transaction_history_pl {
        min-width: 100%;
    }
    #login_registration_content .card {
        min-width: 0;
        width: 90vw;
    }
}

@media (max-width:576px) {
    footer {
        height: 100%;
	max-height:300px;
    }
    .dataTables_filter {
        float: none !important;
        margin: 5px;
    }
    #main-container {
        min-width: 90%;
    }

    #trans_history_table_length label {
        float: none !important;
    }
    #footer-container {
        padding: 2rem 1rem;
    }
    .toast {
        top: 20px;
        right: 10px;
    }
    #registration_card #declarations .declaration-radio {
        display: flex;
        border-bottom: 1px solid gainsboro;
        gap: 5px;
        align-items: center;
    }
    .progressbar {
        margin: 0.7rem 0.5rem 0.7rem 0.5rem;
    }
    .progress-step::after {
        content: "";
    }
}

@media (min-width: 1800px) {
    #sidebarMenu {
        width: 300px;
    }
    #main-content {
        margin-left: 300px !important;
        width: calc(100% - 300px);
        max-width: calc(100vw - 300px);
    }
    body {
        max-width: calc(100vw);
    }
    #login_registration_content {
        width: 100%;
    }
}

.selecttrandk{
    display: block;
    /* visibility: visible; */
}
.selecttranmb{
    display: none;
    /* visibility: hidden; */
}

@media (max-width: 991.50px) {
    .sidebar {
        top: 72px;
        display: block;
    }
    .navbar-brand {
        background-size:200px;
    }
    #sidebar_nav_list .navbar-brand {
	    height:100px;
    }
    .navbar-brand-fractions {
        background-size:200px;
    }
    #sidebar_nav_list .navbar-brand-fractions {
	    height:100px;
    }
    #main-container {
        min-width: 90%;
    }
    #transaction_history_pl {
        min-width: 100%;
    }
    #fees_page [class*="col-"] {
        margin-bottom: 1rem;
    }
    #footer-container {
        justify-content: center;
    }
    #main-container {
        padding: 6rem 0.5rem 2rem 0.5rem;
    }
    .progressbar {
        margin: 1.5rem 3rem 1.5rem 3rem;
    }
    .selecttrandk{
        display: none;
        /* visibility: hidden; */
    }
    .selecttranmb{
        display: block;
        /* visibility: visible; */
    }
    
}

@media (max-width:576px) {
    footer {
        height: 100%;
	max-height:300px;
    }
    .dataTables_filter {
        float: none !important;
        margin: 5px;
    }
    .dataTables_filter label {
        font-weight: 500p !important;
    }
    #main-container {
        min-width: 90%;
    }
    .dataTables_length label {
        float: none !important;
        font-weight: 500 !important;
    }
    #footer-container {
        padding: 2rem 1rem;
    }
    .toast {
        top: 20px;
        right: 10px;
    }
    #registration_card #declarations .declaration-radio {
        display: flex;
        border-bottom: 1px solid gainsboro;
        gap: 5px;
        align-items: center;
    }
    .progressbar {
        margin: 0.7rem 0.5rem 0.7rem 0.5rem;
    }
}

#main_centered_logo_both {
    background-image: url("/public/media/images/sm-logo-white.svg");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 1rem auto;
    height: auto;
    max-width: 400px;
}

#gold_history_table, #silver_history_table, #cash_history_table {
    table-layout: fixed;
    width: 100%;
}
#gold_history .table-responsive, 
#silver_history .table-responsive,
#cash_history_table .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-align {
table-layout: auto; /* Flexible column widths */
width: 100%; /* Full container width */
border-collapse: collapse; /* Clean border spacing */
}
@media (max-width: 991px) {
    .table-responsive {
        overflow-x: auto; /* Enable horizontal scrolling */
        overflow-y: hidden; /* Only horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
    }

    .table-align {
        min-width: 700px; /* Ensure scrollable width for small screens */
    }
}

/* Select 2 Options */
/* Adjust selected text height of select + padding left */
.select2-selection__rendered {
    line-height: 40px !important;
    margin-left: 10px;
}
/* Adjust height of container */
.select2-container .select2-selection--single {
    height: 41px !important;
}
/* Adjust height of arrow + padding right */
.select2-selection__arrow {
    height: 41px !important;
    margin-right: 10px !important;
}
/* Set dynamic width */
.select2-container {
    width: 100% !important;
}
/* Input field */
.select2-selection__rendered { 
    font-size:17.5px;
    font-weight: 400;
}
/* Search field */
.select2-search input { 
    color: var(--bs-gray-dark) !important;
}
/* Higlighted (hover) result */
.select2-results__option--highlighted {
    background-color: var(--bs-primary) !important;
}
/* Border color - follow bootstrap select computed color */
.select2-selection {
  border-color: #ced4da !important;
}
.select2-hidden-accessible { position: fixed !important; }

/* Select 2 parent is set to container-fluid so that it doesn't overflow on mobile */
.container-fluid{
    position:relative !important;
}
/* Hide disabled select 2 options */
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}