@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=DM+Sans:300,300i,400,400i,500,500i,700,700i|Oswald:400,500,600,700");

body {
    margin: 0;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #16B7C1;
}

a:hover {
    color: #1bd4e0;
}


.form-control {
    border: 1px solid #087789;
    /*background:#000;*/
    /*color:#fff;*/
}

.input-group-prepend {
   border: 1px solid #087789;
}

.custom-select {
    border: 1px solid #087789;
    border-radius: 6px;
}

.master-button-drop-down-modern {
    border: 1px solid #595e68;
    background-color:transparent!important;
    border-radius: 6px;
}

.master-button-drop-down-modern span[class^='li-'] {
    color: #16B7C1;
}

.base-nav-custom.active {
    border:1px solid #16B7C1!important;
    background-color:rgba(0,0,0,0.3)!important;
}

.btn-hybrid {
    background-color:#16b7c1!important;
    color:#03050A!important;
    border-radius: 6px;
}

.btn-outline-hybrid {
    background-color:rgba(0,0,0,0.3)!important;
    border: 1px solid #087789;
    border-radius: 6px;
}

.btn-outline-hybrid  [class^='li-']{
    color: #16B7C1;
}

.card {
    border: 1px solid #595E68;
    border-radius: 6px;
}

.table.table-indent-rows tbody td, .table.table-indent-rows tbody th {
    border-top:  1px solid #595E68;
    border-bottom:  1px solid #595E68;
    /*border-radius: 6px;*/
}

.table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child {
    border-left: 1px solid #595E68;
    border-radius: 6px 0 0 6px;
}

.table.table-indent-rows tbody td:last-child, .table.table-indent-rows tbody th:last-child {
    border-right: 1px solid #595E68;
    border-radius: 0 6px 6px 0;
}

.widget__container {
    border: 1px solid #595E68!important;
    border-radius: 6px!important;
}

.side-panel-card {
    border-radius: 6px;
}

.dropdown-toggle-split [class^='li-']{
    color:#FFC72C;
}

.icon-box--rounded {
    border-radius: 6px;
    border-color:#595e68;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    border-radius: 6px;
}

.btn.btn-outline-darkgray {
    border-radius: 6px;
    background-color: rgba(0,0,0,0.3);
}

.side-panel-avatar-div {
    border-radius: 6px;
    border-color:#595e68;
}
.btn {
    border-radius: 6px;
}

.btn.btn-primary {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
    font-weight: bold;
}

.btn.btn-primary:hover {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
}

.btn.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:not([disabled]):not(.disabled).active {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
    box-shadow: 0px 0px 0px 2px rgba(45, 104, 255, 0.2);
}

.btn.btn-primary:focus, .btn.btn-primary.focus {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
    box-shadow: none;
}


.btn.btn-outline-primary {
    border-color: #087789;
    color: #16B7C1;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-primary:active, .btn.btn-outline-primary:active:focus {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
}

.btn.btn-outline-primary:focus {
    border-color: #087789;
    background: #16B7C1;
    color: #000;
}

.btn.btn-outline-primary.disabled {
    border-color: #087789;
    background-color: rgb(24, 73, 197, 0.1);
}

.btn.btn-outline-primary.disabled:hover {
    border-color: #087789;
    background-color: rgb(24, 73, 197, 0.1);
    color: #16B7C1;
}




/*.input-group > .form-control:not(:last-child),*/
/*.input-group > .custom-select:not(:last-child) {*/
/*    border-top-right-radius: 6px;*/
/*    border-bottom-right-radius: 6px;*/
/*}*/

/*.input-group > .form-control:not(:first-child),*/
/*.input-group > .custom-select:not(:first-child) {*/
/*    border-top-left-radius: 6px;*/
/*    border-bottom-left-radius: 6px;*/
/*}*/

.input-group-prepend .input-group-text *[class^="fa"],
.input-group-append .input-group-text *[class^="fa"] {
    border-radius: 6px;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-radius: 0 6px 6px 0;
}

.input-group-prepend:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}









.btn-outline-hybrid { border: none; }
.btn-hybrid { color: white !important; }
.base-nav-custom.active { border: none !important; }
.nav-pills .nav-link { border: none !important; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: #15B7C1; }

.btn.btn-outline-darkgray { border: none !important; }
.widget__container { border: none !important; }
.card { border: none; }
.table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child { border: none; }
.table.table-indent-rows tbody td, .table.table-indent-rows tbody th { border: none; }

#card-navigation-default-account-status a { color: #15B7C1 !important; }

#main_body_content > div.page.page--w-header.page--w-container > header > div.box > div.user.user--bordered.user--lg.user--w-lineunder.user--controls > table > tbody > tr > td:nth-child(2) > div > span.text-muted { color: #15B7C1 !important }

.dropdown-toggle-split [class^='li-'] { color: #15B7C1; }
.page-heading .page-heading__container .title { font-weight: bold !important; }
/* .icon-box--rounded { display: none; } */

/* .table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child { display: none; } */


html body > .page { border: none; }
.table.table-indent-rows tbody td:last-child, .table.table-indent-rows tbody th:last-child { border: none; }
.page-heading { border-bottom: none; }
.btn.btn-outline-dark { border: none; background: #0D1115 !important; }
.page-heading .page-heading__container .caption {  background: #0D1115 !important; margin-top: 2px; color: #fff !important}

#sbalances-1 > div.card.margin-top-20 > div.card-body.padding-top-15.padding-bottom-15 span { color: #fff; }

#sbalances-1 > div.card.margin-top-20 > div.card-body.padding-top-15.padding-bottom-15 span { color: #15B7C1 !important; }
.caption { color: #fff !important; font-weight: bold !important; }

#card-navigation-default-account-status > div:nth-child(5) > p > span { display: none !important; }

#sbalances-1 > div.card.margin-top-20 > div.page-heading > div.page-heading__container.float-right.d-none.d-md-block fa { color: #15B7C1 !important; }

#main_body_content > div.page.page--w-header.page--w-container > header > div.box > div.user.user--bordered.user--lg.user--w-lineunder.user--controls { display: none !important; }

/* #sbalances-1 > div > div.card-body.padding-top-15.padding-bottom-15 > div > table > tbody > tr > td:first-child {
  display: none;
} */
.margin-left-30 { margin: none !important; }

.divider { display: none !important; }

#trading-side-panel-1 > div.page-heading > div > table > tbody > tr > td:nth-child(1) > h1 > span { color: #15B7C1 !important; }

.icon-box--rounded { border: none !important; background: none !important}

.side-panel-avatar-div { display: none !important}

/*#side-panel-module > div:nth-child(7) > div:nth-child(3) > a:nth-child(2) { display: none; }*/
/*#side-panel-module > div:nth-child(7) > div:nth-child(3) > a:nth-child(7) { display: none ; }*/

#trading-side-panel-1 > div.card-body > div > div { max-height: calc(100vh - 500px) !important;}

.walletHeader { font-weight: bold !important; color: #fff !important;  }

#trading-side-panel-1 { display: none !important; }

.alert.alert-info {
      background: #FFC72B !important;
    color: #000 !important;
}

#page-aside > div.navigation { padding-top: 10px !important;}

/*#side-pancake-short-menu > a:nth-child(2) { display: none;}*/
/*#side-pancake-short-menu > a:nth-child(7) { display: none; }*/
.btn.btn-dark { border: none !important; background: #050607 !important; }

.navbar { display: initial !important;}

.box-fluid { padding-top: 15px !important; }

/*#side-panel-module > div:nth-child(7) > div:nth-child(3) { display: none}*/

#main_body_content > header {     background: rgb(7 8 10) !important; }
#logo { margin-left: 0 !important; }
#main_body_content > header { padding-left: 350px !important; padding-right: 350px !important; }
/*#main_body_content > header > div.box > div.user.user--bordered.user--lg.user--w-lineunder.user--controls { display: none !important;}*/

#main_body_content > nav { margin-top:56px !important;}
/*#main_body_content > div.page.page--w-header.page--w-container > div.page__container.invert { display: none !important; }*/

#main_body_content > div.page.page--w-header.page--w-container { margin-top: 0 !important; }
#main_body_content > header > div.box.show > div.dropdown-menu.dropdown-menu-right.btn-outline-dark.show > button:nth-child(5) { display: none !important; }

#main_body_content > header > div.box.show > div.dropdown-menu.dropdown-menu-right.btn-outline-dark.show > button.btn.btn-sm.btn-outline-dark.margin-top-5 { display: none !important; }
#main_body_content > header > div.box.show > div.dropdown-menu.dropdown-menu-right.btn-outline-dark.show > button:nth-child(1)  { display: none !important; }

#myTab > li:nth-child(4) { display: none !important; }
/*#right-side-panel-content { width: 100% !important; }*/

/*#side-panel-module { display: none !important; }*/

/*#page-aside { display: none !important; }*/

.logo-holder { margin-left:5%!important; }
#control-box-holder { margin-right:5%!important; }


#usd-value-balance-indicator {
    font-size:18px!important;
}






