@keyframes spinner-loading {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

html {
    position: relative;
    min-height: 100%;
}

#roles{
    display: flex;
    height: max-content;

}

.checkbox-inline{
    width: max-content;
}

#resend{
    text-decoration: solid black;
}

#resend:hover{
    text-decoration: solid blue;
    color: blue;
    cursor: pointer;
}
.cart>a:link, a:hover, a:visited, a:active, a {
    text-decoration: none;
    color: black;
}

#masthead {
    display: none !important;
}

.form-group {
    min-height: 30px;
}

.valute {
    display: none !important;
}
#linkRoute:hover{
    color:blue;
}
#linkRoute{
    text-decoration: black;
}
#rightContent {
    min-height: 86vh;
    max-height: 78vh;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.dropdown-toggle::after {
    position: relative;
    top: 10px;
}

*:focus {
    outline: none;
}

/*Start General CCS*/

body {
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-color: #eeeeee;
    background-repeat: no-repeat;
}

a:hover {
    text-decoration: none;
}

footer {
    width: 100%;
    padding: 10px;
    height: auto;
    margin-top: 20px;
    bottom: 0;
    position: absolute;
    left: 0;
}

footer p {
    font-size: 11px;
}

.pagination {
    margin: 0px;
    justify-content: flex-end;
}

/* On small screens, set height to 'auto' for the grid */

@media screen and (max-width: 767px) {
    .row.content {
        height: auto;
    }
}

/*END General CCS*/

/*Start Menu CCS*/

.list a {
    color: #eeeeee;
    margin: 10px;
}

.list p {
    margin: 0px;
}

.listIm {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    text-align: center;
}

.menuItem {
    cursor: pointer;
}

.nav {
    font-size: 16px;
    text-align: center;
}

.canvasjs-chart-credit {
    display: none;
}

#mainLogo {
    text-align: center;
    margin-bottom: 10px;
}

.sidenav {
    height: 100%;
}

.navBack {
    border-radius: 0px !important;
    margin: 0px !important;
    border: none;
    border-bottom: 1px solid;
}

.sub-nav {
    margin-top: 120px;
}

.sub-nav>li>a {
    border-radius: 0px;
    background-color: transparent;
    border: none;
    transition: all 0.2s;
    text-transform: uppercase;
}

.sub-nav>li>a:hover {
    border-bottom: 2px solid;
    color: white;
    transition: all 0.2s;
    background-color: transparent;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    border-bottom: 2px solid;
    color: white;
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0px;
    border: none;
}

.dropdown-menu>li>a {
    color: white;
}

/*END Menu CCS*/

/*Start Panel CCS*/
#myTabContent{
    min-height: 400px;
}
.panel {
    margin-top: 20px;
}

.panel-alternative h4 {
    font-size: 14px;
}

.panel-alternative>.panel-heading {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /*text-align: center;*/
    height: 70px;
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
}

.panel-alternative h5 {
    margin: 0px;
}

.panel-alternative>.panel-body {
    padding: 25px;
}

.panel-alternative>.panel-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    font-weight: bold;
    border: none;
    padding: 5px;
}

.panel-alternative>.panel-footer h4 {
    font-weight: bold;
}

.panel-alternative-colored {
    text-transform: uppercase;
}

.panel-alternative-colored>.panel-heading {
    border-radius: 10px;
}

.panel-alternative-colored>.panel-body {
    border-radius: 10px;
}

.panel-alternative-scroll>.panel-body {
    height: 55vh;
    overflow-x: hidden;
    padding-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
}

.card-alternative {
    border-radius: 10px;
}

.card-alternative .card-header {
    background-color: rgba(0,0,0,0) !important;
    border-bottom: none;
}

.card-alternative .card-body {
    /* padding: 5px 10px; */
    background: #eaeaea;
}

.card-alternative .card-footer {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}

.card-alternative .card-text {
    height: auto;
    padding: 20px;
    border-radius: 10px;
    background: #eeeeee;
}

.card-report {
    padding: 50px;
}

.iconuser {
    position: absolute;
    left: 100%;
    top: 20px;
    z-index: -2;
}

/*END panel CCS*/

/*START PANEL REGISTER*/

.panel-alternative-register>.panel-heading {
    text-align: center;
    text-transform: uppercase;
}

/*Start Button CCS*/

.btn-register{
    border-bottom: 0 !important;
    margin-top: 0 !important;
}

.btn-alternative {
    border-radius: 10px;
    background: transparent;
    border: none;
    /* border-bottom: 2px solid transparent; */
    transition: all 0.2s;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 10px;
    font-weight: bold;
}

.btn-alternative:hover {
    border-bottom: 2px solid #47b5b6;
    transition: all 0.2s;
}

.btn-alternative.active, .btn-alternative:active {
    outline: none;
    border-bottom: 2px solid;
}

.btn-alternative:focus {
    outline: none;
    border-bottom: 2px solid;
}

.btn-alternative-selected {
    border-bottom: 2px solid;
    transition: all 0.2s;
}

.btn-alternative-success:hover {
    border-bottom: 2px solid;
    transition: all 0.2s;
}

.btn-alternative-success.active, .btn-alternative-success:active, .btn-alternative-success:focus {
    outline: none;
    border-bottom: 2px solid;
}

.btn-alternative-danger:hover {
    border-bottom: 2px solid;
    color: white;
    transition: all 0.2s;
}

.btn-alternative-danger.active, .btn-alternative-danger:active, .btn-alternative-danger:focus {
    outline: none;
    border-bottom: 2px solid;
    color: white;
}

.btn-alternative-blank {
    border-radius: 0px;
    font-weight: bold;
    font-size: 21px;
}

.btn-alternative-operation {
    font-size: 12px;
    padding: 2px 15px;
    width: 140px;
}

.btn-link-alternative {
    text-transform: uppercase;
    font-size: 15px;
}

.btn-alternative-exchange {
    font-size: 12px;
}

.btn-active {
    background: #29ABE2 !important;
}

.btn-active:active, .btn-active:focus {
    background: #2fac66 !important;
}

.btn-alternative-plus {
    font-size: 1.5rem;
    width: auto;
    height: 2em;
    border-radius: 60px;
}

/*END button CCS*/

/* start Buttons motion */
.nav-bar {
    display: flex;
    list-style: none; 
    padding-left: 10px;
    margin-top: 6px;
}
.nav-bar a{
    text-decoration:none;
}
.motion{
  position: relative;
}
.motion:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #0071BC;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
.motion:hover:before {
  width: 82%;
}
.motion:before {
  left: 0;
}
/* end Buttons motion */

/*Start Modal CCS*/

.modal-alternative {
    border-radius: 0px;
}

.modal-alternative .modal-body {
    padding: 1.5rem 3rem;
}

.modal-title {
    margin-bottom: 5px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px;
    background: #009fe3;
    border-radius: 5px;
    color: white;
}

.modal-title h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 1rem;
}

.blue-letter {
    color: #009fe3;
}

/*END Modal CCS*/

/*Start Form CCS*/

.form-control {
    border-radius: 20px;
    margin-top: 10px;
}

.form-group {
    text-transform: uppercase;
}

.form-row {
    margin: 20px 0px;
}

.form-control-table {
    border-radius: 10px;
}

.form-control-search {
    border-radius: 10px;
}

.form-control-modal {
    border-radius: 5px;
    background: white;
    text-align: center;
    box-shadow: 4px 1px 8px -3px black;
    margin: 0px;
}

/*END Form CCS*/

/*Start Table CCS*/

.table {
    font-size: 13px;
    text-align: center;
}

.table-responsive {
    margin-top: 10px;
}

.table tbody tr {
    background: #f6f6f6;
    text-align: center;
    text-transform: uppercase;
    color: black;
    border: none;
    box-shadow: inset 0px 6px 6px -6px black;
}

.table thead tr {
    background: #009fe3 !important;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    border: none;
    box-shadow: 0px 0px 6px black;
}

.table th, .table td {
    border: none !important;
    padding: 0.85rem !important;
    vertical-align: middle !important;
}

.pagination>li>a, .pagination>li>span {
    border-radius: 0px;
}

/*END Table CCS*/

/*DashBoard CCS*/

.icon {
    margin: 0px 10px;
    text-align: center;
    cursor: pointer;
}

.icon-right {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.imageIcon {
    border-radius: 50px;
    margin-right: 10px;
}

.colorChart {
    height: 10px;
}

.list-gr p {
    margin: 0px;
}

.list-gr h5 {
    margin: 0px;
}

.divPro {
    padding-top: 7.5px;
    padding-bottom: 4.5px;
}

.progress {
    margin: 0px;
    border-radius: none;
}

.slider {
    -webkit-appearance: none;
    width: 70% !important;
    height: 5px;
    margin-top: 6px;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.list-gr {
    height: 240px;
    overflow-x: hidden;
}

.myPortfolio {
    height: 270px;
    overflow-x: hidden;
}
.myPortfolio::-webkit-scrollbar {
    background: #f7f7f7;
    width: 6px;
    border-radius: 10px;
}

.myPortfolio div:nth-child(1n+2){
    margin-top: 10px;
}

/* Track */


/*END DashBoard CCS*/

/*Start Profile CCS*/

.profilePic {
    border: 1px solid;
}

input.cropit-image-input {
    visibility: hidden;
}

.cropit-preview {
    width: 150px;
    height: 150px;
}

.cropit-controls {
    top: 50px;
    padding: 10px 15px;
    box-shadow: inset 0px 0px 1px 0px black;
}

.cropit-preview-background {
    opacity: .2;
}

input.cropit-image-zoom-input {
    position: relative;
}

#image-cropper {
    overflow: hidden;
}

/*END Profile CCS*/

/*Market CSS*/

#fasticon {
    margin-top: 114px;
}

.coinexch {
    height: 60px;
}

.selectBox select {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 10px;
}

.cryptovalue {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px 10px;
}

.fiatvalue {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
}

.buttonexchange {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.imginfo {
    width: 80px;
    float: left;
}

#receiveForm {
    margin-top: 21px;
}

#exchangeForm {
    margin-top: 38px;
}

/*TEST*/

.select-box {
    position: relative;
    margin-top: -8px;
    right: 10px;
}

.select-sim {
    width: 150px;
    height: 77px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    border-radius: 10px;
    background: transparent;
    border: none;
    overflow: hidden;
}

.select-sim::after {
    content: "▼";
    font-size: 0.8em;
    font-family: arial;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.select-sim:hover::after {
    content: "";
}

.select-sim:hover {
    overflow: visible;
}

.select-sim:hover .options .option label {
    display: inline-block;
}

.select-sim:hover .options {
    background: white;
    color: black;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: absolute;
    top: 50px;
    left: -1px;
    width: 100%;
    height: fit-content;
    max-height: 150px;
    overflow-y: scroll;
}

.options::-webkit-scrollbar {
    display: none;
}

.select-sim .options .option {
    overflow: hidden;
    cursor: pointer;
}

.select-sim:hover .options .option {
    overflow: hidden;
}

.select-sim .options .option img {
    vertical-align: middle;
    float: left;
    padding: 8px;
}

.select-sim .options .option label {
    display: none;
    height: 77px;
    margin: 0px;
}

.select-sim .options .option input {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: inline-block;
    /* "hack" para que funcione en Firefox */
    position: absolute;
    left: -10000px;
}

.select-sim .options .option input:checked+label {
    display: block;
    width: 100%;
}

.select-sim:hover .options .option input+label {
    display: block;
}

.select-sim:hover .options .option input:checked+label {
    background: #2b89ca;
    color: white;
}

.select-sim:hover .options .option label:hover {
    background: #2b89ca;
    color: white;
}

/*Market CSS*/

/*BALANCE CSS*/
.horizontal-line{
    height: 6px;
    border-radius: 6px;
    width: 97%;
    background: #0172d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0172d5 1%, #28aae2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0172d5 1%, #28aae2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0172d5 1%, #28aae2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0172d5', endColorstr='#28aae2', GradientType=0);
    /* IE6-9 */
}

.vertical-line {
    height: 62px;
    width: 4px;
    border-radius: 15px;
    float: left;
    position: relative;
    right: 5px;
    top: 10px;
    background: #0172d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0172d5 1%, #28aae2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0172d5 1%, #28aae2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0172d5 1%, #28aae2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0172d5', endColorstr='#28aae2', GradientType=0);
    /* IE6-9 */
}

.total-balance {
    background-color: #f6f6f6;
    padding: 4px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid;
    margin-left: 10px;
}

.total-balance p {
    margin: 0px;
}

.op-button {
    width: fit-content;
    margin: 0 auto;
    width: -moz-fit-content;
}

/*END BALANCE CSS*/

/*START LIST CSS*/

.div-info h5 {
    font-size: 12px;
    min-height: 18px;
    margin: 5px 0px;
}

.div-info h6 {
    font-size: 15px;
    min-height: 18px;
    margin: 5px 0px;
}

/*END LIST CSS*/

/*New css*/

.header {
    font-weight: bold;
    z-index: 10;
    width: 100%;
}

#buttons {
    padding-left: 0;
    justify-content: end;
    display: flex;
}

#buttons figure {
    margin: 0px;
}

#buttons figure img {
    height: 40px;
    width: auto;
}

.sesion {
    right: 0 !important;
    left: initial;
}

.bt-01 {
    width: auto;
    padding: 5px 15px;
    display: block;
    background-color: transparent;
    color: white;
    font-size: 0.8rem;
    margin: 5px;
    border: 2px solid white;
    border-radius: 20px;
    border-color: white;
    font-weight: bold;
}

.bt-01:hover {
    cursor: pointer;
    border-color: #29ABE2;
}

.bt-01:active {
    background: #29ABE2;
}

/*.balance:after {
  content:""; 
  background: black; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 50%; 
  width: 1px;
}*/

.porta img {
    width: 80px;
    height: auto;
}

.porta h4 {
    margin-top: 15px;
}

.dots {
    padding: 0px;
    margin: 0 auto;
    height: fit-content;
    width: fit-content;
    height: -moz-fit-content;
    width: -moz-fit-content;
    margin-top: 19px;
}

.dots li {
    width: 0.9em;
    height: 0.9em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    margin: 0 2em;
    display: inline-block;
    color: white;
    position: relative;
}

.dots li::before {
    content: '';
    position: absolute;
    top: .4em;
    left: -5em;
    width: 5em;
    height: .1em;
    z-index: -1;
}

.dots li:first-child::before {
    display: none;
}

.input-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #0047bc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px !IMPORTANT;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.input-checkbox:active, .input-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-checkbox:checked {
    background-color: #0047bc;
    border: 1px solid #0047bc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.verticaldiv {
    position: fixed;
    right: 0;
    top: 40%;
    padding: 15px 0;
    background: #009fe3 !important;
    text-align: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    border-radius: 10px;
    color: white;
    z-index: 5;
}

.verticaldiv h5 {
    margin-right: .5em;
    margin-left: .5em;
}

.border-left {
    border-left: 4px solid #009fe3 !important;
    margin-bottom: 15px;
}

.icon-activity{
    width: 45px;
}

/* .spinner, .spinner:after {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.spinner {
    background-color: transparent;
    border-top: 5px solid -moz-linear-gradient(left, #fcea10 0%, #f9b233 100%);
    ;
    border-right: 5px solid rgb(66, 139, 202);
    border-bottom: 5px solid rgb(66, 139, 202);
    border-left: 5px solid rgba(66, 139, 202, .2);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 80s;
    animation-name: spinner-loading
} */

.btn-back{
    position: absolute;
    top: -78px;
    border-radius: 50px;
    width: 55px !important;
    height: 52px !important;
    padding: 0;
    font-size: 35px;
    background: transparent !important;
    border-color: transparent;
    color: #009fe3 !important;
}

.scroll-bar::-webkit-scrollbar {
    background: #f7f7f7;
    width: 6px;
    border-radius: 10px;
}
.scroll-bar::-webkit-scrollbar-thumb {
    background: #0c82c7;
    border-radius: 10px;
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #777777;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .btn-back{
        top: -5vh;
    }
    .imesMenu {
        width: 60%;
        height: auto;
    }
    .balance {
        display: none;
    }
    .panel-body {
        padding-top: 60px !important;
    }
    .card-report {
        padding: 0;
    }
    #rightContent {
        padding-bottom: 50px;
    }
    #fasticon {
        margin-top: 0;
        width: 60px;
    }
}

@media (max-width: 500px) {
    #rightContent {
        padding-bottom: 150px;
        min-height: auto;
        max-height: inherit;
        overflow-x: hidden;
    }
    .btn-register{
        width: 110px;
    }
}