﻿/*Add Inventory Page Style*/
.location-map {
    height: 200px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.tips-info {
    font-weight: var( --font-medium);
    font-size: var( --font-md);
}

/*Edit Inventory Page Style*/
.icon-title {
    background: #CDDDFF;
    padding: 15px;
    border-radius: 50%;
}

.stationLocationMap {
    height: 200px;
    width: 100%;
    border-radius: var( --border-radius-lg);
    overflow: hidden;
    margin-bottom: 5px;
}

/*Inventory Card Page Style*/
.status-chip {
    background-color: var(--color-bg-success);
    color: var(--color-success);
    padding: 9px 15px;
    border-radius: var(--border-radius-md) !important;
}

/*Inventory Details Page Style*/
.custom-button {
    font-size: var(--font-md);
    font-weight: var(--font-medium);
    min-width: 180px;
}

.inv-sub-text {
    color: var(--color-secondary);
    font-size: var( --font-lg);
    font-weight: var( --font-regular);
}

.inv-main-text {
    color: var(--color-heading);
    font-size: var(--font-xl);
    font-weight: var( --font-regular);
}

/*Dailods*/
.link-title {
    color: var(--color-primary);
    font-weight: var(--font-medium);
    font-size: var( --font-sm);
}