﻿body {
    font-family: 'Varela Round', sans-serif;
}

.peek-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
}

.container {
    text-align: left;
    padding: .4em;
    margin: 0 auto;
    /* display: flex;*/
    /* justify-content: center;*/
    /*  align-items: center;*/
}

.card {
    float: none;
    margin: 0 auto;
    /* background-size: contain;*/
    background-color: ghostwhite; /*#1d6d86;*/
    border-color: transparent;
    text-align: left;
    border-radius: 12px;
    padding: .5em 1em 2em;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

/*.logoiD {
    content: url('../images/SVLogo01.png');*/
/*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px,*/ /* Further reduced opacity and blur */
/*rgba(0, 0, 0, 0.03) 0px 4px 2px,*/ /* Further reduced opacity */
/*rgba(0, 0, 0, 0.03) 0px 8px 4px,*/ /* Further reduced opacity */
/*rgba(0, 0, 0, 0.03) 0px 16px 8px,*/ /* Further reduced opacity */
/*rgba(0, 0, 0, 0.03) 0px 32px 16px;*/ /* Further reduced opacity */

/*max-width: 22em;
    border-color: transparent;*/
/* background-color: white;
    border-width: 3px;*/
/*margin: 0.1em;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 8px;
}*/


.logoiD {
    /*content: url('../images/LDAccess-04.png');*/
    content: url('../images/SVLogo01.png');
    display: block;
    max-width: 100%; /* Makes the logo responsive */
    height: auto; /* Maintains aspect ratio; use max-width: 20% for LDAccess if required */
    margin: 0.1em auto; /* Centers the logo with some margin */
    border-color: transparent;
    /*-moz-border-radius: 50%;*/ /* Circular logo */
    /*-webkit-border-radius: 50%;*/ /* Circular logo */
    /*border-radius: 50%;*/ /* Circular logo */
    padding: 8px;
    /* Optional: Uncomment the background and border if desired */
    /* background-color: white; 
    border-width: 3px;*/
}



    .logoiD:active {
        /* Adjust the styles to make it look pressed */
        box-shadow: none;
        background-color: darkgray;
        transform: translateY(2px); /* Move the logo down slightly when clicked */
    }

.favicon {
    /*content: url('../images/LDAccessfavicon.png');*/
    content: url('../images/favicon.png');
    max-width: 2em;
}

/*input [type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-color: black;
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    margin-top: 10px;
    font-size: large;
}

    input[type='radio']:checked {
        background-image: linear-gradient(#51A9EE, #148BCD);
    }

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-color: black;
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    margin-top: 10px;
    font-size: large;
}

    input[type='checkbox']:checked {
        background-image: linear-gradient(#51A9EE, #148BCD);
    }*/

.example-open .modal-backdrop {
    background-color: red;
}

.text-left {
    font-size: large;
    color: black;
}

.text-danger {
    text-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    font-size: 18px;
}

.qr {
    font-size: x-large;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

label {
    font-size: large;
    color: black;
}

pagename {
    text-shadow: rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    font-size: xx-large;
    color: black;
}


a {
    font-size: larger;
    /*text-transform: uppercase;*/
    color: black;
}

t {
    background-color: transparent;
    font-size: medium;
    float: right;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wt {
    /* background-color: transparent;
    font-size: medium;
    float: right;*/
    color: red;
    /* padding-top: 5px;
    padding-bottom: 5px;*/
}

a:hover {
    color: black;
}

t:hover {
    color: black;
}

li {
    color: black;
}

ol {
    color: black;
}

hr {
    color: transparent;
    background-color: transparent;
}




h2 {
    text-align: center;
    padding-top: 15px;
    color: black;
}

h3 {
    text-align: left;
    padding: 1px;
    font-size: larger;
    color: black;
}

h4 {
    text-align: center;
    padding: 1px;
    color: black;
}

h5 {
    text-align: center;
    padding: 1px;
    color: black;
}

/*.button-container > a {
    width: 45%;
    height: 45%;
    margin: .3em;
}*/


.btn-secondary {
    /*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px,*/ /* Further reduced opacity and blur */
    /*rgba(0, 0, 0, 0.03) 0px 4px 2px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 8px 4px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 16px 8px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 32px 16px;*/ /* Further reduced opacity */
    /*background-image: linear-gradient(#51A9EE, #148BCD);*/
    font-size: 22px;
    transition-duration: 0s;
    width: 100%;
    color: white;
    margin-top: .5em;
    border-radius: 10px;
    /* border-color: lightgrey;
    border-width: 3px;*/
    text-transform: uppercase;
}


    .btn-secondary:hover {
        color: black;
        /*  border-color: grey;
        border-width: 3px;*/
    }

.btn-danger {
    /*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px,*/ /* Further reduced opacity and blur */
    /*rgba(0, 0, 0, 0.03) 0px 4px 2px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 8px 4px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 16px 8px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 32px 16px;*/ /* Further reduced opacity */
    /* background-image: linear-gradient(#ff0000, #e81717);*/
    font-size: 25px;
    transition-duration: 0s;
    width: 100%;
    color: white;
    margin-top: 1em;
    border-radius: 10px;
    /*border-color: lightgrey;
    border-width: 3px;*/
    text-transform: uppercase;
}

    .btn-danger:hover {
        color: black;
        /* border-color: grey;
        border-width: 3px;*/
    }

.btn-profile {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    background-image: linear-gradient(#63D471,#00B712);
    font-size: 21px;
    transition-duration: 0s;
    width: auto;
    color: white;
    margin: .5em;
    border-radius: 10px;
    border-color: lightgrey;
    border-width: 3px;
    text-transform: uppercase;
}

    .btn-profile:hover {
        color: black;
        border-color: grey;
        border-width: 3px;
    }

.btn-success {
    /*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px,*/ /* Further reduced opacity and blur */
    /*rgba(0, 0, 0, 0.03) 0px 4px 2px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 8px 4px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 16px 8px,*/ /* Further reduced opacity */
    /*rgba(0, 0, 0, 0.03) 0px 32px 16px;*/ /* Further reduced opacity */
    /*background-image: linear-gradient(#63D471,#00B712);*/
    font-size: 25px;
    transition-duration: 0s;
    width: 100%;
    color: white;
    margin-top: 1em;
    border-radius: 10px;
    /* border-color: lightgrey;
    border-width: 3px;*/
    text-transform: uppercase;
}

    .btn-success:hover {
        color: black;
        /*border-color: grey;
        border-width: 3px;*/
    }


.btn-swal {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    /* background-image: linear-gradient(#51A9EE, #148BCD);*/
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    color: white;
    background-color: red;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    border-color: white;
    border-width: 3px;
    text-transform: none;
}

    .btn-swal:hover {
        color: black;
        /* border-color: lightgrey;
        border-width: 3px;*/
    }

.btn-swal1 {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    /*background-image: linear-gradient(#63D471,#00B712);*/
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    color: white;
    background-color: green;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    border-color: white;
    border-width: 3px;
    text-transform: none;
}

    .btn-swal1:hover {
        color: black;
        /* border-color: lightgrey;
        border-width: 3px;*/
    }

/*.btn-link {
    font-size: medium;
    font-weight: 400;
    border-radius: 10px;
    transition-duration: 0s;
    width: auto;
    color: black;
    border-color: lightgray;
    border-width: 3px;
    text-transform: uppercase;
    margin: 1px;
    padding: .5em;
}

    .btn-link:hover {
        color: dodgerblue;
        border-color: white;
        border-width: 3px;
        background-color: lightgray;
    }*/

select:hover {
    background-color: #FF0000;
    border-color: lightgrey;
    color: black;
}

select option {
    font-size: x-large;
}

.input-group-text {
    border-radius: 5px;
    text-align: center;
    border-width: 1px;
    font-size: larger;
    background-color: white;
}

#Input {
    background-position: right center; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: x-large; /* Increase font-size */
    padding: 10px; /* Add some padding */
    border: 1px solid #ffffff; /* Add a white border */
    margin-bottom: 20px; /* Add some space below the input */
    margin-top: 0px; /* Add some space above the input */
    border-radius: 5px;
    background-color: white;
}

.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        color: white;
    }*/

table {
    border-radius: 5px;
}

    table tr {
        background-color: white;
        padding: .15em;
        font-size: large;
        font-weight: 400;
    }

    table td {
        padding: .625em;
        text-align: left;
        background-color: white;
        overflow-wrap: break-word;
    }

    table th {
        background-color: white;
        color: black;
        font-size: large;
        font-weight: 400;
    }

@media screen and (max-width: 1000px) {
    table {
        border: 0;
    }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            display: block;
            margin-bottom: .625em;
        }

        table td {
            display: block;
            font-size: large;
            text-align: right;
            background-color: white;
        }

            table td::before {
                content: attr(data-label);
                float: left;
                font-weight: 400;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

.input-container {
    height: 50px;
    position: relative;
    width: 100%;
}

.ic1 {
    margin-top: 30px;
}

.ic2 {
    margin: .5px;
}

.input {
    background-color: transparent;
    border-radius: 5px;
    border: 1.5px solid; /* Add border style (solid in this case) and width */
    border-color: darkslategray;
    box-sizing: border-box;
    color: black;
    font-size: large;
    height: 100%;
    outline: 0;
    padding: 4px 1px 0 15px;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Add box shadow */
}

.placeholder {
    color: darkgrey;
    left: 5px;
    line-height: 9px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 300ms;
    top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(.80);
    color: darkblue;
    background-color: ghostwhite;
    padding: 7px 5px;
    border-radius: 5px;
    border: 0;
}

.input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
}

.input:focus ~ .placeholder {
    color: black;
}

input:read-only {
    background-color: lightgrey;
    color: black;
}

.full-width {
    width: 100%;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

/*Client logos*/

.logorr {
    content: url('../images/RR.jpg');
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    max-width: 4em;
    border-color: transparent;
    background-color: white;
    border-width: 3px;
    margin: .5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 0px;
}


.green-status {
    background-color: green; /* Adjust the color as needed */
    color: white;
    padding: 3px;
    border-radius: 5px;
    text-transform: uppercase;
}

.red-status {
    background-color: red; /* Adjust the color as needed */
    color: white;
    padding: 3px;
    border-radius: 5px;
    text-transform: uppercase;
}

.blue-status {
    background-color: darkblue; /* Adjust the color as needed */
    color: white;
    padding: 3px;
    border-radius: 5px;
    text-transform: uppercase;
}
