@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.eot');
    src: url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff'),
        url('../fonts/Quicksand-Light.ttf') format('truetype'),
        url('../fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Quicksand';
    margin: 0;
}

.login{
    background: url(../img/logo-bg-gold.png);
    background-size: 150px;
    background-position: -25px -60px;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.login .section.mt-2.text-center {
    padding-top: 180px;
}

form.bullion-form {
    margin-top: 40px;
    display: block;
    overflow-x: hidden;
}


form.bullion-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

form.bullion-form button {
    padding: 15px;
    width: 75%;
    margin: auto;
    display: block;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #f7c879;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.form-links.mt-2 {
    margin-top: 40px;
    text-align: center;
}

.bullion-password{
    position: relative;
}

.bullion-password img{
    position: absolute;
    right: 0;
    top: 5px;
}

h1, h2, h3, h4,h5, h6 {
    margin: 0;
}

.login h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.login h4 {
    color: #BDBDBD;
    font-size: 16px;
}

form.bullion-form input::placeholder {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 600;
}

input::placeholder{
    font-family: 'Quicksand';
}

.form-links.mt-2 div {
    font-size: 14px;
    color: #bdbdbd;
}

form.bullion-form label {
    font-size: 14px;
    font-weight: 600;
    color: #bdbdbd;
    padding: 10px;
}


.form-links.mt-2 div a {
    color: #a68546;
    text-decoration: none;
    font-weight: 600;
}

.register {
    background: url(../img/logo-bg-grey.png);
    background-size: 150px;
    background-position: 135% -70px;
    background-repeat: no-repeat;
    padding: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

form.bullion-form .otp-form {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

form.bullion-form .otp-form input.otp {
    width: 15px;
    height: 15px;
    margin: 5px;
}

.otp-logo img {
    height: 50px;
    width: 50px;
}

.otp {
    padding-top: 110px;
}

.otp button {
    margin-top: 80px !important;
}

#loader {
    position: fixed;
    left: 0;
    top: -30%;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

#loader .loading-icon {
    width: 100px;
    height: auto;
    animation: loadingAnimation 1.5s ease-in-out infinite;
}

#loader.hidden {
    display: none;
}

.dashboard-main{
    background-image: url(../img/dashboard-logo.png);
    background-color: #f7c879;
    height: 175px;
    width: 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-size: 150px;
    background-position: 10px -60px;
    background-repeat: no-repeat;
}

.dashboard-main1 img {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    object-fit: none;
    object-position: -20px 0px;
    margin-right: 10px;
}

.dashboard-main1 {
    padding: 35px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dashboard-main1 .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-main1 .left span {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-main1 .right h5 {
    font-size: 12px;
}

.dashboard-main2 .dashboard-card1{
    background-image: url(../img/card-img.png);
    background-color: #061435;
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 42%;
    padding: 10px 10px;
    border-radius: 20px;
}

.dashboard-main2 .dashboard-card2{
    background-image: url(../img/card-img.png);
    background-color: #061435;
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 42%;
    padding: 10px 10px;
    border-radius: 20px;
}

.dashboard-main2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.card-select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}


.card-select .card-select1 {
    flex-basis: 30%;
}

.card-select .card-select2 {
    flex-basis: 30%;
}

.card-select .card-select1 select {
    background: none;
    border: none;
    color: #fff;
    font-size: 13px;
}

select {
    font-family: 'Quicksand';
    font-weight: 600;
}

.card-select2 img {
    width: 28px;
}

.dashboard-main2 h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.dashboard-main2 h4 {
    font-size: 13px;
    color: #f7c879;
    font-weight: 600;
}


.dashboard-charts {
    display: block;
    margin-top: 25px;
    padding: 0 20px;
}

.card-select2 img.wallet {
    width: 23px;
    height: 23px;
}

.dashboard-button-area {
    display: flex;
    background: #fff;
    box-shadow: 1px 1px 9px #ccc;
    border-radius: 25px;
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.dashboard-button-area .btn-button {
    flex-basis: 33%;
}

.dashboard-button-area .btn-button img {width: 40px;height: 40px;margin-bottom: 3px;}

.dashboard-button-area .btn-button a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}


.dashboard-button-area .btn-button a span {
    color: #061435;
    font-size: 14px;
    font-weight: 600;
}



.dashboard-charts .tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
  }
  
  /* Style the buttons inside the tab */
  .dashboard-charts .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 10px;
    transition: 0.3s;
    font-size: 14px;
    color: #bdbdbd;
    font-family: 'Quicksand';
    font-weight: 600;
  }
  
  /* Change background color of buttons on hover */
  .dashboard-charts .tab button:hover {
    background-color: transparent;
  }
  
  /* Create an active/current tablink class */
  .dashboard-charts .tab button.active {
    background-color: transparent;
    border-bottom: 1px solid goldenrod;
    color: #061435;
  }
  
  /* Style the tab content */
  .dashboard-charts .tabcontent {
    display: none;
    padding: 10px 0 0;
    border: none;
    border-top: none;
  }

  .dashboard-charts .tabcontent:first-child{
    display: block;
  }


  .dashboard-menu-area {
    background: #061435;
    margin-top: 20px;
    width: 80%;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
}

.dashboard-menu-area .btn-button img {
    width: 25px;
    height: 25px;
}

.dashboard-menu-area .btn-button a span {
    color: #fff;
    font-size: 11px;
}

.dashboard-charts .tabcontent canvas {
    width: 100%;
    height: 140px !important;
}

.card-select .card-select1 select option {
    background: #061435;
}


.appHeader {
    height: 56px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    top: env(safe-area-inset-top);
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    color: #27173E;
    padding-left: 20px;
}

.appHeader img {
    width: 22px;
    height: 22px;
}

.sell-gold {
    padding: 0 20px;
}

.sell-gold h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}


.sell-gold .carrat-slider .carrat-slider-inner {
    background-color: #f7c879;
    border-radius: 25px;
    padding: 30px 20px;
    margin-top: 15px;
    background-image: url(../img/sell-img-mask.png);
    background-size: cover;
    background-position: center;
}

.sell-gold .carrat-slider .carrat-slider-inner h3 {
    font-size: 25px;
    font-weight: 600;
    color:#061435;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select1 {
    flex-basis: 70%;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select2 {
    flex-basis: 30%;
    text-align: right;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select1 p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 600;
    color:#061435;
    display: flex;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select1 p span {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    color:#061435;
    flex-basis:65%;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select1 p img {
    margin-bottom: 5px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.sell-gold .carrat-slider .carrat-slider-inner .card-gram .card-select2 img {
    width: 25px;
    padding: 10px;
    background: white;
    border-radius: 18px;
    margin-left: auto;
}

.sell-gold .carrat-slider .carrat-slider-inner.carrat-slider-inner-2 {
    background-color: #061435;
    background-image: url(../img/sell-img-mask2.png);
}

.sell-gold .carrat-slider .carrat-slider-inner.carrat-slider-inner-2 h3 {
    color: #ffc677;
}

.sell-gold .carrat-slider .carrat-slider-inner-2 .card-gram .card-select1 p {
    color: #ffc677;
}

.sell-gold .carrat-slider .carrat-slider-inner-2 .card-gram .card-select1 p span {
    color: #ffc677;
}

.sell-gold .carrat-slider .carrat-slider-inner-2 .card-gram .card-select1 p img {
    filter: invert(.9);
}

.sell-gold .gold-quantity {
    padding: 20px;
    background-color: #001435;
    margin-top: 15px;
    border-radius: 20px;
    background-image: url(../img/sell-img-mask2.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.sell-gold .gold-quantity .gold-quantity-inner .left {
    color: white;
    flex-basis: 60%;
}

.sell-gold .gold-quantity .gold-quantity-inner .right {
    color: #f7c879;
    flex-basis: 30%;
    text-align: center;
}

.sell-gold .gold-quantity .gold-quantity-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.sell-gold .gold-quantity .gold-quantity-inner .right .number {
    display: flex;
    width: 55px;
    background: #fff;
    margin-left: auto;
    align-items: center;
    padding: 0 5px;
    border-radius: 25px;
    margin-bottom: 10px;
    height: 15px;
    padding: 10px;
}

.sell-gold .gold-quantity .gold-quantity-inner .right .number input {
    width: 37px;
    background: transparent;
    border: none;
    text-align: center !important;
    font-weight: 600;
}

.sell-gold .gold-quantity .gold-quantity-inner .right .number span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.slick-prev, .slick-next {
    display: none !important;
}

.sell-gold .sell-button a {
    background: #f7c879;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    border-radius: 20px;
    display: block;
    max-width: 150px;
    margin: auto;
}

.sell-gold .sell-button {
    margin-top:50px;
    display: block;
    text-align: center;
}

.sell-gold .gold-quantity .gold-quantity-inner .left span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

body.sell-withdraw-buy {
    min-height: 155vw;
    background-image: url(../img/logo-bg-grey-inverted.png);
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: -15vw 127vw;
}

.sell-gold .gold-quantity .gold-quantity-inner.dashed {padding: 0;}

.sell-gold .gold-quantity .gold-quantity-inner.dashed .left {
    border-bottom: 2px dashed #ffc677;
    padding-bottom: 10px;
}

.sell-gold .gold-quantity .gold-quantity-inner .right span {
    font-size: 14px;
    font-weight: 600;
}

input:focus-visible {
    outline: none;
}


.congratulations {
    padding: 30px;
}

.congratulations-success {
    text-align: center;
}

.congratulations-success img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.congratulations-success h2 {
    font-size: 30px;
    color: #061435;
    margin-bottom: 5px;
}

.congratulations-success h5 {
    font-size: 16px;
    color: #061435;
}

.congratulations-form-div {
    margin-top: 60px;
    background: #fff;
    box-shadow: 6px 4px 10px #ccc;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.congratulations-form-div .box {
    display: flex;
    flex-wrap: wrap;
}

.congratulations-form-div .box .left {
    flex-basis: 50%;
}

.congratulations-form-div .box .right {
    flex-basis: 50%;
    margin-bottom: 10px;
}

.congratulations-form-div .box .right span {
    font-size: 16px;
}

.congratulations-form-div .box .left span {
    font-size: 16px;
}

a.succesfull-img {
    position: absolute;
    right: 5px;
    bottom: -30px;
}

a.succesfull-img img {
    width: 50px;
    height: 50px;
}

body.congratulations-main {
    background-image: url("../img/logo-bg-grey-big.png");
    background-position: -40px -20px;
    background-repeat: no-repeat;
    background-size: 200px;
}

.congratulations-form-div .main-cap {
    margin-bottom: 10px;
}

.congratulations-form-div .main-cap h4 {
    font-size: 14px;
}

.congratulations-form-div .main-cap span {
    font-size: 14px;
    color: #828282;
}

.congratulations-form-div.form-div-2 {
    margin-top: 50px;
    padding: 30px 20px;
}


.notification-div.new-card-div .main-cap {
    box-shadow: 1px 1px 10px #cccc;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 15px;
    position: relative;
    height: 50px;
    overflow: hidden;
}

.notification-div.new-card-div h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.notification-div.new-card-div .main-cap h5 {
    font-size: 11px;
    font-weight: normal;
    color: #828282;
}

.notification-div.new-card-div .main-cap span {
    font-size: 12px;
    font-weight: 600;
}
.notification-div.new-card-div {
    margin-top: 20px;
}

img.red-dot {
    width: 5px;
    height: 5px;
    position: absolute;
    right: 8px;
    top: -1px;
}

.settings-div {margin-top: 60px;}

.settings-div .settings-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    position: relative;
}

.settings-div .settings-inner span {font-size: 14px;font-weight: 600;}

.settings-div .settings-inner img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.settings-div .settings-inner span.greater-icon {
    position: absolute;
    right: 10px;
}



form.bullion-form.account-form input {
    border-radius: 10px;
    border: none;
    background: #f2f2f2;
    width: 90%;
    font-size: 11px;
    color: black;
    height: 20px;
}

form.bullion-form.account-form label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

form.bullion-form.account-form input::placeholder {
    font-size: 11px;
    color: black;
}


form.bullion-form.account-form .change-password {position: relative;}

form.bullion-form.account-form .change-password a {
    bottom: 22px;
    position: absolute;
    right: 20px;
    font-size: 11px;
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.my-account-div-img img.camera-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    position: absolute;
    margin-left: 60px;
}

.my-account-div-img {
    position: relative;
    display: flex;
    justify-content: center;
}
.my-account-div-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.my-account-div-name h2 {
    font-size: 20px;
}

.my-account-div-name img.pencil-icon {
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-top: 6px;
}

img.main-setting-icon {
    width: 40px;
    height: 40px;
}
.notification-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.notification-icon img.red-dot {
    right: unset;
    margin-left: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

img.account-icons-small {
    height: 15px !important;
    width: 15px !important;
}

.delivery-map h2 {
    text-align: left;
    font-size: 24px;
}

.delivery-map iframe {
    height: 200px;
    width: 100%;
    border-radius: 20px;
}

div#myresponsivesearch,div#myresponsivesummary{
    background: #fff;
    left: 0;
    position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 30px;
    border-top-left-radius: 50px;
    display: none;
    box-shadow: 1px 1px 10px #ccc;
    border-top-right-radius: 50px;
    height: 120vw;
    width: 84%;
}

div#myresponsivesearch .appHeader,div#myresponsivesummary  .appHeader{
    height: unset;
    padding: unset;
}

div#myresponsivesearch .appHeader,div#myresponsivesummary  .appHeader {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div#myresponsivesearch .appHeader .left, div#myresponsivesummary  .appHeader .left {
    flex-basis: 10%;
}

div#myresponsivesearch .appHeader .middle, div#myresponsivesummary  .appHeader .middle  {
    flex-basis: 90%;
    text-align: center;
}

div#myresponsivesearch .appHeader .middle span, div#myresponsivesummary  .appHeader .middle span{
    font-size: 18px;
    font-weight: 600;
}

div#myresponsivesearch .appHeader, div#myresponsivesummary  .appHeader {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div#myresponsivesearch .appHeader .left, div#myresponsivesummary  .appHeader  .left{
    flex-basis: 10%;
}

div#myresponsivesearch .appHeader .middle, div#myresponsivesummary  .appHeader  .middle {
    flex-basis: 90%;
    text-align: center;
}

div#myresponsivesearch .appHeader .middle span, div#myresponsivesummary  .appHeader  .middle span{
    font-size: 18px;
    font-weight: 600;
}

div#myresponsivesearch .payment-gate {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    flex-wrap: wrap;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

div#myresponsivesearch .payment-gate .box {
    padding: 15px 5px;
    flex-basis: 25%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

div#myresponsivesearch .payment-gate .box.active {
    background: #061435;
    position: relative;
}

div#myresponsivesearch .payment-gate .box.active img.active-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    filter: unset;
}

div#myresponsivesearch .payment-gate .box img {
    width: 40px;
    height: 40px;
}

div#myresponsivesearch .payment-gate .box img.active-icon {
    width: 15px;
    height: 15px;
    display: none;
}

div#myresponsivesearch .payment-gate .box img.apple-pay-icon {
    height: 20px;
}

div#myresponsivesearch .payment-gate .box.active img {
    filter: invert(1);
}

div#myresponsivesearch label, div#myresponsivesummary label {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

div#myresponsivesearch input, div#myresponsivesummary input {
    width: 95%;
    height: 40px;
    background: #ccc;
    border: none;
    padding: 0 10px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    margin: 3px 0;
}


div#myresponsivesearch input::placeholder, div#myresponsivesummary input::placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

div#myresponsivesearch .payment-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#myresponsivesearch .payment-form .row .col-50 {
    width: 45%;
    float: left;
}

div#myresponsivesearch .payment-form .row .col-50:nth-child(2) {
    float: right;
}

div#myresponsivesearch .payment-form .row .col-50 input {
    width: 90%;
}

.sell-button.sell-button-2 {
    margin-top: 30px;
    text-align:center;
}

.sell-button a {
    width: auto;
    background: #061435;
    color: #f7c879;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
}

div#myresponsivesearch .summary-inner, div#myresponsivesummary .summary-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#myresponsivesearch .summary, div#myresponsivesummary .summary {
    padding: 30px 0px;
}

div#myresponsivesearch .summary-inner p, div#myresponsivesummary .summary-inner p{
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

div#myresponsivesearch .summary form input[type="checkbox"],  div#myresponsivesummary .summary form input[type="checkbox"]{
    width: 20px;
    float: left;
    height: 20px;
    margin-right: 10px;
}

div#myresponsivesearch .summary form {
    margin-top: 20px;
    float: left;
}

div#myresponsivesearch .summary form label {
    width: 90%;
    float: right;
}

div#myresponsivesearch .summary form .sell-button.sell-button-2 {
    margin-top: 80px;
}


.pickup-bullion .pickup-delivery-inner {
    display: flex;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 10px 10px;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pickup-bullion {
    margin-top: 30px;
}

.pickup-bullion .pickup-delivery-inner .left {
    flex-basis: 20%;
    text-align: center;
}

.pickup-bullion .pickup-delivery-inner .middle {
    flex-basis: 65%;
}

.pickup-bullion .pickup-delivery-inner .right {
    flex-basis: 10%;
}

.pickup-bullion .pickup-delivery-inner .left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pickup-bullion .pickup-delivery-inner .middle span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.pickup-bullion .pickup-delivery-inner .middle small {
    font-size: 12px;
}

.pickup-bullion .pickup-delivery-inner .right img {
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.pickup-bullion .pickup-delivery-inner .right img.checked {
    display: none;
}


.pickup-bullion .pickup-delivery-inner.active .right img {display: none;}

.pickup-bullion .pickup-delivery-inner.active img.checked {
    display: block;
}


.pickup-bullion .form-button-group1 {
    margin-top: 30px;
    text-align: center;
}

.pickup-bullion .form-button-group1 button {
    padding: 15px 30px;
    background: #f7c879;
    border: none;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    width: 150px;
}

form.bullion-form.account-form label {
    margin: 0;
}

form.bullion-form.account-form input {
    margin: 0;
}

form.bullion-form.account-form {
    margin-top: 20px;
    height: auto;
    overflow-y:visible;
    padding-bottom: 30px;
}

.sell-button {
    text-align: center;
    margin-top: 30px;
}