/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


/*Cover Flow Image Slide show on landing page*/
/*#coverFlow {
    position: relative;
    width: 100%;
    height: 300px;*/ /* Adjust the height as needed */
    /*overflow: hidden;
}

    #coverFlow .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        #coverFlow .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }*/

/*landing page login button*/
/*.btn {
    font-weight: 600;
    font-size: 1.6rem;
}*/


/*Landing Page tutorial*/
/*.tutorial-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.tutorial-box {
    position: relative;
    width: 250px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    z-index: 1;
}

.tutorial-content {
    margin-bottom: 10px;
}

.tutorial-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.arrow {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 20px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ddd;
}*/




/* Login page styles */

/*.login {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .login h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .login .form-group {
        margin-bottom: 20px;
    }

    .login label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .login input[type="text"],
    .login input[type="password"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .login input[type="submit"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .login .validation-error {
        color: red;
        margin-top: 5px;
    }

.login-note {
    text-align: center;
}

.login-note-a {
    color: black;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
}*/
/*DashBoard Styles*/

/*.tab-container {
    display: flex;
}

.tabs {
    flex: 0 0 auto;
}

.tab-button {
    display: block;
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    outline: none;
}

    .tab-button:hover {
        background-color: #ddd;
    }

    .tab-button.active {
        background-color: #ccc;
    }

.tab-content-container {
    flex: 1 1 auto;
    padding: 10px;
}

.tab-content {
    display: none;
    padding: 10px;
}

    .tab-content.active {
        display: block;
    }*/

/*Messages tab3*/
/*.tab3-container {
    border: 1px solid #ccc;
    padding: 10px;
}

.tab3-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.tab3-button {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    margin: 3%;
    text-align: center;
}

    .tab3-button:hover {
        background-color: #ddd;
    }

    .tab3-button.active {
        background-color: #ccc;
    }

.tab3-content {
    display: none;
    padding: 10px;
}

    .tab3-content.active {
        display: block;
    }*/


/*Messages tab3*/

/* Form styles */
/*.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea.form-control {
    resize: vertical;
}*/

/*Messages tab3-2*/
/*.tab3-2-container {
    border: 1px solid #ccc;
    padding: 10px;
}

.tab3-2-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.tab3-2-button {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    margin: 3%;
    text-align: center;
}

    .tab3-2-button:hover {
        background-color: #ddd;
    }

    .tab3-2-button.active {
        background-color: #ccc;
    }

.tab3-2-content {
    display: none;
    padding: 10px;
}
/*Make my Frontend Beautiful Styles*/

/* Color scheme */
:root {
    --primary-color: #005c9e;
    --secondary-color: #001f3f;
    --accent-color: #ffd54f;
    --navy-blue: #001f3f;
    --navy-blue-light: #0b3d75;
    --white: #ffffff;
    --soft-white: #e6f0ff;
}

/* Background styles */
body {
    background-color: var(--soft-white);
}

/* Font styles */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: var(--navy-blue);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    color: var(--navy-blue);
}

.tutorial-content {
    color: #ffeb3b;
}

/* Rest of the existing CSS styles */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #e3114fcc;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*Cover Flow Image Slide show on landing page*/
#coverFlow {
    position: relative;
    width: 100%;
    height: 300px;
    /* Adjust the height as needed */
    overflow: hidden;
}

    #coverFlow .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        #coverFlow .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/*landing page login button*/
.btn {
    font-weight: 600;
    font-size: 1.6rem;
    
}

/*Landing Page tutorial*/
.tutorial-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.tutorial-box {
    position: relative;
    width: 250px;
    padding: 20px;
    background-color: var(--navy-blue);
    border: 1px solid var(--navy-blue);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    z-index: 1;
}

.tutorial-content {
    margin-bottom: 10px;
}

.tutorial-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: yellow;
}

.arrow {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 20px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ddd;
}

/* Login page styles */

.login {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .login h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .login .form-group {
        margin-bottom: 20px;
    }

    .login label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .login input[type="text"],
    .login input[type="password"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .login input[type="submit"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .login .validation-error {
        color: red;
        margin-top: 5px;
    }

.login-note {
    text-align: center;
}

.login-note-a {
    color: var(--navy-blue);
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
}

/*DashBoard Styles*/

.tab-container {
    display: flex;
}

.tabs {
    flex: 0 0 auto;
}

.tab-button {
    display: block;
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    outline: none;
}

    .tab-button:hover {
        background-color: #ddd;
    }

    .tab-button.active {
        background-color: #ccc;
    }

.tab-content-container {
    flex: 1 1 auto;
    padding: 10px;
}

.tab-content {
    display: none;
    padding: 10px;
}

    .tab-content.active {
        display: block;
    }

/*Messages tab3*/
.tab3-container {
    border: 1px solid #ccc;
    padding: 10px;
}

.tab3-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.tab3-button {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    margin: 3%;
    text-align: center;
}

    .tab3-button:hover {
        background-color: #ddd;
    }

    .tab3-button.active {
        background-color: #ccc;
    }

.tab3-content {
    display: none;
    padding: 10px;
}

    .tab3-content.active {
        display: block;
    }

/*Messages tab3*/

/* Form styles */
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea.form-control {
    resize: vertical;
}

/*Messages tab3-2*/
.tab3-2-container {
    border: 1px solid #ccc;
    padding: 10px;
}

.tab3-2-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.tab3-2-button {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    margin: 3%;
    text-align: center;
}

    .tab3-2-button:hover {
        background-color: #ddd;
    }

    .tab3-2-button.active {
        background-color: #ccc;
    }

.tab3-2-content {
    display: none;
    padding: 10px;
}

    .tab3-2-content.active {
        display: block;
    }

/* Button styles */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: yellow;
    background-color: var(--navy-blue);
}

.btn-primary.createBtn {
    background-color: var(--primary-color);
}

.btn-primary {
    color: yellow !important;
    background-color: var(--navy-blue) !important;
    border-color: var(--navy-blue) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: yellow !important;
    background-color: var(--navy-blue-light) !important;
    border-color: var(--navy-blue-light) !important;
}

.btn-secondary {
    color: yellow !important;
    background-color: var(--navy-blue) !important;
    border-color: var(--navy-blue) !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: yellow !important;
    background-color: var(--navy-blue-light) !important;
    border-color: var(--navy-blue-light) !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--accent-color);
}

.text-right {
    text-align: right;
    margin-top: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--navy-blue);
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--navy-blue);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
    background-color: palegoldenrod;
    opacity: 1;
}

.text-dark_2 {
    --bs-text-opacity: 1;
    color: yellow;
}

.navbar-dark .navbar-nav .nav-link {
    color: yellow;
}

.table {
    --bs-table-bg: #0d2bfd08;
    margin-bottom: 4rem;
    color: var(--navy-blue);
    border-color: #dfae15;
}

.multiline-input {
    height: 100px; /* Adjust the height as needed */
    resize: vertical;
}

.case-shell {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    min-height: 78vh;
}

.case-sidebar {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(33, 37, 41, 0.08);
    padding: 22px;
}

.case-sidebar a {
    color: var(--navy-blue);
    display: block;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px 12px;
    text-decoration: none;
}

.case-sidebar a.active,
.case-sidebar a:hover {
    background: #fff4df;
    border-radius: 12px;
    color: #f39a18;
}

.case-logo {
    align-items: center;
    background: #f39a18;
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    margin-bottom: 14px;
    width: 46px;
}

.case-main {
    min-width: 0;
}

.case-topbar,
.case-stats {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.case-stats {
    flex-wrap: wrap;
}

.case-stat-card,
.case-panel,
.case-form-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(33, 37, 41, 0.08);
    padding: 22px;
}

.case-stat-card {
    flex: 1 1 170px;
}

.case-stat-card span {
    color: #6c757d;
    display: block;
    font-weight: 600;
}

.case-stat-card strong {
    color: #222;
    display: block;
    font-size: 2rem;
    margin-top: 6px;
}

.case-chart {
    align-items: end;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 48px;
    height: 260px;
    padding: 20px 40px 0;
}

.case-bar {
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: flex;
    min-height: 32px;
    min-width: 90px;
    padding: 10px;
}

.case-bar.sent {
    background: #3498db;
}

.case-bar.failed {
    background: #f39a18;
}

.case-bar span {
    align-self: flex-start;
    font-size: .9rem;
    font-weight: 700;
}

.case-alert-row {
    align-items: center;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.case-alert-row small {
    color: #6c757d;
    display: block;
}

.navbar {
    background-color: var(--navy-blue);
    color: yellow;
}

a {
    color: #0077cc;
}

a:hover,
a:focus {
    color: #005c9e;
}

.badge.bg-light {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

.report-status {
    font-size: 1.2rem;
}

.print-only {
    display: none;
}

@media print {
    .no-print,
    header,
    footer {
        display: none !important;
    }

    .print-only {
        display: block;
    }

    body {
        background: #fff;
        color: #000;
    }

    .container {
        max-width: 100%;
    }

    .case-form-card,
    .case-stat-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .table {
        color: #000;
    }
}

@media (max-width: 900px) {
    .case-shell {
        grid-template-columns: 1fr;
    }

    .case-sidebar {
        display: none;
    }
}






