body{
    background:white;
}

 .loading-indicator {
            width: 0%;
            height: 5px;
            background-color: black;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            transition: width 0.4s;
        }
        
         .custom-input{
      box-sizing: border-box;
      height: 40px;
      width: 100% !important;
      border: 1px solid rgba(204, 204, 204, 0.41);
      background-color: rgb(252, 252, 252);
      border-radius: 0px;
      font-family: Barlow;
      font-size: 16px;
      font-weight: 400;
      color: rgb(51, 51, 51);
      padding: 0px 10px;
      opacity: 1;
      
    }
    .custom-btn{
      box-sizing: border-box;
      z-index: 27;
      height: 40px;
      width: 270px;
      or: pointer;
      border-style: solid;
      border-width: 1px;
      border-color: transparent;
      background-color: rgb(0, 0, 0);
      font-family: Barlow;
      font-size: 18px;
      font-weight: 600;
      color: rgb(255, 255, 255);
      line-height: 1.4;
      padding: 0px 20px;
      border-radius: 0px;
      opacity: 1;
    }
    .custom-btn:disabled {
        background-color: rgb(169, 169, 169); /* Light gray background */
        color: rgb(105, 105, 105); /* Dark gray text */
        cursor: not-allowed; /* Change cursor to not-allowed */
    }
    label{
      white-space: pre-wrap;
      box-sizing: border-box;
      z-index: 16;
      overflow: visible;
      font-family: Barlow;
      font-size: 16px;
      font-weight: 600;
      color: rgb(0, 0, 0);
      line-height: 1.5;
      border-radius: 0px;
      opacity: 1;
      margin-top: 23px;
    }
    .text-button{
      box-sizing: border-box;
    z-index: 4;
    height: 20px;
     top: 12px;
     width: 66px;
     left: 0px;
    white-space: pre-wrap;
    text-decoration: underline;
    word-break: break-word;
    user-select: none;
    cursor: pointer;
    pointer-events: auto;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    line-height: 1;
    border-radius: 0px;
    opacity: 1;
    font-style: normal;
    text-align: left;
    }

     /* Google Sign Up Button CSS */
     .google-signup-button {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 10px 15px;
            border: 1px solid #4285F4;
            border-radius: 4px;
            background-color: #fff;
            color: #4285F4;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            margin-left: -15px;
            margin-bottom:40px;
        }

        .google-signup-button img {
            margin-right: 10px;
            width: 24px;
            height: 24px;
        }

        .google-signup-button:hover {
            background-color: #4285F4;
            color: #fff;
        }

        .error {
            color: red;
            font-size: 14px;
        }
        
         .alert-success {
            color: green !important;
            font-size: 16px;
            margin-top: 20px;
        }
        
         select{
            align-self: flex-start;
            min-width: 330px;
            order: 1;
            min-height: 45px;
            max-height: 45px;
            width: 330px;
            flex-grow: 1;
            height: 45px;
            margin: 0px;
            z-index: 23;
            display: block;
            border: 1px solid rgba(204, 204, 204, 0.4);
            background-color: transparent;
            color: rgb(51, 51, 51);
            font-family: Barlow;
            font-size: 16px;
            font-weight: 400;
            border-radius: 0px;
            padding: 0px 15px 0px 5px;
            opacity: 1;
        }
        
        
        
      th, td{
        padding: .2rem .5rem;
        margin: 0;
        white-space: nowrap;
        text-align: left;
    }
    p{
        white-space: ;
    }

    p{
        padding: 0;
    }

 
    .querieContainer {
      container-type: inline-size;
      padding: 0;
      margin: 0;
    }

    /*table {*/
    /*  border: none;*/
    /*  margin: 0;*/
    /*  width: 100%;*/
    /*}*/

    /*thead {*/
    /*  display: none;*/
    /*}*/

    /*td {*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  width: 100%;*/
    /*  padding: .2rem .5rem;*/
    /*  white-space: nowrap;*/
    /*}*/

    /*td[data-label]::before {*/
    /*  content: attr(data-label);*/
    /*  text-transform: uppercase;*/
    /*  display: block;*/
    /*}*/

    /*.TableDelete {*/
    /*  display: flex;*/
    /*  gap: 15px;*/
    /*  align-items: center;*/
    /*}*/

    /*tfoot tr {*/
    /*  display: flex;*/
    /*}*/

    /*tfoot tr:not(:nth-last-child(1)) {*/
    /*  border-bottom: 1px solid #ccc;*/
    /*}*/

    /*tfoot tr td {*/
    /*  width: 100%;*/
    /*  justify-content: right;*/
    /*  text-align: right;*/
    /*}*/

    /*tfoot .rows-total-value {*/
    /*  width: 100px;*/
    /*}*/

    /* Mobile to tablet */
    /*@container (min-width: 300px) {*/
    /*  td {*/
    /*    flex-direction: row;*/
    /*    align-items: center;*/
    /*  }*/

    /*  td::before {*/
    /*    min-width: 150px;*/
    /*  }*/

    /*  .TableDelete {*/
    /*    justify-content: center;*/
    /*    cursor:pointer;*/
        
    /*  }*/

    /*  tfoot .rows-total-value {*/
    /*    width: 100px;*/
    /*  }*/
    /*}*/

    /* Tablet to desktop */
    /*@container (min-width: 600px) {*/
    /*    td, th{*/
    /*        min-width: 150px;*/
    /*    }*/

    /*  .invoice-lines-container {*/
    /*    overflow-x: auto;*/
    /*  }*/

    /*  thead {*/
    /*    display: table-header-group;*/
    /*  }*/

    /*  td {*/
    /*    display: table-cell;*/
    /*  }*/

    /*  td[data-label]::before {*/
    /*    display: none;*/
    /*  }*/

    /*  .TableIndexNumber {*/
    /*    display: table-cell;*/
    /*  }*/

    /*  .TableDelete button {*/
    /*    width: fit-content !important;*/
    /*    gap: .5rem;*/
    /*    position: relative;*/
    /*  }*/

    /*  .TableDelete button[data-title]::after,*/
    /*  .TableDelete button[data-title]::before {*/
    /*    pointer-events: none;*/
    /*  }*/

    /*  .TableDelete button[data-title]::before {*/
    /*    content: attr(data-title);*/
    /*    position: absolute;*/
    /*    bottom: calc(100% + 5px);*/
    /*    background-color: rgba(0, 0, 0, 0.8);*/
    /*    color: white;*/
    /*    padding: 5px 10px;*/
    /*    border-radius: 5px;*/
    /*    white-space: nowrap;*/
    /*    opacity: 0;*/
    /*    transition: opacity 0.3s ease;*/
    /*    right: 0;*/
    /*    transition: all 0.3s ease-in-out;*/
    /*  }*/

    /*  .TableDelete button[data-title]::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: -5px;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%) rotate(180deg);*/
    /*    border-width: 5px;*/
    /*    border-style: solid;*/
    /*    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;*/
    /*    opacity: 0;*/
    /*    transition: opacity 0.3s ease;*/
    /*  }*/

    /*  .TableDelete button[data-title]:is(:hover, :focus)::after,*/
    /*  .TableDelete button[data-title]:is(:hover, :focus)::before {*/
    /*    opacity: 1;*/
    /*  }*/

    /*  tfoot tr {*/
    /*    display: table-row;*/
    /*  }*/

    /*  tfoot .rows-total-value {*/
    /*    width: unset;*/
    /*  }*/

    /*  @media (hover: hover) and (pointer: fine) {*/
    /*    .invoice-lines-container::-webkit-scrollbar {*/
    /*      height: 7px;*/
    /*    }*/

    /*    .invoice-lines-container::-webkit-scrollbar-track {*/
    /*      background: #f1f1f1;*/
    /*      border-radius: 25px;*/
    /*    }*/

    /*    .invoice-lines-container::-webkit-scrollbar-thumb {*/
    /*      background: #ccc;*/
    /*      border-radius: 25px;*/
    /*    }*/

    /*    .invoice-lines-container::-webkit-scrollbar-thumb:hover {*/
    /*      background-color: #A8A8A8;*/
    /*    }*/
    /*  }*/
      
    /*  .TableTotalAmount,*/
    /*  .TableDiscount,*/
    /*  .TableTotalAmount p,*/
    /*  .TableDiscount p{*/
    /*    text-align: right;*/
    /*  }*/
    /*}*/

    /*td:empty {*/
    /*  display: none !important;*/
    /*}*/
    
    .alert{
       
        word-wrap: break-word;
    overflow: visible;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    
    line-height: 1.5;
    
    border-style: solid;
    border-width: 1px;
    
    border-radius: 5px;
    opacity: 1;
    align-self: flex-start;
    
    order: 3;
    min-height: 50px;
    height: max-content;
    flex-grow: 0;
    flex-shrink: 0;
   
    z-index: 39;
    }
    .alert a{
        color:inherit;
    }
    
    table{
        font-size:14px !important;
    }
    table b{
        color: #777777 !important;
    }   
     .live{
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    color: rgb(21, 87, 36);
    text-align: center;
    line-height: 1.4;
    opacity: 1;
    top: 0px;
    left: 0px;
    width: 73px;
    height: 27px;
    z-index: 35;
    white-space: pre-wrap;
    overflow: visible;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(176, 207, 184);
    border-radius: 20px;
}

.ended{
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    color: rgb(114, 28, 36);
    text-align: center;
    line-height: 1.2;
    opacity: 1;
    top: 0px;
    left: 0px;
    width: 73px;
    height: 27px;
    z-index: 36;
    white-space: pre-wrap;
    overflow: visible;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(245, 198, 203);
    border-radius: 20px;
}
     }    
     
     
    a {
    color: #ff6902;
    text-decoration: none;
    background-color: transparent;
}
     
@media screen and (max-width: 600px){
            
            .container {
                width: 100%;
                padding-right: 0px;
                padding-left: 0px;
                margin-left: auto;
            } 
            
            h1, h2{
                font-size:1rem;
            }
            
            a, p, li, ul{
                font-size:14px;
            }
            
            .custom-btn {
                width: 150px;
                font-size: 12px;
            }

}






/*tables css*/
.table td, .table th {
    padding: .75r em;
    vertical-align: top;
    border: none;
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 12px;
}
.table thead th {
    vertical-align: bottom;
    border: none;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #afafaf;
    font-size: 10px;
}
 
 table {
  /*border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1em;
  margin: .5em 0 .75em;
}

table tr {
  /*background-color: #f8f8f8;*/
 border-bottom: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 0.9em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}






/*end of table css*/












