.width-80 {
    width: 80px;
}

.width-120 {
    width: 120px;
}

.width-200 {
    width: 200px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-60 {
    width: 60px;
}

.model-xxl {
    max-width: 1400px;
}

.spinner .spin-icon {
    font-size: 32px;
    position: absolute;
}

.validation-container {
    color: #f46a6a;
    font-weight: bolder;
}
.red {
    color: red;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.right-bar {
    width: 450px;
    right: -460px
}

/* Marketplace search */

#marketplace-search input.account-search {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-left: -5px;
    padding: 0;
    outline: none;
}

#marketplace-search {
    padding: 10px 14px;
    overflow: hidden;
    border-bottom: 1px solid rgba(230, 230, 230, .7);
}

.marketplace-search {
    margin-left: 5px;
    display: inline-block;
    opacity: .7;
    font-size: 14px;
    vertical-align: middle;
    line-height: 12px;
}

#marketplace-search input.account-search {
    width: calc(100% - 50px);
    line-height: 20px;
}

.marketplace-search i {
    margin-right: 14px;
    font-size: 14px;
    vertical-align: middle;
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: 910px;
}
.modal-dialog{
    min-width: 50%
}
.modal-header{
    background-color: rgba(0,0,0,.03);
}

/* End of Marketplace Search */

/* Overlay */
.loading-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 100000; /* Ensure overlay is above other elements */
}

/* Spinner */
.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select2-container {
    z-index: 2051; /* Higher than the modal's z-index */
}

.select2-container .select2-dropdown {
    z-index: 2052; /* Ensures the dropdown is above the modal content */
}

/* styling fix for dashboard  */
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
    padding-left:0px;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
    white-space: normal;
}
