.months-multi-select{--months-select-arrow-size: 25px}@media screen and (min-width: 768px){.months-multi-select{--months-select-arrow-size: 27px}}.months-multi-select{position:relative;color:var(--color-white)}.months-multi-select[selected-months*="2"] tcs-months-multi-select-search,.months-multi-select[selected=yes] tcs-months-multi-select-search{display:none}.months-multi-select tcs-months-multi-select-pill:last-child{margin-right:8px}.months-multi-select tcs-months-multi-select-field{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%239C9CA0' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 10px;display:flex;flex-wrap:wrap;align-items:center;background-color:var(--color-bunker-dark);font-family:var(--font-family);font-weight:var(--font-weight-default);font-size:15px;color:var(--color-bunker);line-height:1.6;border-radius:var(--forms-border-radius);outline:none;border:1px solid var(--forms-border-color);width:100%;transition-property:border;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing);min-height:44px;padding:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background-size:12px;opacity:1;text-overflow:ellipsis}.months-multi-select tcs-months-multi-select-search{flex-grow:1}.months-multi-select tcs-months-multi-select-search input{min-height:44px;padding:0;width:100%}.months-multi-select tcs-months-multi-select-options{position:absolute;left:0;top:100%;z-index:99;width:100%;background-color:var(--color-bunker-dark);padding:0 15px 20px 15px;opacity:0;visibility:hidden;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}.months-multi-select[open=true] tcs-months-multi-select-options{opacity:1;visibility:visible;height:auto}.months-multi-select tcs-months-multi-select-months{display:grid;grid-template-columns:repeat(4, 1fr);gap:2px;color:var(--color-white)}.months-multi-select tcs-months-multi-select-month button{display:inline-block;background-color:var(--color-gray-900);border-radius:var(--border-radius-xsmall);padding:20px 10px;text-align:center;width:100%;height:100%;color:inherit;transition-property:all;transition-duration:.2s;transition-timing-function:var(--transition-easing);transition-property:background-color,color}.months-multi-select tcs-months-multi-select-month:not([disabled]):hover button{background-color:var(--color-white);color:var(--color-bunker-dark)}.months-multi-select tcs-months-multi-select-month[disabled] button{color:var(--color-bunker-dark);cursor:initial}.months-multi-select tcs-months-multi-select-month[selected] button{background-color:var(--color-white);color:var(--color-bunker-dark);background-image:url(../../../src/assets/svg/checkmark.svg);background-repeat:no-repeat;background-size:15px;background-position:top 5px right 5px}@media screen and (min-width: 1280px){.months-multi-select tcs-months-multi-select-month[selected] button{background-size:18px}}.months-multi-select tcs-months-multi-select-arrow button{display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer;width:var(--months-select-arrow-size);height:var(--months-select-arrow-size);background-color:var(--color-gray-400);border-radius:50%}.months-multi-select tcs-months-multi-select-arrow[direction=previous] svg{transform:rotate(180deg)}.months-multi-select tcs-months-multi-select-arrow[disabled] button{opacity:.2;cursor:initial}.months-multi-select tcs-months-multi-select-nav{display:flex;justify-content:space-between;padding:20px 0}.months-multi-select tcs-months-multi-select-all{display:block;text-align:center}.months-multi-select tcs-months-multi-select-all:not([disabled]):hover button{background-color:var(--color-white);color:var(--color-bunker-dark)}.months-multi-select tcs-months-multi-select-all[disabled] button{color:var(--color-bunker-dark);cursor:initial}.months-multi-select tcs-months-multi-select-all[selected] button{background-color:var(--color-white);color:var(--color-bunker-dark);background-image:url(../../../src/assets/svg/checkmark.svg);background-repeat:no-repeat;background-size:15px;background-position:top 5px right 5px}@media screen and (min-width: 1280px){.months-multi-select tcs-months-multi-select-all[selected] button{background-size:18px}}.months-multi-select tcs-months-multi-select-all button{color:var(--color-white);background-color:var(--color-gray-900);padding:20px 40px;width:100%;margin-top:2px}.months-multi-select tcs-months-multi-select-pills{display:inline-flex;flex-flow:row wrap;gap:3px}.months-multi-select tcs-months-multi-select-pill{background-color:var(--color-white);padding:0 6px;border-radius:var(--border-radius-xsmall)}
