.ark-tab-div {
    display: grid;
    margin-bottom: -1px;
    padding: 15px 15px 15px 15px;
}

.search-result-div {
    display: grid;
}
.tickerText {

    margin-left: auto;
    color: #777;
    font-size: 14px;
    border: 1px solid #eee;
    width: 200px;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*margin-bottom: 25px;*/
}

.on {
    display: block;
}
.off {
    display: none;
}
.ark-search .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.ark-search .page-link:hover {
    z-index: 2;
    color: #343a40;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.ark-search a:hover {
    color: #343a40;
    text-decoration: underline;
}
.ark-search .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #343a40;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.ark-search table td,
.ark-search table tr {
    background-color: #00000000 !important;
}

.ark-search table th,
.ark-search table td {
    color: white;
    font-size : 11px;
    font-family: sans-serif, "Raleway";
}

.ark-search.black-font table th,
.ark-search.black-font table td {
    color: black !important;
}

.ark-search table thead th {
    display: table-cell; vertical-align: middle;
}

.ticker-company {
    color: gray;
    font-weight: bold;
}

.font-weigt-bold {
    font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#readJson {
    margin-right: auto;
    width: 100px;
    height: 50px;
    margin-left: 18px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 2.5;
}
body {
background: black;

}

/*on&off*/
 input[type="checkbox"] {
     position: absolute;
     visibility: hidden;
     cursor: pointer;
 }

.main-nav label {
    display: block;
    position: absolute;
    width: 60px;
    height: 34px;
    border-radius: 17px;
    background-color: black;
    transition-duration: 0.2s;
}

.main-nav label span{
    position: absolute;
    left: 3px;
    top: 2px;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: white;
    transition-duration: 0.2s;
}



.main-nav label:before,
.main-nav label:after{
    position: absolute;
    top: 0;
    width: 34px;
    font-size: 11px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

/*label:after{
    position: absolute;
    top: 0;
    width: 34px;
    font-size: 11px;
    line-height: 34px;
    color: #black;
    text-align: center;
}*/

.main-nav label:before {
    left: 0;

}

.main-nav label:after {
    right: 0;
}

input:checked + label {
    background-color: black;
    transform: translate(1px, -1px);
}

input:checked + label span {
    background-color: white;
    transform: translate(25px, -1px);
}

.logo-black {

}
.logo-white {

}

.form-select-sm {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.4rem;
    font-size: 0.875rem;
    border-radius: 7px;
}

.column-text-center {
    text-align: center;
}

.buttons-colvisGroup {
    /*background-color: gray !important;/*/
    FONT-SIZE: 10px !important;
    width: 60px;
    height: 25px;
    /* color: white; */
    font-weight: bold;
    background-color: #bdbcbc !important;
    border-color: #bdbcbc !important;
    padding: 3px 2px 2px 2px !important;

}
.dt-buttons {
    text-align: right !important;
    margin-top: 5px;
    margin-bottom: 2px;
}

.ark-search .container {
    padding-right: 5px;
    padding-left: 5px;
}
/* table.dataTable {
    margin: 0 auto;
  } */

/* div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
} */

.box {
    width: 35px;
    height: 35px;
    border-radius: 70%;
    overflow: hidden;

    position: absolute;
    left: 33px;
}
.profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abcRioButton.abcRioButtonLightBlue {
    border-radius: 70%;
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    left: 33px;
}
