﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #14e450;
}

input:focus + .slider {
    box-shadow: 0 0 1px #14e450;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*  */

.messageContent {
    margin: 10px 2px;
    padding-top: 20px;
    color: white;
}
/* Slider */


.btnvproSmall {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
    height: 30px;
    border: 1px solid;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 40px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnvpro {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
    height: 40px;
    border: 1px solid;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 70px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-dark {
    background-color: #343a40 !important;
}

#UserListTable tbody td {
    background-color: #343a40 !important;
}

.accordion-button {
    color: #FFFFFA;
    background-color: #343a40;
}

.heading {
    color: #FFFFFA;
    background-color: black !important;
    position: -webkit-sticky; /* Safari & IE */
    position: sticky;
    top: 0;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #343a40;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

/* SORTING */
.accordion div.dropdown-toggle-inline:after {
    display: none;
}

.accordion div.active.dropdown-toggle-inline:after {
    display: inline-block;
}

.dropdown-toggle-inline:after {
    content: "\e5c5";
    font-family: 'Material Icons' !important;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    width: 7px;
    position: relative;
    line-height: inherit;
    vertical-align: top;
}

.up.dropdown-toggle-inline:after {
    content: "\e5c7";
}

.dropdown-toggle-inline .material-icons {
    display: inline-block;
}

/* table sorting css*/

.table th.dropdown-toggle-inline:after {
    display: none;
}

.table th.active.dropdown-toggle-inline:after {
    display: inline-block;
}

.dropdown-toggle-inline:after {
    content: "\e5c5";
    font-family: 'Material Icons' !important;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    width: 7px;
    position: relative;
    line-height: inherit;
    vertical-align: top;
}

.up.dropdown-toggle-inline:after {
    content: "\e5c7";
}

.dropdown-toggle-inline .material-icons {
    display: inline-block;
}

/* SORTING */


.card-container {
    max-height: 75vh; /* Set maximum height to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
}
.card-accord {
    position: absolute;
    width: 80%;
   /* height: 100%;*/
    max-height: 75vh;
    display: flex;
    flex-direction: column
}

    /* Style the table header to be fixed */
   /* .card-container .card-accord {
        width: 100%;
        border-collapse: collapse;
    }*/

.first-card {
        position: sticky;
        top: 0;
        background-color: #fff; /* Adjust background color as needed */
        z-index: 1; /* Ensure the header stays on top */
        /*height: 50px;*/
        flex-shrink: 0;
    }

.scroll-accord {
    overflow-y: scroll;
    flex-grow: 1;
    flex-shrink: 1;
}

.fixed_header2 {
    /* width: 400px; */
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header2 tbody {
        display: block;
        width: 100%;
        /*overflow: auto;*/
        max-height: 82vh;
    }

    .fixed_header2 thead tr {
        display: block;
    }

  

    .fixed_header2 th, .fixed_header2 td {
        padding: 5px;
        text-align: left;
        /* width: 200px; */
    }


.table-container2 {
    max-height: 83vh; /* Set maximum height to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
}

    /* Style the table header to be fixed */
    .table-container2 table {
        /*  width: 100%; */
        border-collapse: collapse;
    }

    .table-container2 thead {
        position: sticky;
        top: 0;
        background-color: #fff; /* Adjust background color as needed */
        z-index: 1; /* Ensure the header stays on top */
    }




/* cross and tick sign for active and in-active users */

/* Common style for checkmark and cross */
.sign {
    width: 20px;
    height: 20px;
    position: relative;
}

/* Style for the checkmark line */
.checkmark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 20px;
    border-bottom: 3px solid #00cc00;
    border-right: 3px solid #00cc00;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Style for the cross lines */
.cross::before,
.cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #ff0000; /* Red color */
}

/* Adjust rotation for the second line of the cross */
.cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* cross and tick sign for active and in-active users   ----- end */

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.page-title {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.25rem;
    padding-bottom: 1rem;
}