
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

.colored-body {
    background-color: #f8f8f8;
}

#print_page {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}


#print_table {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

.total {
    float: right;
}

.table_title {
    font-size: 16px;
    color: black;
    text-align: left;
    font-weight: bold;
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    background-color: rgba(204, 204, 204, 0.48) !important;
    border-bottom: 3px solid #6d6de4 !important;
    padding: 3px 8px;

}

.name_title {
    font-size: 16px;
    color: black;
    text-align: left;
    font-weight: bold;
    padding: 12px 8px;
}


.table-title-a {
    /* background-color: rgb(219 219 255); */
    background-color: rgb(200, 218, 223);
    /* display: inline-block; */
    padding: 3px;
}

.no_of_app {
    float: right;
}

@media screen and (max-width: 480px) {
    .table-title-a.media_css {
        width: auto;
    }

    .no_of_app.media_css {
        display: inline-block;
        text-align: center;
    }

    .t1.media_css, .t2.media_css {
        font-size: small;
    }
}

.table-a {
    background-color: black;
    color: white;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.table-a tr th {
    text-align: center;
}

.table-a tr td {
    text-align: center;
}

.table-b {
    background-color: rgb(230, 230, 230);
    color: #272181;
    text-align: center;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    border-bottom: 2px solid #4a42bb;
}


@media screen and (max-width: 480px) {
    .table-b {
        width: 90%;
    }
}


.table-b tr th {
    text-align: center;
}

.table-b tr td {
    text-align: center;
}

.table-b th,
.table-b td {
    text-align: right;
    /* border: 1px solid #ddd; */
    border-collapse: collapse;
    padding: 5px 8px;
}

footer {
    margin-top: 30px;
    background-color: #2f7cbc;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-content {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
}

nav {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #2f7cbc;
    padding: 10px 3%;
}

.brand img {
    width: 170px;
}

.main-navigation {
    text-align: center;
    justify-content: space-around;
    flex-grow: 10;
    display: flex;
    align-items: center;
    color: #2f7cbc;
    background-color: #fff;
}

.main-navigation > .title {
    text-decoration: none;
    /* color: #fff; */
    padding: 6px 40px;
    border-right: 1px solid #977ef2;
}

.main-navigation > .desc {
    padding: 0 40px;
}

.main-navigation > .desc > .desc-title {
    font-size: 14px;
}

.main-navigation > .desc > .desc-subtitle {
    font-size: 14px;
    color: #977ef2;
}

.img-flag {
    flex-grow: 1;
    text-align: center;
    padding: 15px 20px;
    height: 70px;
}

.container {
    width: 100%;
    margin: auto;
}

main {
    padding-right: 3%;
    padding-left: 3%;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.table {
    width: 100%;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    border-collapse: collapse;
}

.table th,
.table td {
    text-align: right;
    /* border: 1px solid #ddd; */
    border-collapse: collapse;
    padding: 3px 8px;
}

/* mine */
.table tr:nth-child(odd) {
    background: #f5f5f5
}


.table th:first-child,
.table td:first-child {
    min-width: 15rem;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr td {
    width: 80px;
    padding: 6px;
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 9px;
    border-collapse: separate;
}

.table tr:last-child td:last-child {
    border-radius: 0 0 9px 0;
    border-collapse: separate;
}

.table tr.column-default {
    border-bottom: 1px solid transparent !important;
}

.table tr.column-title {
    background-color: #f6f4feff;
    font-weight: bold;
}

.table tr.column-highlight {
    color: black;
    font-weight: bold;
}

.table tr:not(.column-highlight):not(.column-title) {
    border-bottom: 0.13rem solid #eee;
}

.colspan-title {
    text-align: right;
}


/* TABLE-A */

.table-a th,
.table-a td {
    text-align: right;
    /* border: 1px solid #ddd; */
    border-collapse: collapse;
    padding: 5px 10px;
}


.table-a th:first-child,
.table-a td:first-child {
    text-align: left;
}

.table-a tr:last-child td:first-child {
    border-radius: 0 0 0 9px;
    border-collapse: separate;
}

.table-a tr:last-child td:last-child {
    border-radius: 0 0 9px 0;
    border-collapse: separate;
}

.table-a tr.column-default {
    border-bottom: 1px solid transparent !important;
}

.table-a tr.column-title {
    background-color: #f6f4feff;
    font-weight: bold;
}

.table-a tr.column-highlight {
    color: black;
    font-weight: bold;
}

.table-a tr:not(.column-highlight):not(.column-title) {
    border-bottom: 0.13rem solid #eee;
}

.map {
    width: 100%;
}

/* map styles */
#map {
    margin-top: 30px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.jvm-series-container.jvm-series-v {
    top: auto;
    bottom: 30px !important;
}

.jvm-series-container {
    left: 15px;
}

.jvm-series-container .jvm-legend {
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
}

.jvm-series-container .jvm-legend .jvm-legend-title {
    border-bottom: 0;
}

.jvm-legend-tick .jvm-legend-tick-sample {
    height: 20px !important;
    border-radius: 1px !important;
}

.user-container {
    position: relative;
    display: inline-block;
    flex-grow: 1.5;
    text-align: right;
}

.user-image {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    cursor: pointer;
}

.flag-image {
    height: 74px;
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.show {
    display: block;
}

.dropdown a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
}

.dropdown input {
    color: black;
    background-color: #f9f9f9;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
}

.dropdown a:hover {
    background-color: #f1f1f1;
}

.dropdown input:hover {
    background-color: #f1f1f1;
}

/* Media Queries All Screen */
/* mobile */
@media screen and (max-width: 648px) {
    .table.media_css {
        font-size: 14px;
    }

    .table.media_css tr:not(.column-highlight):not(.column-title) {
        border-bottom: 0.13rem solid #eee;
    }

    .no_of_app.media_css {
        float: none;
    }

    .desc {
        display: none;
    }

    .img-flag {
        flex-grow: 1;
        text-align: center;
        padding: 5px 15px;
        margin-top: 6px;
        align-self: center;
    }

    .img-flag img {
        height: 30px;
    }

    .main-navigation.media_css > .title {
        text-decoration: none;
        /* color: #fff; */
        padding: 6px 20px;
        border-right: 0 solid #977ef2;
    }

    #map {
        display: none;
    }

    .footer-content.media_css {
        flex-wrap: wrap;
        font-size: 10px;
    }

    .brand.media_css img {
        width: 100px;
    }

    .user-image {
        height: 44px;
        width: 44px;
    }

    .dropdown {
        left: 0;
        transform: translateX(-60%);
    }
}

/* tablet */
@media screen and (max-width: 1016px) {
    .main-navigation > .desc > .desc-title {
        font-size: 10px;
    }

    .main-navigation > .desc > .desc-subtitle {
        font-size: 10px;
    }

    .column-default.media_css th:not(:first-child):not(:last-child) {
        display: none;
        text-align: right;
    }

    .column-default.media_css td:not(:first-child):not(:last-child) {
        display: none;
        text-align: right;
    }

    .column-default.media_css th:last-child {
        text-align: right;
    }

    .column-default.media_css td:last-child {
        text-align: right;
    }


    .table.media_css tr td:not(:first-child):not(:last-child) {
        display: none;
        text-align: right;
    }

}

#log-no {
    padding-left: 10px;
    color: darkorange;
    text-decoration: none;
    outline: none;
}

.in-form {
    position: relative;
    margin: 0 auto !important;
    width: 400px;
    border-radius: 8px;
}

.text-center {
    text-align: center;
}

p {
    /* margin-top: 70px; */
}

.form-control {
    display: block;
    width: 93%;
    height: calc(1.3em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }

    .btn-info {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffefb3;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.btn-info {
    text-decoration: none;
    border: none;
    /*display: flex;*/
    background-color: #5932EA;
    border-color: #5932EA;
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.3rem 0.3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-info:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4829b6;
    border-color: #4125a5;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    outline: 0;
    background-color: #7853ff;
    border-color: #7852ff;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-bd-ra {
    border-radius: 15px !important;
}

.img-thumbnail {
    padding: 2rem;
    background-color: #F5F5F5;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
    padding-bottom: 5rem;
}

.text-Lfont {
    font-weight: 700;
}

button {
    width: 90% !important;
    height: 60px !important;
    font-size: X-large !important;
    z-index: 50;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.close {
    width: 20px;
    height: 20px;
    opacity: 0.3;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    opacity: 1;

}


.title {
    font-weight: bold;
    color: #2f7cbc;
}


.error {
    color: red;
}

h1, h2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 20px;
}


input[type=text], input[type=date], input[type=number], select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    box-sizing: border-box;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    margin-bottom: 0.4rem;
}

.card-label {
    padding: 5px 5px 5px 0;
    margin-bottom: 0;
}

.space-bottom {
    margin-bottom: 34px;
}

.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: middle;
}

.checkboxes-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px; /* row and column spacing */
}

.checkboxes-flex label {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    max-width: calc(25% - 10px); /* 4 per row minus gap */
}

.checkbox-label label {
    display: inline-flex;
    align-items: center;
    white-space: nowrap; /* keeps label text on one line */
    gap: 4px;
}


.btn-standard {
    font-size: 1rem;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.disabled-button {
    cursor: not-allowed;
    pointer-events: auto;
}

input[type="submit"]:disabled {
    background-color: #C2D3E3;
}

.right-button {
    float: right;
}

.submit-button {
    background-color: #2f7cbc;
    border-color: #609ddc;
    color: white;
}

.submit-button:hover {
    background-color: #0f5688;
    border-color: #609ddc;
}

.save-button {
    background-color: #a77e69;
    /*background-color: #B49F94;*/
    border-color: #b29689;
    /*border-color: #c7b0a4;*/
    color: white;
}

.save-button:hover {
    background-color: #8a634c;
    border-color: #b29689;
}

.card-submit-button {
    float: right;
    margin-top: 25px;
}

.inner-container {
    padding-bottom: 16px;
}

.col-25 {
    float: left;
    width: 25%;
}

.col-75 {
    float: left;
    width: 75%;
}

.fixed-input {
    width: 255px;
    font-size: 0.75em;
}

.fixed-input_checkbox {
    font-size: 0.75em;
}

/* Clear floats after the columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}

.note {
    padding: 8px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 30px;
    column-gap: 40px;
}

.checkbox-container {
    max-width: 524px;
}

.flex-item {
    flex: 1;
}

.flex-item__center {
    align-self: center;
}

#customers {
    font-size: 1em;
    border-collapse: collapse;
    width: 100%;
}

#customers td {
    padding: 8px;
}

#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cal-card {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    min-width: 200px;
    border-radius: 5px;
    padding: 12px;
}

.cal-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cal-card h3 {
    padding-top: 20px;
}

.cal-card-img {
    float: right;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.cal-card-img img {
    width: auto;
    height: 100%;
}

.grenada-img img {
    margin-left: -20px;
}

.antigua-img img {
    margin-left: -15px;
}

.dominica-img img {
    margin-left: -30px;
}

.st-kitts-img img {
    margin-left: -15px;
}

.st-lucia-img img {
    margin-left: -30px;
}

.nauru-img img {
    margin-left: -10px;
}

.vanuatu-img img {
    margin-left: 0;
}


.cal-card-box {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
}

.cal-card-btn {
    text-align: center;
    background-color: #ddd;
    /*background-color: #04AA6D;*/
}

.cal-card-btn:hover {
    background-color: #f2f2f2;
    /*background-color: #59b48e;*/
}


@media screen and (max-width: 1209px) {
    .mobile-col-100 {
        width: 100%;
        margin-top: 0;
    }

    .mobile-col-100 label {
        margin-bottom: 0;
        margin-top: 0.4rem;
    }

    .flex-item {
        flex: 100%;
    }

    .flex-item__card {
        flex: 100%;
    }

    .btn-standard {
        font-size: 0.95rem;
        padding: 12px 16px;
    }

    .checkbox-container {
        max-width: unset;
    }
}


/* table style - Amina */

.sub-payment_row {
    background-color: aliceblue !important;
}

.payment_row {
    border-bottom: 3px solid #6d6de4;
    line-height: 1.5;
}

.blank {
    margin-left: 3%;
    margin-right: 3%;
}

.chart_image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}



