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

html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    /*font-family: 'Inter', sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Urbanist';
    color: var(--bs-font-light-black);
    overflow-x: hidden;
}
.bannertop{
    position: sticky;
    top: 72px;
    right: 0;
    left: 0;
    width:100%;
    z-index: 1029;
    background-color:var(--bs-primary);
    color:white;
}

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

.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);
}
.custom-form-group {
    position: relative;
    display: flex;
    margin: 0 0 0.5rem 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 800;
}

.custom-form-group > label, .custom-form-group > div{
    text-align: start;
    width: 50%;
}

.custom-form-group > input {
    width: 50%;
}

/*Lawrence add in for font-weight*/
@media only screen and (max-width: 800px) {

    /* Remove padding top for available quantity text. */
    #preferred_price_table .preferred_qty_available, #buysell_table .avqty{
        padding-top:13px !important;
        text-align:end !important;
    }

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
    display: block;
    }
     
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }
     
    /* #no-more-tables tr { border: 1px solid #ccc; } */
      
    .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
    width: 100% !important;
    }
     
    .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 22px;
    left: 24px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: 500;
    }

    .no-more-tables td.avqty:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 20px;
        left: 24px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: 500;
    }

    .no-more-tables td.preferred_qty_available:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 17px;
        left: 24px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: 500;
    }
     
    /*Label the data*/
    .no-more-tables td:before { 
        content: attr(data-title); }
    }
.avvalue {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #f8f9fb;
    background-clip: padding-box;
}

.font-regular {
    font-weight :400 !important;
}

.font-medium {
    font-weight :400 !important;
}

.font-semibold {
    font-weight :500 !important;
}

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

.total-balance {
    font-size: 16px;
}

.feecolor {
    color:#3B6E8D;
}

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

.errorcolor{
    color:#dc3545;
}

#preferred_price_table .preferred_qty_available, #buysell_table .avqty {
    padding-top:20px;
    text-align:start;
}

#buysell_table td{
    vertical-align:top;
}

.buysellbtn {
    font-size: 17px;
}


.selectedColl{
    border:2.5px solid var(--bs-primary) !important;
    /*background-color:var(--bs-primary-trans);
    border-radius:5px;*/
}

.noselectedColl{
    border:2.5px solid #ffffff !important;
    border-radius:100px;
    /* border: 2px solid #8AC007; */
}
    

pre {
    font-size: 14px;
    font-family: 'Urbanist';
    margin: 0;
}

h4,
span {
    display: inline;
}

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


a {
	/*font-weight:700;*/
    font-weight:500;
	text-decoration: none;
}

u {
	font-weight:500;
}

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

.btn {
    font-size: 14px;
    position: relative !important;
}

td {
    vertical-align: middle;
}

p {
    margin: 0;
    font-weight:300;
}

table p {
    margin: 0;
}

.table {
    margin: 0 !important;
}

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

.btn-outline-secondary{
	border: 1px solid var(--bs-secondary);
}
.radio-icon .btn-outline-secondary{
    /*border: 2px solid #2D7D9F !important;*/
	border: 2px solid var(--bs-notice-grey);
	border-radius: 5px;
}

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

#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;
}

#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 #environment_notice_pl {
    max-width: 800px;
    margin: 0 auto;
    max-height:100vh;
}

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

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

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

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

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

#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);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* Only needs this margin when its not centered */
#account_bal_table .align-items-start.green-dot::before {
    margin-top: 2px;
}

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

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

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

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

#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-color:var(--bs-light-grey-background); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* 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: 400; */
    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-font-light-black);
}

#sidebar_nav_list .nav-item.active {
    background-color: #EAEBE8;
}

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

/* 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: #2D7D9F;/*var(--bs-primary);*/
    height: 34px;
    width: 34px;
}

.icon_pulse {
    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(220, 241, 247, 1);
        box-shadow: 0 0 0 0 rgba(220, 241, 247, 1);
    }
    70% {
        background: rgba(220, 241, 247, 1);
        box-shadow: 0 0 0 30px rgba(220, 241, 247, 0.5);
    }
    100% {
        background: rgba(220, 241, 247, 1);
        box-shadow: 0 0 0 0 rgba(220, 241, 247, 0.5);
    }
}

.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;
    color : var(--bs-black);
}

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

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

#deposit-table tr{
	display:flex;
}

#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-font-black);
}

.sidebar-heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0.5rem 0;
    color : #858C95;
}

/* Navbar */
.navbar-brand {
    /* height: 74px; */
    height: 80px;
    /* padding: 1rem; */
    padding: 3rem;
    font-size: 1rem;
    display: block;
    width: 100%;
    background-color: var(--bs-nav-background);
    background-image: url("/public/media/images/Logo_TER.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 8%;
}

.navbar-brand-fractions {
    height: 74px;
    padding: 1rem;
    font-size: 1rem;
    display: block;
    width: 100%;
    background-color: var(--bs-nav-background);
    background-image: url("/public/media/images/Logo_TER.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 8%;
}

#powered_by_logo {
    display: flex;
    align-items: center;
    justify-content: center; /* Changed from space-between to center */
    gap: 0.5rem; /* Add gap between logo and text */
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 50%;
    padding: 1rem 1rem;
    margin: 1rem auto;
    height: auto;
}

#powered_by_logo img {
    height: auto;
    max-width: 20px; /* Adjust as needed */
}

#main_centered_logo_landing {
    background-image: url("/public/media/images/Logo_TER.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 1rem auto;
    height: auto;
    max-width: 450px;
}

#main_centered_logo {
    background-image: url("/public/media/images/Logo_TER.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 1rem auto;
    height: auto;
    max-width: 450px;
}

#main_centered_logo_fractions {
    background-image: url("/public/media/images/Logo_SGPMX_Fractions.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 1rem auto;
    height: 140px;
    max-width: 240px;
}

#main_centered_logo_both {
    background-image: url("/public/media/images/Logo_TER.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 50%;
    padding: 3rem 1rem;
    margin: 1rem auto;
    height: auto;
    max-width: 450px;
}

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

.navbar {
    height: 72px;
    padding: 1rem;
    background-color: #F9FAF7 !important;
}

.dropdown-menu {
    width: 265px;
}

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

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

.mobile-logo{
    display:none;
    background-color: var(--bs-main-background);
    background-position: 50%;
}

/* 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%); */
    transform: translate(40.5%, 40.5%);
    position: relative;
    background-color: white;
    z-index: 2;
    /* height: 90px;
    width: 90px; */
    height: 67px;
    width: 67px; 
    ;
    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;
}

#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 3rem 1.5rem 3rem;
}

.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");
}

#register_email_phone_modal #confirm_email{
	word-wrap:break-word;
}

.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;
}

.form-control,.form-select{
	color:var(--bs-primary);
}

.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_spotprice .col{
    padding: 0.4rem;
}

.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;*/
    /* color: #023A5D; */
    color : var(--bs-primary);
    font-size: 16px;
    font-weight: 500;
}

.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: 12px;
    font-weight: 400;
    margin: 1rem 0;
}

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

.dash-spotprice{
    padding: 0;
}

.spotprice-card .h4 {
    font-size: 22px;
    font-weight: 400;
}

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

#dashboard_data .spotprice-card .h3 {
    font-size: 16px;
    /* font-weight: 500; */
    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: 735px; */
/* } */

#dashboard_data .dashboard_gold {
    height: 100%;
}

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

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

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

.notice_card {
    background-color: #FAFAFC;
    border: 2px solid #B5D7E2;
}

.notice_card2 {
    background-color: #FAFAFC;
}

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

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

.password_requirement_card ul li,.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,.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-white-text);
    background-color: var(--bs-alert-light-red-background);
    border-bottom: 1px solid white;
}

.card-danger .card-body {
    color: var(--bs-font-white);
    background-color: var(--bs-alert-light-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;
    font-weight:500;
    /* font-weight:400; */
    /* color: var(--bs-primary) !important; */
}

.cancelbutton {
    border: 1px solid var(--bs-outline-grey);
}

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

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

.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;
}

.button-cover{
	border-radius:30px;
}

.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;
    border-radius:30px;
}


.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;*/
    background: var(--bs-primary);
}

.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;
}

.password_eye_toggle:hover {
    cursor: pointer;
}

#tx_history_date_dropdown {
    min-width: 220px;
}

.dataTables_filter {
    float: left !important;
}

.dataTables_filter label {
    font-weight: 500 !important;
}

.dataTables_length label {
    float: right !important;
    font-weight: 500 !important;
}

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

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

.table_calculator td input {
    margin: -7px;
}

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

.upload_file_descriptor::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="white"><path fill="none" d="M0 0h24v24H0z"/><path d="M14.828 7.757l-5.656 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 1 0 12 4.929l-5.657 5.657a5 5 0 1 0 7.071 7.07L19.071 12l1.414 1.414-5.657 5.657a7 7 0 1 1-9.9-9.9l5.658-5.656a5 5 0 0 1 7.07 7.07L12 16.244A3 3 0 1 1 7.757 12l5.657-5.657 1.414 1.414z"/></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 #001c2e;
    border-bottom: 0.8rem solid #001c2e;
    text-align: center;
    position: relative;
    display: flex;
    flex: nowrap;
    justify-content: center;
}

.gold-banner {
    background-color: #fdf2c6;
    border-right: 0.3rem solid #FECD2F;
    border-bottom: 0.3rem solid #FECD2F;
}

.green-banner {
    background-color: #D9F4E2;
    border-right: 0.3rem solid #B5E0C4;
    border-bottom: 0.3rem solid #B5E0C4;
}

.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/tick_notice.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: var(--bs-primary);
    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);
}

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

.btn-dash {
	border:1px dashed var(--bs-secondary);
}

.btn-dash:hover{
	border:1px dashed 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:scroll;
}

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

.inventory_table td{
	padding:0;
}

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


/* 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 { 
    color: var(--bs-primary) !important;
    font-size:17.5px;
    font-weight: 600;
}
/* Search field */
.select2-search input { 
    color: var(--bs-primary) !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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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 */
}

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

input[type=radio] {
    margin-right: 1.5rem;
    width: 1rem;
    height: 1rem;
    accent-color: #0A2342;
}

.vl {
    border-left: 2px solid var(--bs-gray-buysell);
}

@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;
    }
}

.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:160px;
        background-position: 50%;
    }
    #sidebar_nav_list .navbar-brand-fractions {
	    height:100px;
    }
    .mobile-logo{
        display:block;
        margin:0 !important;
	margin-bottom:10px !important;
    }
    #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: 767.98px) {
    .card-body .row {
        padding: 1rem 0.5rem;
        /* min-height: 80px; */
    }
    .card-body .row.landing_page_button{
        padding: 0rem 0rem;
    }
    #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;
    }
    .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;
    }
    .custom-form-group {
        flex-direction: column;
        align-items: center;
        margin: 0 0 1.5rem 0;
    }
    .custom-form-group > label, .custom-form-group > div{
        width: 100%;
        padding-bottom: 0.5rem;
    }
    .custom-form-group > input {
        width: 100%;
    }
}

@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%;
    }
}
