﻿body {
    background-color: #F5F5F5;
}
img{width:100%;
    height: 100%;
object-fit: cover;}
* {
    box-sizing: border-box;
}
:root {
    --catering-color: #28a745; /* Green */
    --clothing-color: #007bff; /* Blue */
    /* Add more category colors as needed */
}

.tagurin-header {
    height: 40px;
    width: 148.11px;
    object-fit: contain !important;
}

.tagurin-themePreview {
    position: relative;
    width: 100%;
    padding-top: calc(100% * 7 / 5.13); /* Aspect ratio of 5.13x7 */
}
.tagurin-themePreview canvas {
    display: block;  /* Ensure the canvas is treated as a block element */
    width: 100%;     /* Ensure it stretches to the full width of the parent */
    height: 100%;    /* Ensure it takes the full height of the parent */
    margin: 0;       /* Remove default margins */
    padding: 0;      /* Remove default padding */
}

    .tagurin-themePreview .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tagurin-themePreview .content img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }

.tagurin-progressCircle {
    width: 2rem;
    height: 2rem;
}

.tagurin-line {
    height: 0.2rem
}

.tagurin-body {
    gap: 4rem;
    padding-top: 10rem;
}


.tagurin-buttonGroupWrapper {
    overflow-x: scroll;
    white-space: nowrap;
    gap: 10px;
 
}

    .tagurin-buttonGroupWrapper::-webkit-scrollbar {
        display: none; /* Hide scrollbar for WebKit browsers */
    }

.tagurin-removePadding {
    padding: 0px !important;
}

.tagurin-removeBorder {
    border: none !important;
}

.tagurin-textOverflowElipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex: 1 1 auto;
}

.tagurin-imageContainer img {
    transition: box-shadow 0.3s, filter 0.3s;
}

.tagurin-imageContainer:hover img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.tagurin-themeSelectionContainer .selected {
    border: 2px solid #298FC2; /* Match selected border */
    box-shadow: 10px 10px 20px #298FC2;
}

.tagurin-themeSelectorImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  .tagurin-same-size-button{
    display: inline-block;
    width: 5.5rem; /* Adjust as needed */
    /*height: 5.5rem;*/ /* Adjust as needed */
    box-sizing: border-box;
  }

.tagurin-hoverMessage {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    z-index: 10;
    pointer-events: none;
}

.tagurin-themeSelectionContainer {
    max-height: 922px; /* Set a fixed height as needed */
    overflow-y: auto;
}

    .tagurin-themeSelectionContainer .container {
        height: 100%;
    }

.tagurin-participantSmallCard {
    flex: 0 0 12rem; /* Do not shrink, do not grow, set width to 12rem */
    margin-right: 10px; /* Adjust this to control spacing between cards */
}

.tagurin-addOnButton {
    width: 7.5rem; /* Adjust width as needed */
    min-height: 7.5rem; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tagurin-addOnBadge{
    width: 1rem; height: 1rem; border-radius: 50%;
}
.tagurin-imageContainer img {
    max-height: 196px;
    max-width: 145px;
}

.tagurin-ProfileSettings {
    border-radius: 50%;
    width: 12.5rem !important;
    height: 12.5rem !important;
    object-fit: cover;
}
.tagurin-ParagraphHeightCap{
    height: 8rem;
}
.tagurin-TableHeightCap{
    max-height:18.74rem;
}
.tagurin-AddOnHeightCap{
    height: 25rem;
}
.tagurin-TableHeightCap-lg{
    max-height:37.5rem;
}
.tagurin-Bold{
    font-weight: bolder !important;
}

.tagurin-participant-profile{
    width: 5rem;
    height: 5rem;
  }
  
.tagurin-WebApp-Banner{
    height: 10rem !important;
    border-radius: 0% !important;
    width: 100% !important;
}

@media (max-width: 575.98px) {
    .tagurin-DasboardContainer{
        width:25rem !important;
    }
  }
  
  /* Small devices (phones, 576px and up) */
  @media (max-width: 767.98px) {
    .tagurin-DasboardContainer{
        width:31.25rem !important;

    }
	.mobile-x {
         display: block !important;
     }
    #WhatsApp
{
display: flex !important;
}
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {

    .tagurin-DasboardContainer{
        width:31.25rem!important;
    }

    .tagurin-themeSelectionContainer {
        max-height: 28rem;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .tagurin-DasboardContainer{
        width:44rem !important;
    }
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .tagurin-DasboardContainer{
        width:50rem !important;
    }
  }
   .rating {
    float:left;
    border:none;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}
.rating:not(:checked) > label:before {
    content:'★ ';
}
.rating > input:checked ~ label {
    color: #f70;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}
.rating > label:active {
    position:relative;
}
/* keep horizontal scroll on the wrapper */
.table-scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* Only on phones: make the wrapper narrower so it overflows,
   and ensure the table is wider so a scrollbar appears */
@media (max-width: 576px) {
    .table-responsive.force-mobile-width {
        width: 320px !important; /* you can use 300px if you prefer */
        margin-right: auto; /* optional: align left */
    }

        .table-responsive.force-mobile-width > table.mobile-wide-table {
            min-width: 720px; /* ensure overflow happens; tweak to your columns */
            table-layout: fixed; /* snappier layout */
        }     

        .table-responsive.force-mobile-width img {
            width: 46px;
            height: 46px;
            object-fit: contain;
        }
}

/* optional: make the scrollbar visible */
.table-scroll-x::-webkit-scrollbar {
    height: 8px;
}

.table-scroll-x::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}
