.single-event .content {
    padding: 0px 0px 10px;
}
.single-event .breadcrumb {
    margin: -20px 0px 0px;
}
.single-event .event-date {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-date .event-date-section {
    padding: 0px 20px;
}
.event-date .event-date-section .event-date-heading {
    margin-top: 5px;
}
.survey-form {
    max-width: 100% !important;
    background: #ffffff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin-top: 15px;
}

div#flavors-container {
    margin: 15px;
}

.btn-sjl {
    display: inline-block;
    background: #64c9ea !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    width: 135px;
}
.btn-sjl:focus {
    outline: none;
    color: #ffffff;
}
.btn-sjl:hover {
    background: #286090 !important;
    color: #ffffff;
    transform: translateY(-2px);
}
.action-button .btn-group .btn:first-child {
    margin-right: 20px;
}
.remove-flavor{
    margin-top: 5px;
}

.white-btn .btn-sjl{
	color: #ffffff;
}
.position-relative {
  position: relative;
}
.upload-button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.upload-btn-cnt {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.add-doc-cnt{
  text-align: right;
}
.upload-doc-button {
  margin-top: 5px;
}
.event-doc-section .gallary-block img{
  width: 160px;
}
.panel-default .panel-heading.bg-none {
	background: none;
	margin-top: 0;
}
.time-form {
	padding-top:1px
}
.event-and-times ul.nav.nav-tabs {
    margin-bottom: 0;
}
.event-and-times ul li {
    margin-left: 0;
}
.event-and-times .display-sec {
  float: none;
  margin-top: 0;
}
.event-and-times {
  margin-top: 10px;
}
.survey-heading {
    position: relative;
    text-align: center;
}
.event-and-times ul.nav-tabs li a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
}
.time-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.event-selection {
    margin-bottom: 10px;
}
.mdl-event-title {
  max-width: 160px;
}
.gallary-main-block {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-right: 15px;
}
.gallary-block {
  margin-right: 0;
  box-shadow: none;
}
.store-venue-header {
    cursor: pointer;
    background-color: #d9edf7;
}
.store-venue-toggle-btn {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
}
.store-venue-sub-table td,
.store-venue-sub-table th {
    padding: 6px;
}
/* Ensure table rows don't shift when arrow shows/hides */
.store-venue-header td {
    position: relative; 
}

/* Position arrow absolutely inside the first cell */
.store-venue-toggle-btn {
    position: absolute;
    left: 1rem; /* tiny gap from left border */
    top: 50%;
    transform: translateY(-50%);
    padding: 0; /* remove default padding */
    border: none; 
    background: none; 
    cursor: pointer;
    color: inherit; /* match text color */
}

/* Push store name right so arrow has space */
.store-venue-header strong {
    padding-left: 1.5rem; 
}
.zone-header {
    cursor: pointer;
    background-color: #d9edf7;
}

.zone-toggle-btn {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
}

.zone-sub-table td,
.zone-sub-table th {
    padding: 6px;
}

/* Ensure table rows don't shift when arrow shows/hides */
.zone-header td {
    position: relative; 
}

/* Position arrow absolutely inside the first cell */
.zone-toggle-btn {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
}

/* Push zone name right so arrow has space */
.zone-header strong {
    padding-left: 1.5rem; 
}

.store-name-div{
    margin-left:15px;
}
@media (max-width: 991.98px) {
    .flavor-entry {
        border: 1px solid #CCC;
        border-radius: 5px;
        background: #F9F9F9;
    }
    
    .upload-button {
      position: relative;
      top: 0;
      margin-bottom: 5px;
    }
}

@media (min-width: 992px){
    .flavor-entry:nth-child(1) label{
        display: block !important;
    }
    .flavor-entry label {
        display: none !important;
    }
}

.flavor-entry {
    padding: 5px 0;
}

.delete-icon, .delete-icon1 {
    position: absolute;
    top: 0px;
    right: 45px;
    border-radius: 50%;
    padding: 8px;
    background-color: #dc35451f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
    width: 35px;
    height: 35px;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.delete-icon1 {
	right:0;
}
.flavor-entry:first-of-type .delete-icon {
    top: 35px;
    display: none;
}
  
  .delete-icon i {
    font-size: 16px;
    color: #dc3545; 
    cursor: pointer;
  }
  /* .flavor-entry.position-relative.border.rounded {
    margin-bottom: 15px;
} */


.bottom-margin {
    margin-bottom: 12px !important;
}
.survey-form input, .survey-form textarea {
    margin-top: 0 !important;
}

/* select in single event */
.select2-container{
    width: 100% !important;
}
.select2-selection__choice,.select2-search--inline
{
    margin-left: 0px!important;
}
.select2-search__field
{
    padding-left: 10px!important;;
}
.btn-wrap
{
    margin-top: 15px;
}
.edit_entry, #cancel_edit_time_entry{
  margin-bottom: 5px;
  margin-top: 5px;
}
tr.bg-warning input {
  border-color: #dc3545 !important;
}
.bg-danger {
  background-color: #f2dede !important;
}

.table-responsive
{
  overflow-x: visible !important;
}


@media (max-width: 767px) {
    .col-md-1 .delete-icon1 {
        position: absolute;
        top: 0 !important;
        right:0;
        background-color: #dc35451f;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        padding: 6px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    } 
    .table-responsive
    {
      overflow-x: visible !important;
    }
    .flavor-entry {
      border: 1px solid #CCC;
      border-radius: 5px;
      margin-bottom: 10px !important;
      padding: 10px !important;
      background: #F9F9F9;
      position: relative;
    }
  
    .delete-icon, .delete-icon1 {
        position: absolute;
        top: -227px;
        right: 20px;
        background-color: #dc35451f;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        padding: 6px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
	.delete-icon1 {
		right: 0;
	}
  
    .delete-icon i {
      font-size: 16px;
      color: #dc3545;
    }
    .delete-icon1 i {
      font-size: 16px;
      color: #dc3545;
    }
  }
@media screen and (min-width:768px) and (max-width:991px) {
    .table-responsive
    {
      overflow-x: visible !important;
    }
    .col-md-1 .delete-icon1 {
        position: absolute;
        top: 0 !important;
        right:0;
        background-color: #dc35451f;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        padding: 6px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .col-md-1 .delete-icon {
        position: absolute;
        top: -222px !important;
        right: 20px;
        background-color: #dc35451f;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        padding: 6px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .flavor-entry {
        border: 1px solid #CCC;
        border-radius: 5px;
        margin: 0 0 15px 0;
        padding: 5px 10px !important;
        background: #F9F9F9;
    }
    div#flavors-container {
        padding: 0 !important;
    }
}
@media screen and (min-width:992px) {
    .col-md-1 .delete-icon {
        top: 0 !important;
        right: 20px;
    }
    
}
@media (max-width: 1024px){
    .store-name-div{
        margin:0;
    }
}
  
  