/* input(792,40): run-time error CSS1034: Expected closing parenthesis, found ','
input(792,40): run-time error CSS1042: Expected function, found ','
input(792,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */
/* 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. */

/*footer*/
.privacy > h2, .TermsOfUse > h2{
    font-weight: 700;
}

/*main content layout*/
.mainLayout {
    /*    background-color:lightyellow;*/
    
}

.highlight-color {
    background-color: #f7a30a;
    
}

.disable-effect {
    background-color: #e9ecef;
    opacity:1;
}

.div-vertical {
/*    border: 5px solid #FFFF00;*/
    display: flex;
    height:65vh;
    align-items: center;
}

.bg-img {
    height: calc(100vh - 94px - 60px);
    position: relative;
    background-image: url("/images/index-image.jpeg?v=mcf64j8A-xTOfc0ba8Is3M2EoXU");
    /*    background-position:center;*/
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: showIndexImg;
    animation-duration: .55s;
    animation-timing-function: ease-in;
}
.notificationsWrapper {
    position: relative; /* Ensures child absolute positioning is relative to this */
    display: inline-block; /* Keeps it inline with text */
}

.notificationsBadge {
    position: absolute;
    top: -7px; /* Moves it slightly above */
    font-size: 0.7em;
    padding: 4px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
}

.file-upload-link {
    color: steelblue;
    cursor: pointer;
}

.file-upload-link:hover {
    color: blue;
    text-decoration: underline;
}

/* Container for notifications */
.notification-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* Label for notifications */
.notifications-label {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* Table of notification items */
.notification-table {
    display: flex;
    flex-direction: column;
}

/* Individual notification item */
.notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color:black;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* Notification type text */
.notification-type {
    font-size: 16px;
    color: black;
    flex: 1;
}

/* View button styling */
.view-button {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-button:hover {
    background-color: #0056b3;
}


@keyframes showIndexImg {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

.bg-img > .index-square {
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 80%;
    width: 50%;
    top: 10px;
    right: 10%;
    /*    border: 1px solid black;*/
    background-image: linear-gradient(to right, #f7a30a, #da1884 );
    border-radius: 100px;
}

.inner-squere {
    margin: 0;
    position: relative;
    word-wrap: break-word;
    hyphens: auto;
    height:50%;
    width:70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: ghostwhite;
    text-align: left;
/*    border: 1px solid black;*/
}

.index-button{
   margin-top:4%;
/*   width:50%;*/
   padding:15px !important;
}

.index-button:hover{
    text-decoration:none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.outer{
    height:80vh;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.bg-lightYellow {
    background-color: #FFFFE0;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    color: grey;
}
/*Nav bar area*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /*  color: #fff;*/
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.dropdown-menu {
    min-width: 11rem;
}

.nav-link {
    color: black !important;
}

.nav-link:hover {
    color: #da1884 !important;
    font-weight: 700;
}

/********************************************************/

.card-header-padding{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;

}

.remove-padding{
    padding:0px;
}

.header-display {
    color: azure;
    /*    background: #696969;*/
        background: #708090;
}
/*make list bigger when hover*/
.list-group-item-action {
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

.list-group-item-action:hover {
    font-size: 20px;
    background: #FFF0F5;
}

@media (max-width: 400px) {
    .index-square{
        height:95%;
    }
}

@media (max-width: 768px){
    .tablet768-aligh-left{
        justify-content:flex-start!important;
    }
    
}


.btn-list {
    color: #fff;
    background-color: #FFA500;
    border-color: #FFA500;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

.control-label{
    margin-bottom:0;
}

/*Change the padding when in the mobile or tablet*/
@media (max-width: 576px) and (min-width: 260px)
{
    .mobile-col-padding {
        padding-right: 5px;
        padding-left: 5px;
    }

    .mobile-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-btn {
        font-size: .6rem;
        padding: 5px 2px;
    }

    .form-control {
        font-size: .75rem;
        height:inherit;
    }
    .input-group-text {
        font-size: .75rem;
    }

    
    
}

@media (min-width: 200px) {
    body {
        font-size: .75rem;
    }
    .inner-squere {
        top: 35%;
    }
    .inner-squere > h1 {
        font-size: 1rem;
    }
}

@media (min-width: 286px) {
    body {
        font-size: .8rem;
    }
}

@media (min-width: 320px) {
    body {
        font-size: .85rem;
    }
}

@media (min-width: 400px) {
    .inner-squere > h1 {
        font-size: 1.2rem;
    }
}

@media (min-width: 576px) {
    body {
        font-size: 1rem;
    }
    .inner-squere > h1 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    
    .mobile-padding{
        padding-left:1.3rem;
        padding-right:1.3rem;
    }
    .inner-squere {
        top: 45%;
    }

    .inner-squere > h1 {
        font-size: 1.8rem;
    }
}
/*
@media (min-width: 992px) {
    body {
        font-size: 1rem;
    }
}*/


.label-margin-bottom-off{
    margin-bottom: 0;
}

.header-font {
    color: #f7a30a;
    font-weight:700;
}

.reject-header-font {
    color: #da1884;
    font-weight: 700;
}

.border-bottom-gradient {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #f7a30a, #da1884 ) 1;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.read-mode {
    background-color: buttonface;
    color: graytext;
    width:100%;
    display:flex;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.vh-85{
    height:85vh;
}

.vh-5{
    height:5vh;
}

.vh-10{
    height:10vh;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px; /* Vertically center the text there */
    word-wrap: break-word;
    hyphens: auto;
}

.footer a{
    color: #6c757d;
}

.footer a:hover, a:active {
    text-decoration: none;
    color: #da1884;
}


.fullSize{
    width:100%;
    height:100%;
}


@media (min-width: 320px) {
    .container {
        max-width: 310px;
    }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .cos-xs-12, .col-xs,
.col-xs-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 320px) {

    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xs-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }
}


.btn-round{
    border-radius:1000px;
}

/*These area date type styling*/
/********************************************/
.form-input-fancy {
    /*    padding-top: 1.2rem;*/
    margin-bottom: .6rem;
}
.input-fancy-group {
    position: relative;
   
}

.input-fancy {
    display: block;
    width: 100%;

    height: 2.5rem;
    outline: none;
    border: 2px solid #ced4da;
    background-color: transparent;
    border-radius: 8px;
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
}

.input-fancy:focus {
    border: 2px solid #4285f4;
}

.input-label {
    position: absolute;
    left: 40px;
    top: 50%;
    font-size:.75rem;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #495057;
    pointer-events: none;
    padding: 5px;
    background-color: white;
    border-radius: 1000px;
}

.input-fancy:focus + .input-label,
.input-fancy:not(:placeholder-shown) + .input-label {
    top: 0;
    left: 20px;
    color: #495057;
}

.input-fancy:focus + .input-label {
    color: #4285f4;
}


.input-validation-error {
    border-color: red;
}

#loaderContainer {
    opacity:0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(240, 240, 240, 0.8);
    z-index: -1060; /*modal is 1050*/
    position: absolute;
}


.loader {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50% );
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    z-index: -1070;
    /*border-top: 16px solid #e44959;*/
    border-top-width: 16px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #F7A30A, #DA1884) 1;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.hide{
    display:none;
}

.sort-btn {
    outline: none;
    font-weight: bold;
    border: none;
    background-color: #ffffff;
    padding: 0;
    color: black;
    text-decoration: none;
}

.sort-btn:hover {
    color: black;
    text-decoration: none;
} 

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/********************************************/

/* Shift Report */

.sr-label-info {
    color: #c26565;
    font-size: 16px;
}

.sr-group {
    margin-top: 24px;
}

.srCreatebtn {
    background-color: #ff6a23;
    color: #fff;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 5px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.srEditbtn {
    background-color: #ff6a23;
    color: #fff;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 5px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.srDetailalink {
    margin-top: 14px;
    background-color: #ff6a23;
    color: #fff;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 5px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.srDetailalink:hover {
    text-decoration: none;
    color: #fff;
}

.shift-rp-root {
    padding-inline: 0.5rem;
}

.shift-rp-gp.shift-rp-btn-gp{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.shift-rp-checkbox {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}
.shift-rp-title {
    color: #c26565;
}

.shift-rp-que-title{
    font-weight:700;
    text-align:justify;
}

.shift-rp-btn-submit {
    color: #fff;
    font-weight:500;
    background-color: #1b6ec2;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 25px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 36px;
    text-align: center;
    text-decoration: none;
}

.viewFile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rm-receipt-btn {
    border-width: 0;
    box-shadow: none;
    background-color: #fff;
    padding-left:8px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper #num-of-files{
    display:inline-block;
}

.uploadBtn {
    border-width: 0;
    color: #fff;
    background-color: #ff6a23;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 16px;
    /*    font-weight: bold;*/
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sr-form{
    padding-top:.5rem;
}

.sr-dayrating-gp{
    display:flex;
    flex-direction:column;
    gap:.25rem;
}

.sr-detail-dayrating-gp{
    padding-inline:.75rem;
}

.sr-receipts {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.col-custom {
    display: flex;
    flex-direction: column;
    
}

.row-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: inherit;
    align-items: center;
}

.file-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.file-col {
    flex-grow: 1;
}

.file-col-upload {
    flex-shrink:0;
}

.file-col-checkbox {
    margin-left: auto;
}