/** General **/

.ml-5 {margin-left:5px !important;} .ml-10 {margin-left:10px !important;} .ml-20 {margin-left:20px !important;} .ml-30 {margin-left:30px !important;} .ml-50 {margin-left:50px !important;} .ml-70 {margin-left:70px !important;}
.mr-5 {margin-right:5px !important;} .mr-10 {margin-right:10px !important;} .mr-20 {margin-right:20px !important;} .mr-30 {margin-right:30px !important;} .mr-50 {margin-right:50px !important;} .mr-70 {margin-right:70px !important;}
.mt-5 {margin-top:5px !important;} .mt-10 {margin-top:10px !important;} .mt-20 {margin-top:20px !important;} .mt-30 {margin-top:30px !important;} .mt-50 {margin-top:50px !important;} .mt-70 {margin-top:70px !important;}
.mb-5 {margin-bottom:5px !important;} .mb-10 {margin-bottom:10px !important;} .mb-20 {margin-bottom:20px !important;} .mb-30 {margin-bottom:30px !important;} .mb-50 {margin-bottom:50px !important;} .mb-70 {margin-bottom:70px !important;}

.pt-50 {padding-top:50px !important;}

.top-buttons {
	
}

.tl-radius {
	border-radius:20px 0 0 0;
}
.tr-radius {
	border-radius:0 20px 0 0;
}
.bl-radius {
	border-radius:0 0 0 20px;
}
.br-radius {
	border-radius:0 0 20px 0;
}
.table-striped  th, .table-striped td {
	vertical-align:middle;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
	background:rgb(233,228,213,.8);
	border:0;
	padding:15px 25px;
}
.table-striped>tbody>tr:nth-of-type(even)>*{
	background:rgb(238,235,226,.8);
	border:0;
	padding:15px 25px;
}

.table>:not(caption)>*>* {
	box-shadow:none;
}

.commissions .card {
	border:none;
	background:none;
}
.commissions .card-header {
	border: none;
    background: none;
    min-height: 190px
}

#account-types .table-striped>tbody>tr:nth-of-type(odd)>*{
	background:rgb(255,255,255);
}
#account-types .table-striped>tbody>tr:nth-of-type(even)>*{
	background:rgb(245,245,245);
}
#account-types .table-striped>tbody>tr:nth-of-type(odd) td:nth-of-type(even) {
	background:rgb(244,244,244);
}
#account-types .table-striped>tbody>tr:nth-of-type(even) td:nth-of-type(even) {
	background:rgb(234,234,234);
}

#account-types .table-striped tbody {
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
	border-radius:20px 0 20px 20px;
}
#account-types .table-striped th {
	padding:15px 0;
}
#account-types .table-striped th.hgt:nth-of-type(even) {
	background:#FFDE56;
}
#account-types .table-striped th.hgt:nth-of-type(odd) {
	background:#FFE471;
}

#account-types .table-striped th.popular {
	border-top: 20px solid #FFE471;
    padding-top: 0;
    position: relative;
	font-size:x-large;
}
.mp {
	position: absolute;
    left: -9px;
    top: -29px;
}
.research-education {
	position: absolute;
    right: 112px;
    bottom: -48px;
}
.research-education .btn-primary {
	border-color:#fff;
}

section h1, section h2, section h5 {
	color:#111;
}

#announcements .box {
	margin:50px 0;
	background:#FFF;
	padding:50px;
	opacity:.7;
	border-radius:20px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.37);
}
#announcements .table-striped td, #announcements .table-striped th {
	padding:25px;
}
#announcements .table-striped>tbody>tr:nth-of-type(odd)>* {
	background:rgb(237,239,241);
}
#announcements .table-striped>tbody>tr:nth-of-type(even)>* {
	background:#FFF;
}


#whyMonaxa {
	border:none;
}
#whyMonaxa #home-tab {
	    font-size: xx-large;
    background: #F7BC5C;
    border: none;
    color: #212121;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin-left: 20px;
    padding: 20px 40px;
}
#whyMonaxaContent {
	background: #FFF;
    padding: 50px;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 6px 1px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 4px 4px 6px 1px rgb(0 0 0 / 37%);
    -moz-box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.37);
    border: none;
}


/** Buttons **/

.btn {
	--bs-btn-font-size: .9rem;
}
.btn-primary {
	--bs-btn-color: #212121;
	--bs-btn-bg: #fce38a;
    --bs-btn-border-color: #fce38a;
	--bs-btn-active-border-color:#fce38a;
	background:#fce38a;
}
.btn:hover, .research-education .btn-outline-primary:hover {
	color: #212121;
	background:#fbd758;
	border-color: #fbd758;
}

.btn-outline-primary {
	border-color:#fff;
	color:#fff;
}

.research-education .btn-outline-primary {
	border-color:#fce38a;
	color:#fce38a;
}


/** Navbar **/

.nav-separate, .navbar a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

#pillInstrumentsContent {
	background:#fff;
	border-radius:5px;
	padding:30px;
}
#pillInstrumentsContent th {
	border:0;
	font-weight:normal;
	font-size:13px;
}
#pillInstrumentsContent td {
	padding:1rem 0.5rem
}
#pillInstrumentsContent .buysell {
	background-color:#e5e5e5;
	padding: 5px;
    border-radius: 5px;
    width: 110px;
    margin: 0 auto;
}

/** Pills **/
#accounts .nav-tabs {
	border:0;
	padding:10px;
	background-color:#fce38a;
	border-radius:20px;
}
#accounts .tab-content {
	padding:30px;
	background-color:#fce38a;
	border-radius:20px;
}
#accounts .nav-tabs .nav-link  {
	border:0 !important;
	margin:0 10px;
	color:#111;
}
#accounts .nav-tabs .nav-link:hover {
	border-radius:20px;
	background-color:#fdefbc;
}
#accounts .nav-tabs .nav-link.active {
	border:0;
	border-radius:20px;
	font-weight:bold;
}

#instruments .nav-tabs {
	border:0;
}
#instruments .nav-tabs .nav-link, #instruments .nav-tabs .nav-link.active {
	border:0;
	color:#212121;
	background:#fff;
	border-radius:5px;
	margin-right:10px;
	font-weight:bold;
}
#instruments .nav-tabs .nav-link.active {
	background:#F7BC5C;
}
#instruments .client-logo img {
	margin:5px;
}
#support .ctc2 img {
	height:50%;
	width:auto;
}
#frictionless .box-icon {
	background-color:#FFF6D3;
}

.margin-formulas .nav-tabs .nav-link.active {
	background:#F7BC5C;
	color: #000;
    font-weight: 600;
    font-size: larger;
    padding: 0.8rem 2rem;
	border:none;
}
.margin-formulas .tab-content {
	padding: 40px;
    border: 3px solid #F7BC5C;
    border-radius: 0 5px 5px 5px;
}

#depoWithdraw {
	border:0;
}
#depoWithdraw > li {
	width:50%;
}
#depoWithdraw > li button {
	width: 95%;
    padding: 10px 0px;
}
#depoWithdraw.nav-tabs .nav-link {
	color:#212121;
	background-color:#FFF4E1;
	boder:0;
	border-radius:10px;
}
#depoWithdraw.nav-tabs .nav-item.show .nav-link, #depoWithdraw.nav-tabs .nav-link.active {
	background-color:#F7BC5C;
}

#deposit th, #withdrawal th {
	background:rgb(244,234,196,.85);
	padding:25px;
}



/** Footer **/

#footer a {
	color:#fff;
}
#footer a:hover {
	color:#fce38a;
}

.payment-methods {
	padding:15px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}