*,*::before,*::after {
    box-sizing: border-box
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(99,135,143,0.65) inset !important
}

::-webkit-scrollbar {
    width: 11px
}

::-webkit-scrollbar-track {
    background: #242424;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2)
}

::-webkit-scrollbar-thumb {
    background: var(--theme-primary-color);
    border-radius: 10px;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--theme-tertiary-color)
}

.talign-mleft {
    margin-left: 1px !important
}

.talign-mright {
    margin-right: 1px !important
}

.talign-pleft {
    padding-left: 1px !important
}

.talign-pright {
    padding-right: 1px !important
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.visible-sm {
    display: none
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.noselect {
    user-select: none
}

.nav,.nav-columns {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.nav > li {
    display: inline-block
}

.rounded-sm {
    border-radius: 0.2rem
}

.rounded {
    border-radius: 0.25rem
}

.rounded-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.rounded-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.rounded-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.rounded-lg {
    border-radius: 0.3rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-pill {
    border-radius: 50rem
}

.rounded-0 {
    border-radius: 0
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-bottom {
    vertical-align: text-bottom
}

.align-text-top {
    vertical-align: text-top
}

		
		
		
		
		