/* Import Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html, body {
    height: 100%;
    margin: 0;
    color: #262626 !important;
    font-family: 'Montserrat', sans-serif;
}

#chart {
    color: #262626 !important;
    font-family: 'Montserrat', sans-serif;
}

.table {
    color: #262626
}

.bg-novare {
    background-color: #1D47A5;
}

.bg-fishboy {
    background-color: #15d1d3
}

.text-fishboy {
    color: #15d1d3;
}

.bg-de-blue {
    background-color: #407cf1;
}

.text-de-blue {
    color: #407cf1;
}

.bg-cobalt {
    background-color: #1d47a5;
}

.text-cobalt {
    color: #1d47a5;
}

.bg-am-orange {
    background-color: #ff8b00;
}

.text-am-orange {
    color: #ff8b00;
}

.bg-raisin {
    background-color: #262626;
}

.text-raisin {
    color: #262626;
}

.color-sampler {
    height: 10px;
    width: 15px;
}

.color-display {
    height: 20px;
    width: 30px;
}

.iris-btn {
    text-align: center;
    user-select: none;
    border-radius: 100px;
    border: none;
    outline: none;
    padding: 8px 16px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iris-btn:hover {
    text-decoration: none;
}

.iris-btn:click {
    border: 0px solid transparent;
}

.btn-am-orange {
    background-color: #ff8b00;
    color: white;
}

.iris-btn[disabled] {
    background-color: #B4B4B4;
    color: white;
}

.btn-fishboy {
    background-color: #15D1D3;
    color: white;
}

.btn-error {
    background-color: #E21C3D;
    color: white;
}

.btn-de-blue {
    background-color: #407cf1;
    color: white;
}

.btn-ph-silver {
    background-color: #B4B4B4;
    color: white;
}

.iris-page-link {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1D47A5;
    background-color: #fff;
    border: 1px solid #1D47A5;
}

.iris-page-link:hover {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
    position: relative;
    text-decoration: none;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: white;
    background-color: #1D47A5;
    border: 1px solid  #1D47A5;
}


.btn-cobalt {
    background-color: #1d47a5;
    color: white;
}

.btn-am-orange-sm {
    background-color: #ff8b00;
    color: white;
}

.btn-cobalt-sm {
    background-color: #1d47a5;
    color: white;
}

.btn-fishboy-sm {
    background-color: #15D1D3;
    color: white;
}

.btn-error-sm  {
    background-color: #E21C3D;
    color: white;
}

.btn-float-cobalt {
    background-color: transparent;
    font-weight: 500;
    color: #1D47A5;
}

.btn-float-cobalt:disabled {
    background-color: transparent;
    color: #B4B4B48C;
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-float-error {
    background-color: transparent;
    font-weight: 600;
    color: #E21C3D;
}

.btn-float-error:disabled {
    background-color: transparent;
    color: #B4B4B48C;
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-outline-cobalt {
    background-color: transparent;
    color: #1D47A5;
    border: 1px solid  #1D47A5;
}

.btn-outline-cobalt:hover {
    background-color: #1D47A5;
    color: #fff;
    border: 1px solid  #1D47A5;
}

.btn-outline-fishboy {
    background-color: transparent;
    color: #15D1D3;
    border: 1px solid  #15D1D3;
}

.btn-outline-fishboy:hover {
    background-color: #15D1D3;
    color: #fff;
    border: 1px solid  #15D1D3;
}

.btn-outline-error {
    background-color: transparent;
    color: #E21C3D;
    border: 1px solid  #E21C3D;
}

.btn-outline-error:hover {
    background-color: #E21C3D;
    color: #fff;
    border: 1px solid  #E21C3D;
}

.iris-btn-sm {
    text-align: center;
    user-select: none;
    border-radius: 100px;
    border: 0px solid transparent;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iris-btn-sm:hover {
    text-decoration: none;
}

.iris-btn .btn-am-orange:hover {
    color: #fff;
    text-align: center;
    user-select: none !important;
    border-radius: 100px;
    background-color: #D96628;
    border: 0px solid transparent;
    padding: 8px 16px;
}

.btn-am-orange:disabled {
    background-color: transparent;
    color: #B4B4B48C;
    opacity: 0.5;
    cursor: not-allowed;
}

.iris-btn:focus {
    outline: none;
}

.iris-btn-sm:focus {
    outline: none;
}

.btn-am-orange-sm:hover {
    color: #fff;
    text-align: center;
    user-select: none !important;
    border-radius: 100px;
    background-color: #D96628;
    border: 0px;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}

.iris-active {
    background-color: #407CF1;
}

.f700 {
    font-weight: 700;
}

@media (min-width: 768px) {
    .sidebar {
        width: 15rem !important;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 15rem;
    }
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.border-left-fishboy {
    border-left: .25rem solid #15d1d3 !important;
}

.border-left-am-orange {
    border-left: .25rem solid #ff8b00 !important;
}

.border-left-de-blue {
    border-left: .25rem solid #407cf1 !important;
}

.border-left-cobalt {
    border-left: .25rem solid #1d47a5 !important;
}

.border-left-raisin {
    border-left: .25rem solid #262626 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1d47a5;
    border-color: #1d47a5;
}

.page-item:last-child .page-link {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1d47a5;
    background-color: #fff;
    border: 1px solid #1d47a5;
}

.page-link:hover {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #1d47a5;
    border: 1px solid #1d47a5;
}

.time-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    width: 100%;
}
.time-left {
    border-right: 1px solid lightgray; /* Separator line */
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align left */
    text-align: left;
}
.time-right {
    padding-left: 16px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stopwatch-icon-container { /* Renamed for clarity, holds the GIF */
    width: 80px; /* Adjust as needed for your GIF's size */
    height: 80px; /* Adjust as needed for your GIF's size */
    margin-bottom: 0.5rem;
    display: flex; /* To center the image if smaller than container */
    justify-content: center;
    align-items: center;
}
.stopwatch-icon-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.time-display {
    font-size: 24px;
    font-weight: 700;
    color: #262626;
    line-height: 1;
}
.date-display {
    font-size: 12px;
    color: #515151;
    font-weight: 600;
}
.timezone-display {
    font-size: 12px;
    font-weight: 400;
    color: #515151;
}
.time-label {
    color: #262626; /* Muted color for labels */
    font-size: 14px;
    font-weight: 400;
}
.time-value {
    font-size: 1.1rem;
    font-weight: bold;
    color: #262626;
}
.time-in-note {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}
.underline {
    border-bottom: 1px solid lightgray
}
.btn-time-out {
    background: #F95656;
    font-weight: 700;
    font-size: 12px;
    color: white;
}

.message-container {
    margin-top: 72px;
    position: absolute;
    top: 0;
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Pull back by half its width to truly center */
    width: 100%; /* Default to 100% width, max-width will constrain it */
    max-width: 500px; /* New: Maximum width of 500px */
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    max-height: 0;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.message-container.show {
    max-height: 100%; /* Adjust this value based on your message height */
    padding: 15px 20px; /* Expand padding when shown */
}

.message-content {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

/* Message types styling */
.message-container.success .message-content {
    background-color: #45B184; /* Green for success */
    font-size: 1.1rem !important;
}

.message-container.info .message-content {
    background-color: #2196F3; /* Blue for info */
    font-size: 1.1rem !important;
}

.message-container.warning .message-content {
    background-color: #ff9800; /* Orange for warning */
    font-size: 1.1rem !important;
}

.message-container.error .message-content {
    background-color: #F95656; /* Red for error */
    font-size: 1.1rem !important;
}


.message-text {
    flex-grow: 1;
}

.dismiss-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin-left: 20px;
    padding: 0 5px;
    line-height: 1;
}

.dismiss-button:hover {
    color: #ddd;
}
.iris-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #663C00;
    text-align: center;
    box-sizing: border-box;
}
  
.iris-badge.out {
    background-color: #FDEDED;
    font-weight: 600;
}

.iris-badge.in {
    background-color: #FFF4E5;
    font-weight: 600;
}

.table-iris tbody .odd {
    background-color: rgba(0, 0, 0, .05);
}

.table-iris th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid transparent;
    font-weight: 700;
    color: #262626;
    font-size: 12px;
}

.btn-muted {
    border: 0px;
    background-color: transparent
}

.text-red {
    color: #FF3B30
}

.pill-undertime {
    color: #EC9B50;
    font-weight: 600;
}

.pill-missing, .pill-incomplete {
    color: #F95656;
    font-weight: 600;
}

.pill-recorded {
    color: #262626;
    font-weight: 600;
}

.pill-ongoing {
    color: #407CF1;
    font-weight: 600;
}

.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 35%; /* Default width */
    background-color: #ffffff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%); /* Start off-screen to the right */
    transition: transform 0.3s ease-in-out;
    z-index: 1045; /* Above Bootstrap modals */
    display: flex;
    flex-direction: column;
}

.offcanvas.show {
    transform: translateX(0); /* Slide in */
}

.offcanvas-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-body {
    padding: 1.5rem;
    flex-grow: 1; /* Allow content to grow */
    overflow-y: auto; /* Enable scrolling for long content */
}

.offcanvas-body ul {
    list-style: none;
    padding: 0;
}

.offcanvas-body ul li {
    margin-bottom: 10px;
}

.offcanvas-body ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.05rem;
    padding: 8px 0;
    display: block;
    transition: color 0.2s ease;
}

.offcanvas-body ul li a:hover {
    color: #007bff;
}


/* Custom footer styling */
.offcanvas-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0.9rem;
    flex-shrink: 0; /* Prevent footer from shrinking */
    border-bottom-left-radius: 10px; /* Match sidebar's bottom radius */
}

/* Overlay for when the sidebar is open */
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Below sidebar, above page content */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.offcanvas-backdrop.show {
    opacity: 1;
    visibility: visible;
}

/* Responsive adjustments for sidebar width */
@media (max-width: 576px) {
    .offcanvas {
        width: 85%; /* Wider on small screens */
    }
    .btn-custom-toggle {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

.iris-input {
    flex-grow: 1;
    text-align: right;
    background-color: transparent;
    border: none;
    outline: none;
    color: #262626;
    min-width: 0;
}

.modal {
    z-index: 1056; /* Higher than your offcanvas's z-index */
}

.modal-backdrop {
    z-index: 1055; /* Bootstrap's default modal backdrop z-index */
}

.pill-pend {
    width: 102px;
    height: 24px;
    border-radius: 99px;
    background: #407CF1;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
    font-weight: 600;
}

.pill-canc {
    width: 102px;
    height: 24px;
    border-radius: 99px;
    background: #EC9B50;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
    font-weight: 600;
}

.pill-appr {
    width: 102px;
    height: 24px;
    border-radius: 99px;
    background: #45B184;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
    font-weight: 600;
}

.pill-rejc {
    width: 102px;
    height: 24px;
    border-radius: 99px;
    background: #F95656;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
    font-weight: 600;
}

.pills {
    display: flex;
    min-width: 142px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
}

/* Timeline event styling */
.timeline-event {
    display: flex;
    align-items: center; /* Vertically center the status bubble and details */
    margin-bottom: 2.5rem; /* Space between timeline events */
    position: relative; /* For positioning pseudo-elements */
    padding-left: 130px; /* Creates space for the status bubble and vertical line */
}

/* Remove bottom margin for the last event to avoid extra space */
.timeline-event:last-child {
    margin-bottom: 0;
}

/* Status bubble styling (e.g., 'Approved', 'For Approval') */
.status-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 9999px; /* Fully rounded corners */
    font-weight: 600; /* Semibold font weight */
    font-size: 0.875rem; /* text-sm equivalent */
    white-space: nowrap; /* Prevent text from wrapping */
    min-width: 90px; /* Fixed minimum width for consistent appearance */
    text-align: center;
    flex-shrink: 0; /* Prevent the bubble from shrinking */

    /* Positioning the bubble relative to the timeline line */
    position: absolute;
    left: 0; /* Aligns the bubble's left edge to the start of padding-left */
    top: 50%; /* Vertically centers the bubble */
    transform: translate(-50%, -50%); /* Adjusts for bubble's own dimensions */
    margin-left: 60px; /* Shifts the bubble to align its center with the line */
    z-index: 3; /* Ensures the bubble is on top of the line and dot */
}

/* Specific styles for the 'Approved' status bubble */
.status-bubble.approved {
    background-color: #34d399; /* Tailwind green-400 equivalent */
    color: #ffffff;
}

.status-bubble.cancelled {
    background-color: #EC9B50; /* Tailwind green-400 equivalent */
    color: #ffffff;
}

/* Specific styles for the 'For Approval' status bubble */
.status-bubble.for-approval {
    background-color: #e5e7eb; /* Tailwind gray-200 equivalent */
    color: #4b5563; /* Tailwind gray-700 equivalent */
}

.status-bubble.denied {
    background-color: #F95656;
    color: #ffffff;
}

.status-bubble.for-approval.pending {
    background-color: #407CF1;
    color: #E5F6FD;
    font-weight: 600;
}

/* Pseudo-element for the timeline dot */
.timeline-event::before {
    content: '';
    position: absolute;
    left: 60px; /* Horizontal position of the dot (aligned with the line) */
    top: 50%;
    transform: translate(-50%, -50%); /* Center the dot */
    width: 12px;
    height: 12px;
    border-radius: 50%; /* Makes it a circle */
    background-color: #d1d5db; /* Default gray dot color */
    z-index: 2; /* Ensures the dot is above the line */
}

/* Green dot for the 'Approved' event */
.timeline-event.approved::before {
    background-color: #34d399; /* Green dot */
}

/* Pseudo-element for the vertical timeline line segment */
.timeline-event::after {
    content: '';
    position: absolute;
    left: 60px; /* Same horizontal position as the dot */
    width: 2px; /* Thickness of the line */
    background-color: #d1d5db; /* Gray line color */
    z-index: 1; /* Ensures the line is behind the dot and bubble */
    transform: translateX(-50%); /* Centers the line horizontally */
}

/* Line for all items EXCEPT the first one goes upwards */
.timeline-event:not(:first-of-type)::after {
    bottom: 50%; /* Anchors to the bottom of the dot */
    height: calc(100% + 1.25rem); /* Extends upwards to connect to the previous dot */
}

/* If there's only one item, there should be no line */
.timeline-event:only-child::after {
    height: 0;
}

/* Styling for the event details text */
.event-details {
    flex-grow: 1; /* Allows details to take up remaining space */
    line-height: 1.4; /* Improves readability */
}

.iris-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.iris-search>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.iris-search-append {
    position: relative;
    z-index: 2;
}

.iris-search-button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
    border: none;
    border-right: 1px solid #d1d3e2;
    border-top: 1px solid #d1d3e2;
    border-bottom: 1px solid #d1d3e2;
    border-left: none;
}

.iris-search-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

/* General Wrapper - Set the font family here */
.ts-wrapper {
    font-family: 'Montserrat', sans-serif;
}

/* Main input control area */
.ts-control {
    background-color: #fff;
    border: 1px solid #d1d3e2; /* SB Admin 2 default border color */
    border-radius: 0.35rem;     /* SB Admin 2 border-radius */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #6e707e;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Remove Tom-select's default top/left padding for single-select items */
.ts-wrapper.single .ts-control, 
.ts-wrapper.single .ts-control input {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.ts-wrapper.single .ts-control:after {
    display: none; /* Hide the default caret if you prefer Bootstrap's */
}

/* Focus State - Mimic Bootstrap's blue shadow */
.ts-wrapper.focus .ts-control {
    color: #6e707e;
    border-color: #80bdff;
    outline: 0;
    font-size: 1rem;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25); /* SB Admin 2 Primary color focus */
}

/* Selected Items (for multi-select) */
.ts-control .item {
    color: #6e707e;
    border-radius: 0.25rem;
    padding: 0.2rem;
    font-size: 1rem;
}

/* Dropdown Menu */
.ts-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.35rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    margin-top: 0.25rem;
}

/* Dropdown Options */
.ts-dropdown .option {
    padding: 0.5rem 1rem;
}

/* Active/Hovered Dropdown Option */
.ts-dropdown .active {
    background-color: #4e73df;
    color: #fff;
}

/* --- Validation States --- */
/* IMPORTANT: You must add these classes to the wrapper via JavaScript */

/* Invalid State */
.ts-wrapper.is-invalid .ts-control {
    border-color: #e74a3b; /* SB Admin 2 Danger color */
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* Valid State */
.ts-wrapper.is-valid .ts-control {
    border-color: #1cc88a; /* SB Admin 2 Success color */
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.ts-dropdown, .ts-control, .ts-control input {
    color: #6e707e;
    font-family: inherit;
    font-size: 1rem;
    line-height: 18px;
}

.ts-control > input {
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    font-size: 1rem !important;
    padding: 0.2rem;
    max-width: 100% !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
}
