/* global css */
.inline{
    display: inline !important;
}

.mobile-menu-active{
    background-color: #ffffff14 !important;
}

.none{
    display: none !important;
}

.btn-primary-orange {
    background-color: #f97316;
    border-color: #f97316;
    color: white;
}

.btn-primary-orange:hover {
    background-color: #e66412;
    border-color: #e66412;
}
.bg-green-1000 {
    background: #f4ffe2;
}

.border-green-1000 {
    border: 1px solid #84cc16;
}

.text-green-1000 {
    color: #84cc16;
}

.text-primary {
    color: #2d4699 !important;
}
.text-white {
    color: white !important;
}

.text-orange {
    color: #f97316 !important;
}

.text-start {
    text-align: start !important;
}

.border-dashed {
    border-style: dashed;
}

/* dashboard-asset */
.justify-between {
    justify-content: space-between !important;
}

.left-50 {
    left: 50% !important;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.tom-select .ts-dropdown .selected {
    background: #f97316 !important;
    color: white !important;
}
.tns-nav {
    display: none !important;
}

.image-hoverable:hover + .absolute > .bg-black {
    opacity: 1;
}

.col-4 {
    grid-column: span 7 / span 7;
}

.auth-shadow{
    box-shadow :10px 10px 23px -1px rgb(0 0 0 / 0.1), 2px 4px 4px -2px rgb(0 0 0 / 0.1) !important;
}
.min-h-21{
    min-height: 21rem !important;
}


.same-width {
    width: 100px;
}
