.template-1 td{
    border: 1px solid black;
    vertical-align: baseline !important;
    padding:6px;
}

.template-1 td a{
    display: block;
    color: white;
}

.template-1 td.actions a{
    color: black !important;
}

.template-1 .stacks{
    background-color: #009EF7;
    color: white;
}

.template-1 .cols{
    background-color: green;
    color: white;
}

.template-1 table tr > td{
    border: 0px !important;
}

.template-1 table{
    width: 100%;
}

.template-1 table tr{
    border-bottom: 1px solid black;
}

.template .row,
.template .row{
    border-left: 1px solid black;
}

.template .col,
.template .col{
    border: 1px solid black;
    border-left: 0px;
    border-top: 0px;
    font-size: 1.4rem;
    font-weight: 500;
}

.template .row-strategy-name,
.template .row-strategy-name{
    border-top: 1px solid black;
    color: white;
}

.template .stack-name,
.template .col-name,
.template .stack-name,
.template .col-name{
    color: white;
}

.template .col-value,
.template .col-value{
    padding: 4px;
}

.template .col a,
.template .col a{
    color: black;
    display: block;
}
.tooltip .tooltip-inner{
    max-width: 650px !important;
    box-shadow: none !important;
}
.tooltip .tooltip-inner{
    margin-bottom: 0px;
    color: #fff;
}

.img-tooltip{
    height: 700px;
}

.tooltip.show {
}

.tooltip-inverse {
    --bs-tooltip-bg: #000;
  }

.strategy-selected,
.stack-selected,
.action-selected {
    background-color: #000;
    color: white !important;
}

.card-registers .actions {
    top: 8px;
    right: 8px;
}

.loading{
    overflow:hidden;
}
.loading #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#191c1b;
}
.loading #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loading #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loading #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f7f7f7;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.btn-google-maps{
    background-color: #196ede !important;
    color: #fff !important;
}

.btn-google-maps i{
    color: #fff !important;
}

.btn-google-maps:hover{
    background-color: #1761c3 !important;
}

#load-modal {
    overflow: auto!important;
}

.aside-ligth {
    background-color: #ffffff;
}



@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.badge-xs{
    font-size: 0.65rem;
}

@media only screen and (min-width: 1930px) {
    .screen{
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    #kt_header{
        background-color: #ffffff;
    }

    .aside-menu .menu-item {
        font-size: calc(1.275rem + 0.3vw) !important;
        margin-bottom: 5px;
    }

    .aside-menu .menu-item .menu-icon i {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
}

@media only screen and (max-width: 600px) {
    .tooltip-inner{
        max-width: 350 !important;
    }
    .img-tooltip{
        height: 400px;
    }
    .page-pre-flop{
        margin-bottom: 30em;
    }
}
