:root {
    --main-bg: #0C0516;
    --dop-bg: #171022;
    --dop2-bg: #221930;
    --text-color: #FFFFFF;
    --text80-color: rgba(255,255,255,0.8);
    --main-color: #B98BFF;
    --dop-color: #B4ACD3;
    --place-color: #B4ACD3;
    --dop50-color: rgba(180, 172, 211, 0.5);
    --dop15-color: rgba(180, 172, 211, 0.16);
    --green-color: #10AC84;
    --yellow-color: #EBA400;
    --red-color: #E63C24;
    --tg-color: #27A7E7;
    --usdt-color: #26A17B;
    --btc-color: #f8a237;
    --ltc-color: #335d9d;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    width: 100%;
}
.error-summary ul li {
    list-style: none;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    width: 100%;
    /*margin-bottom: 1rem;*/
}

.navItem > .subnav.right {
    left: auto;
    right: -16px;
    border-radius: 24px 0  24px 24px;
}

.pagination .active {
    background: inherit;
}
.pagination .active a {
    background: #5F29B7;
    color: #FFFFFF;
}
.blogItem {
    background-position: center center;
}
.blog-item-real {
    max-height: 248px;
}

.blogContent {
    color:  #161515;
}
.blogContent p a {
    text-decoration: underline;
    color: #1469d7;
}
.blogContent p a:hover {
    color: #1469d7;
    text-decoration: none;
}

.inputWrapper select, .inputWrapper select > option {
    border-color: var(--text-color);
    height: 44px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    background: transparent;
    border: 1px solid var(--dop-color);
    font-size: 15px;
    padding: 12px;
    color: var(--text-color);
    font-weight: 400;
    border-radius: 8px;
    color-scheme: dark;
}
.inputWrapper select > option {
    background-color: var(--main-bg);;
}

.btn-full {
    width: 100%;
    text-align: center;
}


.alert {
    width: 100%;
    background: var(--dop-color);
    color: var(--main-bg);
    font-size: 14px;
    padding: 12px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.alert.alert-danger, .has-error .help-block {
    color: var(--red-color);
}

.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.pagination a{
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
.pagination .link{
    height: 32px;
    text-align: center;
    background: #FFFFFF;
    color: #5F29B7 !important;
    border-radius: 6px;
}
.pagination .active a{
    background: #5F29B7;
    color: #FFFFFF !important;
}

.page-section.first .textWrapper p {
    max-width: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-view .pagination {
    align-items: flex-start;
    justify-content: left;
}
.grid-view input {
    height: 32px;
    max-width: 60px;
}

.table-bordered {
    border: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.light .table-bordered > thead > tr > th {
    border-color: #d5dfea;
}
.light .table > thead > tr > th {
    border-color: #d5dfea;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #dfe3e7;
    border-bottom-width: 2px;
}
.table > thead > tr > td, .table > thead > tr > th {
    border-color: rgba(255, 255, 255, 0.12);
    padding: 1rem;
    vertical-align: middle;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th
{
    border: 1px solid #dfe3e7;
}

.table > tbody > tr > th, .table > tbody > tr td {
    border-bottom: 0px solid #d5dfea;
}
.table > tbody > tr > td, .table > tbody > tr > th {
    border-top: 1px solid #d5dfea;
    padding: 1rem;
    vertical-align: middle;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.light .table {
    color: #212529;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #8a99b5;
}
.table {
    border-collapse: collapse;
    table-layout: fixed;
}