@font-face {
    font-family: 'RobotoBold';
    src:  url('../font/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'RobotoRegular';
    src:  url('../font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RobotoMedium';
    src:  url('../font/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'RobotoThin';
    src:  url('../font/Roboto-Thin.ttf');
}
.page-container {
    position: relative;
    min-height: 100vh;
}
.container-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
.content{
    padding-bottom:2.5rem
}
.green{
    color:#0eaa4f;
}
.red{
    color:#f62f2f;
}
body div{
    font-family: 'RobotoRegular';
    font-size: 15px;
    color:#1f2545;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
body{
    background-color:#f1f1f9;
}
.navbar-nav li a{
    font-size:14px;
    font-weight: 100;
    transition:0.3s;
    color:white;
}
.navbar-nav li a:hover{
    color:#00ffb9;
}
.navbar-nav li:not(:last-child){
    margin-right: 40px;
    margin-top:7px;
}
.navbar-nav li:last-child{
    margin-left:6px;
}
.container .navbar{
    padding:0;
}
.logo{
    margin-top:30px;
    margin-bottom:30px;
}
.header-navbar{
    background-image: radial-gradient(circle at 50% 50%, #1a1546, #0d0a2a 13%);
}
#navbarNav{
    justify-content: flex-end;
}
.navbar-collapse ul li a{
    padding:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:0;
}
.collapse .navbar-nav .nav-item{
    text-align: right;
}
#hr-details{
    height: 3px;
    background-image: linear-gradient(to right, rgba(13, 10, 42, 0), #00ffb9 50%, rgba(13, 10, 42, 0));
    border:none;
    margin:0;
}
.trade-c .card{
    border:1px solid transparent;
    box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    margin-top:50px;
    margin-bottom: 65px;
}
.trade-c .title-page{
    margin:90px 0;
    font-size: 40px;
    text-align: center;
}
.trade-c .container{
    padding:0;
}
.trade-c .currency{
    font-size: 20px;
}
.trade-c .trade-com{
    font-size: 16px;;
}
.trade-c .card-body-trade{
    padding:0;
}
.trade-c .title-trade-coin {
    padding: 19px 26px;
    border-right: 1px solid #ebebeb;;
}
.title-trade-coin:last-child{
    border:none;
}
.card-body-trade .row{
    margin:0;
}
.card-body-trade .title-trade-coin img {
    margin-bottom: -20px;
}
.card-tradecommissions{
    margin-bottom:41px;
}
.card-body-table-trade .title-search{
    display: flex;
    justify-content: space-between;
}
.card-body-table-trade{
    padding:15px;
}
.trade-c .title-search .title-card-table{
    margin-top:8px;
    font-size: 16px;
} 
.trade-c .title-search{
    margin:0 15px 15.5px 15px;
}
.trade-c input.form-control {
    border-right: none;
    border-color: #dbdfe6;
    border-radius: 5px;
    height: 34px;
}
.trade-c .input-group {
    height: 34px;
}
.trade-c .input-group input:focus{
    outline:none;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-color:#dbdfe6;
}
.trade-c span.input-group-text {
    background: white;
    border-color: #dbdfe6;
    border-radius: 5px;
}
.trade-c .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8287a1;;
    font-family: "RobotoThin";
    font-weight: bold;
    font-size: 14px!important;
}
.trade-c .input-group input::-moz-placeholder { /* Firefox 19+ */
    color: #8287a1;
    font-family: "RobotoThin";
    font-weight: bold;
    font-size: 14px!important;
}
.trade-c .input-group input:-ms-input-placeholder { /* IE 10+ */
    color: #8287a1;
    font-family: "RobotoThin";
    font-weight: bold;
    font-size: 14px!important;
}
.trade-c .input-group input:-moz-placeholder { /* Firefox 18- */
    color: #8287a1;
    font-family: "RobotoThin";
    font-weight: bold;
    font-size: 14px!important;
}
.trade-c .table td, .table th {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #f0f1f4;
    font-size: 14px;
}
.trade-c .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #f0f1f4;
}
.trade-c .card-table-trade table tbody td a{
    color:#4661ad;
    font-weight: bold;
}
.trade-c .card-body-table-trade table .plus{
    border:none;
    color:#1f2545;
    padding: 0 6px 1px 7px;
    border-radius: 5px;
    background-color: #eeeefa;
    font-size: 19px;
    margin-right: 15px;
}
.trade-c .card-body-table-trade table .minus{
    border:none;
    background-color: #1f2545;
    color:#ffffff;
    padding: 0 8.5px 1px 8.5px;
    border-radius: 5px;
    font-size: 19px;
    margin-right: 15px;
}
.trade-c .card-body-table-trade table .plus:hover{
    background-color: #1f2545;
    color:#ffffff;
}
.trade-c .card-body-table-trade table .plus:focus, .card-body-table-trade table .minus:focus{
    outline:none;
}
.trade-c .card-body-table-trade table .minus .plus{
    background-color: #1f2545;
    color:#ffffff;
}
.trade-c .showmore{
    height: 84px;
} 
.trade-c .showmore .all{
    display:flex;
    padding: 12px 19px;
    border-radius: 5px;
    background-color: #f9f9ff;
}
.trade-c .card-table-trade table tbody td a {
    margin-top: 4px;
}
.trade-c .showmore .all p{
    font-size: 14px;
}
.trade-c .column-show{
    margin-right: 70px;
}
.medium{
    font-family: 'RobotoMedium';
}
.regular{
    font-family: 'RobotoRegular';
}
.footer div a, .footer div, .footer2 div{
    color:white;
}
.footer{
    background-image: radial-gradient(circle at 50% 50%, #1a1546, #0d0a2a 31%);
    padding-bottom: 51px;
}
.footer2{
    padding: 25px 0;
    border: solid 1px #201b50;
    background-color: #110d34;
    width:100%;
}
.footer2 .container{
    display:flex;
    justify-content: space-between;
}
.container .c{
    margin:10px 0;
}
.footer2 .container .language{
    background-color: #1b154f;
    font-size: 14px;
    border-radius: 5px;
    width:180px;
    padding:1px 12px;

}
.three-columns ul li{
    display: flex;
    list-style-type: none;
}
.divs-col div a{
    font-family: 'RobotoRegular';
    line-height: 2.14;
    font-size: 14px;

}
.title-col-footer{
    margin-top:42px;
    font-size: 16px;
}
.footer-col-four, .footer-col-five{
   margin-top:85px; 
}
.info{
    justify-content: space-around;
}
.info #hr{
    margin-top:8px;
    margin-bottom:14px;
    background-color:#00ffb9;
    height:2px;
}
.footer-col-one{
    margin-left: -35px;
}
.footer-col-two{
    margin-left: 89px;
}
.footer-col-six #hr{
    margin-right: -37px;
}
.footer-col-three #hr{
    margin-right: -56px;
}
.footer2 .dropdown-menu {
    width: 180px;
    background-color: #1b154f;
}
.footer2 .dropdown-menu .dropdown-item{
    color: white;
}
.footer2 .dropdown-menu .dropdown-item:hover{
    background-color:#201b50;
}
.nav-item .dropdown-toggle{
    text-align:center;
}
.footer2 .dropdown .dropdown-toggle{
    color: white;
    padding: 9px 12px;
    border: none; 
}
.footer-col-main-container .aboutus {
    margin-right: 17em;
}
.footer-col-main-container .support {
    margin-right: 17em;
}
.footer-col-main-container .social{
    margin-right: 13em;
}
.footer-col-main-container .headline{
    margin-right: 0;
}
.dropdown-toggle::after {
    margin-left: 30px;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-top: 0;
    border-right: .3em solid transparent;
}
.dropdown-toggle span{
    margin-right:4px;
}
.footer2 .dropdown .dropdown-toggle:focus{
    outline: 0;
}



/* media */
@media(max-width:1200px) and (min-width:992px){
    .footer-col-four{
        margin-left: -50px;
    }
    .footer-col-two {
        margin-left: 60px;
    }
    .footer-col-main-container .aboutus {
        margin-right: 13em;
    }
    .footer-col-main-container .support {
        margin-right: 14em;
    }
    .footer-col-main-container .social{
        margin-right: 9em;
    }
    .footer-col-main-container .headline{
        margin-right: 0;
    }
}
@media(max-width:991px){
    .trade-c .title-trade-coin {
        padding: 19px 19px;
    }
    .container_nav{
        max-width:100%;
        margin:0;
        padding:0;
    }
    .logo{
        padding-left: 100px;
    }
    .navbar-toggler{
        padding-right:100px;
    }
    .toggler-menu-icon{
        justify-content: space-between;
    }
    .navbar button:focus {
        outline: none;
    }
    .collapse .navbar-nav .nav-item img, .collapsing .navbar-nav .nav-item img{
        margin-top: 7px;
    }
    #navbarNav, .collapsing .navbar-nav{
        height: 100vh;
        z-index: 9999;
        position: absolute;
        right: 0;
        width: 100%;
        top: 95%;
    }
    .collapse .navbar-nav, .collapsing .navbar-nav{
        width: 100%;
        background-color:#110d34;
        display: block;
        z-index: 90;
        height: 100vh;
        margin-top: 6px;
        padding-top: 50px;
    }
    .collapse .navbar-nav .nav-link, .collapsing .navbar-nav .nav-link{
        margin:0 auto;
        padding: .5rem 1rem;
        text-align: center!important;
    }
    .navbar-nav li:not(:last-child) {
        margin-right: 0;
    }
    .footer{
        text-align:center;
    }
    .footer2 .container {
        display:block;
        text-align: center;
    }
    .footer-col-main-container .aboutus{
        margin-right: 7em;
        margin-left: 7em;
    }
    .footer-col-main-container .support{
        margin-right: 7em;
        margin-left: 7em;
    }
    .footer-col-main-container .social {
        margin-right: 17em;
        margin-left: 17em;
    }
    .footer-col-main-container .headline{
        margin-right: 3em;
        margin-left: 3em;
    }
}
@media(max-width:768px){
    .trade-c .title-trade-coin {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }
    .footer-col-main-container .aboutus{
        margin:0 auto;
        width: 8em;
    }
    .footer-col-main-container .support{
        margin:0 auto;
        width: 8em;
    }
    .footer-col-main-container .social{
        margin:0 auto;
        width: 11em;
    }
    .footer-col-main-container .headline{
        margin:0 auto;
        width: 15em;
    }
}
@media(max-width:576px){
    .trade-c .card-body-trade .row{
        display: block;
    }
    .logo{
        padding-left: 40px;
    }
    .navbar-toggler{
        padding-right:40px;
    }
    .trade-c .container{
        padding:0 15px;
    }
    .container_nav{
        padding:0;
    }
}
@media(max-width:530px){
    .card-body-table-trade .title-search {
        display: block;
    }

}
@media(max-width:425px){
    .logo{
        padding-left: 20px;
    }
    .navbar-toggler{
        padding-right:20px;
    }
}

.dataTables_filter, .dataTables_info { display: none; }
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #0c0a1f1f;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0d0a2a;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: .5em;
    content: url(../img/sort-arrows-couple-pointing-up-and-down.svg);
    top: 30%;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: url(../img/sort-arrows-couple-pointing-up-and-down.svg);
    top: 30%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #1f2545;
    background-color: transparent;
    border-color: 2px solid #1f2545;
}
.page-link:focus{box-shadow:none!important}

.pagination .page-item.active a{
    border: solid 2px #1f2545;
}

.pagination .page-item a:hover{
    text-decoration: none;
}
.pagination .page-item a{
    border-radius: 5px;
    border:1px solid #dbdfe6;
    color: #1f2545;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}