input {
    color-scheme: dark;
}

body {
    background-color: #111316;
    height: 100vh;
    color: #fff;
    font-family: Onest, sans-serif;
    font-size: 18px;
}

.navbar {
    background-color: #16191a !important;
    color: rgb(165, 165, 165) !important;
    padding: 20px;
    font-size: 18px;
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(197 197 197) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}



.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    font-weight: 600;
}

.navbar-dark .navbar-brand {
    color: #fff !important;
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.7rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.6rem;
    line-height: inherit;
    white-space: nowrap;
    letter-spacing: 2px !important;
    font-weight: 600;
}


.card-block-info {
    background-color: #00293d;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
    border-color: #00293d;
}

.canvas-style {
    height: 90%;
}


div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}


.card-wrapper {
    background: #16191a;

    position: relative;
    padding: 0px 12px;
    border-radius: 12px;
    margin-top: 25px;
    border: 1px solid #282a36;
    height: 470px;
}

.card-wrapper-fix {
    width: auto;
    height: auto;
}



.card-main {
    min-height: 150px;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.card-main:hover {
    min-height: 150px;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgb(84 84 84 / 25%);
}

.card-main1 {
    min-height: 122px;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.card-scrollmenu {
    /* margin-top: 10px; */
    max-height: 400px;
    min-height: 400px;
    overflow: auto;

}

/* material scrollbar */
.card-scrollmenu::-webkit-scrollbar {
    background: 2b2e3a;
    border-radius: 10px;
    padding: 1px;
    width: 5px;
}

.card-scrollmenu::-webkit-scrollbar-thumb {
    background: rgb(153, 152, 152);
    border-radius: 10px;
}

:root {
    scrollbar-color: rgb(153, 152, 152) #16191a !important;
}

.card-scrollme {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

.card-scrollme:-webkit-scrollbar {
    width: 11px;
}

.card-scrollme:-webkit-scrollbar-track {
    background: transparent;
}

.card-scrollme:-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 6px;
    border: 3px solid transparent;
}


.card-scrollmenu .block-info {
    border-radius: 0;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #242424;
    width: 100%;
    font-size: 16px;
}

.card-scrollmenu1 .box-info {
    border-radius: 0;
    padding: 15px 16px 15px 16px;
    border-bottom: 1px solid #242424;
    width: 100%;
    font-size: 16px;
    min-height: none;
}

.no-max {
    max-height: none;
}

.table-header-ajust {
    border-radius: 0;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #242424;
    font-size: 15px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.table-header-ajust:hover {
    background-color: #232728;
    color: #fff;
    cursor: pointer;
}

.table-header-ajust p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-info:hover {
    background-color: #232728;
    color: #fff;
}

.btn-load-more {
    /* width: 16%; */
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    /* margin-left: 62.2%; */
    /* margin-right: 10px; */
    border-color: #c1c1c1;
    color: #c1c1c1;
    padding: 0.45rem 1.5rem;
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #242424;
    color: #fff;
    border-color: #c1c1c1;
}

.btn-outline-primary:hover {
    background-color: #242424;
    color: #fff;

}

.btn-outline-primary:hover {
    border-color: #ffffff;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(126 126 126 / 50%);
}

.search-div {
    margin-top: 20px;
    background-color: #1a1d1e;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #343746;
    width: auto;
    margin: 20px 0px;
}

.search-div:focus-visible {
    border: 1px solid #007bff;
}

.search-div input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 15px;
    border: 0px solid #343746;
    width: 100%;
    background-color: #16191a;
    color: #fff;
    margin: 0;
}

.search-div button {
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

.search-div1 {
    margin-top: 20px;
    background-color: #1a1d1e;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #343746;
    width: auto;
    margin: 20px 0px;
}

.search-div1 input {
    border-radius: 10px;
    padding: 15px;
    border: 0px solid #343746;
    width: 100%;
    background-color: #16191a;
    color: #fff;
    margin: 0;
}


svg {
    width: 90px;
    margin: 40px auto 0;
}




/* skeleton animations */

.sk {
    /* skeleton color animation */
    background-image: linear-gradient(to right, #3e425b 8%, rgb(126, 126, 126) 18%, #3e425b 33%);
    background-size: 1000%;
    background-position: right;
    border-radius: 20px;
    width: 150px;
    height: 15px;
    animation: sweep 3s ease-in-out infinite;
    box-shadow: 0 0 6px 0 #a3a3a331;
}

@keyframes sweep {
    0% {
        background-position: 150%;
    }

    100% {
        background-position: 1%;
    }
}


.skt {
    /* skeleton text */
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skt-b {
    /* skeleton body */
    width: 75%;
}

.sk-f {
    /* skeleton footer */
    width: 30%;
}

.sk-h1 {
    /* skeleton heading 1 */
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.sk-h2 {
    /* skeleton heading 2 */
    width: 70%;
    height: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.sk-p {
    /* skeleton paragraph */
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.sk-d1 {
    /* skeleton data 1 */
    width: 70%;
    height: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    margin: 0 15%;
    padding: 0;
    margin-bottom: 4px;
}

.sk-d2 {
    /* skeleton data 2 */
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    margin: 0;
    padding: 0;
}

.sk-d3 {
    /* skeleton data 1 */
    width: 70%;
    height: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

.sk-d4 {
    /* skeleton data 1 */
    width: 75%;
    height: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    margin: 0 15%;
    padding: 0;
    margin-bottom: 4px;
}

.sk-canvas {
    /* skeleton canvas */
    width: 100%;
    height: 90%;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    margin: 0;
    padding: 0;
}

/**------------------------------------------------------------------------
 *                           Separator
 *------------------------------------------------------------------------**/

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #fff;
}

.separator:not(:empty)::before {
    margin-right: .75em;
}

.separator:not(:empty)::after {
    margin-left: .75em;
}


.no-decoration {
    text-decoration: none;
    color: #fff;
}

.no-decoration:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}


input[type="radio"] {
    visibility: hidden;
    width: 0;
}

.btn-check {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.box-text {
    padding-top: 10px;
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

hr {
    border-top: 1px solid #424242;
}

.block-no {
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

.pt-2 {
    padding-top: 0px !important;
}

.box-text {
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

p {
    margin-bottom: 0rem;
}

h1 {
    line-height: 1;
}

.info-text {
    margin-top: 20px;
    margin-bottom: 1rem;
}

.text-white {
    color: #fff;
}

.td-title {
    margin-bottom: 16px;
}

.block{
    background: #222222;
    padding:22px;
    border-radius:10px;
    font-size: 17px;
    margin-top: 30px;
    line-height: 2em;
}



.site-footer {
    /* background-color: #26272b; */
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block;
    padding-top: 7px;
}

.footer-links a {
    color: #cfcfcf
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #b2dbd0;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0;
    color: #fff;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }

}