@import url("./style.base.css");

.listview.no-line .item:after {
    display: block
}

body.dark-mode-active .wide-block{
    background: #0F1C2F;
    border-top-color: #1B283B;
    border-bottom-color: #1B283B
}
body.dark-mode-active.costum-updown {
    color: #fff;
}
body.dark-mode-active .border,
body.dark-mode-active .border-top,
body.dark-mode-active .border-right,
body.dark-mode-active .border-left,
body.dark-mode-active .border-bottom
{
    border-color: #1B283B!important
}


.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff;
}

@media screen and (orientation:portrait) {
    .orientation-landscape {
        display: none !important;
    }
}

@media screen and (orientation:landscape) {
    .orientation-portrait {
        display: none !important;
    }
} 
.right-16 {
    position: absolute;
    right: 16px;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

.va-top {
    vertical-align: top;
}

.no-align {
    align-items: unset !important;
}

.align-center {
    align-items: center !important;
    justify-content: center;
}

.text-highlighted-white {
    padding: 2px 5px;
    background: white;
    border-radius: 3px;
    color: black;
}

.btn {
    position: relative;
}

.btn .badge {
    min-width: 16px;
    height: 16px;
    line-height: 9px !important;
    font-size: 10px;
    padding: 0 4px !important;
    position: absolute;
    right: 50%;
    transform: translateX(120%);
}

.listview-full>li:after {
    left: 0 !important;
}

.border-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

.border-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.mnh-unset {
    min-height: unset !important;
}

.mxh-unset {
    max-height: unset !important;
}

.mnw-unset {
    min-width: unset !important;
}

.mxw-unset {
    max-width: unset !important;
}

.fs-9px {
    font-size: 9px
}

.fs-10px {
    font-size: 10px
}

.fs-11px {
    font-size: 11px
}

.fs-12px {
    font-size: 12px
}

.fs-13px {
    font-size: 13px
}

.fs-14px {
    font-size: 14px
}

.fs-15px {
    font-size: 15px
}

.fs-16px {
    font-size: 16px
}

.fs-17px {
    font-size: 17px
}

.fs-18px {
    font-size: 18px
}

.fs-19px {
    font-size: 19px
}

.fs-20px {
    font-size: 20px
}

.card .table {
    margin-bottom: 0
}

.pb-56 {
    padding-bottom: 56px !important;
}

.pt-56 {
    padding-top: 56px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-500 {
    font-weight: 500 !important
}
.fw-600 {
    font-weight: 600 !important
}


.fw-bolder {
    font-weight: bolder !important
}

.rounded50 {
    border-radius: 50px;
}

.bg-default {
    background: #F9F9F9!important;
}


body.dark-mode-active .bg-default {
    background: #0c182a!important;
}




.searchbox ion-icon {
    font-size: 21px !important;
}


.searchbox .input-left {
    left: 0px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #A1A1A2;
    top: 0;
    padding-left: 10px;
    border-radius: 6px 0 0 6px;
    border-right: none !important;
}


.searchbox .icon-left {
    right: 5px !important;
    left: unset;
    top: 0
}

.searchbox .input-right {
    padding-left: 10px;
    padding-right: 36px;
    border-radius: 0 6px 6px 0;
}

.pagination .active a {
    box-shadow: none !important;
}

.table-vertical-midle td {
    vertical-align:middle;
}

/*Additional*/
.dark-mode-active pre {
    color: whitesmoke !important
}