/* cache-buster: 123 */
.header-logo {
    height: 25px;
    vertical-align: top;
}

body {
    background: #fcfcfc;
}

.btn-icon {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    background: none;
    color: white;
}

.btn-icon:hover {
    -webkit-text-stroke: 1px;
}

.datepicker-input {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


table {
    font-size: 14px;
}

thead th {
    color: #7A7A7A;
    text-align: left;
    background-color: #F9FAFC;
}

thead th, tbody td {
    padding: 14px;
}

tbody tr:hover td:first-child {
    border-left-color: #0F6FDE;
}

.text-end-desktop-only {
    text-align: right!important;
}

.text-center-desktop-only {
    text-align: center!important;
}

.text-center-mobile-only {
    text-align: left!important;
}


@media screen and (max-width:601px) {

    .mobile-optimised.table {
        overflow: scroll;
        display: block;
    }

    .mobile-optimised.table-hover>tbody>tr:hover>* {
        --bs-table-accent-bg: transparent;
    }

    table.mobile-optimised thead {
        display: none;
    }

    .text-end-desktop-only {
        text-align: left!important;
    }

    .text-center-desktop-only {
        text-align: left!important;
    }

    .text-center-mobile-only {
        text-align: center!important;
    }

    table.mobile-optimised tbody {
        display: flex;
        flex-wrap: wrap;
        padding: 4px;
    }

    table.mobile-optimised tbody tr, table.mobile-optimised tbody td {
        display: block;
    }

    table.mobile-optimised tbody td {
        border: 0;
        padding: 4px;
        font-weight: bold;
    }

    table.mobile-optimised tbody td:before {
        content: attr(data-th);
        width: 100px;
        display: inline-block;
        margin-right: 10px;
        font-weight: normal;
    }

    table.mobile-optimised.text-center {
        text-align: left!important;
    }

    table.mobile-optimised tbody td.status {
        position: absolute;
        top: 4px;
        right: 4px;
    }

    table.mobile-optimised tbody td.approved-amount {
        position: absolute;
        top: 29px;
        right: 4px;
    }

    table.mobile-optimised tbody td.approved-amount > span {
        color: #FFFFFF;
        background-color: #198754;
        font-size: 12px;
        border-radius: 3px;
        padding: 4px 8px;
    }

    table.mobile-optimised tbody tr {
        position: relative;
        width: calc(100% - 8px);
        border: 1px solid #E7E7E7 !important;
        border-radius: 3px;
        padding: 8px;
        margin: 4px;
    }

    table.mobile-optimised .badge {
        word-wrap: break-word;
        white-space: normal;
    }
}

.card-content {
    padding: 26px;
    overflow: hidden;
}

.date-time-cell {
    min-width: 110px;
}

.cell-image {
    max-width: 50px;
    max-height: 50px;
}

.card {
    border: 1px solid rgb(218, 221, 224);
    margin-bottom: 15px;
    overflow: hidden;
}

.myred {
    color: #fb4747;
}

.myback {
    color: #333;
}

.no-underline {
    text-decoration: auto;
}

.guid-photo {
    max-width: 100%;
}

.clickable {
    text-decoration: underline;
    cursor: pointer;
    color: #0d6efd;
}

.cursor-pointer {
    cursor: pointer;
}

/*bottom navbar section*/
.mobile-navbar-container {
    height: 50px;
}
.mobile-navbar-container * {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.mobile-navbar-container .navbar {
    padding: 3px 0;
}

.mobile-navbar-container .nav-link {
    background: none !important;
    border: none !important;
    padding: 0;
    color: #bababa;
    font-size: 13px;
}

.mobile-navbar-container .active{
    color: #fff;
}

.mobile-navbar-container .nav-link span {
    font-size: 10px;
}

.mobile-navbar-container .nav-item{
    border: none !important;
}

.mobile-navbar-container button {
    border: none !important;
    outline: none !important;
}

.mobile-navbar-container .bi {
    font-size: 1.7em;
}

.mobile-navbar-container .bi:hover {
    color: #dfdfdf;
    font-size: 1.7em;
}

@media (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

.add-permissions-guid-img {
    max-width: min(400px, 100%);
}

#telegramChannel {
    font-family: 'Arial', sans-serif;
    padding: 30px;
    text-align: center;
    margin: 15px auto;
}

#telegramChannel h3 {
    font-size: 1.6rem;
    color: #1a73e8;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
}

#telegramChannel p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.emoji span {
    font-size: 2rem;
    margin: 0 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.tooltip-white .tooltip-inner {
    background-color: white !important;
    color: black !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 1 !important
}

.tooltip-white.bs-tooltip-top .tooltip-arrow::before,
.tooltip-white.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-white.bs-tooltip-start .tooltip-arrow::before,
.tooltip-white.bs-tooltip-end .tooltip-arrow::before {
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
}
