.is-cached {
  background-color: rgba(255, 235, 59, 0.2); /* 20% opacity yellow */
  padding: 0;
  border-radius: 3px;
}

/* Outline badge styles for tab statuses */
.label-outline-success {
  background-color: transparent !important;
  border: 1px solid #5cb85c;
  color: #5cb85c !important;
}

.label-outline-danger {
  background-color: transparent !important;
  border: 1px solid #d9534f;
  color: #d9534f !important;
}
/*
 * Base structure
 */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../assets/fonts/glyphicons-halflings-regular.eot');
    src: url('../../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
  padding-top: 50px;
}

a {
  cursor: pointer;
}

.required {
  color: red;
  margin-left:5px;
}

.strong {
  font-weight: bold !important;
}

/*
 * Header
 */

.navbar-fixed-top {
  border: 0;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}
.nav-title {
  color:white; text-decoration:underline;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #f5f5f5;
  background-color: #337ab7;
  border: 1px solid #1f496d;
}

.icon-live {
position:absolute;
right:0;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 27%;
  left: 51%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner .6s linear infinite;
}

.mask {
  position:absolute;
  top:0;
  left:0;
  height:1200px;
  width:100%;
  background-color:rgba(0, 0, 0, 0.1);
  z-index:10000;
}

/*
 * SideBar
 */

.sidebar {
  display: none; /* Hide for mobile, show later */
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #222222;
    border-top: 1px solid #575757;
    border-right: 1px solid #eee;
  }
}
.sidebar-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.sidebar-nav > .active > a,
.sidebar-nav > .active > a:hover,
.sidebar-nav > .active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.sidebar-title {
  margin:0 0 20px -4px;
}
.sidebar-title__name {
  color: white;
  margin-top: 0;
}
.sidebar-title__name_long {
  font-size: 0.9em;
}
.sidebar-title__name_verylong {
  font-size: 0.8em;
}
.sidebar-title__button {
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: -8px;
}
.sidebar-title__button-glyph {
  font-size: 1.5em;
  margin-top: 4px;
}
.sidebar__main-menu,
.sidebar__settings-menu {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.sidebar-menu_button {
  height: 44px !important;
  text-align: left;
  width: 100% !important;
}
.sidebar__dropdown_menu-link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.8em;
  margin-top: -9px;
  min-height:44px;
}
.sidebar__menu_dropdown > button > span {
  padding-left: 6px;
}
.sidebar__main-menu_button {}
.sidebar__main-menu_button_list,
.sidebar__settings-menu_button_list {
  padding-left:0 !important;
  background-color: #000;
}
.sidebar__main-menu_button_list li,
.sidebar__settings-menu_button_list li {
  height:44px !important;
  padding-top:10px;
}
.sidebar__main-menu_button_list li > a,
.sidebar__settings-menu_button_list li > a {
  margin-left:20px;
  text-decoration:none;
  vertical-align: middle;
  color: white;
}
/*
.sidebar__main-menu_button_list li:hover,
.sidebar__settings-menu_button_list li:hover {
  background-color: #333;
}

.sidebar__main-menu_button_list li:focus {
  background-color: #449d44;
}
.sidebar__settings-menu_button_list li:focus {
  background-color: #337ab7;
}

.sidebar__main-menu_button_list li:active,
.sidebar__main-menu_button_list.active {
  color: white;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  outline: 0 !important;
}
*/
.selected-main {
  background-color: #337ab7 !important;
  color:white !important;
}
.selected-config {
  background-color: #449d44 !important;
  color:white !important;
}
/*
 * Flash alerts
 */

.default{
  opacity: 1;
}

.fade{
  -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
  transition: opacity 2s;
  opacity: 0;
}

.loader {
  font-size:48px;
  color:#3472ae;
  margin-left:80px;
}

/*
 * Main content
 */

.main {
  padding: 10px;
}
.list__add-button {
  position:fixed;
  top: 85px;
  right: 28px;
}
@media (min-width: 768px) {
  .main {
    padding: 20px; /* Desktop padding: 20px all sides */
  }
  .list__add-button {
    right: 50px;
  }
}

/*
 * Tables
 */

.action {
  text-align: right;
}
.action-details {
  float:right;
}

/*
 * Devices
 */

 .devices-container .panel-title a { display: block; padding: 0px 15px; text-decoration: none; font-weight: 600; }
 .devices-container .device-img { margin:0; }
 .devices-container .device-table td { padding: 1px 4px; }
 .devices-container .device-table .title { text-align: right; }
 .devices-container .device-table .result { font-weight:600; }
 .devices-container .img-subtext { font-size:12px; }
 .devices-container .centered { left: 50%; }
 .devices-container .loader-subtext { margin-left: -20px; }
 @media (max-width: 375px) {
     .devices-container .centered { left: 46%; }
     .devices-container .loader-subtext { margin-left: 20px; }
 }
 @media (max-width: 667px) {
     .devices-container .loader-subtext { margin-left: 10px; }
 }
 .devices-container .remove-container {
     position: absolute;
     right: 10px;
     top: 5px;
     cursor: pointer;
     z-index:300;
 }
 .devices-container .well.green { background: rgb(223, 240, 216) !important; }
 .devices-container .well.red { background: rgb(242, 222, 222) !important; }
 .devices-container .well.yellow { background: rgb(252, 248, 227) !important; }

/*
 * Modals
 */

.modal-backdrop {
   opacity: 0.8 !important;
}
.modal {
   top: 5% !important;
   opacity: 1 !important;
}
.modal-title {
  margin: 0;
}

/* modal fix */
.modal-close-fix {
  padding:0 !important;
  margin: -21px 0 0 0 !important;
}

.valign-50 { vertical-align:-50% !important; }

/*
 * Custom Bootstrap
 */

.btn {
  outline: 0 !important;
}

.btn-black {
  color: #9d9d9d;
  background-color: #222222;
  border-color: #222222;
}
.btn-black:hover,
.btn-black:focus {
  color: white;
  background-color: #666;
  border-color: #222222;
}
.btn-black:active,
.btn-black.active {
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled]:active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
  background-color: #222222;
  border-color: #222222;

}/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-royal {
    border-color: #462679;
}

.panel-royal > .panel-heading {
    border-color: #462679;
    color: #fff;
    background-color: #462679;
}

.panel-royal > a {
    color: #462679;
}

.panel-royal > a:hover {
    color: #462679;
}

.panel-info {
    border-color: #31a4b8;
}

.panel-info > .panel-heading {
    border-color: #31a4b8;
    color: #fff;
    background-color: #31a4b8;
}

.panel-info > a {
    color: #31a4b8;
}

.panel-info > a:hover {
    color: #38b4c9;
}


/* bootstrap 3.x 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.label-royal {
  background-color: #9b59b6 ;
}
.label-royal[href]:hover,
.label-royal[href]:focus {
  background-color: #8e44ad;
}

.btn-dark {
  color: #ffffff;
  background-color: #343A40;
  border-color: #383E44;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #383E44;
  border-color: #383E44;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #343A40;
  border-color: #383E44;
}

.btn-royal {
  color: #ffffff;
  background-color: #8916fc;
  border-color: #7702c4;
}

.btn-royal:hover,
.btn-royal:focus,
.btn-royal:active,
.btn-royal.active,
.open .dropdown-toggle.btn-royal {
  color: #ffffff;
  background-color: #49247a;
  border-color: #7702c4;
}

.btn-royal:active,
.btn-royal.active,
.open .dropdown-toggle.btn-royal {
  background-image: none;
}

.btn-royal.disabled,
.btn-royal[disabled],
fieldset[disabled] .btn-royal,
.btn-royal.disabled:hover,
.btn-royal[disabled]:hover,
fieldset[disabled] .btn-royal:hover,
.btn-royal.disabled:focus,
.btn-royal[disabled]:focus,
fieldset[disabled] .btn-royal:focus,
.btn-royal.disabled:active,
.btn-royal[disabled]:active,
fieldset[disabled] .btn-royal:active,
.btn-royal.disabled.active,
.btn-royal[disabled].active,
fieldset[disabled] .btn-royal.active {
  background-color: #8916fc;
  border-color: #7702c4;
}

.text-royal {
    color:#49247a;
}
a.text-royal:focus,
a.text-royal:hover{
    color:#7702c4;
}

.btn-dark .badge {
  color: #343A40;
  background-color: #ffffff;
}

.xxl-modal .modal-dialog {
  width: 80% !important; 
  max-width: none; 
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.xxl-modal .modal-content {
  height: 100%;
}

.xxl-modal .modal-header,
.xxl-modal .modal-body,
.xxl-modal .modal-footer {
  padding: 20px;
}

.footer-asterisk {
  font-size: 1em;
  color: #9d9d9d;
  position: absolute;
  left: 20px;
  bottom: 32px;
  font-style: italic;
}

.o1 {
  border: 1px solid red;
}
.o2 {
  border: 1px solid blue;
}
.o3 {
  border: 1px solid green;
}


/*CSS For the searchbox and expand collapse left nav*/

.box-search-header{width:40%;padding-left:40px;float:left;}
.header-search-lable{display:inline;color: #ffffff;margin-top: 5px;margin-right: 5px;font-size: 16px;font-weight: 600;}
.header-search-icon{color: #fff;padding: 5px;font-size: 17px;margin-top: 8px;background-color: transparent;border:none;}
#adm-servi-search{display:inline;}
#adm-servi-search input{width: 75%;}
@media(min-width:768px) and (max-width:992px){
  .box-search-header{width:50%;}
}
@media(max-width:767px){
  #adm-servi-search{display:flex;width:70%;}
  .box-search-header{width:90%;padding-left:40px;margin-bottom:6px;display: flex;float:unset;}
  #adm-servi-search input{width: 90%;}
}
/*colapss menu related css starts*/
.sidebar-minify-btn {
    margin: 10px 0;
    float: right;
    padding: 5px 20px 5px 10px !important;
    background: #0A0A0A;
    color: #fff;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn:hover{color: #ffffff;}
.sidebar_minifymenu{margin-right: -21px; margin-bottom: 20px; margin-left: -20px;}

.page-sidebar-minified .sidebar-label{display:none;}
.page-sidebar-minified .sidebar-menu_button{width:auto !important;}
.page-sidebar-minified .sidebar-title .sidebar-title__name{display:none;}
.page-sidebar-minified .minify-hide{display:none;}
/* Show short env badge when minified */
.minify-show{display:none;}
.page-sidebar-minified .minify-show{display:block;}
/* Environment mini badge layout to avoid sidebar padding constraints */
.env-mini-wrap{position:relative; height:0;}
.page-sidebar-minified .env-mini-wrap{position:absolute; left:8px; bottom:56px; z-index:1000;}
.env-mini{display:inline-block; line-height:1; padding:2px 4px; font-weight:bold; font-size:10px; color:#fff; border-radius:2px;}
.env-prod{background-color:#0066cc;}
.env-stag{background-color:#c00;}
.env-team2{background-color:#f0a500;}
.env-dev{background-color:#f0a500;}
/* Version text under expanded env blocks */
.env-version{font-size:10px; opacity:0.9; margin-top:2px;}
/* Version text next to mini badge */
.env-mini-version{display:inline-block; margin-left:4px; font-size:10px; font-weight:bold; color:#fff;}
.page-sidebar-minified .sidebar{width:55px;}
.page-sidebar-minified .sidebar-title{margin-bottom:30px;}


.page-sidebar-minified #submenu-servi{position: absolute; left: 100%; z-index: 999999; width: 220px; top: 0px;}
.page-sidebar-minified .hasSubmenu:hover #submenu-servi{display:block;}
.page-sidebar-minified .sidebar {overflow-x: unset;overflow-y: unset;}
.page-sidebar-minified .sidebar-title__button{right:unset;}
.page-sidebar-minified .sidebar-menu_button{padding:6px 8px;}
.page-sidebar-minified .sidebar__menu_dropdown > button > .glyphicon-menu-right{padding-left:0px;font-size:10px;}
.sidebar__settings-menu_button_list{list-style:none;}
.sidebar-minify-btn, .sidebar-minify-btn:hover, .sidebar-minify-btn:active, .sidebar-minify-btn:focus{color:#ffffff;}
.page-sidebar-minified .sidebar-title{margin-left:-18px;}

@media(min-width:768px){
  .page-sidebar-minified .list.main{width:95.9%;}
  .page-sidebar-minified .col-md-offset-2 { margin-left: 55px; }
}
.page-sidebar-minified #submenu-servi{position: absolute; left: 100%; z-index: 999999; width: 220px; top: 0px;}
.page-sidebar-minified .hasSubmenu:hover #submenu-servi{display:block;}
.page-sidebar-minified .sidebar {overflow-x: unset;overflow-y: unset;}
/*colapss menu related css eof*/

select option:disabled { font-weight: bold; }

.staff-visible {
  margin-left: 13px;
}
.waiter-image {
  padding: 30px;
}

.order-total {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* API Loading Progress Bar */
.api-loading-progress {
  position: relative;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
  margin-bottom: 2px;
}

.progress-line {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #00ff00 25%, 
    #00ff55 50%, 
    #00ff00 75%, 
    transparent 100%);
  width: 40%;
  animation: loading-slide 1.5s infinite ease-in-out;
}

@keyframes loading-slide {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

/* Ensure the progress bar appears above grid content */
.ui-grid {
  position: relative;
  z-index: 1;
}

/* Hours Tooltip Styling */
.hours-tooltip .tooltip-inner {
  max-width: 250px;
  text-align: left;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.hours-tooltip-content {
  text-align: left;
  line-height: 1.5;
}

.hours-tooltip-content strong {
  font-weight: 600;
}

/* Calls grid badges */
.calls-grid .ui-grid-cell .caller-actions-badges .label {
	font-size: 12.65px; /* ~15% larger than baseline 11px */
	padding: 4px 7px;   /* slightly larger padding */
}
.badge-dk-0{background-color:#337ab7; color:#ffffff;}
.badge-dk-1{background-color:#28a745; color:#ffffff;}
.badge-dk-2{background-color:#17a2b8; color:#ffffff;}
.badge-dk-3{background-color:#d9534f; color:#ffffff;}
.badge-dk-4{background-color:#6f42c1; color:#ffffff;}
.badge-dk-5{background-color:#3f51b5; color:#ffffff;}
.badge-dk-6{background-color:#ff7f0e; color:#ffffff;}
.badge-dk-7{background-color:#009688; color:#ffffff;}

/* Token Cell Copy Functionality */
.token-cell {
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.token-cell:hover {
  background-color: #f8f9fa !important;
}

.token-cell .copy-icon {
  transition: opacity 0.2s ease;
  z-index: 10;
}

.token-cell:hover .copy-icon {
  opacity: 1;
}

/* Sub-tabs styling - target tabs within tab content areas */
ng-include .nav-tabs li a {
  padding: 8px 10px 10px 10px !important;
  line-height: 1 !important;
  min-height: auto !important;
  height: auto !important;
}

/* Only active sub-tabs get the blue styling */
ng-include .nav-tabs li.active a,
ng-include .nav-tabs li.active a:hover,
ng-include .nav-tabs li.active a:focus {
  background-color: #16558b !important;
  border-color: #16558b !important;
  color: #ffffff !important;
  padding: 8px 10px 10px 10px !important;
  line-height: 1 !important;
  min-height: auto !important;
  height: auto !important;
}

/* Common Items: style selected filter buttons like active sub-tab */
.common-type-filter .btn.active,
.common-type-filter .btn:active,
.common-type-filter .btn:focus {
  background-color: #16558b !important;
  border-color: #16558b !important;
  color: #ffffff !important;
  box-shadow: none;
}

/* Task Column Styles */
.task-empty {
    /* Empty cell styling */
}

.task-todo {
    font-weight: bold;
    color: #d9534f; /* Bootstrap danger red */
}

.task-done {
    font-weight: bold;
    color: #5cb85c; /* Bootstrap success green */
}

/* Bulk Actions Panel Styles */
.bulk-actions-panel {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bulk-selection-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bulk-selection-info .badge {
    font-size: 14px;
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 20px;
}

.bulk-actions-dropdowns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.bulk-actions-dropdowns .btn-group {
    margin-bottom: 5px;
}

.bulk-actions-dropdowns .btn {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.bulk-actions-dropdowns .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.bulk-actions-dropdowns .dropdown-menu {
    min-width: 180px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.bulk-actions-dropdowns .dropdown-menu li a {
    padding: 8px 16px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.bulk-actions-dropdowns .dropdown-menu li a:hover {
    background-color: #f8f9fa;
    color: #495057;
}

@media (max-width: 768px) {
    .bulk-actions-panel .row {
        flex-direction: column;
    }
    
    .bulk-actions-dropdowns {
        justify-content: center;
        margin-top: 10px;
    }
}

/* Dropdown submenu styles for hours and printer */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    display: none;
    min-width: 200px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > span:after {
    display: none;
}

.submenu-hours,
.submenu-printer,
.submenu-taxable,
.submenu-taxrate {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    display: none;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
}

.dropdown-submenu:hover .submenu-hours,
.dropdown-submenu:hover .submenu-printer,
.dropdown-submenu:hover .submenu-taxable,
.dropdown-submenu:hover .submenu-taxrate {
    display: block;
}

/* Google Catalog Import Styles */
.google-export-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-top: 10px;
}

.spinner-sm {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Venue Search Styles */
.venue-search-container {
    position: relative;
}

.venue-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
}

.venue-results {
    margin: 0;
    padding: 0;
}

.venue-result-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.venue-result-item:hover {
    background-color: #f5f5f5;
}

.venue-result-item:last-child {
    border-bottom: none;
}

.selected-venue-display .well {
    margin-bottom: 0;
    background-color: #e8f5e8;
    border-color: #d4e4d4;
}

/* Modal header alignment fixes */
.modal-header .modal-title { margin: 0; }
.modal-header .close { line-height: 1; margin-top: -2px; }
