@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/ddin/D-DIN.woff2') format('woff2'),
        url('../fonts/ddin/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/ddin/D-DIN-Bold.woff2') format('woff2'),
        url('../fonts/ddin/D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/ddin/D-DIN-Italic.woff2') format('woff2'),
        url('../fonts/ddin/D-DIN-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Apply the normal font style */
body {
    font-family: 'D-DIN', sans-serif !important;
    font-weight: normal;
    background-color: #194572;
}

.br-pagetitle h4 {
    color: #ffffff;
}

.firstUl .menu-item-label {
    color: white !important;
}

/* Apply the bold font style */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'D-DIN', sans-serif !important;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px !important;
}

.select2-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
}

.select2-container--open .select2-dropdown {
    left: 15px;
    width: 470.563px !important;
    z-index: 99999999;
}

.br-pagetitle .fa {
    font-size: 54px;
    line-height: 0;
    color: #343a40;
}

.mywidth {
    max-width: 8.66667% !important;
    padding-right: 0px !important
}

.notActive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.hide {
    display: none !important
}

.Editor-editor {
    background-color: #FFFFFF;
    color: #000000;
}

.disabledLi {
    pointer-events: none;
    opacity: 0.6;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1400px !important;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #17abd1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #17abd1;
}

.easy-autocomplete-container ul {
    overflow: scroll !important;
    max-height: 500px !important;
    padding-right: 0px !important;
    background-color: #FFFFFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}


.btn-info {
    background-color: #1b3d77 !important;
    border-color: #1b3d77 !important;
}

.btn-warning {
    background-color: #17abd1 !important;
    border-color: #17abd1 !important;
}

.myFa {
    cursor: pointer;
    color: red;
    margin-left: 25px;
}

.myFa:hover {
    color: #17abd1;
}

table.dataTable.no-footer {
    width: 100% !important;
}

.ui-datepicker {
    z-index: 11000 !important;
}

.pdf table {
    border-collapse: collapse;
    width: 100%;
}

.pdf th,
.pdf td {
    text-align: left;
    padding: 8px;
    border-right: 4px solid #FFFFFFFF;
    border-bottom: 4px solid #FFFFFFFF;
}

.pdf tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pdf th {
    background-color: #00679a;
    color: white;
}

.Spdf th {
    background-color: #e3be65 !important;
    color: #000000;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.input-container2 {
    background-color: #EDEDED;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

/* input[type='file'] {
    display: none;
} */

.file-info {
    display: none;
    font-size: 0.9em;
}

.browse-btn {
    background: #25aae1;
    color: #fff;
    min-height: 35px;
    padding: 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.browse-btn:hover {
    background: #4ec0b4;
}

@media (max-width: 300px) {
    button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .file-info {
        display: block;
        margin: 10px 5px;
    }
}

::placeholder {
    color: #bbbdc159 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbdc159 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbbdc159 !important;
}

/* .table th {
    width: 7%;
} */

.swip {
    display: none;
}

@media (max-width: 576px) {

    .table th:not(first-child),
    .table td:not(first-child) {
        width: 62px !important;
        overflow: hidden;
    }

}

table {
    table-layout: fixed;
    width: 200px;
}

th,
td {
    /* width: 100px; */
    overflow: hidden;
}


.table12 th:not(:last-child) {
    width: 2% !important;
    overflow: hidden;
}

.table12 th:first-child {
    width: 0.1% !important;
    overflow: hidden;
}


.table select {
    display: block;
}

.easy-autocomplete {
    width: 100% !important;
}

.content123 {
    width: 100%;
    padding: 2px 5px;
    /* BOTH of the following are required for text-overflow */
    max-height: 100px;
    overflow: hidden;
}

.overflow-ellipsis123 {
    text-overflow: ellipsis;
}

.readMore {
    font-weight: bold;
    padding: 5px;
    color: gray;
    margin-top: 5%;
    cursor: pointer;
    border-radius: 1px;
}

.xthis {
    cursor: pointer;
    font-weight: bold;
    color: red;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before {
    background-color: #2ce229 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    height: 20px !important;
    width: 20px !important;
    line-height: 20px !important;
}

.nav-tabs {
    border-bottom: 1px solid #0095ff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #0095ff #0095ff#0095ff;
}

.tab-content {
    background-color: white;
}

.confirmedSer {
    background-color: green;
    color: white;
}

.invoicedSer {
    background-color: purple;
    color: white;
}

.noStatusSer {
    background-color: red;
    color: white;
}

.Waiting {
    background-color: orange;
    color: white;
}

.clickable-row {
    cursor: pointer;
}

.datatable12 .MoreWidth {
    /* width: 42% !important; */
}


.datatable12 .MySerWidth {
    /* width: 12% !important; */
}

.datatable12 .MyVenWidth {
    /* width: 4% !important; */
}

.easy-autocomplete-container ul {
    padding-left: 23px;
    width: inherit;
}

/* input[type=text] {
    text-transform: uppercase;
} */


table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: inherit;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: inherit;
}

.Urgent {
    background-color: #f74848 !important;
    color: #ffffff;
}

.table .myTh {
    width: 2% !important;
}

.myIconPng {
    width: 5vw;
    filter: invert(100%) brightness(200%);
}


.myIconPngLeft {
    width: 2vw;
    filter: invert(100%) brightness(200%);
    margin-left: -8px;
}


.loginBg {
    background-color: #1685ca96;
    border-radius: 30px !important;
    text-align: center;
}

.loginBg>h6,
.loginBg>a,
.loginBg label {
    color: #ffffff;
    font-weight: bold;
}

.myBgImg {
    background-image: url('../../assets/img/temp/1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.br-menu-item {
    margin-bottom: 10px;
}

.br-menu-item img {
    width: 3vw;
    margin-left: -6px;
}

@media only screen and (max-width: 600px) {
    .myBgImg {
        background-image: url('../../assets/img/temp/phoneBg.png');
    }


    .br-menu-item img {
        width: 9vw;
        margin-left: -6px;
    }
}

@media (min-width: 992px) {
    .br-logo {
        justify-content: center;
        align-items: center;
    }

    .br-logo img {
        width: 138px;
        height: 58px;
    }
}

@media (max-width: 991.98px) {
    .br-logo img {
        width: 68%;
    }

    .br-logo {
        justify-content: center;
        align-items: center;
    }
}

.register-btn {
    background-image: url('../img/temp/Ops_Blue 1.svg');
    background-size: cover;
    /* Ensures the image covers the entire button */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image */
    width: 100%;
    /* Adjust width as needed */
    height: 100%;
    /* Adjust height as needed */
    border: none;
    /* Removes the default button border */
    color: white;
    /* Adjust text color as needed */
    font-size: 16px;
    /* Adjust font size as needed */
    cursor: pointer;
    /* Changes cursor to pointer on hover */
    background-color: transparent !important;
    font-weight: bold;
}

.register-btn:focus {
    box-shadow: none !important;
}

.register-btn:hover {
    opacity: 0.9;
    /* Add a hover effect if desired */
}

.HomeIcons {
    width: 4vw;
    transition: width 0.3s ease-in-out;
}


.headerLogo {
    width: 16%;
    margin-left: 10px;
}

/* Phone screen sizes */
@media only screen and (max-width: 600px) {
    .HomeIcons {
        width: 10vw !important;
        margin-right: -8px;
    }

    .headerLogo {
        width: 28% !important;
        margin-left: 10px;
    }
}

/* iPad Portrait */
@media only screen and (min-width: 601px) and (max-width: 768px) and (orientation: portrait) {
    .HomeIcons {
        width: 6vw !important;
        /* Adjust as needed */
        margin-right: -8px;
    }
}

/* iPad Landscape */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .HomeIcons {
        width: 4vw !important;
        /* Adjust as needed */
        margin-right: -8px;
    }
}

/* iPad Pro 12.9 Portrait */
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: portrait) {
    .HomeIcons {
        width: 5vw !important;
        /* Adjust as needed */
        margin-right: -8px;
    }
}

/* iPad Pro 12.9 Landscape */
@media only screen and (min-width: 1367px) and (max-width: 1470px) and (orientation: landscape) {
    .HomeIcons {
        width: 3vw !important;
        /* Adjust as needed */
        /* margin-right: -8px; */
    }
}

@media only screen and (min-width: 1475px) {
    .HomeIcons {
        width: 2vw !important;
        /* Adjust as needed */
        /* margin-right: -8px; */
    }

    .loginBg .HomeIcons {
        width: 3vw !important;
        /* Adjust as needed */
        /* margin-right: -8px; */
    }
}


.HomeIcons:hover {
    width: 6vw !important;
}

.br-sideleft {
    width: 245px;
    background-color: #194572;
}

.br-sideleft span {
    color: white;
}

.br-menu-link.active {
    background-image: linear-gradient(to right, #1bfcfb 0%, #194572 100%);
}

.password-container {
    position: relative;
}

.password-container input {
    padding-right: 40px;
    /* Add space for the eye icon */
    text-transform: none !important;
}

.password-container .eye-btn {
    position: absolute;
    right: 10px;
    top: 68%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.password-container .eye-btn img {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
}

.br-logo {
    width: 245px;
}


.theme-toggle-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
}

.theme-toggle-btn i {
    font-size: 1.5em;
}

.theme-toggle-btn.dark-mode {
    background-color: #333;
}

.theme-toggle-btn.light-mode {
    background-color: #f8f9fa;
    color: black;
}


.br-mainpanel {
    display: flex;
    flex-direction: column;
    min-height: 91vh;
}

.br-pagebody {
    flex: 1;
}

.background-button {
    background-image: url('../img/temp/Ops_Blue 1.svg');
    background-size: cover;
    /* Ensures the image covers the entire button */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image */
    width: 100%;
    /* Adjust width as needed */
    height: 100%;
    /* Adjust height as needed */
    border: none;
    /* Removes the default button border */
    color: white;
    /* Adjust text color as needed */
    font-size: 16px;
    /* Adjust font size as needed */
    cursor: pointer;
    /* Changes cursor to pointer on hover */
    background-color: transparent !important;
    font-weight: bold;
}

.background-button:focus {
    box-shadow: none !important;
}

.form-control,
.dataTables_filter input,
table,
table td,
table th {
    color: #ffffff;
    background-color: #6aa8d0 !important;
    border: 2px solid #ffffff;
}

body {
    color: white;
}

input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
    /* Set your desired color here */
    opacity: 1;
    /* Optional: Ensure full opacity */
}

/* For better browser compatibility, you might want to include vendor prefixes */
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
    color: #ffffff !important;
    /* Set your desired color here */
}

input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    color: #ffffff !important;
    /* Set your desired color here */
}

input::-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    color: #ffffff !important;
    /* Set your desired color here */
}

.br-menu-link {
    padding: 0px;
}


.line-background span:nth-child(1) {
    color: #194572;
}

.line-background span:nth-child(2) {
    color: #1985c8;
}

.line-background {
    position: relative;
    display: inline-block;
    /* This ensures the background line only spans the width of the content */
    z-index: 1;
    text-shadow: -2px -2px 5px #ffffff;
}

.line-background::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 70%;
    transform: translateY(-50%);
    width: 110%;
    height: 8px;
    background-color: white;
    z-index: -1;
    border-radius: 4px;
}


.DeleteThisAir {
    color: red;
    margin-left: 10px;
    cursor: pointer;
}

.easy-autocomplete li {
    color: #194572 !important;
}

.modal {
    z-index: 10000;
}


.form-control:disabled,
.dataTables_filter input:disabled,
.form-control[readonly],
.dataTables_filter input[readonly] {
    background-color: #1a4b7a !important;
    opacity: 1;
    border: solid 1px #d1e9fb;
}   
