@import url("fonts.css");

a:hover {
    cursor: pointer;
}

table tbody tr td form {
    vertical-align: bottom;
}

#slug {
    text-transform: lowercase;
}

#support-notes-table_wrapper .dataTables_length{
    display: none !important;
}

#documents-table_wrapper .dataTables_length{
    display: none !important;
}

#account-history-table_wrapper .dataTables_length{
    display: none !important;
}

#account-table_wrapper .dataTables_length{
    display: none !important;
}

#bank-account-table_wrapper .dataTables_length{
    display: none !important;
}

#customer-history-table_wrapper .dataTables_length{
    display: none !important;
}

#update-history-table_wrapper .dataTables_length{
    display: none !important;
}

#billing-history-table_wrapper .dataTables_length{
    display: none !important;
}

#email-history-table_wrapper .dataTables_length{
    display: none !important;
}

#sms-history-table_wrapper .dataTables_length{
    display: none !important;
}

#whatsapp-history-table_wrapper .dataTables_length{
    display: none !important;
}

#claim-history-table_wrapper .dataTables_length{
    display: none !important;
}

#refund-history-table_wrapper .dataTables_length{
    display: none !important;
}

#customer-feedback-table_wrapper .dataTables_length{
    display: none !important;
}

#waybills-history-table_wrapper .dataTables_length{
    display: none !important;
}

#linked-devices-table_wrapper .dataTables_length{
    display: none !important;
}

#linked-msisdn-table_wrapper .dataTables_length{
    display: none !important;
}

#account-history-table td:last-child,
#account-history-table th:last-child {
    width: 50% !important;
}

#waybill_movements_table td:last-child,
#waybill_movements_table th:last-child {
    width: auto !important;
}

#linked-devices-table td:last-child,
#linked-devices-table th:last-child {
    width:  30% !important;
}
#linked-msisdn-table td:last-child,
#linked-msisdn-table th:last-child {
    width:  50% !important;
}

.body {
    font-family: 'PT Sans', sans-serif;
    color: #303030;
    background-color: #c4c4c4;
}

.btn-account {
    font-size: .9rem !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
    background: transparent !important;
}

.btn-account:hover {
    background: transparent !important;
}

.btn-link {
    padding: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn-link:active + .btn-link:focus, .btn-link:checked + .btn-link:focus, .btn-link.active:focus, .btn-link.show:focus, .btn-link:active:focus, btn-link:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.chosen-single {
    position: unset !important;
    overflow: unset !important;
    display: block !important;
    height: auto !important;
    width: 100% !important;
    padding: .375rem 2.25rem .375rem .75rem !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da !important;
    border-radius: .375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-single:focus, .chosen-container a span:focus {
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

.chosen-container-single .chosen-single div b {
    background: transparent !important;
}

.col-2 .ul-list {
    margin: .5rem .5rem 0 .5rem !important;
    min-height: 100%;
}

.dataTables_wrapper {
    margin-top: 1.5rem;
}

.disabled input, .disabled div, .disabled select, .disabled .select2-selection, .disabled textarea, .disabled .select2-selection__rendered {
    pointer-events: none;
    background-color: #e9ecef;
    color: #212529;
!important;
}

.disabled label, .disabled ul, .disabled li .disabled span {
    pointer-events: none;
}

.div-input {
    margin-top: 20px;
}

.div-nav-container {
    padding-left: 0.78rem;
}

.email-template-hide {
    display: none;
}

.email-template-show {
    display: block;
}

.filter-app {
    text-shadow: 0 1px 0 white;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: lightgrey;
}

.filter-app-login {
    text-shadow: 0 1px 0 white;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: lightgrey;
}

.icon-lg {
    font-size: 2rem !important;
}

.img-company-logo {
    width: 86px !important;
    height: auto;
}

.img-layout {
    color: #f0f0f0;
}

.img-layout img {
    width: 93px;
    height: auto;
}

.li-nav-colors-dark-grey {
    background-color: #333333;
    color: #FFFFFF;
}

.li-nav-link {
    margin-left: 4px !important;
}

.link-datatable:hover {
    color: #4b5563 !important;
    transition: all 0.35s ease-in-out;
}

.link-datatable {
    color: #006699 !important;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}

.mce-content-body, #tinymce {
    font-family: "Courier New", Monospaced, serif !important;
}

.nav-buttons {
    background-color: dodgerblue;
    color: white;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: transparent !important;
}

.normal-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
}

.normal-table th,
.normal-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.normal-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.normal-table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.normal-table .normal-table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #c6e0f5;
}

.table-hover .table-primary:hover {
    background-color: #b0d4f1;
}

.on-nav:hover {
    background-color: #ABABAB !important;
    margin-left: -7px !important;
    padding-left: 11px;
}

.on-nav {
    background-color: #C4C4C4;
    line-height: 1.5rem !important;
    margin-left: -7px !important;
    padding-left: 11px;
}

.page-link:focus {
    box-shadow: none !important;
}

.reports-text-area {
    height: 300px;
}

.sideMenuGroupHeading {
    margin-left: 7px !important;
}

.table {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.tabs-color:hover {
    color: #fdc903 !important;
}

.tabs-color {
    color: #FFFFFF !important;
}

.th-centre {
    text-align: center
}

.toast-display-bottom-right {
    position: fixed;
    z-index: 1000000;
    top: 1rem;
    right: 1rem;
}

.top-nav {
    background-color: black;
    padding: 8px;
}

.top-nav-active {
    background-color: #ABABAB !important;
    color: #000000 !important;
}

.top-nav-active, .li-left-nav-bottom-border .active {
    background-color: #ababab !important;
    border-left: 4px solid #FDC903;
    margin-left: -7px !important;
    padding-left: 7px !important;
}

.ul-list {
    list-style-type: none;
    background-color: #C4C4C4;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: auto;
}

.ul-tabs {
    background-color: #2c3034;
    --bs-navbar-color: white;
    padding: 2px;
}

li {
    margin-left: 2px;
    padding-left: 7px;
}

main {
    min-height: 81vh;
}

main div .col {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    padding-left: 1.0rem !important;
    min-height: 81vh;
}

main div .col h1 {
    margin-bottom: 1.5rem !important;
}

main.email-sent div .col {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

main.login {
    min-height: 86vh;
}

ul.nav.nav-tabs.ul-tabs > li.nav-item {
    padding-right: 4px;
    padding-left: 4px;
}

select[multiple] {
    height: 200px; /* Adjust the height value as needed for multiple drop drown options */
}

table.dataTable {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

table.dataTable td, table.dataTable th {
    border-right: 1px solid #dee2e6;
    font-size: .9rem;
}

textarea.code {
    white-space: pre;
}

td:last-child, th:last-child {
    width: 80px;
    min-width: 80px;
}

.li-left-nav-bottom-border {
    border-bottom: 1px solid #AAAAAA !important
}

.a-left-nav-vertical-padding {
    padding: 0.125rem 11px;
}

label[for=""] {
    display: none;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio (change based on your content) */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*Agent wizard Styles Starts Here*/

.agent-app {
    text-shadow: 0 1px 0 white;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: black;
}

.p-wizard-info {
    font-style: italic;
    font-weight: bold;
}

.wizard-row-padding {
    padding-top: 40px;
}

.wizard-card-menu {
    max-width: 18rem;
    text-decoration: none;
}

.number-eligibility-heading {
    color: black;
    font-weight: bold;
}

.yellow-border {
    height: 80px;
}

/* Custom CSS to make table cells take up full width */
#user_info td {
    width: auto;
}

#user_info td.w-40 {
    width: 40%
}

#user_info td.w-50 {
    width: 60%;
}

#user_info td.w-60 {
    width: 60%;
}

/* Optional: To align the text in table cells to the left */
#user_info td {
    text-align: left;
}

/*Agent wizard Styles Finishes Here*/

.button_separator {
    margin: 0 10px;
}

.small-tabs {
    font-size: .8rem !important;
}

.light-gray-background {
    background-color: #e0e0e0;
}
