body {
    font-family: "Montserrat", sans-serif;
    position: relative;
}

/* .main-head {
            padding: 20px 0;
            transition: background-color 0.3s;
            background-color: rgba(255, 255, 255, 1);
        } */
.toolbar-nav li a {
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg,
            rgba(0, 135, 186, 1) 0%,
            rgba(0, 174, 239, 1) 100%);
}

.right-nav li a {
    background: rgb(28, 27, 26);
    background: linear-gradient(0deg,
            rgba(28, 27, 26, 1) 0%,
            rgba(91, 91, 91, 1) 100%);
}

table tbody tr:first-child td {
    background-color: #00a6e4;
    color: white;
    white-space: normal !important;
    /* Allow text to wrap */
    width: 10% !important;
    /* Fixed width */
    word-wrap: break-word;
    /* Break long words if needed */
}

.conventional {
    --bs-btn-color: #fff;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    --bs-btn-border-color: #0087BA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #0087BA;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #0087BA;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    border: 0;
}

.conventional2 {
    --bs-btn-color: #fff;
    /* background: #435cfa; */
    /* Light gray base color */
    background: linear-gradient(0deg, #EA6E01 0%, #EA6E01 100%);
    --bs-btn-border-color: #EA6E01;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EA6E01;
    --bs-btn-hover-border-color: #EA6E01;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EA6E01;
    --bs-btn-active-border-color: #EA6E01;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EA6E01;
    --bs-btn-disabled-border-color: #EA6E01;
    border: 0;
}
